Subversion Repositories SmartDukaan

Rev

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

Rev 3026 Rev 3293
Line 376... Line 376...
376
	Affiliate getAffiliateByName(1:string name) throws (1:UserAffiliateException utx)
376
	Affiliate getAffiliateByName(1:string name) throws (1:UserAffiliateException utx)
377
	Tracker getTrackerById(1:i64 id) throws (1:UserAffiliateException utx)
377
	Tracker getTrackerById(1:i64 id) throws (1:UserAffiliateException utx)
378
	list<Affiliate> getAffiliatesByMasterAffiliate(1:i64 id) throws (1:UserAffiliateException utx)
378
	list<Affiliate> getAffiliatesByMasterAffiliate(1:i64 id) throws (1:UserAffiliateException utx)
379
	i64 addTrackLog(1:i64 affiliateId, 2:i64 userId, 3:string event, 4:string url, 5:string data, 6:i64 addedOn) throws (1:UserAffiliateException utx)
379
	i64 addTrackLog(1:i64 affiliateId, 2:i64 userId, 3:string event, 4:string url, 5:string data, 6:i64 addedOn) throws (1:UserAffiliateException utx)
380
	TrackLog getTrackLogById(1:i64 id) throws (1:UserAffiliateException utx)
380
	TrackLog getTrackLogById(1:i64 id) throws (1:UserAffiliateException utx)
381
	list<TrackLog> getTrackLogsByAffiliate(1:i64 affiliateId) throws (1:UserAffiliateException utx)
381
	list<TrackLog> getTrackLogsByAffiliate(1:i64 affiliateId, 2:i64 startDate, 3:i64 endDate) throws (1:UserAffiliateException utx)
382
	list<TrackLog> getTrackLogsByUser(1:i64 userId) throws (1:UserAffiliateException utx)
382
	list<TrackLog> getTrackLogsByUser(1:i64 userId) throws (1:UserAffiliateException utx)
383
	list<TrackLog> getTrackLogs(1:i64 userId, 2:string event, 3:string url) throws (1:UserAffiliateException utx)
383
	list<TrackLog> getTrackLogs(1:i64 userId, 2:string event, 3:string url) throws (1:UserAffiliateException utx)
384
    
384
    
385
	i64 createCart(1:i64 userId) throws (1:ShoppingCartException scx),
385
	i64 createCart(1:i64 userId) throws (1:ShoppingCartException scx),
386
	Cart getCurrentCart(1:i64 userId) throws (1:ShoppingCartException scx),	
386
	Cart getCurrentCart(1:i64 userId) throws (1:ShoppingCartException scx),