Subversion Repositories SmartDukaan

Rev

Rev 13136 | Rev 13709 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13136 Rev 13495
Line 676... Line 676...
676
	void startItemOn(1:i64 item_id, 2:i64 timestamp) throws (1:CatalogServiceException cex),
676
	void startItemOn(1:i64 item_id, 2:i64 timestamp) throws (1:CatalogServiceException cex),
677
	void retireItemOn(1:i64 item_id, 2:i64 timestamp) throws (1:CatalogServiceException cex),
677
	void retireItemOn(1:i64 item_id, 2:i64 timestamp) throws (1:CatalogServiceException cex),
678
	void changeItemStatus(1:i64 item_id, 2:i64 timestamp, 3:status newstatus) throws (1:CatalogServiceException cex),
678
	void changeItemStatus(1:i64 item_id, 2:i64 timestamp, 3:status newstatus) throws (1:CatalogServiceException cex),
679
	//Other accessor methods - added by Ashish
679
	//Other accessor methods - added by Ashish
680
	Item getItem(1:i64 item_id) throws (1:CatalogServiceException cex),
680
	Item getItem(1:i64 item_id) throws (1:CatalogServiceException cex),
-
 
681
	map<i64, Item> getItems(1:list<i64> item_ids) throws (1:CatalogServiceException cex),
681
	list<Item> getItemsByCatalogId(1:i64 catalog_item_id) throws  (1:CatalogServiceException cex),
682
	list<Item> getItemsByCatalogId(1:i64 catalog_item_id) throws  (1:CatalogServiceException cex),
682
	list<Item> getValidItemsByCatalogId(1:i64 catalog_item_id) throws  (1:CatalogServiceException cex),
683
	list<Item> getValidItemsByCatalogId(1:i64 catalog_item_id) throws  (1:CatalogServiceException cex),
683
	list<Item> getAllItems(1:bool isActive) throws (1:CatalogServiceException cex),
684
	list<Item> getAllItems(1:bool isActive) throws (1:CatalogServiceException cex),
684
	list<Item> getAllItemsByStatus(1:status itemStatus) throws (1:CatalogServiceException cex),
685
	list<Item> getAllItemsByStatus(1:status itemStatus) throws (1:CatalogServiceException cex),
685
	bool markItemAsContentComplete(1:i64 entityId, 2:i64 category, 3:string brand, 4:string modelName, 5:string modelNumber, 6:bool isAndroid) throws (1:CatalogServiceException cex),
686
	bool markItemAsContentComplete(1:i64 entityId, 2:i64 category, 3:string brand, 4:string modelName, 5:string modelNumber, 6:bool isAndroid) throws (1:CatalogServiceException cex),