Uses of Interface
org.osid.contact.AddressBookList
Packages that use AddressBookList
Package
Description
The Open Service Interface Definitions for the org.osid.contact
service.
The Open Service Interface Definitions for the org.osid.contact.rules
service.
-
Uses of AddressBookList in org.osid.contact
Methods in org.osid.contact that return AddressBookListModifier and TypeMethodDescriptionAddressBookLookupSession.getAddressBooks()Gets allAddressBooks.AddressBookSearchResults.getAddressBooks()Gets the address book list resulting from a search.AddressAddressBookSession.getAddressBooksByAddress(Id addressId) Gets the list ofAddressBookobjects mapped to anAddress.ContactAddressBookSession.getAddressBooksByContact(Id contactId) Gets the list ofAddressBookobjects mapped to aContact.AddressBookLookupSession.getAddressBooksByGenusType(Type addressBookGenusType) Gets anAddressBookListcorresponding to the given address book genusTypewhich does not include address books of genus types derived from the specifiedType.AddressBookLookupSession.getAddressBooksByIds(IdList addressBookIds) Gets anAddressBookListcorresponding to the givenIdList.In plenary mode, the returned list contains all of the address books specified in theIdlist, in the order of the list, including duplicates, or an error results if anIdin the supplied list is not found or inaccessible.AddressBookLookupSession.getAddressBooksByParentGenusType(Type addressBookGenusType) Gets anAddressBookListcorresponding to the given address book genusTypeand include any additional address books with genus types derived from the specifiedType.AddressBookLookupSession.getAddressBooksByProvider(Id resourceId) Gets anAddressBookListfrom the given provider.AddressBookQuerySession.getAddressBooksByQuery(AddressBookQuery addressBookQuery) Gets a list ofAddressBooksmatching the given search.AddressBookLookupSession.getAddressBooksByRecordType(Type addressBookRecordType) Gets anAddressBookListcontaining the given address book recordType.In plenary mode, the returned list contains all known address books or an error results.AddressBookHierarchySession.getChildAddressBooks(Id addressBookId) Gets the child address books of the givenid.AddressBookHierarchySession.getParentAddressBooks(Id addressBookId) Gets the parent address books of the givenid.AddressBookHierarchySession.getRootAddressBooks()Gets the root address books in the address book hierarchy. -
Uses of AddressBookList in org.osid.contact.rules
Methods in org.osid.contact.rules that return AddressBookListModifier and TypeMethodDescriptionContactEnablerAddressBookSession.getAddressBooksByContactEnabler(Id contactEnablerId) Gets theAddressBooksmapped to aContactEnabler.