public interface UserAddressService extends CRUDWithConfirmationPasswordService<UserAddressDTO,UserAddressData,UserAddressDataParams>
| Modifier and Type | Method and Description |
|---|---|
UserAddressListData |
getAddressListData(UserLocatorVO locator)
Returns all the user addresses.
|
void |
markAsDefault(java.lang.Long addressId)
Marks the given address as default for it's owner
|
getConfirmationPasswordInputForRemove, removeAllWithConfirmationPassword, removeWithConfirmationPassword, saveWithConfirmationPasswordgetData, getDataForNew, load, remove, removeAll, saveUserAddressListData getAddressListData(UserLocatorVO locator) throws FrameworkException
FrameworkExceptionvoid markAsDefault(java.lang.Long addressId)
throws FrameworkException
FrameworkException