| Line 324... |
Line 324... |
| 324 |
bool setUserAsLoggedOut(1:i64 userid, 2:i64 timestamp)throws (1:UserContextException ucx),
|
324 |
bool setUserAsLoggedOut(1:i64 userid, 2:i64 timestamp)throws (1:UserContextException ucx),
|
| 325 |
bool setDefaultAddress(1:i64 userid, 2:i64 addressId)throws (1:UserContextException ucx),
|
325 |
bool setDefaultAddress(1:i64 userid, 2:i64 addressId)throws (1:UserContextException ucx),
|
| 326 |
bool updatePassword(1:i64 userid, 2:string oldPassword, 3:string newPassword)throws (1:UserContextException ucx),
|
326 |
bool updatePassword(1:i64 userid, 2:string oldPassword, 3:string newPassword)throws (1:UserContextException ucx),
|
| 327 |
bool forgotPassword(1:string email, 2:string newPassword)throws (1:UserContextException ucx),
|
327 |
bool forgotPassword(1:string email, 2:string newPassword)throws (1:UserContextException ucx),
|
| 328 |
list<Address> getAllAddressesForUser(1:i64 userId)throws (1:UserContextException ucx),
|
328 |
list<Address> getAllAddressesForUser(1:i64 userId)throws (1:UserContextException ucx),
|
| - |
|
329 |
Address getAddressById(1:i64 addressId)throws (1:UserContextException ucx),
|
| 329 |
i64 getDefaultAddressId(1:i64 userId)throws (1:UserContextException ucx),
|
330 |
i64 getDefaultAddressId(1:i64 userId)throws (1:UserContextException ucx),
|
| 330 |
string getDefaultPincode(1:i64 userId)throws (1:UserContextException ucx),
|
331 |
string getDefaultPincode(1:i64 userId)throws (1:UserContextException ucx),
|
| 331 |
|
332 |
|
| 332 |
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)
|
| 333 |
UserCommunication getUserCommunicationById(1:i64 id) throws (1:UserCommunicationException ucx)
|
334 |
UserCommunication getUserCommunicationById(1:i64 id) throws (1:UserCommunicationException ucx)
|