Uses of Interface
org.osid.contact.rules.ContactEnablerList
Packages that use ContactEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.contact.rules
service.
-
Uses of ContactEnablerList in org.osid.contact.rules
Methods in org.osid.contact.rules that return ContactEnablerListModifier and TypeMethodDescriptionContactEnablerLookupSession.getContactEnablers()Gets allContactEnablers.ContactEnablerSearchResults.getContactEnablers()Gets theContactEnablerListresulting from a search.ContactEnablerAddressBookSession.getContactEnablersByAddressBook(Id addressBookId) Gets the list of contact enablers associated with anAddressBook.ContactEnablerAddressBookSession.getContactEnablersByAddressBooks(IdList addressBookIds) Gets the list of contact enablers corresponding to a list ofAddressBooks.ContactEnablerLookupSession.getContactEnablersByGenusType(Type contactEnablerGenusType) Gets aContactEnablerListcorresponding to the given contact enabler genusTypewhich does not include contact enablers of genus types derived from the specifiedType.ContactEnablerLookupSession.getContactEnablersByIds(IdList contactEnablerIds) Gets aContactEnablerListcorresponding to the givenIdList.In plenary mode, the returned list contains all of the contact enablers 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.ContactEnablerLookupSession.getContactEnablersByParentGenusType(Type contactEnablerGenusType) Gets aContactEnablerListcorresponding to the given contact enabler genusTypeand include any additional contact enablers with genus types derived from the specifiedType.ContactEnablerQuerySession.getContactEnablersByQuery(ContactEnablerQuery contactEnablerQuery) Gets a list ofContactEnablersmatching the given contact enabler query.ContactEnablerLookupSession.getContactEnablersByRecordType(Type contactEnablerRecordType) Gets aContactEnablerListcontaining the given contact enabler recordType.ContactEnablerRuleLookupSession.getContactEnablersForContact(Id contactId) Gets theContactEnablerassociated with aContact.ContactEnablerLookupSession.getContactEnablersOnDate(DateTime from, DateTime to) Gets aContactEnablerListwhich are effective for the entire given date range inclusive but not confined to the date range for any agent.ContactEnablerLookupSession.getContactEnablersOnDateWithAgent(Id agentId, DateTime from, DateTime to) Gets aContactEnablerListwhich are effective for the entire given date range inclusive but not confined to the date range and evaluated against the given agent.