Interface AddressUpdateService

All Known Implementing Classes:
AddressUpdateServiceImpl

public interface AddressUpdateService
  • Method Summary

    Modifier and Type
    Method
    Description
    isEditable(Entity user, jakarta.ws.rs.core.UriInfo uriInfo)
    check if the content of the address-update widget is editable
    void
    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

      Boolean isEditable(Entity user, jakarta.ws.rs.core.UriInfo uriInfo)
      check if the content of the address-update widget is editable
    • setUserStatus

      void 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