|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.registry.uddi.infomodel.ExtensibleObjectImpl
com.sun.xml.registry.uddi.infomodel.RegistryObjectImpl
com.sun.xml.registry.uddi.infomodel.OrganizationImpl
public class OrganizationImpl
| Constructor Summary | |
|---|---|
OrganizationImpl()
Creates new OrganizationImpl |
|
OrganizationImpl(Key key)
Creates new OrganizationImpl |
|
OrganizationImpl(Key key,
String description,
String name)
Creates new OrganizationImpl |
|
OrganizationImpl(String name)
Creates new OrganizationImpl |
|
| Method Summary | |
|---|---|
void |
addChildOrganization(Organization organization)
Level 1 method |
void |
addChildOrganizations(Collection organization)
Level 1 method |
void |
addExternalLink(ExternalLink link)
Overrides behavior in RegistryObjectImpl to allow adding external links. |
void |
addExternalLinks(Collection links)
Overrides behavior in RegistryObjectImpl to allow adding external links. |
void |
addService(Service service)
Add a child Service. |
void |
addServices(Collection services)
Add a Collection of service children. |
void |
addUser(User user)
Add a user. |
void |
addUsers(Collection users)
Add users. |
int |
getChildOrganizationCount()
Level 1 method |
Collection |
getChildOrganizations()
Level 1 method |
Collection |
getDescendantOrganizations()
Level 1 method |
Organization |
getParentOrganization()
Level 1 method |
PostalAddress |
getPostalAddress()
Level 1 method |
User |
getPrimaryContact()
Gets the primary contact for this Organization. |
Organization |
getRootOrganization()
Level 1 method |
Collection |
getServices()
Get all children services. |
Collection |
getTelephoneNumbers(String phoneType)
Gets the telephone numbers that match the type. |
Collection |
getUsers()
Gets the Collection of Users affiliated with this Organization. |
void |
removeChildOrganization(Organization organization)
Level 1 method |
void |
removeChildOrganizations(Collection organization)
Level 1 method |
void |
removeService(Service service)
Remove a child service. |
void |
removeServices(Collection services)
Remove a collection of children services. |
void |
removeUser(User user)
Remove a user |
void |
removeUsers(Collection users)
Remove multiple users. |
void |
setExternalLinks(Collection links)
Overrides behavior in RegistryObjectImpl to allow adding external links. |
void |
setPostalAddress(PostalAddress address)
Level 1 method |
void |
setPrimaryContact(User primaryContact)
Sets the primary contact. |
void |
setServices(Collection services)
Internal method for setting services on organization |
void |
setTelephoneNumbers(Collection phoneNumbers)
Set the various telephone numbers for this user. |
| Methods inherited from class com.sun.xml.registry.uddi.infomodel.ExtensibleObjectImpl |
|---|
getSlot, getSlots |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject |
|---|
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots |
| Constructor Detail |
|---|
public OrganizationImpl()
public OrganizationImpl(Key key)
public OrganizationImpl(String name)
throws JAXRException
JAXRException
public OrganizationImpl(Key key,
String description,
String name)
throws JAXRException
JAXRException| Method Detail |
|---|
public User getPrimaryContact()
throws JAXRException
getPrimaryContact in interface OrganizationJAXRException - If the JAXR provider encounters an internal error
public void setPrimaryContact(User primaryContact)
throws JAXRException
setPrimaryContact in interface OrganizationprimaryContact - the User that is the primary Contact for this Organization
JAXRException - If the JAXR provider encounters an internal error
public void addUser(User user)
throws JAXRException
addUser in interface Organizationuser - the User being added to this object
JAXRException - If the JAXR provider encounters an internal error
public void addUsers(Collection users)
throws JAXRException
addUsers in interface Organizationusers - the Collection of Users being added to this object
JAXRException - If the JAXR provider encounters an internal error
public void removeUser(User user)
throws JAXRException
removeUser in interface Organizationuser - the User being removed from this object
JAXRException - If the JAXR provider encounters an internal error
public void removeUsers(Collection users)
throws JAXRException
removeUsers in interface Organizationusers - the Collection of Users being removed from this object
JAXRException - If the JAXR provider encounters an internal error
public Collection getUsers()
throws JAXRException
getUsers in interface OrganizationJAXRException - If the JAXR provider encounters an internal errorUser
public Collection getTelephoneNumbers(String phoneType)
throws JAXRException
getTelephoneNumbers in interface OrganizationphoneType - a String that specifies the type of phone numbers desired
JAXRException - If the JAXR provider encounters an internal errorTelephoneNumber
public void setTelephoneNumbers(Collection phoneNumbers)
throws JAXRException
setTelephoneNumbers in interface OrganizationphoneNumbers - the TelephoneNumbers being set for this object
JAXRException - If the JAXR provider encounters an internal error
public void addService(Service service)
throws JAXRException
addService in interface Organizationservice - the Service being added to this object
JAXRException - If the JAXR provider encounters an internal error
public void addServices(Collection services)
throws JAXRException
addServices in interface Organizationservices - the Collection of Services being added to this object
JAXRException - If the JAXR provider encounters an internal error
public void removeService(Service service)
throws JAXRException
removeService in interface Organizationservice - the Service being removed from this object
JAXRException - If the JAXR provider encounters an internal error
public void removeServices(Collection services)
throws JAXRException
removeServices in interface Organizationservices - the Collection of Services being removed from this object
JAXRException - If the JAXR provider encounters an internal error
public Collection getServices()
throws JAXRException
getServices in interface OrganizationJAXRException - If the JAXR provider encounters an internal errorService
public void setServices(Collection services)
throws JAXRException
JAXRException
public void addExternalLink(ExternalLink link)
throws JAXRException
addExternalLink in interface RegistryObjectaddExternalLink in class RegistryObjectImplJAXRException - If the JAXR provider encounters an internal error
public void addExternalLinks(Collection links)
throws JAXRException
addExternalLinks in interface RegistryObjectaddExternalLinks in class RegistryObjectImpllinks - the Collection of ExternalLinks being added
JAXRException - If the JAXR provider encounters an internal error
public void setExternalLinks(Collection links)
throws JAXRException
setExternalLinks in interface RegistryObjectsetExternalLinks in class RegistryObjectImplJAXRException - If the JAXR provider encounters an internal error
public PostalAddress getPostalAddress()
throws JAXRException
getPostalAddress in interface OrganizationJAXRException - If the JAXR provider encounters an internal error
public void setPostalAddress(PostalAddress address)
throws JAXRException
setPostalAddress in interface Organizationaddress - the PostalAddress for this Organization
JAXRException - If the JAXR provider encounters an internal error
public void addChildOrganization(Organization organization)
throws JAXRException
addChildOrganization in interface Organizationorganization - the child Organization being added
JAXRException - If the JAXR provider encounters an internal error
public void addChildOrganizations(Collection organization)
throws JAXRException
addChildOrganizations in interface Organizationorganization - the Collection of child Organizations being added
JAXRException - If the JAXR provider encounters an internal error
public void removeChildOrganization(Organization organization)
throws JAXRException
removeChildOrganization in interface Organizationorganization - the child Organization being removed
JAXRException - If the JAXR provider encounters an internal error
public void removeChildOrganizations(Collection organization)
throws JAXRException
removeChildOrganizations in interface Organizationorganization - the Collection of child Organizations being removed
JAXRException - If the JAXR provider encounters an internal error
public int getChildOrganizationCount()
throws JAXRException
getChildOrganizationCount in interface OrganizationJAXRException - If the JAXR provider encounters an internal error
public Collection getChildOrganizations()
throws JAXRException
getChildOrganizations in interface OrganizationJAXRException - If the JAXR provider encounters an internal errorOrganization
public Collection getDescendantOrganizations()
throws JAXRException
getDescendantOrganizations in interface OrganizationJAXRException - If the JAXR provider encounters an internal errorOrganization
public Organization getParentOrganization()
throws JAXRException
getParentOrganization in interface OrganizationJAXRException - If the JAXR provider encounters an internal error
public Organization getRootOrganization()
throws JAXRException
getRootOrganization in interface OrganizationJAXRException - If the JAXR provider encounters an internal error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||