Package | Description |
---|---|
org.osid.resourcing |
The Open Service Interface Definitions for the org.osid.resourcing
service.
|
org.osid.resourcing.rules |
The Open Service Interface Definitions for the org.osid.resourcing.rules
service.
|
Modifier and Type | Method and Description |
---|---|
CommissionList |
CommissionLookupSession.getCommissions()
Gets all
Commissions. |
CommissionList |
CommissionSearchResults.getCommissions()
Gets the commission list resulting from a search.
|
CommissionList |
CommissionFoundrySession.getCommissionsByFoundries(IdList foundryIds)
Gets the list of
Commission corresponding to a list of
Foundries. |
CommissionList |
CommissionFoundrySession.getCommissionsByFoundry(Id foundryId)
Gets the list of
Commissions associated with a
Foundry. |
CommissionList |
CommissionLookupSession.getCommissionsByGenusType(Type commissionGenusType)
Gets a
CommissionList corresponding to the given
commission genus Type which does not include
commissions of genus types derived from the specified Type. |
CommissionList |
CommissionLookupSession.getCommissionsByIds(IdList commissionIds)
Gets a
CommissionList corresponding to the given
IdList. |
CommissionList |
CommissionLookupSession.getCommissionsByParentGenusType(Type commissionGenusType)
Gets a
CommissionList corresponding to the given
commission genus Type and include any additional
commissions with genus types derived from the specified Type. |
CommissionList |
CommissionQuerySession.getCommissionsByQuery(CommissionQuery commissionQuery)
Gets a list of
Commissions matching the given
commission query. |
CommissionList |
CommissionLookupSession.getCommissionsByRecordType(Type commissionRecordType)
Gets a
CommissionList containing the given commission
record Type. |
CommissionList |
CommissionLookupSession.getCommissionsForResource(Id resourceId)
Gets a list of commissions for a resource.
|
CommissionList |
CommissionLookupSession.getCommissionsForResourceAndWork(Id resourceId,
Id workId)
Gets a list of commissions for a resource and work.
|
CommissionList |
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.
|
CommissionList |
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.
|
CommissionList |
CommissionLookupSession.getCommissionsForWork(Id workId)
Gets a list of commissions for a work.
|
CommissionList |
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.
|
CommissionList |
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.
|
CommissionList |
MyWorkSession.getMyCommissions()
Gets the commissions for the resource related to this agent.
|
Modifier and Type | Method and Description |
---|---|
CommissionList |
CommissionEnablerRuleLookupSession.getCommissionsForCommissionEnabler(Id commissionEnablerId)
Gets the
Commissions mapped to a
CommissionEnabler. |