|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.exchange.AddressEntries
This class contains the methods used for address entry manipulation.
Method Summary | |
AddressEntry[] |
serverGetAddressEntries(int iStartIndex,
int iEndIndex,
PropertyKey[] keys,
java.util.Date freeBusyStart,
java.util.Date freeBusyEnd,
int iFreeBusyInterval)
Queries the server to get address entries. |
AddressEntry[] |
serverGetAddressEntries(java.lang.String[] entryIDs,
int iStartIndex,
int iEndIndex,
SortProperty[] sortProps,
PropertyValue[] filterProps,
PropertyKey[] keys,
boolean bOr,
boolean bNot,
java.util.Date freeBusyStart,
java.util.Date freeBusyEnd,
int iFreeBusyInterval)
Queries the server to get address entries. |
AddressEntry[] |
serverGetAddressEntries(java.lang.String[] entryIDs,
PropertyKey[] keys)
Queries the server to get address entries. |
int |
serverGetAddressEntriesCount(PropertyValue[] filterProps,
boolean bOr,
boolean bNot)
Queries the server to get address entries count. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public AddressEntry[] serverGetAddressEntries(java.lang.String[] entryIDs, PropertyKey[] keys) throws ExchangeException
entryIDs
- the IDs of the address entries to retrieve
(overrides start index, end index, filter and sort)keys
- the keys of the properties to retrieve
ExchangeException
public AddressEntry[] serverGetAddressEntries(int iStartIndex, int iEndIndex, PropertyKey[] keys, java.util.Date freeBusyStart, java.util.Date freeBusyEnd, int iFreeBusyInterval) throws ExchangeException
iStartIndex
- the start indexiEndIndex
- the end indexkeys
- the keys of the properties to retrievefreeBusyStart
- the start of free/busy data to retrieve (only
valid if ADDRESS_ENTRY_FREE_BUSY
is being retrieved)freeBusyEnd
- the end of free/busy data to retrieve (only
valid if ADDRESS_ENTRY_FREE_BUSY
is being retrieved)iFreeBusyInterval
- the free/busy interval (minutes)
ExchangeException
public AddressEntry[] serverGetAddressEntries(java.lang.String[] entryIDs, int iStartIndex, int iEndIndex, SortProperty[] sortProps, PropertyValue[] filterProps, PropertyKey[] keys, boolean bOr, boolean bNot, java.util.Date freeBusyStart, java.util.Date freeBusyEnd, int iFreeBusyInterval) throws ExchangeException
entryIDs
- the IDs of the address entries to retrieve
(overrides start index, end index, filter and sort)iStartIndex
- the start indexiEndIndex
- the end indexsortProps
- the sort propertiesfilterProps
- the filter propertieskeys
- the keys of the properties to retrievebOr
- if true
, or the filter properties together,
otherwise and the propertiesbNot
- if true
, negate the filter conditionfreeBusyStart
- the start of free/busy data to retrieve (only
valid if ADDRESS_ENTRY_FREE_BUSY
is being retrieved)freeBusyEnd
- the end of free/busy data to retrieve (only
valid if ADDRESS_ENTRY_FREE_BUSY
is being retrieved)iFreeBusyInterval
- the free/busy interval (minutes)
ExchangeException
public int serverGetAddressEntriesCount(PropertyValue[] filterProps, boolean bOr, boolean bNot) throws ExchangeException
filterProps
- the filter propertiesbOr
- if true
, or the filter properties together,
otherwise and the propertiesbNot
- if true
, negate the filter condition
ExchangeException
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |