OSID Logo
OSID Specifications
tracking package
Version 3.0.0
Release Candidate Preview
Interfaceosid.tracking.FrontOfficeForm
Implementsosid.OsidCatalogForm
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_ARGUMENT frontOfficeRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(frontOfficeRecordType) is false
CompliancemandatoryThis method must be implemented.