Store wrapped object with camel case properties. Each properties maps to a field on the SObject that has _ for each capital letter. Ex. (enableTaxInclusivePricing -> Enable_Tax_Inclusive_Pricing__c)
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Store | getInstance() |
| Store | getInstance(OrderApi__Store__c storeObj) |
| List<Store> | getInstance(List |
| void | Store() |
Method Detail
This class supports the following methods:
global static Store getInstance()
Get base instance with no initial S0bject.
global static Store getInstance(OrderApi__Store__c storeObj)
Get base instance with an initial SObject.
Parameters
| Name | Type | Description |
|---|---|---|
| storeObj | OrderApi__Store__c | OrderApi__Store__c |
global static List<Store> getInstance(List<OrderApi__Store__c> stores)
Get base instance with list of initial SObjects.
Parameters
| Name | Type | Description |
|---|---|---|
| stores | List<OrderApi__Store__c> | List |
global Store()
Store Constructor that should not be called directly.
Properties
| Name | Type | Description |
|---|---|---|
| id | Id | |
| name | String | |
| enableTaxInclusivePricing | Boolean | |
| eStoreSortFields | String | |
| enableLargeTileView | Boolean | |
| enableSmallTileView | Boolean | |
| enableEnhancedListView | Boolean | |
| defaultStoreListing | String | |
| gateway | String | |
| businessGroup | String |