Uses of Interface
org.osid.provisioning.RequestTransactionList
Packages that use RequestTransactionList
Package
Description
The Open Service Interface Definitions for the org.osid.provisioning
service.
-
Uses of RequestTransactionList in org.osid.provisioning
Methods in org.osid.provisioning that return RequestTransactionListModifier and TypeMethodDescriptionRequestTransactionLookupSession.getRequestTransactions()Gets allRequestTransactions.RequestTransactionSearchResults.getRequestTransactions()Gets the request transaction list resulting from a search.RequestTransactionLookupSession.getRequestTransactionsByGenusType(Type requestTransactionGenusType) Gets aRequestTransactionListcorresponding to the given request transaction genusTypewhich does not include of genus types derived from the specifiedType.RequestTransactionLookupSession.getRequestTransactionsByIds(IdList requestTransactionIds) Gets aRequestTransactionListcorresponding to the givenIdList.RequestTransactionLookupSession.getRequestTransactionsByParentGenusType(Type requestTransactionGenusType) Gets aRequestTransactionListcorresponding to the given request transaction genusTypeand include any additional request transaction with genus types derived from the specifiedType.RequestTransactionQuerySession.getRequestTransactionsByQuery(RequestTransactionQuery requestTransactionQuery) Gets a list ofRequestTransactionsmatching the given request transaction query.RequestTransactionLookupSession.getRequestTransactionsByRecordType(Type requestTransactionRecordType) Gets aRequestTransactionListcontaining the given request transaction recordType.RequestTransactionLookupSession.getRequestTransactionsByRequest(Id requestId) Gets a list of request transactions by request.RequestTransactionLookupSession.getRequestTransactionsForBroker(Id brokerId) Gets a list of request transactions for a bropker.RequestTransactionLookupSession.getRequestTransactionsForBrokerOnDate(Id brokerId, DateTime from, DateTime to) Gets a list of request transactions for a broker and effective beginning in the date range.RequestTransactionLookupSession.getRequestTransactionsForSubmitter(Id resourceId) Gets a list of request transactions for a submitter in the request transaction.RequestTransactionLookupSession.getRequestTransactionsForSubmitterAndBroker(Id resourceId, Id brokerId) Gets a list of request transactions for a submitter and broker.RequestTransactionLookupSession.getRequestTransactionsForSubmitterAndBrokerOnDate(Id resourceId, Id brokerId, DateTime from, DateTime to) Gets a list of request transactions for a submitter and broker and effective beginning in the date range.RequestTransactionLookupSession.getRequestTransactionsForSubmitterOnDate(Id resourceId, DateTime from, DateTime to) Gets a list of request transactions for a submitter and effective beginning in the date range.RequestTransactionLookupSession.getRequestTransactionsOnDate(DateTime from, DateTime to) Gets a list of request transactions effective beginning in the date range.