Package | Description |
---|---|
org.osid.ordering |
The Open Service Interface Definitions for the org.osid.ordering
service.
|
org.osid.ordering.rules |
The Open Service Interface Definitions for the org.osid.ordering.rules
service.
|
Modifier and Type | Method and Description |
---|---|
StoreList |
StoreHierarchySession.getChildStores(Id storeId)
Gets the child stores of the given
id. |
StoreList |
StoreHierarchySession.getParentStores(Id storeId)
Gets the parent stores of the given
id. |
StoreList |
StoreHierarchySession.getRootStores()
Gets the root stores in the store hierarchy.
|
StoreList |
StoreLookupSession.getStores()
Gets all
Stores. |
StoreList |
StoreSearchResults.getStores()
Gets the store list resulting from a search.
|
StoreList |
StoreLookupSession.getStoresByGenusType(Type storeGenusType)
Gets a
StoreList corresponding to the given store genus
Type which does not include stores of genus types
derived from the specified Type. |
StoreList |
StoreLookupSession.getStoresByIds(IdList storeIds)
Gets a
StoreList corresponding to the given
IdList. |
StoreList |
OrderStoreSession.getStoresByOrder(Id orderId)
Gets the list of
Store objects mapped to an
Order. |
StoreList |
StoreLookupSession.getStoresByParentGenusType(Type storeGenusType)
Gets a
StoreList corresponding to the given store genus
Type and include any additional stores with genus types
derived from the specified Type. |
StoreList |
PriceScheduleStoreSession.getStoresByPriceSchedule(Id priceScheduleId)
Gets the list of
Store objects mapped to a
PriceSchedule. |
StoreList |
ProductStoreSession.getStoresByProduct(Id productId)
Gets the list of
Store objects mapped to a
Product. |
StoreList |
StoreLookupSession.getStoresByProvider(Id resourceId)
Gets a
StoreList for the given provider. |
StoreList |
StoreQuerySession.getStoresByQuery(StoreQuery storeQuery)
Gets a list of
Stores matching the given store query. |
StoreList |
StoreLookupSession.getStoresByRecordType(Type storeRecordType)
Gets a
StoreList containing the given repository record
Type. |
Modifier and Type | Method and Description |
---|---|
StoreList |
PriceEnablerStoreSession.getStoresByPriceEnabler(Id priceEnablerId)
Gets the
Stores mapped to a PriceEnabler. |