public interface Store extends OsidCatalog
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.
| Modifier and Type | Method and Description |
|---|---|
StoreRecord |
getStoreRecord(Type storeRecordType)
Gets the store record corresponding to the given
Store
record Type. |
getDescription, getDisplayName, getGenusType, isOfGenusTypegetId, isCurrentgetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdStoreRecord getStoreRecord(Type storeRecordType) throws OperationFailedException
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 .storeRecordType - the type of store record to retrieveNullArgumentException - storeRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(storeRecordType) is false mandatory - This method must be implemented.