Uses of Interface
org.osid.hold.HoldList
Packages that use HoldList
Package
Description
The Open Service Interface Definitions for the org.osid.hold
service.
The Open Service Interface Definitions for the org.osid.hold.rules
service.
-
Uses of HoldList in org.osid.hold
Methods in org.osid.hold that return HoldListModifier and TypeMethodDescriptionHoldLookupSession.getHolds()Gets allHolds.HoldSearchResults.getHolds()Gets the hold list resulting from a search.HoldLookupSession.getHoldsByGenusType(Type holdGenusType) Gets aHoldListcorresponding to the given hold genusTypewhich does not include holds of genus types derived from the specifiedType.HoldLookupSession.getHoldsByIds(IdList holdIds) Gets aHoldListcorresponding to the givenIdList.HoldOublietteSession.getHoldsByOubliette(Id oublietteId) Gets the list ofHoldsassociated with anOubliette.HoldOublietteSession.getHoldsByOubliettes(IdList oublietteIds) Gets the list ofHoldcorresponding to a list ofOubliettes.HoldLookupSession.getHoldsByParentGenusType(Type holdGenusType) Gets aHoldListcorresponding to the given hold genusTypeand include any additional holds with genus types derived from the specifiedType.HoldQuerySession.getHoldsByQuery(HoldQuery holdQuery) Gets a list ofHoldsmatching the given hold query.HoldLookupSession.getHoldsByRecordType(Type holdRecordType) Gets aHoldListcontaining the given hold recordType.HoldLookupSession.getHoldsForAgent(Id agentId) Gets a list of holds for an agent.HoldLookupSession.getHoldsForAgentAndIssue(Id agentId, Id issueId) Gets a list of holds for an agent.HoldLookupSession.getHoldsForAgentAndIssueOnDate(Id agentId, Id issueId, DateTime from, DateTime to) Gets a list of holds for an agent and issue and effective during the entire given date range inclusive but not confined to the date range.HoldLookupSession.getHoldsForAgentOnDate(Id agentId, DateTime from, DateTime to) Gets a list of holds for an agent and effective during the entire given date range inclusive but not confined to the date range.HoldLookupSession.getHoldsForIssue(Id issueId) Gets a list of holds for an issue.HoldLookupSession.getHoldsForIssueOnDate(Id issueId, DateTime from, DateTime to) Gets a list of holds for an issue and effective during the entire given date range inclusive but not confined to the date range.HoldLookupSession.getHoldsForResource(Id resourceId) Gets a list of holds for a resource including any holds for agents related to the resource.HoldLookupSession.getHoldsForResourceAndIssue(Id resourceId, Id issueId) Gets a list of holds for a resource and issue including any holds for agents related to the resource.HoldLookupSession.getHoldsForResourceAndIssueOnDate(Id resourceId, Id issueId, DateTime from, DateTime to) Gets a list of holds for a resource, including any holds for agents related to the resource, and issue and effective during the entire given date range inclusive but not confined to the date range.HoldLookupSession.getHoldsForResourceOnDate(Id resourceId, DateTime from, DateTime to) Gets a list of holds for a resource, including any holds for agents related to the resource, and effective during the entire given date range inclusive but not confined to the date range.HoldLookupSession.getHoldsOnDate(DateTime from, DateTime to) Gets a list of holds for a resource, including any holds for agents related to the resource, and effective during the entire given date range inclusive but not confined to the date range.MyHoldSession.getMyHolds()Gets all the holds associated with the authenticated agent.MyHoldSession.getMyHoldsForBlock(Id blockId) Gets all the holds associated with the authenticated agent for the given block.MyHoldSession.getMyHoldsForIssue(Id issueId) Gets all the holds associated with the authenticated agent for the given issue. -
Uses of HoldList in org.osid.hold.rules
Methods in org.osid.hold.rules that return HoldListModifier and TypeMethodDescriptionHoldEnablerRuleLookupSession.getHoldsByHoldEnabler(Id holdEnablerId) Gets theHoldsmapped to aHoldEnabler.