OSID Logo
OSID Specifications
offering package
Version 3.1.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.TypecatalogueRecordType the catalogue record type
Returnosid.offering.records.CatalogueFormRecord the record
ErrorsNULL_ARGUMENT catalogueRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(catalogueRecordType) is false
Compliancemandatory This method must be implemented.