Uses of Interface
org.janux.bus.persistence.GenericDaoReadOnlyWithFacets

Packages that use GenericDaoReadOnlyWithFacets
biz.janux.people The biz.janux.people package represents Persons and Organizations using the key concept of a Party, which makes it possible to treat Person and Organizations interchangeably in the context of a contract, a business relationship or other relationships that may be entered between people and organization. 
org.janux.bus.security The org.janux.bus.security package, soon to be renamed the org.janux.authorization package, contains interfaces that define a very flexible Permission-Based scheme for doing Authorization within an application; this scheme makes it possible to define whatever permissions suit a specific domain, and aggregate them into existing or new roles without having to make code changes; the key interfaces of this package are PermissionsCapable, Account, Role, and PermissionContext
 

Uses of GenericDaoReadOnlyWithFacets in biz.janux.people
 

Subinterfaces of GenericDaoReadOnlyWithFacets in biz.janux.people
 interface OrganizationDaoGeneric<T extends Organization>
          Used to create, save, retrieve, update and delete Organization objects from persistent storage
 interface PartyDaoGeneric<T extends Party>
          Used to create, save, retrieve, update and delete Party objects from persistent storage
 interface PersonDaoGeneric<T extends Person>
          Used to create, save, retrieve, update and delete Person objects from persistent storage
 

Uses of GenericDaoReadOnlyWithFacets in org.janux.bus.security
 

Subinterfaces of GenericDaoReadOnlyWithFacets in org.janux.bus.security
 interface AccountDaoGeneric<T extends Account>
          Used to create, save, retrieve, update and delete Account objects from persistent storage
 interface AccountPartyDaoGeneric<T extends AccountParty>
           
 



Copyright © 2005-2013 Janux. All Rights Reserved.