|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Organization
CSOM Organization Common interface for organization related information.
Method Summary | |
---|---|
User |
getAdministrator()
Get the Administrator user for the current Organization |
int |
getChildOrganizationCount()
Gets the count of child organization for the current organization |
java.util.Collection<Organization> |
getChildOrganizations()
Gets all immediate children Organizations. |
java.util.Collection<java.lang.String> |
getEmailAddresses()
Get the Email Address of the current Organization |
Organization |
getParentOrganization()
Gets the parent (container) organization. |
PostalAddress |
getPostalAddress()
Gets the PostalAddress for this User |
User |
getPrimaryContact()
Get the primary contact User for the current Organization |
Organization |
getRootOrganziation()
Gets the root organization. |
java.util.Collection<Service> |
getServices()
Gets all children Services for the current Organization |
java.util.Collection<TelephoneNumber> |
getTelephoneNumbers(java.lang.String phoneType)
Gets the telephone numbers for this User that match the specified telephone number type. |
java.util.Collection<User> |
getUsers()
Gets the Collection of Users affiliated with this Organization |
java.lang.String |
getWebPage()
Get the webPageURL of current Organization. |
Methods inherited from interface com.softwareag.centrasite.api.csom.CentraSiteRegistryObject |
---|
getConsumers, getDescription, getDescription, getDisplayVersion, getLCMAssignment, getLocalName, getMandatoryAttributeProfiles, getName, getName, getNameSpace, getNextVersion, getNextVersions, getOrganization, getOwner, getPreviousVersion, getPreviousVersions, getRegistryObject, getSubscribers, getSystemVersion, getUserVersion, getVisiblePrimaryProfiles, isLatestVersionObject, setDescription, setDescription, setDisplayVersion, setLCMState, setLocalName, setName, setName, setNameSpace, setOrganization, setOwner, setUserVersion |
Methods inherited from interface com.softwareag.centrasite.api.csom.CentraSiteObject |
---|
delete, getAttributeLink, getAttributeValue, getAttributeValue, getAttributeValue, getId, getType, isModified, isReadOnly, save, setAttributeValue, setAttributeValue, setAttributeValue |
Method Detail |
---|
User getPrimaryContact() throws CLLException
CLLException
User getAdministrator() throws CLLException
CLLException
java.util.Collection<User> getUsers() throws CLLException
CLLException
java.util.Collection<Service> getServices() throws CLLException
CLLException
java.util.Collection<TelephoneNumber> getTelephoneNumbers(java.lang.String phoneType) throws CLLException
phoneType
- phonetype
CLLException
int getChildOrganizationCount() throws CLLException
CLLException
java.util.Collection<Organization> getChildOrganizations() throws CLLException
CLLException
Organization getParentOrganization() throws CLLException
CLLException
Organization getRootOrganziation() throws CLLException
CLLException
java.lang.String getWebPage() throws CLLException
CLLException
java.util.Collection<java.lang.String> getEmailAddresses() throws CLLException
CLLException
PostalAddress getPostalAddress() throws CLLException
CLLException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |