OSID Logo
OSID Specifications
ordering package
Version 3.0.0
Release Candidate Preview
Interfaceosid.ordering.Store
Implementsosid.OsidCatalog
Description

A Store represents a collection of orders. Like all OSID objects, a Store is identified by its Id and any persisted references should use the Id.

MethodgetStoreRecord
Description

Gets the store record corresponding to the given Store record Type. This method is used to retrieve an object implementing the requested record. The storeRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(storeRecordType) is true .

Parametersosid.type.TypestoreRecordTypethe type of store record to retrieve
Returnosid.ordering.records.StoreRecordthe store record
ErrorsNULL_ARGUMENT storeRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(storeRecordType) is false
CompliancemandatoryThis method must be implemented.