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

Packages that use DataAccessObject
biz.janux.geography The biz.janux.geography package aims to support the handling and storing of Postal Addresses in the context of managing contact methods for Person and Organizations; in the future, it may be extended to provide functionality for searching by geographic coordinates; the functionality of this package is exposed via the GeographyService Service Facade. 
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 DataAccessObject in biz.janux.geography
 

Subinterfaces of DataAccessObject in biz.janux.geography
 interface CityDao
          Deprecated. use CityDaoGeneric
 interface CountryDao
          Deprecated. use CountryDaoGeneric
 interface PostalAddressDao
          Deprecated. use PostalAddressDaoGeneric
 interface StateProvinceDao
          Deprecated. use StateProvinceDaoGeneric
 

Uses of DataAccessObject in biz.janux.people
 

Subinterfaces of DataAccessObject in biz.janux.people
 interface OrganizationDao
          Deprecated. use OrganizationDaoGeneric
 interface PersonDao
          Deprecated. use PersonDaoGeneric
 

Uses of DataAccessObject in org.janux.bus.security
 

Subinterfaces of DataAccessObject in org.janux.bus.security
 interface AccountDao
          Deprecated. use AccountDaoGeneric
 interface PermissionContextDao
          Deprecated. use PermissionContextDaoGeneric
 interface RoleDao
          Deprecated. use RoleDaoGeneric
 



Copyright © 2005-2013 Janux. All Rights Reserved.