OSID Logo
OSID Specifications
ordering package
Version 3.1.0
Interfaceosid.ordering.Store
Implementsosid.OsidCatalog
Used Byosid.ordering.ItemAdminSession
osid.ordering.MyOrderSession
osid.ordering.OrderAdminSession
osid.ordering.OrderLookupSession
osid.ordering.OrderNotificationSession
osid.ordering.OrderQuerySession
osid.ordering.OrderSmartStoreSession
osid.ordering.PriceScheduleAdminSession
osid.ordering.PriceScheduleLookupSession
osid.ordering.PriceScheduleNotificationSession
show 18 more…
osid.ordering.PriceScheduleQuerySession
osid.ordering.PriceScheduleSmartStoreSession
osid.ordering.ProductAdminSession
osid.ordering.ProductLookupSession
osid.ordering.ProductNotificationSession
osid.ordering.ProductQuerySession
osid.ordering.ProductSmartStoreSession
osid.ordering.StoreAdminSession
osid.ordering.StoreList
osid.ordering.StoreLookupSession
osid.ordering.StoreNode
osid.ordering.rules.PriceEnablerAdminSession
osid.ordering.rules.PriceEnablerLookupSession
osid.ordering.rules.PriceEnablerNotificationSession
osid.ordering.rules.PriceEnablerQuerySession
osid.ordering.rules.PriceEnablerRuleApplicationSession
osid.ordering.rules.PriceEnablerRuleLookupSession
osid.ordering.rules.PriceEnablerSmartStoreSession
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.TypestoreRecordType the type of store record to retrieve
Returnosid.ordering.records.StoreRecord the store record
ErrorsNULL_ARGUMENT storeRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(storeRecordType) is false
Compliancemandatory This method must be implemented.