Uses of Interface
org.osid.hold.rules.HoldEnablerList
Packages that use HoldEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.hold.rules
service.
-
Uses of HoldEnablerList in org.osid.hold.rules
Methods in org.osid.hold.rules that return HoldEnablerListModifier and TypeMethodDescriptionHoldEnablerLookupSession.getHoldEnablers()Gets allHoldEnablers.HoldEnablerSearchResults.getHoldEnablers()Gets theHoldEnablerListresulting from a search.HoldEnablerLookupSession.getHoldEnablersByGenusType(Type holdEnablerGenusType) Gets aHoldEnablerListcorresponding to the given hold enabler genusTypewhich does not include hold enablers of genus types derived from the specifiedType.HoldEnablerLookupSession.getHoldEnablersByIds(IdList holdEnablerIds) Gets aHoldEnablerListcorresponding to the givenIdList.HoldEnablerOublietteSession.getHoldEnablersByOubliette(Id oublietteId) Gets the list of hold enablers associated with aOubliette.HoldEnablerOublietteSession.getHoldEnablersByOubliettes(IdList oublietteIds) Gets the list of hold enablers corresponding to a list ofOubliettes.HoldEnablerLookupSession.getHoldEnablersByParentGenusType(Type holdEnablerGenusType) Gets aHoldEnablerListcorresponding to the given hold enabler genusTypeand include any additional hold enablers with genus types derived from the specifiedType.HoldEnablerQuerySession.getHoldEnablersByQuery(HoldEnablerQuery holdEnablerQuery) Gets a list ofHoldEnablersmatching the given hold enabler query.HoldEnablerLookupSession.getHoldEnablersByRecordType(Type holdEnablerRecordType) Gets aHoldEnablerListcontaining the given hold enabler recordType.HoldEnablerRuleLookupSession.getHoldEnablersForHold(Id holdId) Gets theHoldEnablerassociated with aHold.HoldEnablerLookupSession.getHoldEnablersOnDate(DateTime from, DateTime to) Gets aHoldEnablerListthat are effective for the entire given date range inclusive but not confined to the date range for any agent.HoldEnablerLookupSession.getHoldEnablersOnDateWithAgent(Id agentId, DateTime from, DateTime to) Gets aHoldEnablerListthat are effective for the entire given date range inclusive but not confined to the date range and evaluated against the given agent.