Method | Description | |
---|---|---|
GetAllInventoryItemsForUser ( |
||
GetCategory ( ApiContext apiContext, int categoryId ) : InventoryCategoryType |
Tries to get the category (either from the communicator's cache, or from API if not in cache)
|
|
Instance ( ) : |
||
PlaceOrder ( ApiContext apiContext, IOrder orderToPlace, int>.Dictionary |
Places an order on shopster.
|
Method | Description | |
---|---|---|
GetCategoryFromApi ( ApiContext apiContext, int categoryId ) : List |
Attempts to get a category from the API, it makes no guarantees that it will succeed.
|
|
GetPageOfInventoryCategories ( ApiContext apiContext, int pageNum, int pageSize ) : List |
||
ShopsterCommunicator ( ) : System |
public GetAllInventoryItemsForUser ( |
||
apiContext | ||
group | string | |
return | List |
public GetCategory ( ApiContext apiContext, int categoryId ) : InventoryCategoryType | ||
apiContext | ApiContext | |
categoryId | int | |
return | InventoryCategoryType |
public static Instance ( ) : |
||
return |
public PlaceOrder ( ApiContext apiContext, IOrder orderToPlace, int>.Dictionary |
||
apiContext | ApiContext | |
orderToPlace | IOrder | |
productMap | int>.Dictionary | |
return | int? |