| Line 644... |
Line 644... |
| 644 |
list<Item> getItemsByCatalogId(1:i64 catalog_item_id) throws (1:CatalogServiceException cex),
|
644 |
list<Item> getItemsByCatalogId(1:i64 catalog_item_id) throws (1:CatalogServiceException cex),
|
| 645 |
list<Item> getValidItemsByCatalogId(1:i64 catalog_item_id) throws (1:CatalogServiceException cex),
|
645 |
list<Item> getValidItemsByCatalogId(1:i64 catalog_item_id) throws (1:CatalogServiceException cex),
|
| 646 |
list<Item> getAllItems(1:bool isActive) throws (1:CatalogServiceException cex),
|
646 |
list<Item> getAllItems(1:bool isActive) throws (1:CatalogServiceException cex),
|
| 647 |
list<Item> getAllItemsByStatus(1:status itemStatus) throws (1:CatalogServiceException cex),
|
647 |
list<Item> getAllItemsByStatus(1:status itemStatus) throws (1:CatalogServiceException cex),
|
| 648 |
bool markItemAsContentComplete(1:i64 entityId, 2:i64 category, 3:string brand, 4:string modelName, 5:string modelNumber, 6:bool isAndroid) throws (1:CatalogServiceException cex),
|
648 |
bool markItemAsContentComplete(1:i64 entityId, 2:i64 category, 3:string brand, 4:string modelName, 5:string modelNumber, 6:bool isAndroid) throws (1:CatalogServiceException cex),
|
| - |
|
649 |
map<i64, double> getVatRates(1:i64 itemId, 2:i64 categoryId) throws (1:CatalogServiceException cex),
|
| 649 |
|
650 |
|
| 650 |
/**
|
651 |
/**
|
| 651 |
Gets at most 'limit' items starting at the given offset. Returns an empty list if there are no more items at the given offset.
|
652 |
Gets at most 'limit' items starting at the given offset. Returns an empty list if there are no more items at the given offset.
|
| 652 |
*/
|
653 |
*/
|
| 653 |
list<Item> getAllItemsInRange(1:i64 offset, 2:i64 limit) throws (1:CatalogServiceException cex),
|
654 |
list<Item> getAllItemsInRange(1:i64 offset, 2:i64 limit) throws (1:CatalogServiceException cex),
|
| Line 1045... |
Line 1046... |
| 1045 |
|
1046 |
|
| 1046 |
bool addAmazonPromotion(1:map<string,AmazonPromotion> amazonPromotions),
|
1047 |
bool addAmazonPromotion(1:map<string,AmazonPromotion> amazonPromotions),
|
| 1047 |
|
1048 |
|
| 1048 |
list<AmazonPromotion> getAmazonPromotion(1:i64 startDate,2:i64 endDate),
|
1049 |
list<AmazonPromotion> getAmazonPromotion(1:i64 startDate,2:i64 endDate),
|
| 1049 |
|
1050 |
|
| 1050 |
bool updateAmazonPromotion(1:list<AmazonPromotion> amazonPromotions)
|
1051 |
bool updateAmazonPromotion(1:list<AmazonPromotion> amazonPromotions),
|
| - |
|
1052 |
|
| - |
|
1053 |
bool markPartiallyActive(1:i64 itemId, 2:i64 categoryId),
|
| - |
|
1054 |
|
| - |
|
1055 |
bool updateItemStateVat(1:i64 itemId, 2:map<i64,double> statevat)
|
| 1051 |
|
1056 |
|
| 1052 |
|
1057 |
|
| 1053 |
}
|
1058 |
}
|