Uses of Interface
org.osid.financials.FiscalPeriodForm
Packages that use FiscalPeriodForm
Package
Description
The Open Service Interface Definitions for the org.osid.financials
service.
The Open Service Interface Definitions for the org.osid.financials.batch
service.
-
Uses of FiscalPeriodForm in org.osid.financials
Methods in org.osid.financials that return FiscalPeriodFormModifier and TypeMethodDescriptionFiscalPeriodAdminSession.getFiscalPeriodFormForCreate(Type[] fiscalPeriodRecordTypes) Gets the fiscal period form for creating new fiscal periods.FiscalPeriodAdminSession.getFiscalPeriodFormForUpdate(Id fiscalPeriodId) Gets the fiscal period form for updating an existing fiscal period.Methods in org.osid.financials with parameters of type FiscalPeriodFormModifier and TypeMethodDescriptionFiscalPeriodAdminSession.createFiscalPeriod(FiscalPeriodForm fiscalPeriodForm) Creates a newFiscalPeriod.voidFiscalPeriodAdminSession.updateFiscalPeriod(FiscalPeriodForm fiscalPeriodForm) Updates an existing fiscal period. -
Uses of FiscalPeriodForm in org.osid.financials.batch
Subinterfaces of FiscalPeriodForm in org.osid.financials.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating fiscal periods in bulk.