Method | Description | |
---|---|---|
DeleteShopsterProductIds ( List |
|
|
GetShopsterUserId ( MyApiContext apiContext ) : int |
Use an apicontext (the authtoken and secret) to find the UserID in the db.
|
|
InsertShopsterProducts ( List |
For now takes a List will be refactored to take InventoryItemListType
|
|
ShopsterifyDatabase ( ) : System | ||
getShopsterProductIds ( ) : List |
Get all shopsterProduct Ids in Shopsterify
|
|
getShopsterProductIdsByUser ( int userId ) : List |
Get all shopster product ids in Shopsterify, filtered by userId Parameter.
|
public DeleteShopsterProductIds ( List |
||
productIds | List |
|
return | int |
public GetShopsterUserId ( MyApiContext apiContext ) : int | ||
apiContext | MyApiContext | |
return | int |
public InsertShopsterProducts ( List |
||
items | List |
|
shopsterUser | int | |
return | int |
public getShopsterProductIdsByUser ( int userId ) : List |
||
userId | int | Filter the select statement by this id. |
return | List |