Uses of Interface
org.osid.contact.ContactList
Packages that use ContactList
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 ContactList in org.osid.contact
Methods in org.osid.contact that return ContactListModifier and TypeMethodDescriptionContactSession.getApplicableContacts(Id referenceId) Gets a list of all current available contacts corresponding to a referenceIdsorted from highlest to lowest priority.ContactSession.getApplicableContactsByGenusType(Id referenceId, Type contactGenusType) Gets all current available contacts for a reference and by contact genusTypesorted from highest to lowest priority.ContactLookupSession.getContacts()Gets all contacts.ContactSearchResults.getContacts()Gets the contact list resulting from a search.ContactAddressBookSession.getContactsByAddressBook(Id addressBookId) Gets the list ofContactsassociated with anAddressBook.ContactAddressBookSession.getContactsByAddressBooks(IdList addressBookIds) Gets the list ofContactscorresponding to a list ofAddressBooks.ContactLookupSession.getContactsByGenusType(Type contactGenusType) Gets aContactListcorresponding to the given contact genusTypewhich does not include contacts of genus types derived from the specifiedType.ContactLookupSession.getContactsByGenusTypeForAddress(Id addressId, Type contactGenusType) Gets a list of all contacts of the given genus type corresponding to an addressId.ContactLookupSession.getContactsByGenusTypeForAddressOnDate(Id addressId, Type contactGenusType, DateTime from, DateTime to) Gets a list of all contacts of the given genus type corresponding to an addressIdand effective during the entire given date range inclusive but not confined to the date range.ContactLookupSession.getContactsByGenusTypeForReference(Id referenceId, Type contactGenusType) Gets a list of contacts of the given genus type corresponding to a referenceId.ContactLookupSession.getContactsByGenusTypeForReferenceAndAddress(Id referenceId, Id addressId, Type contactGenusType) Gets a list of all contacts with the given genus type corresponding to a reference and addressId.ContactLookupSession.getContactsByGenusTypeForReferenceAndAddressOnDate(Id referenceId, Id addressId, Type contactGenusType, DateTime from, DateTime to) Gets a list of all contacts with the given genus type corresponding to a reference and addressIdand during the entire given date range inclusive but not confined to the date range.ContactLookupSession.getContactsByGenusTypeForReferenceOnDate(Id referenceId, Type contactGenusType, DateTime from, DateTime to) Gets a list of all contacts of the given genus type corresponding to a referenceIdand effective during the entire given date range inclusive but not confined to the date range.ContactLookupSession.getContactsByGenusTypeOnDate(Type contactGenusType, DateTime from, DateTime to) Gets a list of contacts of a genus type and with an effective during the entire given date range inclusive but not confined to the date range.ContactLookupSession.getContactsByIds(IdList contactIds) Gets aContactListcorresponding to the givenIdList.ContactLookupSession.getContactsByParentGenusType(Type contactGenusType) Gets aContactListcorresponding to the given contact genusTypeand include any additional contacts with genus types derived from the specifiedType.ContactQuerySession.getContactsByQuery(ContactQuery contactQuery) Gets a list of contacts matching the given contact query.ContactLookupSession.getContactsByRecordType(Type contactRecordType) Gets aContactListcontaining the given contact recordType.ContactLookupSession.getContactsForAddress(Id addressId) Gets a list of all contacts corresponding to an addressId.ContactLookupSession.getContactsForAddressOnDate(Id addressId, DateTime from, DateTime to) Gets a list of all contacts corresponding to an addressIdand effective during the entire given date range inclusive but not confined to the date range.ContactLookupSession.getContactsForReference(Id referenceId) Gets a list of contacts corresponding to a referenceId.ContactLookupSession.getContactsForReferenceAndAddress(Id referenceId, Id addressId) Gets a list of all contacts corresponding to a reference and addressId.ContactLookupSession.getContactsForReferenceAndAddressOnDate(Id referenceId, Id addressId, DateTime from, DateTime to) Gets a list of all contacts corresponding to a reference and addressIdand effectiveduring the entire given date range inclusive but not confined to the date range.ContactLookupSession.getContactsForReferenceOnDate(Id referenceId, DateTime from, DateTime to) Gets a list of all contacts corresponding to a referenceIdand effective during the entire given date range inclusive but not confined to the date range.ContactLookupSession.getContactsOnDate(DateTime from, DateTime to) Gets a list of contacts with an effective during the entire given date range inclusive but not confined to the date range. -
Uses of ContactList in org.osid.contact.rules
Methods in org.osid.contact.rules that return ContactListModifier and TypeMethodDescriptionContactEnablerRuleLookupSession.getContactsForContactEnabler(Id contactEnablerId) Gets theContactsmapped to aContactEnabler.