Subversion Repositories SmartDukaan

Rev

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

Rev 11645 Rev 11653
Line 940... Line 940...
940
	
940
	
941
	PrivateDeal getPrivateDealDetails(1:i64 item_id)
941
	PrivateDeal getPrivateDealDetails(1:i64 item_id)
942
	
942
	
943
	list<Item> getPrivateDealItems(1:i64 offset,2:i64 limit)
943
	list<Item> getPrivateDealItems(1:i64 offset,2:i64 limit)
944
	
944
	
945
	map<i64, PrivateDeal> getAllActivePrivateDeals()
945
	map<i64, PrivateDeal> getAllActivePrivateDeals(1:list<i64> itemIds, 2:i64 daysDelta)
946
	
946
	
947
	bool addOrUpdatePrivateDeal(1:PrivateDeal privateDeal)
947
	bool addOrUpdatePrivateDeal(1:PrivateDeal privateDeal)
948
	
948
	
949
	list<i64> getPrivateDealsCatalogIds(1:i64 beginIndex, 2:i64 totalItems) throws (1:CatalogServiceException cex),
949
	list<i64> getPrivateDealsCatalogIds(1:i64 beginIndex, 2:i64 totalItems) throws (1:CatalogServiceException cex),
950
	
950