public interface Organization extends RegistryObject
| Modifier and Type | Method and Description |
|---|---|
void |
addChildOrganization(Organization organization) |
void |
addChildOrganizations(java.util.Collection organizations) |
void |
addService(Service service) |
void |
addServices(java.util.Collection services) |
void |
addUser(User user) |
void |
addUsers(java.util.Collection users) |
int |
getChildOrganizationCount() |
java.util.Collection |
getChildOrganizations() |
java.util.Collection |
getDescendantOrganizations() |
Organization |
getParentOrganization() |
PostalAddress |
getPostalAddress() |
User |
getPrimaryContact() |
Organization |
getRootOrganization() |
java.util.Collection |
getServices() |
java.util.Collection |
getTelephoneNumbers(java.lang.String phoneType) |
java.util.Collection |
getUsers() |
void |
removeChildOrganization(Organization organization) |
void |
removeChildOrganizations(java.util.Collection organizations) |
void |
removeService(Service service) |
void |
removeServices(java.util.Collection services) |
void |
removeUser(User user) |
void |
removeUsers(java.util.Collection users) |
void |
setPostalAddress(PostalAddress address) |
void |
setPrimaryContact(User primaryContact) |
void |
setTelephoneNumbers(java.util.Collection phoneNumbers) |
addAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getSubmittingOrganization, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, setAssociations, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setKey, setName, toXMLaddSlot, addSlots, getSlot, getSlots, removeSlot, removeSlotsvoid addChildOrganization(Organization organization) throws JAXRException
JAXRExceptionvoid addChildOrganizations(java.util.Collection organizations)
throws JAXRException
JAXRExceptionvoid addService(Service service) throws JAXRException
JAXRExceptionvoid addServices(java.util.Collection services)
throws JAXRException
JAXRExceptionvoid addUser(User user) throws JAXRException
JAXRExceptionvoid addUsers(java.util.Collection users)
throws JAXRException
JAXRExceptionint getChildOrganizationCount()
throws JAXRException
JAXRExceptionjava.util.Collection getChildOrganizations()
throws JAXRException
JAXRExceptionjava.util.Collection getDescendantOrganizations()
throws JAXRException
JAXRExceptionOrganization getParentOrganization() throws JAXRException
JAXRExceptionPostalAddress getPostalAddress() throws JAXRException
JAXRExceptionUser getPrimaryContact() throws JAXRException
JAXRExceptionOrganization getRootOrganization() throws JAXRException
JAXRExceptionjava.util.Collection getServices()
throws JAXRException
JAXRExceptionjava.util.Collection getTelephoneNumbers(java.lang.String phoneType)
throws JAXRException
JAXRExceptionjava.util.Collection getUsers()
throws JAXRException
JAXRExceptionvoid removeChildOrganization(Organization organization) throws JAXRException
JAXRExceptionvoid removeChildOrganizations(java.util.Collection organizations)
throws JAXRException
JAXRExceptionvoid removeService(Service service) throws JAXRException
JAXRExceptionvoid removeServices(java.util.Collection services)
throws JAXRException
JAXRExceptionvoid removeUser(User user) throws JAXRException
JAXRExceptionvoid removeUsers(java.util.Collection users)
throws JAXRException
JAXRExceptionvoid setPostalAddress(PostalAddress address) throws JAXRException
JAXRExceptionvoid setPrimaryContact(User primaryContact) throws JAXRException
JAXRExceptionvoid setTelephoneNumbers(java.util.Collection phoneNumbers)
throws JAXRException
JAXRException