Interface AddressUpdateService
- All Known Implementing Classes:
AddressUpdateServiceImpl
public interface AddressUpdateService
-
Method Summary
Modifier and TypeMethodDescriptionisEditable
(Entity user, jakarta.ws.rs.core.UriInfo uriInfo) check if the content of the address-update widget is editablevoid
setUserStatus
(Entity user, jakarta.ws.rs.core.UriInfo uriInfo) get the relUser_status of the Widget_config and set the relUser_status of the updated User-entity
-
Method Details
-
isEditable
check if the content of the address-update widget is editable -
setUserStatus
get the relUser_status of the Widget_config and set the relUser_status of the updated User-entity
-