|
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.compoze.exchange.activedirectory.AbstractTop
|
+--com.compoze.exchange.activedirectory.AbstractPerson
|
+--com.compoze.exchange.activedirectory.AbstractOrganizationalPerson
This class contains organizational information about a user.
| Constructor Summary | |
protected |
AbstractOrganizationalPerson()
Constructor. |
| Method Summary | |
Address |
getAddress()
Gets the address. |
java.lang.String |
getAssistant()
Gets the distinguished name of user's administrative assistant. |
java.lang.String |
getComments()
Gets the comments |
java.lang.String |
getCompany()
Gets the user's company name. |
int |
getCountryCode()
Gets the country code for the user's language of choice. |
java.lang.String |
getCountryName()
Gets the country in the user's address. |
java.lang.String |
getDepartment()
Gets the department in which the user works for. |
java.lang.String |
getDivision()
Gets the division the user works in. |
java.util.LinkedList |
getEmailAddresses()
Gets a list of email addresses. |
java.lang.String |
getEmployeeID()
Gets the employee ID. |
java.lang.String |
getFaxTelephoneNumber()
Gets the facsimile telephone number. |
java.lang.String |
getHomeTelephoneNumber()
Gets the main home telephone number. |
java.lang.String |
getInternationalISDNNumber()
Gets the international ISDN number. |
java.lang.String |
getIpAddress()
Gets the primary TCP/IP address. |
java.lang.String |
getJobTitle()
Gets the job title. |
java.lang.String |
getMobileTelephoneNumber()
Gets the primary mobile telephone number. |
java.lang.String |
getOrganization()
Gets the name of the company or organization. |
java.lang.String |
getOrganizationalUnitName()
Gets the name of the organizational unit. |
java.util.LinkedList |
getOtherFaxTelephoneNumbers()
Gets list of alternate facsimile telephone numbers. |
java.util.LinkedList |
getOtherHomeTelephoneNumbers()
Gets list of alternate home telephone numbers. |
java.util.LinkedList |
getOtherIpAddresses()
Gets list of alternate IP addresses. |
java.util.LinkedList |
getOtherMailboxes()
Gets list of other mail addresses. |
java.util.LinkedList |
getOtherMobileTelephoneNumbers()
Gets list of alternate mobile telephone numbers. |
java.util.LinkedList |
getOtherOfficeTelephoneNumbers()
Gets list of alternate office telephone numbers. |
java.util.LinkedList |
getOtherPagerTelephoneNumbers()
Gets list of alternate pager telephone numbers. |
java.util.LinkedList |
getOtherTelexTelephoneNumbers()
Gets list of alternate telex telephone numbers. |
java.lang.String |
getPagerTelephoneNumber()
Gets the primary pager telephone number. |
java.lang.String |
getTelexTelephoneNumber()
Gets the primary telex telephone number. |
| Methods inherited from class com.compoze.exchange.activedirectory.AbstractPerson |
getName, getPassword, getTelephoneNumber |
| Methods inherited from class com.compoze.exchange.activedirectory.AbstractTop |
getCommonName, getDescription, getDisplayName, getHomeWebPage, getOtherWebPages, getProxyAddresses, setCommonName, setDescription |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected AbstractOrganizationalPerson()
| Method Detail |
public java.lang.String getComments()
IOrganizationalPersonAttributes.USER_COMMENTSpublic java.lang.String getJobTitle()
IOrganizationalPersonAttributes.JOB_TITLEpublic java.lang.String getTelexTelephoneNumber()
IOrganizationalPersonAttributes.TELEX_TELEPHONE_NUMBERpublic java.util.LinkedList getOtherTelexTelephoneNumbers()
IOrganizationalPersonAttributes.OTHER_TELEX_TELEPHONE_NUMBERSpublic java.lang.String getPagerTelephoneNumber()
IOrganizationalPersonAttributes.PAGER_TELEPHONE_NUMBERpublic java.util.LinkedList getOtherPagerTelephoneNumbers()
IOrganizationalPersonAttributes.OTHER_PAGER_TELEPHONE_NUMBERSpublic java.util.LinkedList getOtherOfficeTelephoneNumbers()
IOrganizationalPersonAttributes.OTHER_OFFICE_TELEPHONE_NUMBERSpublic java.lang.String getMobileTelephoneNumber()
IOrganizationalPersonAttributes.MOBILE_TELEPHONE_NUMBERpublic java.util.LinkedList getOtherMobileTelephoneNumbers()
IOrganizationalPersonAttributes.OTHER_MOBILE_TELEPHONE_NUMBERSpublic java.lang.String getIpAddress()
IOrganizationalPersonAttributes.IP_ADDRESSpublic java.util.LinkedList getOtherIpAddresses()
IOrganizationalPersonAttributes.OTHER_IP_ADDRESSESpublic java.lang.String getHomeTelephoneNumber()
IOrganizationalPersonAttributes.HOME_TELEPHONE_NUMBERpublic java.util.LinkedList getOtherHomeTelephoneNumbers()
IOrganizationalPersonAttributes.OTHER_HOME_TELEPHONE_NUMBERSpublic java.util.LinkedList getOtherFaxTelephoneNumbers()
IOrganizationalPersonAttributes.OTHER_FAX_TELEPHONE_NUMBERSpublic java.util.LinkedList getOtherMailboxes()
IOrganizationalPersonAttributes.OTHER_MAILBOXESpublic java.lang.String getOrganizationalUnitName()
IOrganizationalPersonAttributes.ORGANIZATIONAL_UNIT_NAMEpublic java.lang.String getOrganization()
IOrganizationalPersonAttributes.ORGANIZATIONpublic java.lang.String getInternationalISDNNumber()
IOrganizationalPersonAttributes.INTERNATIONAL_ISDN_NUMBERpublic java.lang.String getFaxTelephoneNumber()
IOrganizationalPersonAttributes.FAX_TELEPHONE_NUMBERpublic java.lang.String getEmployeeID()
IOrganizationalPersonAttributes.EMPLOYEE_IDpublic java.util.LinkedList getEmailAddresses()
java.util.String)IOrganizationalPersonAttributes.EMAIL_ADDRESSESpublic java.lang.String getDivision()
IOrganizationalPersonAttributes.DIVISIONpublic java.lang.String getDepartment()
IOrganizationalPersonAttributes.DEPARTMENTpublic java.lang.String getCountryName()
IOrganizationalPersonAttributes.COUNTRY_NAMEpublic int getCountryCode()
IOrganizationalPersonAttributes.COUNTRY_CODEpublic java.lang.String getCompany()
IOrganizationalPersonAttributes.COMPANYpublic java.lang.String getAssistant()
IOrganizationalPersonAttributes.ASSISTANTpublic Address getAddress()
IOrganizationalPersonAttributes.STREET_ADDRESS,
IOrganizationalPersonAttributes.PO_BOX,
IOrganizationalPersonAttributes.LOCALITY,
IOrganizationalPersonAttributes.STATE_PROVINCE,
IOrganizationalPersonAttributes.POSTAL_CODE,
IOrganizationalPersonAttributes.COUNTRY
|
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||