|
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_COMMENTS
public java.lang.String getJobTitle()
IOrganizationalPersonAttributes.JOB_TITLE
public java.lang.String getTelexTelephoneNumber()
IOrganizationalPersonAttributes.TELEX_TELEPHONE_NUMBER
public java.util.LinkedList getOtherTelexTelephoneNumbers()
IOrganizationalPersonAttributes.OTHER_TELEX_TELEPHONE_NUMBERS
public java.lang.String getPagerTelephoneNumber()
IOrganizationalPersonAttributes.PAGER_TELEPHONE_NUMBER
public java.util.LinkedList getOtherPagerTelephoneNumbers()
IOrganizationalPersonAttributes.OTHER_PAGER_TELEPHONE_NUMBERS
public java.util.LinkedList getOtherOfficeTelephoneNumbers()
IOrganizationalPersonAttributes.OTHER_OFFICE_TELEPHONE_NUMBERS
public java.lang.String getMobileTelephoneNumber()
IOrganizationalPersonAttributes.MOBILE_TELEPHONE_NUMBER
public java.util.LinkedList getOtherMobileTelephoneNumbers()
IOrganizationalPersonAttributes.OTHER_MOBILE_TELEPHONE_NUMBERS
public java.lang.String getIpAddress()
IOrganizationalPersonAttributes.IP_ADDRESS
public java.util.LinkedList getOtherIpAddresses()
IOrganizationalPersonAttributes.OTHER_IP_ADDRESSES
public java.lang.String getHomeTelephoneNumber()
IOrganizationalPersonAttributes.HOME_TELEPHONE_NUMBER
public java.util.LinkedList getOtherHomeTelephoneNumbers()
IOrganizationalPersonAttributes.OTHER_HOME_TELEPHONE_NUMBERS
public java.util.LinkedList getOtherFaxTelephoneNumbers()
IOrganizationalPersonAttributes.OTHER_FAX_TELEPHONE_NUMBERS
public java.util.LinkedList getOtherMailboxes()
IOrganizationalPersonAttributes.OTHER_MAILBOXES
public java.lang.String getOrganizationalUnitName()
IOrganizationalPersonAttributes.ORGANIZATIONAL_UNIT_NAME
public java.lang.String getOrganization()
IOrganizationalPersonAttributes.ORGANIZATION
public java.lang.String getInternationalISDNNumber()
IOrganizationalPersonAttributes.INTERNATIONAL_ISDN_NUMBER
public java.lang.String getFaxTelephoneNumber()
IOrganizationalPersonAttributes.FAX_TELEPHONE_NUMBER
public java.lang.String getEmployeeID()
IOrganizationalPersonAttributes.EMPLOYEE_ID
public java.util.LinkedList getEmailAddresses()
java.util.String
)IOrganizationalPersonAttributes.EMAIL_ADDRESSES
public java.lang.String getDivision()
IOrganizationalPersonAttributes.DIVISION
public java.lang.String getDepartment()
IOrganizationalPersonAttributes.DEPARTMENT
public java.lang.String getCountryName()
IOrganizationalPersonAttributes.COUNTRY_NAME
public int getCountryCode()
IOrganizationalPersonAttributes.COUNTRY_CODE
public java.lang.String getCompany()
IOrganizationalPersonAttributes.COMPANY
public java.lang.String getAssistant()
IOrganizationalPersonAttributes.ASSISTANT
public 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 |