|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Organization
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)
Adds a child Organization. |
void |
addChildOrganizations(Collection organizations)
Adds a Collection of Organization children. |
void |
addService(Service service)
Adds a child Service. |
void |
addServices(Collection services)
Adds a Collection of Service children. |
void |
addUser(User user)
Adds a User. |
void |
addUsers(Collection users)
Adds a Collection of Users. |
int |
getChildOrganizationCount()
Gets number of children. |
Collection |
getChildOrganizations()
Gets all immediate children Organizations. |
Collection |
getDescendantOrganizations()
Gets all descendant Organizations. |
Organization |
getParentOrganization()
Gets the parent (container) organization. |
PostalAddress |
getPostalAddress()
Gets the Address for this Organization. |
User |
getPrimaryContact()
Gets the primary Contact for this Organization. |
Organization |
getRootOrganization()
Gets the root organization. |
Collection |
getServices()
Gets all children Services. |
Collection |
getTelephoneNumbers(String phoneType)
Gets the telephone numbers for this User that match the specified telephone number type. |
Collection |
getUsers()
Gets the Collection of Users affiliated with this Organization. |
void |
removeChildOrganization(Organization organization)
Removes a child Organization. |
void |
removeChildOrganizations(Collection organizations)
Removes a Collection of children Organizations. |
void |
removeService(Service service)
Removes a Service from this object. |
void |
removeServices(Collection services)
Removes a Collection of children Services from this object. |
void |
removeUser(User user)
Removes a User. |
void |
removeUsers(Collection users)
Removes a Collection of Users. |
void |
setPostalAddress(PostalAddress address)
Sets the address for this Organization. |
void |
setPrimaryContact(User primaryContact)
Sets the primary contact for this Organization. |
void |
setTelephoneNumbers(Collection phoneNumbers)
Sets the various telephone numbers for this user. |
Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject |
---|
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots |
Method Detail |
---|
PostalAddress getPostalAddress() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorvoid setPostalAddress(PostalAddress address) throws JAXRException
address
- the PostalAddress for this Organization
JAXRException
- If the JAXR provider encounters an internal errorUser getPrimaryContact() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorvoid setPrimaryContact(User primaryContact) throws JAXRException
primaryContact
- the User that is the primary Contact for this Organization
JAXRException
- If the JAXR provider encounters an internal errorvoid addUser(User user) throws JAXRException
user
- the User being added to this object
JAXRException
- If the JAXR provider encounters an internal errorvoid addUsers(Collection users) throws JAXRException
users
- the Collection of Users being added to this object
JAXRException
- If the JAXR provider encounters an internal errorvoid removeUser(User user) throws JAXRException
user
- the User being removed from this object
JAXRException
- If the JAXR provider encounters an internal errorvoid removeUsers(Collection users) throws JAXRException
users
- the Collection of Users being removed from this object
JAXRException
- If the JAXR provider encounters an internal errorCollection getUsers() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorUser
Collection getTelephoneNumbers(String phoneType) throws JAXRException
phoneType
- a String that specifies the type of phone numbers desired
JAXRException
- If the JAXR provider encounters an internal errorTelephoneNumber
void setTelephoneNumbers(Collection phoneNumbers) throws JAXRException
phoneNumbers
- the TelephoneNumbers being set for this object
JAXRException
- If the JAXR provider encounters an internal errorvoid addService(Service service) throws JAXRException
service
- the Service being added to this object
JAXRException
- If the JAXR provider encounters an internal errorvoid addServices(Collection services) throws JAXRException
services
- the Collection of Services being added to this object
JAXRException
- If the JAXR provider encounters an internal errorvoid removeService(Service service) throws JAXRException
service
- the Service being removed from this object
JAXRException
- If the JAXR provider encounters an internal errorvoid removeServices(Collection services) throws JAXRException
services
- the Collection of Services being removed from this object
JAXRException
- If the JAXR provider encounters an internal errorCollection getServices() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorService
void addChildOrganization(Organization organization) throws JAXRException
organization
- the child Organization being added
JAXRException
- If the JAXR provider encounters an internal errorvoid addChildOrganizations(Collection organizations) throws JAXRException
organizations
- the Collection of child Organizations being added
JAXRException
- If the JAXR provider encounters an internal errorvoid removeChildOrganization(Organization organization) throws JAXRException
organization
- the child Organization being removed
JAXRException
- If the JAXR provider encounters an internal errorvoid removeChildOrganizations(Collection organizations) throws JAXRException
organizations
- the Collection of child Organizations being removed
JAXRException
- If the JAXR provider encounters an internal errorint getChildOrganizationCount() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorCollection getChildOrganizations() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorOrganization
Collection getDescendantOrganizations() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorOrganization
Organization getParentOrganization() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorOrganization getRootOrganization() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal error
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.