OSID Logo
OSID Specifications
tracking package
Version 3.0.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.TypefrontOfficeRecordTypea front office record type
Returnosid.tracking.records.FrontOfficeFormRecordthe front office form record
ErrorsNULL_ARGUMENTfrontOfficeRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(frontOfficeRecordType) is false
CompliancemandatoryThis method must be implemented.