Uses of Interface
org.osid.billing.PeriodForm
Packages that use PeriodForm
Package
Description
The Open Service Interface Definitions for the org.osid.billing
service.
The Open Service Interface Definitions for the org.osid.billing.batch
service.
-
Uses of PeriodForm in org.osid.billing
Methods in org.osid.billing that return PeriodFormModifier and TypeMethodDescriptionPeriodAdminSession.getPeriodFormForCreate(Type[] periodRecordTypes) Gets the period form for creating new periods.PeriodAdminSession.getPeriodFormForUpdate(Id periodId) Gets the period form for updating an existing period.Methods in org.osid.billing with parameters of type PeriodFormModifier and TypeMethodDescriptionPeriodAdminSession.createPeriod(PeriodForm periodForm) Creates a newPeriod.voidPeriodAdminSession.updatePeriod(PeriodForm periodForm) Updates an existing period. -
Uses of PeriodForm in org.osid.billing.batch
Subinterfaces of PeriodForm in org.osid.billing.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating periods in bulk.