|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Organization instances provide information on organizations such as a Submitting Organization. Each Organization instance may have a reference to a parent Organization. In addition it may have a contact attribute defining the primary contact within the organization. An Organization also has an address attribute.
Service
Method Summary | |
void |
addChildOrganization(Organization organization)
Add a child Organization |
void |
addChildOrganizations(java.util.Collection organization)
Add a Collection of Organization children |
void |
addService(Service service)
Add a child Service |
void |
addServices(java.util.Collection services)
Add a Collection of Service children |
void |
addUser(User user)
Add a User |
void |
addUsers(java.util.Collection users)
Add a Collection of Users |
Organization |
getChildOrganizationAt(int index)
Get a child Organization at a specified index |
int |
getChildOrganizationCount()
Get number of children |
java.util.Collection |
getChildOrganizations()
Get all immediate children Organizations |
java.util.Collection |
getDescendantOrganizations()
Get all descendant Organizations |
Organization |
getParentOrganization()
Get the parent (container) organization |
PostalAddress |
getPostalAddress()
Gets the Address for this Organization. |
User |
getPrimaryContact()
Gets the primary Contact for this Organization. |
Organization |
getRootOrganization()
Get the root (container) organization |
Service |
getServiceAt(int index)
Get a child Service at a specified index |
java.util.Collection |
getServices()
Get all children Services |
java.util.Collection |
getTelephoneNumbers(Concept phoneType)
Gets the telephone numbers for this User that match the specified telephone number type. |
User |
getUserAt(int index)
Get User at a specified index |
java.util.Collection |
getUsers()
Gets the Collection of Users affiliated with this Organization. |
void |
removeChildOrganization(Organization organization)
Remove a child Organization |
void |
removeChildOrganizations(java.util.Collection organization)
Remove a Collection of children Organizations |
void |
removeService(Service service)
Remove a child Service |
void |
removeServices(java.util.Collection services)
Remove a Collection of children Services |
void |
removeUser(User user)
Remove a User |
void |
removeUsers(java.util.Collection users)
Remove a Collection of Users |
void |
setPostalAddress(PostalAddress address)
Sets the address |
void |
setPrimaryContact(User primaryContact)
Sets the primary contact |
void |
setTelephoneNumbers(java.util.Collection phoneNumbers)
Set the various telephone numbers for this user |
Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject |
addSlot, addSlots, getSlot, getSlotAt, getSlots, removeSlot, removeSlots |
Method Detail |
public PostalAddress getPostalAddress() throws JAXRException
public void setPostalAddress(PostalAddress address) throws JAXRException
public User getPrimaryContact() throws JAXRException
public void setPrimaryContact(User primaryContact) throws JAXRException
public void addUser(User user) throws JAXRException
public void addUsers(java.util.Collection users) throws JAXRException
public void removeUser(User user) throws JAXRException
public void removeUsers(java.util.Collection users) throws JAXRException
public User getUserAt(int index) throws JAXRException
public java.util.Collection getUsers() throws JAXRException
public java.util.Collection getTelephoneNumbers(Concept phoneType) throws JAXRException
phoneType
- is a Concept that specifies the type of phone numbers desirespublic void setTelephoneNumbers(java.util.Collection phoneNumbers) throws JAXRException
public void addService(Service service) throws JAXRException
public void addServices(java.util.Collection services) throws JAXRException
public void removeService(Service service) throws JAXRException
public void removeServices(java.util.Collection services) throws JAXRException
public Service getServiceAt(int index) throws JAXRException
public java.util.Collection getServices() throws JAXRException
public void addChildOrganization(Organization organization) throws JAXRException
public void addChildOrganizations(java.util.Collection organization) throws JAXRException
public void removeChildOrganization(Organization organization) throws JAXRException
public void removeChildOrganizations(java.util.Collection organization) throws JAXRException
public Organization getChildOrganizationAt(int index) throws JAXRException
public int getChildOrganizationCount() throws JAXRException
public java.util.Collection getChildOrganizations() throws JAXRException
public java.util.Collection getDescendantOrganizations() throws JAXRException
public Organization getParentOrganization() throws JAXRException
public Organization getRootOrganization() throws JAXRException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |