Uses of Interface
org.osid.resourcing.CommissionList
Packages that use CommissionList
Package
Description
The Open Service Interface Definitions for the org.osid.resourcing
service.
The Open Service Interface Definitions for the org.osid.resourcing.rules
service.
-
Uses of CommissionList in org.osid.resourcing
Methods in org.osid.resourcing that return CommissionListModifier and TypeMethodDescriptionCommissionLookupSession.getCommissions()Gets allCommissions.CommissionSearchResults.getCommissions()Gets the commission list resulting from a search.CommissionFoundrySession.getCommissionsByFoundries(IdList foundryIds) Gets the list ofCommissioncorresponding to a list ofFoundries.CommissionFoundrySession.getCommissionsByFoundry(Id foundryId) Gets the list ofCommissionsassociated with aFoundry.CommissionLookupSession.getCommissionsByGenusType(Type commissionGenusType) Gets aCommissionListcorresponding to the given commission genusTypewhich does not include commissions of genus types derived from the specifiedType.CommissionLookupSession.getCommissionsByIds(IdList commissionIds) Gets aCommissionListcorresponding to the givenIdList.CommissionLookupSession.getCommissionsByParentGenusType(Type commissionGenusType) Gets aCommissionListcorresponding to the given commission genusTypeand include any additional commissions with genus types derived from the specifiedType.CommissionQuerySession.getCommissionsByQuery(CommissionQuery commissionQuery) Gets a list ofCommissionsmatching the given commission query.CommissionLookupSession.getCommissionsByRecordType(Type commissionRecordType) Gets aCommissionListcontaining the given commission recordType.CommissionLookupSession.getCommissionsForResource(Id resourceId) Gets a list of commissions for a resource.CommissionLookupSession.getCommissionsForResourceAndWork(Id resourceId, Id workId) Gets a list of commissions for a resource and work.CommissionLookupSession.getCommissionsForResourceAndWorkOnDate(Id resourceId, Id workId, DateTime from, DateTime to) Gets a list of commissions for a resource and work and effective during the entire given date range inclusive but not confined to the date range.CommissionLookupSession.getCommissionsForResourceOnDate(Id resourceId, DateTime from, DateTime to) Gets a list of commissions for a resource and effective during the entire given date range inclusive but not confined to the date range.CommissionLookupSession.getCommissionsForWork(Id workId) Gets a list of commissions for a work.CommissionLookupSession.getCommissionsForWorkOnDate(Id workId, DateTime from, DateTime to) Gets a list of commissions for a work and effective during the entire given date range inclusive but not confined to the date range.CommissionLookupSession.getCommissionsOnDate(DateTime from, DateTime to) Gets a list of commissions effective during the entire given date range inclusive but not confined to the date range.MyWorkSession.getMyCommissions()Gets the commissions for the resource related to this agent. -
Uses of CommissionList in org.osid.resourcing.rules
Methods in org.osid.resourcing.rules that return CommissionListModifier and TypeMethodDescriptionCommissionEnablerRuleLookupSession.getCommissionsForCommissionEnabler(Id commissionEnablerId) Gets theCommissionsmapped to aCommissionEnabler.