Uses of Interface
org.osid.tracking.FrontOfficeForm
Packages that use FrontOfficeForm
Package
Description
The Open Service Interface Definitions for the org.osid.tracking
service.
The Open Service Interface Definitions for the org.osid.tracking.batch
service.
-
Uses of FrontOfficeForm in org.osid.tracking
Methods in org.osid.tracking that return FrontOfficeFormModifier and TypeMethodDescriptionFrontOfficeAdminSession.getFrontOfficeFormForCreate(Type[] frontOfficeRecordTypes) Gets the front office form for creating new frontOffices.FrontOfficeAdminSession.getFrontOfficeFormForUpdate(Id frontOfficeId) Gets the front office form for updating an existing front office.Methods in org.osid.tracking with parameters of type FrontOfficeFormModifier and TypeMethodDescriptionFrontOfficeAdminSession.createFrontOffice(FrontOfficeForm frontOfficeForm) Creates a newFrontOffice.voidFrontOfficeAdminSession.updateFrontOffice(FrontOfficeForm frontOfficeForm) Updates an existing front office -
Uses of FrontOfficeForm in org.osid.tracking.batch
Subinterfaces of FrontOfficeForm in org.osid.tracking.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating front office in bulk.