Subversion Repositories SmartDukaan

Rev

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

Rev 5334 Rev 5342
Line 348... Line 348...
348
	TrackLog getTrackLogById(1:i64 id) throws (1:UserAffiliateException utx)
348
	TrackLog getTrackLogById(1:i64 id) throws (1:UserAffiliateException utx)
349
	list<TrackLog> getTrackLogsByAffiliate(1:i64 affiliateId, 2:i64 startDate, 3:i64 endDate) throws (1:UserAffiliateException utx)
349
	list<TrackLog> getTrackLogsByAffiliate(1:i64 affiliateId, 2:i64 startDate, 3:i64 endDate) throws (1:UserAffiliateException utx)
350
	list<TrackLog> getTrackLogsByUser(1:i64 userId) throws (1:UserAffiliateException utx)
350
	list<TrackLog> getTrackLogsByUser(1:i64 userId) throws (1:UserAffiliateException utx)
351
	list<TrackLog> getTrackLogs(1:i64 userId, 2:string event, 3:string url) throws (1:UserAffiliateException utx)
351
	list<TrackLog> getTrackLogs(1:i64 userId, 2:string event, 3:string url) throws (1:UserAffiliateException utx)
352
    
352
    
353
	i64 createCart(1:i64 userId) throws (1:ShoppingCartException scx),
-
 
354
	Cart getCurrentCart(1:i64 userId) throws (1:ShoppingCartException scx),	
353
	Cart getCurrentCart(1:i64 userId) throws (1:ShoppingCartException scx),	
355
	Cart getCart(1:i64 cartId) throws (1:ShoppingCartException scx),
354
	Cart getCart(1:i64 cartId) throws (1:ShoppingCartException scx),
356
	list<Cart> getCartsByTime(1:i64 from_time, 2:i64 to_time, 3:CartStatus status) throws (1:ShoppingCartException scx),
355
	list<Cart> getCartsByTime(1:i64 from_time, 2:i64 to_time, 3:CartStatus status) throws (1:ShoppingCartException scx),
357
	string addItemToCart(1:i64 cartId, 2:i64 itemId, 3:i64 quantity, 4:i64 sourceId) throws (1:ShoppingCartException scx),
356
	string addItemToCart(1:i64 cartId, 2:i64 itemId, 3:i64 quantity, 4:i64 sourceId) throws (1:ShoppingCartException scx),
358
	void deleteItemFromCart(1:i64 cartId, 2:i64 itemId) throws (1:ShoppingCartException scx),
357
	void deleteItemFromCart(1:i64 cartId, 2:i64 itemId) throws (1:ShoppingCartException scx),