| Line 252... |
Line 252... |
| 252 |
bool setDefaultAddress(1:i64 userid, 2:i64 addressId)throws (1:UserContextException ucx),
|
252 |
bool setDefaultAddress(1:i64 userid, 2:i64 addressId)throws (1:UserContextException ucx),
|
| 253 |
bool updatePassword(1:i64 userid, 2:string oldPassword, 3:string newPassword)throws (1:UserContextException ucx),
|
253 |
bool updatePassword(1:i64 userid, 2:string oldPassword, 3:string newPassword)throws (1:UserContextException ucx),
|
| 254 |
bool forgotPassword(1:string email)throws (1:UserContextException ucx),
|
254 |
bool forgotPassword(1:string email)throws (1:UserContextException ucx),
|
| 255 |
list<Address> getAllAddressesForUser(1:i64 userId)throws (1:UserContextException ucx),
|
255 |
list<Address> getAllAddressesForUser(1:i64 userId)throws (1:UserContextException ucx),
|
| 256 |
i64 getDefaultAddressId(1:i64 userId)throws (1:UserContextException ucx),
|
256 |
i64 getDefaultAddressId(1:i64 userId)throws (1:UserContextException ucx),
|
| - |
|
257 |
string getDefaultPincode(1:i64 userId)throws (1:UserContextException ucx),
|
| 257 |
|
258 |
|
| 258 |
i64 createCart(1:i64 userId) throws (1:ShoppingCartException scx),
|
259 |
i64 createCart(1:i64 userId) throws (1:ShoppingCartException scx),
|
| 259 |
Cart getCurrentCart(1:i64 userId) throws (1:ShoppingCartException scx),
|
260 |
Cart getCurrentCart(1:i64 userId) throws (1:ShoppingCartException scx),
|
| 260 |
Cart getCart(1:i64 cartId) throws (1:ShoppingCartException scx),
|
261 |
Cart getCart(1:i64 cartId) throws (1:ShoppingCartException scx),
|
| 261 |
list<Cart> getCartsForUser(1:i64 userId, 2:CartStatus status) throws (1:ShoppingCartException scx),
|
262 |
list<Cart> getCartsForUser(1:i64 userId, 2:CartStatus status) throws (1:ShoppingCartException scx),
|