| java.lang.Object com.sun.addressbook.Element com.sun.addressbook.AddressBook com.sun.ssoadapter.ab.pim.JPimAddressBook
All known Subclasses: com.sun.ssoadapter.ab.exchange.ExchangeAddressBook,
newABSearchTerm | public ABSearchTerm newABSearchTerm(String name, String value, boolean exact)(Code) | | Return the ABSearchTerm object corresponding to the service type.
ABSearchTerm object corresponding to the service type. |
newABSearchTerm | public ABSearchTerm newABSearchTerm(ABSearchTerm[] terms, int op) throws ABStoreException(Code) | | Return the ABSearchTerm object corresponding to the service type.
ABSearchTerm object corresponding to the service type. |
Methods inherited from com.sun.addressbook.AddressBook | abstract public void add(Element element) throws ABStoreException, OperationNotSupportedException(Code)(Java Doc) abstract public void addGroupMember(Element element, Group group) throws ABStoreException, OperationNotSupportedException(Code)(Java Doc) abstract public void delete(Element element) throws ABStoreException, OperationNotSupportedException(Code)(Java Doc) abstract public void deleteGroupMember(Element element, Group group) throws ABStoreException, OperationNotSupportedException(Code)(Java Doc) abstract public Element[] fetch(ABFilter abFilter) throws ABStoreException, OperationNotSupportedException(Code)(Java Doc) abstract public Element[] fetchGroupMembers(ABFilter filter, Group group) throws ABStoreException, OperationNotSupportedException(Code)(Java Doc) public String getAbID()(Code)(Java Doc) public String getLocale()(Code)(Java Doc) public ABStore getStore()(Code)(Java Doc) abstract public void modify(Element oldElement, Element newElement) throws ABStoreException, OperationNotSupportedException(Code)(Java Doc) abstract public ABSearchTerm newABSearchTerm(String name, String value, boolean exact)(Code)(Java Doc) abstract public ABSearchTerm newABSearchTerm(ABSearchTerm term, int op) throws ABStoreException(Code)(Java Doc) abstract public ABSearchTerm newABSearchTerm(ABSearchTerm[] terms, int op) throws ABStoreException(Code)(Java Doc) public void setLocale(String locale)(Code)(Java Doc)
|
|
|