Subversion Repositories SmartDukaan

Rev

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

Rev 7382 Rev 7438
Line 218... Line 218...
218
	/**
218
	/**
219
	Checks if the item given to the corresponding itemId is active. If it's active,
219
	Checks if the item given to the corresponding itemId is active. If it's active,
220
	whether it's risky and if it's risky, its inventory position.
220
	whether it's risky and if it's risky, its inventory position.
221
	*/
221
	*/
222
	ItemShippingInfo isActive(1:i64 itemId) throws (1:CatalogServiceException isex),
222
	ItemShippingInfo isActive(1:i64 itemId) throws (1:CatalogServiceException isex),
-
 
223
 
-
 
224
	map<i64, bool> getItemsStatus(1:list<i64> itemIds) throws (1:CatalogServiceException isex),
223
	
225
	
224
	string getItemStatusDescription(1:i64 itemId) throws (1:CatalogServiceException isex),
226
	string getItemStatusDescription(1:i64 itemId) throws (1:CatalogServiceException isex),
225
	
227
	
226
	//Item management apis
228
	//Item management apis
227
	void startItemOn(1:i64 item_id, 2:i64 timestamp) throws (1:CatalogServiceException cex),
229
	void startItemOn(1:i64 item_id, 2:i64 timestamp) throws (1:CatalogServiceException cex),