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, toXML
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
void addChildOrganization(Organization org) throws JAXRException
JAXRException
void addChildOrganizations(Collection orgs) throws JAXRException
JAXRException
void addService(Service service) throws JAXRException
JAXRException
void addServices(Collection services) throws JAXRException
JAXRException
void addUser(User user) throws JAXRException
JAXRException
void addUsers(Collection users) throws JAXRException
JAXRException
int getChildOrganizationCount() throws JAXRException
JAXRException
Collection getChildOrganizations() throws JAXRException
JAXRException
Collection getDescendantOrganizations() throws JAXRException
JAXRException
Organization getParentOrganization() throws JAXRException
JAXRException
PostalAddress getPostalAddress() throws JAXRException
JAXRException
User getPrimaryContact() throws JAXRException
JAXRException
Organization getRootOrganization() throws JAXRException
JAXRException
Collection getServices() throws JAXRException
JAXRException
Collection getTelephoneNumbers(String phoneType) throws JAXRException
JAXRException
Collection getUsers() throws JAXRException
JAXRException
void removeChildOrganization(Organization org) throws JAXRException
JAXRException
void removeChildOrganizations(Collection orgs) throws JAXRException
JAXRException
void removeService(Service service) throws JAXRException
JAXRException
void removeServices(Collection services) throws JAXRException
JAXRException
void removeUser(User user) throws JAXRException
JAXRException
void removeUsers(Collection users) throws JAXRException
JAXRException
void setPostalAddress(PostalAddress addr) throws JAXRException
JAXRException
void setPrimaryContact(User user) throws JAXRException
JAXRException
void setTelephoneNumbers(Collection phoneNumbers) throws JAXRException
JAXRException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.