Subversion Repositories SmartDukaan

Rev

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

Rev 1491 Rev 1590
Line 288... Line 288...
288
	list<Address> getAllAddressesForUser(1:i64 userId)throws (1:UserContextException ucx),
288
	list<Address> getAllAddressesForUser(1:i64 userId)throws (1:UserContextException ucx),
289
	i64 getDefaultAddressId(1:i64 userId)throws (1:UserContextException ucx),
289
	i64 getDefaultAddressId(1:i64 userId)throws (1:UserContextException ucx),
290
	string getDefaultPincode(1:i64 userId)throws (1:UserContextException ucx),
290
	string getDefaultPincode(1:i64 userId)throws (1:UserContextException ucx),
291
	
291
	
292
	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)
292
	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)
-
 
293
	UserCommunication getUserCommunicationById(1:i64 id) throws (1:UserCommunicationException ucx)
-
 
294
	list<UserCommunication> getUserCommunicationByUser(1:i64 userId) throws (1:UserCommunicationException ucx)
-
 
295
	list<UserCommunication> getAllUserCommunications() throws (1:UserCommunicationException ucx)
293
	
296
	
294
	i64 createCart(1:i64 userId) throws (1:ShoppingCartException scx),
297
	i64 createCart(1:i64 userId) throws (1:ShoppingCartException scx),
295
	Cart getCurrentCart(1:i64 userId) throws (1:ShoppingCartException scx),	
298
	Cart getCurrentCart(1:i64 userId) throws (1:ShoppingCartException scx),	
296
	Cart getCart(1:i64 cartId) throws (1:ShoppingCartException scx),
299
	Cart getCart(1:i64 cartId) throws (1:ShoppingCartException scx),
297
	list<Cart> getCartsForUser(1:i64 userId, 2:CartStatus status) throws (1:ShoppingCartException scx),
300
	list<Cart> getCartsForUser(1:i64 userId, 2:CartStatus status) throws (1:ShoppingCartException scx),