| java.lang.Object com.sun.addressbook.Element com.sun.addressbook.AddressBook com.sun.addressbook.wabp.WabpAddressBook
Method Summary | |
public void | add(Element element) | public void | addGroupMember(Element element, Group group) | protected ArrayList | convertNodeToElements(Node node, ABFilter abFilter) | protected Entry | convertNodeToEntry(Node node, int index) | public Group | convertNodeToGroup(Node node, int index) | public void | delete(Element element) | public void | deleteGroupMember(Element element, Group group) | public Element[] | fetch(ABFilter abFilter) | public Element[] | fetchGroupMembers(ABFilter filter, Group group) | public String | getFormattedCn(String fn, String ln) | protected String | getWabpSearchEntrySort(ABFilter filter) | protected String[] | getWabpSearchEntryType(ABFilter filter) | public void | modify(Element oldElement, Element newElement) | public ABSearchTerm | newABSearchTerm(String name, String value, boolean exact) | public ABSearchTerm | newABSearchTerm(ABSearchTerm term, int op) | public ABSearchTerm | newABSearchTerm(ABSearchTerm[] terms, int op) Return the ABSearchTerm object corresponding to the service type. | protected String | wabpAddEntry(String[] bookEntryIDs, StringBuffer xml, String type) | public void | wabpModifyEntry(String un, StringBuffer xml, String type) |
convertNodeToEntry | protected Entry convertNodeToEntry(Node node, int index) throws XSLProcessingException(Code) | | |
convertNodeToGroup | public Group convertNodeToGroup(Node node, int index) throws XSLProcessingException(Code) | | |
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)
|
|
|