|
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.compoze.domino.AbstractItem
|
+--com.compoze.domino.AddressBook
This class is a Domino address book. Address book instances are obtained
from the AddressBooks class.
| Fields inherited from class com.compoze.domino.AbstractItem |
m_props, m_session |
| Method Summary | |
java.lang.String |
getTitle()
Gets the address book title. |
AddressBookEntry[] |
serverGetAddressBookEntries(int iStartIndex,
int iEndIndex,
PropertyKey[] keys,
java.util.Date freeBusyStart,
java.util.Date freeBusyEnd,
int iInterval,
java.lang.String sFilterKey)
Queries the server to get address book entries from the server between the specified iStartIndex and iEndIndex
starting at 0. |
AddressBookEntry[] |
serverGetAddressBookEntries(int iStartIndex,
int iEndIndex,
PropertyKey[] keys,
java.lang.String sFilterKey)
Queries the server to get address book entries from the server between the specified iStartIndex and iEndIndex
starting at 0. |
int |
serverGetAddressBookEntriesCount(java.lang.String sFilterKey)
Queries the server to get address book entry count. |
Resource[] |
serverGetResources(int iStartIndex,
int iEndIndex,
PropertyKey[] keys)
Queries the server to get resources from the server between the specified iStartIndex and iEndIndex
starting at 0. |
int |
serverGetResourcesCount()
Queries the server to get resources count. |
Room[] |
serverGetRooms(int iStartIndex,
int iEndIndex,
PropertyKey[] keys)
Queries the server to get rooms from the server between the specified iStartIndex and iEndIndex
starting at 0. |
int |
serverGetRoomsCount()
Queries the server to get rooms count. |
void |
serverUpdate()
Address books cannot be updated. |
| Methods inherited from class com.compoze.domino.AbstractItem |
get, getBoolean, getDate, getDateArray, getDouble, getInt, getPropertyKeys, getString, getStringArray, getUpdatedPropertyValues, set, setBoolean, setDate, setDouble, setInt, setString, setStringArray |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public java.lang.String getTitle()
throws DominoException
public AddressBookEntry[] serverGetAddressBookEntries(int iStartIndex,
int iEndIndex,
PropertyKey[] keys,
java.lang.String sFilterKey)
throws DominoException
iStartIndex and iEndIndex
starting at 0. The filter key is made up of "lastname , firstname middleinitial"
where firstname and middleinitial are optional and is not case sensitive.iStartIndex - the start index endpoint (inclusive) or -1 for alliEndIndex - the end index highpoint (exclusive) or -1 for allkeys - the properties to bring back from the address book entriessFilterKey - the search filter key or null for no search filteringAddressBookEntry
public AddressBookEntry[] serverGetAddressBookEntries(int iStartIndex,
int iEndIndex,
PropertyKey[] keys,
java.util.Date freeBusyStart,
java.util.Date freeBusyEnd,
int iInterval,
java.lang.String sFilterKey)
throws DominoException
iStartIndex and iEndIndex
starting at 0. The filter key is made up of "lastname , firstname middleinitial"
where firstname and middleinitial are optional and is not case sensitive.iStartIndex - the start index endpoint (inclusive) or -1 for alliEndIndex - the end index highpoint (exclusive) or -1 for allkeys - the properties to bring back from the address book entriesfreeBusyStart - the start time for the free busy queryfreeBusyEnd - the end time for the free busy queryiInterval - the free busy interval (in minutes)sFilterKey - the search filter key or null for no search filtering
public int serverGetAddressBookEntriesCount(java.lang.String sFilterKey)
throws DominoException
sFilterKey - the search filter key or null for no search filtering
public int serverGetRoomsCount()
throws DominoException
public Room[] serverGetRooms(int iStartIndex,
int iEndIndex,
PropertyKey[] keys)
throws DominoException
iStartIndex and iEndIndex
starting at 0.iStartIndex - the start index endpoint (inclusive) or -1 for alliEndIndex - the end index highpoint (exclusive) or -1 for allkeys - the properties to bring back from the address book entries
public Resource[] serverGetResources(int iStartIndex,
int iEndIndex,
PropertyKey[] keys)
throws DominoException
iStartIndex and iEndIndex
starting at 0.iStartIndex - the start index endpoint (inclusive) or -1 for alliEndIndex - the end index highpoint (exclusive) or -1 for allkeys - the properties to bring back from the address book entries
public int serverGetResourcesCount()
throws DominoException
public void serverUpdate()
throws DominoException
serverUpdate in class AbstractItem
|
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||