OSID Logo
OSID Specifications
resourcing rules package
Version 3.1.0
Interfaceosid.resourcing.rules.CommissionEnabler
Implementsosid.OsidEnabler
Used Byosid.resourcing.rules.CommissionEnablerAdminSession
osid.resourcing.rules.CommissionEnablerList
osid.resourcing.rules.CommissionEnablerLookupSession
Description

A CommissionEnabler describes the rules for managing the effectiveness of Commissions.

MethodgetCommissionEnablerRecord
Description

Gets the commission enabler record corresponding to the given CommissionEnabler record Type. This method is used to retrieve an object implementing the requested record. The commissionEnablerRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(commissionEnablerRecordType) is true.

Parametersosid.type.TypecommissionEnablerRecordType the type of commission enabler record to retrieve
Returnosid.resourcing.rules.records.CommissionEnablerRecord the commission enabler record
ErrorsNULL_ARGUMENT commissionEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(commissionEnablerRecordType) is false
Compliancemandatory This method must be implemented.