public class OrganizationImpl extends RegistryObjectImpl implements Organization, Serializable
| Constructor and Description |
|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
addAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addSlot, addSlots, areAssociationsLoaded, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getConnection, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getRegistryService, getServiceId, getSubmittingOrganization, isDeleted, isLoaded, isModified, isNew, isRetrieved, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, removeSlot, removeSlots, setAssociations, setAssociationsLoaded, setClassifications, setDescription, setExternalIdentifiers, setIsDeleted, setIsLoaded, setIsModified, setIsNew, setIsRetrieved, setKey, setLifeCycleManager, setName, setObjectType, setRegistryService, setServiceId, setStatusFlags, setSubmittingOrganization, toXMLgetSlot, getSlotsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, 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, setKey, setName, toXMLaddSlot, addSlots, getSlot, getSlots, removeSlot, removeSlotspublic OrganizationImpl()
public OrganizationImpl(Key key)
public OrganizationImpl(String name) throws JAXRException
JAXRExceptionpublic OrganizationImpl(Key key, String description, String name) throws JAXRException
JAXRExceptionpublic User getPrimaryContact() throws JAXRException
getPrimaryContact in interface OrganizationJAXRException - If the JAXR provider encounters an internal errorpublic void setPrimaryContact(User primaryContact) throws JAXRException
setPrimaryContact in interface OrganizationprimaryContact - the User that is the primary Contact for this OrganizationJAXRException - If the JAXR provider encounters an internal errorpublic void addUser(User user) throws JAXRException
addUser in interface Organizationuser - the User being added to this objectJAXRException - If the JAXR provider encounters an internal errorpublic void addUsers(Collection users) throws JAXRException
addUsers in interface Organizationusers - the Collection of Users being added to this objectJAXRException - If the JAXR provider encounters an internal errorpublic void removeUser(User user) throws JAXRException
removeUser in interface Organizationuser - the User being removed from this objectJAXRException - If the JAXR provider encounters an internal errorpublic void removeUsers(Collection users) throws JAXRException
removeUsers in interface Organizationusers - the Collection of Users being removed from this objectJAXRException - If the JAXR provider encounters an internal errorpublic Collection getUsers() throws JAXRException
getUsers in interface OrganizationJAXRException - If the JAXR provider encounters an internal errorUserpublic Collection getTelephoneNumbers(String phoneType) throws JAXRException
getTelephoneNumbers in interface OrganizationphoneType - a String that specifies the type of phone numbers desiredJAXRException - If the JAXR provider encounters an internal errorTelephoneNumberpublic void setTelephoneNumbers(Collection phoneNumbers) throws JAXRException
setTelephoneNumbers in interface OrganizationphoneNumbers - the TelephoneNumbers being set for this objectJAXRException - If the JAXR provider encounters an internal errorpublic void addService(Service service) throws JAXRException
addService in interface Organizationservice - the Service being added to this objectJAXRException - If the JAXR provider encounters an internal errorpublic void addServices(Collection services) throws JAXRException
addServices in interface Organizationservices - the Collection of Services being added to this objectJAXRException - If the JAXR provider encounters an internal errorpublic void removeService(Service service) throws JAXRException
removeService in interface Organizationservice - the Service being removed from this objectJAXRException - If the JAXR provider encounters an internal errorpublic void removeServices(Collection services) throws JAXRException
removeServices in interface Organizationservices - the Collection of Services being removed from this objectJAXRException - If the JAXR provider encounters an internal errorpublic Collection getServices() throws JAXRException
getServices in interface OrganizationJAXRException - If the JAXR provider encounters an internal errorServicepublic void setServices(Collection services) throws JAXRException
JAXRExceptionpublic void addExternalLink(ExternalLink link) throws JAXRException
addExternalLink in interface RegistryObjectaddExternalLink in class RegistryObjectImplJAXRException - If the JAXR provider encounters an internal errorpublic void addExternalLinks(Collection links) throws JAXRException
addExternalLinks in interface RegistryObjectaddExternalLinks in class RegistryObjectImpllinks - the Collection of ExternalLinks being addedJAXRException - If the JAXR provider encounters an internal errorpublic void setExternalLinks(Collection links) throws JAXRException
setExternalLinks in interface RegistryObjectsetExternalLinks in class RegistryObjectImplJAXRException - If the JAXR provider encounters an internal errorpublic PostalAddress getPostalAddress() throws JAXRException
getPostalAddress in interface OrganizationJAXRException - If the JAXR provider encounters an internal errorpublic void setPostalAddress(PostalAddress address) throws JAXRException
setPostalAddress in interface Organizationaddress - the PostalAddress for this OrganizationJAXRException - If the JAXR provider encounters an internal errorpublic void addChildOrganization(Organization organization) throws JAXRException
addChildOrganization in interface Organizationorganization - the child Organization being addedJAXRException - If the JAXR provider encounters an internal errorpublic void addChildOrganizations(Collection organization) throws JAXRException
addChildOrganizations in interface Organizationorganization - the Collection of child Organizations being addedJAXRException - If the JAXR provider encounters an internal errorpublic void removeChildOrganization(Organization organization) throws JAXRException
removeChildOrganization in interface Organizationorganization - the child Organization being removedJAXRException - If the JAXR provider encounters an internal errorpublic void removeChildOrganizations(Collection organization) throws JAXRException
removeChildOrganizations in interface Organizationorganization - the Collection of child Organizations being removedJAXRException - If the JAXR provider encounters an internal errorpublic int getChildOrganizationCount()
throws JAXRException
getChildOrganizationCount in interface OrganizationJAXRException - If the JAXR provider encounters an internal errorpublic Collection getChildOrganizations() throws JAXRException
getChildOrganizations in interface OrganizationJAXRException - If the JAXR provider encounters an internal errorOrganizationpublic Collection getDescendantOrganizations() throws JAXRException
getDescendantOrganizations in interface OrganizationJAXRException - If the JAXR provider encounters an internal errorOrganizationpublic Organization getParentOrganization() throws JAXRException
getParentOrganization in interface OrganizationJAXRException - If the JAXR provider encounters an internal errorpublic Organization getRootOrganization() throws JAXRException
getRootOrganization in interface OrganizationJAXRException - If the JAXR provider encounters an internal errorCopyright © 2005–2017 Oracle Corporation. All rights reserved.