Subversion Repositories SmartDukaan

Rev

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

Rev 1892 Rev 1898
Line 334... Line 334...
334
	UserCommunication getUserCommunicationById(1:i64 id) throws (1:UserCommunicationException ucx)
334
	UserCommunication getUserCommunicationById(1:i64 id) throws (1:UserCommunicationException ucx)
335
	list<UserCommunication> getUserCommunicationByUser(1:i64 userId) throws (1:UserCommunicationException ucx)
335
	list<UserCommunication> getUserCommunicationByUser(1:i64 userId) throws (1:UserCommunicationException ucx)
336
	list<UserCommunication> getAllUserCommunications() throws (1:UserCommunicationException ucx)
336
	list<UserCommunication> getAllUserCommunications() throws (1:UserCommunicationException ucx)
337
	
337
	
338
	MasterAffiliate createMasterAffiliate(1:string name, 2:i64 addedOn) throws (1:UserTrackerException utx)
338
	MasterAffiliate createMasterAffiliate(1:string name, 2:i64 addedOn) throws (1:UserTrackerException utx)
-
 
339
	list<MasterAffiliate> getAllMasterAffiliates() throws (1:UserTrackerException utx)
339
	MasterAffiliate getMasterAffiliateById(1:i64 id) throws (1:UserTrackerException utx)
340
	MasterAffiliate getMasterAffiliateById(1:i64 id) throws (1:UserTrackerException utx)
340
    MasterAffiliate getMasterAffiliateByName(1:string name) throws (1:UserTrackerException utx)
341
    MasterAffiliate getMasterAffiliateByName(1:string name) throws (1:UserTrackerException utx)
341
	Affiliate createAffiliate(1:string name, 2:string url, 3:i64 masterAffiliateId, 4:i64 addedOn) throws (1:UserTrackerException utx)
342
	Affiliate createAffiliate(1:string name, 2:string url, 3:i64 masterAffiliateId, 4:i64 addedOn) throws (1:UserTrackerException utx)
342
	Affiliate getAffiliateById(1:i64 id) throws (1:UserTrackerException utx)
343
	Affiliate getAffiliateById(1:i64 id) throws (1:UserTrackerException utx)
343
	Affiliate getAffiliateByName(1:string name) throws (1:UserTrackerException utx)
344
	Affiliate getAffiliateByName(1:string name) throws (1:UserTrackerException utx)