Subversion Repositories SmartDukaan

Rev

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

Rev 7770 Rev 7897
Line 427... Line 427...
427
	list<ProductNotificationRequest> getProductNotifications(1:i64 startDateTime),
427
	list<ProductNotificationRequest> getProductNotifications(1:i64 startDateTime),
428
	
428
	
429
	/**
429
	/**
430
	Returns a list of count of requests for product notification against each item
430
	Returns a list of count of requests for product notification against each item
431
	*/
431
	*/
432
	list<ProductNotificationRequestCount> getProductNotificationRequestCount(1:i64 startDateTime)
432
	list<ProductNotificationRequestCount> getProductNotificationRequestCount(1:i64 startDateTime, 2:i64 categoryId);
433
	
433
	
434
	/**
434
	/**
435
	This method adds a log to authorize table with Item Id, username who authorized the change, reason.
435
	This method adds a log to authorize table with Item Id, username who authorized the change, reason.
436
	*/
436
	*/
437
	bool addAuthorizationLog(1:i64 itemId, 2:string username, 3:string reason) throws (1:CatalogServiceException cex),
437
	bool addAuthorizationLog(1:i64 itemId, 2:string username, 3:string reason) throws (1:CatalogServiceException cex),
Line 496... Line 496...
496
	
496
	
497
	bool updateItemInventory(1:i64 itemId, 2:i64 holdInventory, 3:i64 defaultInventory),
497
	bool updateItemInventory(1:i64 itemId, 2:i64 holdInventory, 3:i64 defaultInventory),
498
	
498
	
499
	bool updateTimestampForAmazonFeeds(1:string type, 2: list<i64> sku, 3:i64 timestamp)
499
	bool updateTimestampForAmazonFeeds(1:string type, 2: list<i64> sku, 3:i64 timestamp)
500
	
500
	
-
 
501
	list<Category> getAllParentCategories()
-
 
502
	
501
}
503
}