Uses of Interface
org.osid.resourcing.batch.CommissionBatchFormList
Packages that use CommissionBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.resourcing.batch
service.
-
Uses of CommissionBatchFormList in org.osid.resourcing.batch
Methods in org.osid.resourcing.batch that return CommissionBatchFormListModifier and TypeMethodDescriptionCommissionBatchAdminSession.getCommissionFormsForCreate(CommissionPeerList peers, Type[] commissionRecordTypes) Gets the commission forms for creating a bunch of new commissions.CommissionBatchAdminSession.getCommissionFormsForUpdate(IdList commissionIds) Gets the commission forms for updating an existing set of commissions.Methods in org.osid.resourcing.batch with parameters of type CommissionBatchFormListModifier and TypeMethodDescriptionCommissionBatchAdminSession.createCommissions(CommissionBatchFormList commissionForms) Creates a new set ofCommissions.CommissionBatchAdminSession.updateCommissions(CommissionBatchFormList commissionForms) Updates existing commissions.