Uses of Interface
org.osid.financials.batch.FiscalPeriodBatchFormList
Packages that use FiscalPeriodBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.financials.batch
service.
-
Uses of FiscalPeriodBatchFormList in org.osid.financials.batch
Methods in org.osid.financials.batch that return FiscalPeriodBatchFormListModifier and TypeMethodDescriptionFiscalPeriodBatchAdminSession.getFiscalPeriodFormsForCreate(long number, Type[] fiscalPeriodRecordTypes) Gets the fiscal period forms for creating a bunch of new fiscal periods.FiscalPeriodBatchAdminSession.getFiscalPeriodFormsForUpdate(IdList fiscalPeriodIds) Gets the fiscal period forms for updating an existing set of fiscal periods.Methods in org.osid.financials.batch with parameters of type FiscalPeriodBatchFormListModifier and TypeMethodDescriptionFiscalPeriodBatchAdminSession.createFiscalPeriods(FiscalPeriodBatchFormList fiscalPeriodForms) Creates a new set ofFiscalPeriods.FiscalPeriodBatchAdminSession.updateFiscalPeriods(FiscalPeriodBatchFormList fiscalPeriodForms) Updates existing fiscal periods.