Subversion Repositories SmartDukaan

Rev

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

Rev 11653 Rev 11679
Line 555... Line 555...
555
	/**
555
	/**
556
	* This method is speciically used to avoid overloadaed calls to userClient
556
	* This method is speciically used to avoid overloadaed calls to userClient
557
	*/
557
	*/
558
	CartPlus validateCartPlus(1:i64 cartId, 2:i64 sourceId) throws (1:ShoppingCartException scex)
558
	CartPlus validateCartPlus(1:i64 cartId, 2:i64 sourceId) throws (1:ShoppingCartException scex)
559
	
559
	
-
 
560
	bool isPrivateDealUser(1:i64 userId)
-
 
561
	
560
	
562
	
561
	
563
	
562
}
564
}
563
565