Uses of Interface
org.osid.inquiry.rules.InquiryEnablerList
Packages that use InquiryEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.inquiry.rules
service.
-
Uses of InquiryEnablerList in org.osid.inquiry.rules
Methods in org.osid.inquiry.rules that return InquiryEnablerListModifier and TypeMethodDescriptionInquiryEnablerLookupSession.getInquiryEnablers()Gets allInquiryEnablers.InquiryEnablerSearchResults.getInquiryEnablers()Gets theInquiryEnablerListresulting from a search.InquiryEnablerLookupSession.getInquiryEnablersByGenusType(Type inquiryEnablerGenusType) Gets anInquiryEnablerListcorresponding to the given inquiry enabler genusTypewhich does not include inquiry enablers of genus types derived from the specifiedType.InquiryEnablerLookupSession.getInquiryEnablersByIds(IdList inquiryEnablerIds) Gets anInquiryEnablerListcorresponding to the givenIdList.InquiryEnablerInquestSession.getInquiryEnablersByInquest(Id inquestId) Gets the list of inquiry enablers associated with anInquest.InquiryEnablerInquestSession.getInquiryEnablersByInquests(IdList inquestIds) Gets the list of inquiry enablers corresponding to a list ofInquests.InquiryEnablerLookupSession.getInquiryEnablersByParentGenusType(Type inquiryEnablerGenusType) Gets anInquiryEnablerListcorresponding to the given inquiry enabler genusTypeand include any additional inquiry enablers with genus types derived from the specifiedType.InquiryEnablerQuerySession.getInquiryEnablersByQuery(InquiryEnablerQuery inquiryEnablerQuery) Gets a list ofInquiryEnablersmatching the given search.InquiryEnablerLookupSession.getInquiryEnablersByRecordType(Type inquiryEnablerRecordType) Gets anInquiryEnablerListcontaining the given inquiry enabler recordType.InquiryEnablerRuleLookupSession.getInquiryEnablersForInquiry(Id inquiryId) Gets theInquiryEnablersassociated with anInquiry.InquiryEnablerLookupSession.getInquiryEnablersOnDate(DateTime from, DateTime to) Gets anInquiryEnablerListthat are effective for the entire given date range but not confined to the date range.InquiryEnablerLookupSession.getInquiryEnablersOnDateWithAgent(Id agentId, DateTime from, DateTime to) Gets anInquiryEnablerListthat are effective for the entire given date range but not confined to the date range and evaluated against the given agent.