Subversion Repositories SmartDukaan

Rev

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

Rev 11606 Rev 11635
Line 944... Line 944...
944
	
944
	
945
	map<i64, PrivateDeal> getAllActivePrivateDeals()
945
	map<i64, PrivateDeal> getAllActivePrivateDeals()
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),
-
 
950
	
-
 
951
	
-
 
952
	
949
}
953
}