public interface Organization extends RegistryObject
| Modifier and Type | Method and Description | 
|---|---|
| void | addChildOrganization(Organization org) | 
| void | addChildOrganizations(Collection orgs) | 
| void | addService(Service service) | 
| void | addServices(Collection services) | 
| void | addUser(User user) | 
| void | addUsers(Collection users) | 
| int | getChildOrganizationCount() | 
| Collection | getChildOrganizations() | 
| Collection | getDescendantOrganizations() | 
| Organization | getParentOrganization() | 
| PostalAddress | getPostalAddress() | 
| User | getPrimaryContact() | 
| Organization | getRootOrganization() | 
| Collection | getServices() | 
| Collection | getTelephoneNumbers(String phoneType) | 
| Collection | getUsers() | 
| void | removeChildOrganization(Organization org) | 
| void | removeChildOrganizations(Collection orgs) | 
| void | removeService(Service service) | 
| void | removeServices(Collection services) | 
| void | removeUser(User user) | 
| void | removeUsers(Collection users) | 
| void | setPostalAddress(PostalAddress addr) | 
| void | setPrimaryContact(User user) | 
| void | setTelephoneNumbers(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 org) throws JAXRException
JAXRExceptionvoid addChildOrganizations(Collection orgs) throws JAXRException
JAXRExceptionvoid addService(Service service) throws JAXRException
JAXRExceptionvoid addServices(Collection services) throws JAXRException
JAXRExceptionvoid addUser(User user) throws JAXRException
JAXRExceptionvoid addUsers(Collection users) throws JAXRException
JAXRExceptionint getChildOrganizationCount()
                              throws JAXRException
JAXRExceptionCollection getChildOrganizations() throws JAXRException
JAXRExceptionCollection getDescendantOrganizations() throws JAXRException
JAXRExceptionOrganization getParentOrganization() throws JAXRException
JAXRExceptionPostalAddress getPostalAddress() throws JAXRException
JAXRExceptionUser getPrimaryContact() throws JAXRException
JAXRExceptionOrganization getRootOrganization() throws JAXRException
JAXRExceptionCollection getServices() throws JAXRException
JAXRExceptionCollection getTelephoneNumbers(String phoneType) throws JAXRException
JAXRExceptionCollection getUsers() throws JAXRException
JAXRExceptionvoid removeChildOrganization(Organization org) throws JAXRException
JAXRExceptionvoid removeChildOrganizations(Collection orgs) throws JAXRException
JAXRExceptionvoid removeService(Service service) throws JAXRException
JAXRExceptionvoid removeServices(Collection services) throws JAXRException
JAXRExceptionvoid removeUser(User user) throws JAXRException
JAXRExceptionvoid removeUsers(Collection users) throws JAXRException
JAXRExceptionvoid setPostalAddress(PostalAddress addr) throws JAXRException
JAXRExceptionvoid setPrimaryContact(User user) throws JAXRException
JAXRExceptionvoid setTelephoneNumbers(Collection phoneNumbers) throws JAXRException
JAXRExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.