Uses of Interface
org.osid.resourcing.rules.CommissionEnablerList
Packages that use CommissionEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.resourcing.rules
service.
-
Uses of CommissionEnablerList in org.osid.resourcing.rules
Methods in org.osid.resourcing.rules that return CommissionEnablerListModifier and TypeMethodDescriptionCommissionEnablerLookupSession.getCommissionEnablers()Gets allCommissionEnablers.CommissionEnablerSearchResults.getCommissionEnablers()Gets theCommissionEnablerListresulting from a search.CommissionEnablerFoundrySession.getCommissionEnablersByFoundries(IdList foundryIds) Gets the list of commission enabler corresponding to a list ofFoundries.CommissionEnablerFoundrySession.getCommissionEnablersByFoundry(Id foundryId) Gets the list of commission enabler associated with aFoundry.CommissionEnablerLookupSession.getCommissionEnablersByGenusType(Type commissionEnablerGenusType) Gets aCommissionEnablerListcorresponding to the given commission enabler genusTypewhich does not include commission enabler of genus types derived from the specifiedType.CommissionEnablerLookupSession.getCommissionEnablersByIds(IdList commissionEnablerIds) Gets aCommissionEnablerListcorresponding to the givenIdList.CommissionEnablerLookupSession.getCommissionEnablersByParentGenusType(Type commissionEnablerGenusType) Gets aCommissionEnablerListcorresponding to the given commission enabler genusTypeand include any additional commission enabler with genus types derived from the specifiedType.CommissionEnablerQuerySession.getCommissionEnablersByQuery(CommissionEnablerQuery commissionEnablerQuery) Gets a list ofCommissionEnablersmatching the given commission enabler query.CommissionEnablerLookupSession.getCommissionEnablersByRecordType(Type commissionEnablerRecordType) Gets aCommissionEnablerListcontaining the given commission enabler recordType.CommissionEnablerRuleLookupSession.getCommissionEnablersForCommission(Id commissionId) Gets theCommissionEnablerassociated with aCommission.CommissionEnablerLookupSession.getCommissionEnablersOnDate(DateTime from, DateTime to) Gets aCommissionEnablerListthat are effective for the entire given date range inclusive but not confined to the date range for any agent.CommissionEnablerLookupSession.getCommissionEnablersOnDateWithAgent(Id agentId, DateTime from, DateTime to) Gets aCommissionEnablerListthat are effective for the entire given date range inclusive but not confined to the date range and evaluated againstthe given agent.