Method Summary |
|
void | addChildOrganization(Organization organization) |
void | addChildOrganizations(Collection organizations) |
void | addService(Service service) |
void | addServices(Collection services) |
void | addUser(User user) |
void | addUsers(Collection users) |
int | getChildOrganizationCount() |
Collection<Organization> | getChildOrganizations() |
Collection<Organization> | getDescendantOrganizations() |
Organization | getParentOrganization() |
PostalAddress | getPostalAddress() |
User | getPrimaryContact() |
Organization | getRootOrganization() |
Collection<Service> | getServices() |
Collection<TelephoneNumber> | getTelephoneNumbers(String phoneType) |
Collection<User> | getUsers() |
void | removeChildOrganization(Organization organization) |
void | removeChildOrganizations(Collection organizations) |
void | removeService(Service service) |
void | removeServices(Collection<Service> services) |
void | removeUser(User user) |
void | removeUsers(Collection<User> users) |
void | setPostalAddress(PostalAddress address) |
void | setPrimaryContact(User primaryContact) |
void | setTelephoneNumbers(Collection<TelephoneNumber> phoneNumbers) |