Uses of Interface
org.osid.tracking.batch.FrontOfficeBatchFormList
Packages that use FrontOfficeBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.tracking.batch
service.
-
Uses of FrontOfficeBatchFormList in org.osid.tracking.batch
Methods in org.osid.tracking.batch that return FrontOfficeBatchFormListModifier and TypeMethodDescriptionFrontOfficeBatchAdminSession.getFrontOfficeFormsForCreate(long number, Type[] frontOfficeRecordTypes) Gets the front office forms for creating a bunch of new front offices.FrontOfficeBatchAdminSession.getFrontOfficeFormsForUpdate(IdList frontOfficeIds) Gets the front office forms for updating an existing set of front offices.Methods in org.osid.tracking.batch with parameters of type FrontOfficeBatchFormListModifier and TypeMethodDescriptionFrontOfficeBatchAdminSession.createFrontOffices(FrontOfficeBatchFormList frontOfficeForms) Creates a new set ofFrontOffices.FrontOfficeBatchAdminSession.updateFrontOffices(FrontOfficeBatchFormList frontOfficeForms) Updates existing front offices.