Service class to execute CRUD operations on the Store object.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| StoreService | getInstance() |
| StoreService | getInstance(String version) |
| List<Store> | get(SearchRequest sr) |
Method Detail
This class supports the following methods:
global static StoreService getInstance()
Get Instance of StoreService.
global static StoreService getInstance(String version)
Get Instance of StoreVersionedService.
Parameters
| Name | Type | Description |
|---|---|---|
| version | String | undefined |
global StoreService ()
Store Constructor that should not be called directly.
global virtual List<Store> get(SearchRequest sr)
Get list of Store objects using the SearchRequest object as criteria
Parameters
| Name | Type | Description |
|---|---|---|
| sr | SearchRequest | SearchRequest |