|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Organization
Method Summary | |
---|---|
java.util.Collection<Organization> |
getChildOrganizations()
Gets all immediate children Organizations. |
java.util.Collection<Organization> |
getDescendantOrganizations()
Gets all descendant Organizations. |
Organization |
getParentOrganization()
Gets the parent (container) organization. |
PostalAddress |
getPostalAddress()
Gets the Address for this Organization. |
User |
getPrimaryContact()
Gets the primary Contact for this Organization. |
Organization |
getRootOrganization()
Gets the root organization. |
java.util.Collection<Service> |
getServices()
Gets all children Services. |
java.util.Collection<TelephoneNumber> |
getTelephoneNumbers()
Gets the telephone numbers for this User that match the specified telephone number type. |
java.util.Collection<User> |
getUsers()
Gets the Collection of Users affiliated with this Organization. |
void |
setChildOrganizations(java.util.Collection<Organization> organizations)
Sets the children organizations |
void |
setPostalAddress(PostalAddress address)
Sets the address for this Organization. |
void |
setPrimaryContact(User primaryContact)
Sets the primary contact for this Organization. |
void |
setServices(java.util.Collection<Service> services)
Sets the children Services for this Organization. |
void |
setTelephoneNumbers(java.util.Collection<TelephoneNumber> phoneNumbers)
Sets the various telephone numbers for this user. |
void |
setUsers(java.util.Collection<User> users)
Sets the children Services for this Organization. |
Methods inherited from interface com.softwareag.centrasite.appl.framework.beans.standard.RegistryObject |
---|
getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getExternalIdentifiers, getExternalLinks, getObjectType, getRegistryPackages, getSubmittingOrganization, setAssociations, setClassifications, setExternalIdentifiers, setExternalLinks, setSubmittingOrganization |
Methods inherited from interface com.softwareag.centrasite.appl.framework.beans.RegistryBean |
---|
getDescription, getKey, getName, setDescription, setName |
Methods inherited from interface com.softwareag.centrasite.appl.framework.beans.standard.ExtensibleObject |
---|
getSlots, setSlots |
Method Detail |
---|
java.util.Collection<Organization> getChildOrganizations()
java.util.Collection<Organization> getDescendantOrganizations()
Organization getParentOrganization()
PostalAddress getPostalAddress()
User getPrimaryContact()
Organization getRootOrganization()
java.util.Collection<Service> getServices()
java.util.Collection<TelephoneNumber> getTelephoneNumbers()
java.util.Collection<User> getUsers()
void setPostalAddress(PostalAddress address)
address
- void setPrimaryContact(User primaryContact)
primaryContact
- void setTelephoneNumbers(java.util.Collection<TelephoneNumber> phoneNumbers)
phoneNumbers
- void setChildOrganizations(java.util.Collection<Organization> organizations)
organizations
- void setServices(java.util.Collection<Service> services)
services
- void setUsers(java.util.Collection<User> users)
users
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |