|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Organization | |
|---|---|
| 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. |
| Uses of Organization in biz.janux.people |
|---|
| Classes in biz.janux.people with type parameters of type Organization | |
|---|---|
interface |
OrganizationDaoGeneric<T extends Organization>
Used to create, save, retrieve, update and delete Organization objects from persistent storage |
| Methods in biz.janux.people that return Organization | |
|---|---|
Organization |
OrganizationDaoGeneric.findByCode(String code)
Returns a possibly lightweight representation of the corresponding Organization, which may not contain all associated objects, or null if the Organization is not found. |
Organization |
OrganizationDao.findByCode(String code)
Deprecated. Returns a possibly lightweight representation of the corresponding Organization, which may not contain all associated objects, or null if the Organization is not found. |
Organization |
OrganizationDao.load(Integer id)
Deprecated. loads a Organization object from persistence using its id; we include this for completeness, but we anticipate that most hotels will be loaded via a unique business code that is assigned to the hotel at the time that its record is first created in the database |
Organization |
OrganizationDaoGeneric.loadByCode(String code)
Deep loads an Organization object, or throws exception if Organization with that code is not found |
Organization |
OrganizationDao.loadByCode(String code)
Deprecated. Deep loads an Organization object, or throws exception if Organization with that code is not found |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||