Uses of Interface
org.osid.billing.batch.PeriodBatchFormList
Packages that use PeriodBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.billing.batch
service.
-
Uses of PeriodBatchFormList in org.osid.billing.batch
Methods in org.osid.billing.batch that return PeriodBatchFormListModifier and TypeMethodDescriptionPeriodBatchAdminSession.getPeriodFormsForCreate(long number, Type[] periodRecordTypes) Gets the period forms for creating a bunch of new periods.PeriodBatchAdminSession.getPeriodFormsForUpdate(IdList periodIds) Gets the period forms for updating an existing set of periods.Methods in org.osid.billing.batch with parameters of type PeriodBatchFormListModifier and TypeMethodDescriptionPeriodBatchAdminSession.createPeriods(PeriodBatchFormList periodForms) Creates a new set ofPeriods.PeriodBatchAdminSession.updatePeriods(PeriodBatchFormList periodForms) Updates existing periods.