OSID Logo
OSID Specifications
offering package
Version 3.0.0
Interfaceosid.offering.CatalogueForm
Implementsosid.OsidCatalogForm
Implemented Byosid.offering.batch.CatalogueBatchForm
Used Byosid.offering.CatalogueAdminSession
Description

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

MethodgetCatalogueFormRecord
Description

Gets the CatalogueFormRecord interface corresponding to the given catalogue record Type .

Parametersosid.type.TypecatalogueRecordTypethe catalogue record type
Returnosid.offering.records.CatalogueFormRecordthe record
ErrorsNULL_ARGUMENTcatalogueRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(catalogueRecordType) is false
CompliancemandatoryThis method must be implemented.