OSID Logo
OSID Specifications
tracking package
Version 3.1.0
Interfaceosid.tracking.FrontOfficeForm
Implementsosid.OsidCatalogForm
Implemented Byosid.tracking.batch.FrontOfficeBatchForm
Used Byosid.tracking.FrontOfficeAdminSession
Description

This is the form for creating and updating frontOffices. Like all OsidForm objects, various data elements may be set here for use in the create and update methods in the FrontOfficeAdminSession. For each data element that may be set, metadata may be examined to provide display hints or data constraints.

MethodgetFrontOfficeFormRecord
Description

Gets the FrontOfficeFormRecord corresponding to the given front office record Type.

Parametersosid.type.TypefrontOfficeRecordType a front office record type
Returnosid.tracking.records.FrontOfficeFormRecord the front office form record
ErrorsNULL_ARGUMENT frontOfficeRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(frontOfficeRecordType) is false
Compliancemandatory This method must be implemented.