|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.exchange.PropertyKey
com.compoze.exchange.FilterPropertyKey
com.compoze.exchange.AddressEntryFilterPropertyKey
This class is a specific property key that can be used for filtering address entries.
AddressEntries
,
Serialized FormField Summary | |
static AddressEntryFilterPropertyKey |
ADDRESS_ENTRY_FILTER_ACCOUNT
Key that represents the address entry property to filter by account. |
static AddressEntryFilterPropertyKey |
ADDRESS_ENTRY_FILTER_COMPANY_NAME
Key that represents the address entry property to filter by company name. |
static AddressEntryFilterPropertyKey |
ADDRESS_ENTRY_FILTER_DEPARTMENT_NAME
Key that represents the address entry property to filter by department name. |
static AddressEntryFilterPropertyKey |
ADDRESS_ENTRY_FILTER_DISPLAY_NAME
Key that represents the address entry property to filter by display name. |
static AddressEntryFilterPropertyKey |
ADDRESS_ENTRY_FILTER_GIVEN_NAME
Key that represents the address entry property to filter by given name. |
static AddressEntryFilterPropertyKey |
ADDRESS_ENTRY_FILTER_OFFICE_LOCATION
Key that represents the address entry property to filter by office location. |
static AddressEntryFilterPropertyKey |
ADDRESS_ENTRY_FILTER_SURNAME
Key that represents the address entry property to filter by surname. |
static AddressEntryFilterPropertyKey |
ADDRESS_ENTRY_FILTER_TITLE
Key that represents the address entry property to filter by office location. |
Constructor Summary | |
protected |
AddressEntryFilterPropertyKey(int iProptag,
int iValueType,
int iKeyType)
Constructor. |
protected |
AddressEntryFilterPropertyKey(java.lang.String sPropertyName,
int iValueType,
int iKeyType)
Constructor. |
Methods inherited from class com.compoze.exchange.PropertyKey |
equals, getKey, getKeyType, getList, getValueClass, getValueType, hashCode, isArray, setKey, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final AddressEntryFilterPropertyKey ADDRESS_ENTRY_FILTER_ACCOUNT
public static final AddressEntryFilterPropertyKey ADDRESS_ENTRY_FILTER_COMPANY_NAME
public static final AddressEntryFilterPropertyKey ADDRESS_ENTRY_FILTER_DEPARTMENT_NAME
public static final AddressEntryFilterPropertyKey ADDRESS_ENTRY_FILTER_DISPLAY_NAME
public static final AddressEntryFilterPropertyKey ADDRESS_ENTRY_FILTER_GIVEN_NAME
public static final AddressEntryFilterPropertyKey ADDRESS_ENTRY_FILTER_SURNAME
public static final AddressEntryFilterPropertyKey ADDRESS_ENTRY_FILTER_OFFICE_LOCATION
public static final AddressEntryFilterPropertyKey ADDRESS_ENTRY_FILTER_TITLE
Constructor Detail |
protected AddressEntryFilterPropertyKey(int iProptag, int iValueType, int iKeyType)
iProptag
- the property tagiValueType
- the value type (one of the VALUE_
constants)iKeyType
- the key type (one of the KEY_
constants)protected AddressEntryFilterPropertyKey(java.lang.String sPropertyName, int iValueType, int iKeyType)
sPropertyName
- the property nameiValueType
- the value type (one of the VALUE_
constants)iKeyType
- the key type (one of the KEY_
constants)
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |