Interface | osid.ordering.Store | ||
---|---|---|---|
Implements | osid.OsidCatalog | ||
Description |
A | ||
Method | getStoreRecord | ||
Description |
Gets the store record corresponding to the given | ||
Parameters | osid.type.Type | storeRecordType | the type of store record to retrieve |
Return | osid.ordering.records.StoreRecord | the store record | |
Errors | NULL_ARGUMENT | storeRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(storeRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |