Subversion Repositories SmartDukaan

Rev

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

Rev 5342 Rev 5407
Line 332... Line 332...
332
	
332
	
333
	bool saveUserCommunication(1:i64 userId, 2:string replyTo, 3:i64 communicationType, 4:i64 orderId, 5:string airwaybillNo, 6:string productName, 7:string subject, 8:string message)throws (1:UserCommunicationException ucx)
333
	bool saveUserCommunication(1:i64 userId, 2:string replyTo, 3:i64 communicationType, 4:i64 orderId, 5:string airwaybillNo, 6:string productName, 7:string subject, 8:string message)throws (1:UserCommunicationException ucx)
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
	void removeUserCommunication(1:i64 id) throws (1:UserCommunicationException ucx)
337
	
338
	
338
	MasterAffiliate createMasterAffiliate(1:string name, 2:i64 addedOn) throws (1:UserAffiliateException utx)
339
	MasterAffiliate createMasterAffiliate(1:string name, 2:i64 addedOn) throws (1:UserAffiliateException utx)
339
	list<MasterAffiliate> getAllMasterAffiliates() throws (1:UserAffiliateException utx)
340
	list<MasterAffiliate> getAllMasterAffiliates() throws (1:UserAffiliateException utx)
340
	MasterAffiliate getMasterAffiliateById(1:i64 id) throws (1:UserAffiliateException utx)
341
	MasterAffiliate getMasterAffiliateById(1:i64 id) throws (1:UserAffiliateException utx)
341
    MasterAffiliate getMasterAffiliateByName(1:string name) throws (1:UserAffiliateException utx)
342
    MasterAffiliate getMasterAffiliateByName(1:string name) throws (1:UserAffiliateException utx)
Line 449... Line 450...
449
 
450
 
450
	/**
451
	/**
451
	 * Updates COD trust level of a user
452
	 * Updates COD trust level of a user
452
	 */
453
	 */
453
	oneway void increaseTrustLevel(1:i64 userId, 2:double trustLevelDelta),
454
	oneway void increaseTrustLevel(1:i64 userId, 2:double trustLevelDelta),
-
 
455
 
-
 
456
	/**
-
 
457
	 * Get trust level of a user
-
 
458
	 */	
-
 
459
	double getTrustLevel(1:i64 userId),
454
	
460
	
455
	/**
461
	/**
456
	 * Returns true/false depending on wether COD is allowed for a cart or not
462
	 * Returns true/false depending on wether COD is allowed for a cart or not
457
	 */
463
	 */
458
	bool showCODOption(1:i64 cartId, 2:i64 sourceId, 3:string pincode)
464
	bool showCODOption(1:i64 cartId, 2:i64 sourceId, 3:string pincode)