Interface ChangePasswordBean

    • Method Detail

      • setErrorMessageCode

        void setErrorMessageCode​(int value)
        Set the error message code for this instance
        Parameters:
        value - an integer value with the error code that happened while processing the change password request
      • getErrorMessageCode

        int getErrorMessageCode()
        Get the error message code for this instance
        Returns:
        value an integer value with the error code that happened while processing the change password request
      • getTarget

        java.lang.String getTarget()
        Get the target where it should go after the Change Password request is finished
        Returns:
        a String with the URL target after the Change Password is done
      • setTarget

        void setTarget​(java.lang.String target)
        Set the target where it should go after the Change Password request is finished
        Parameters:
        target - a String with the URL target after the Change Password is done
      • setPasswordIsChanged

        void setPasswordIsChanged​(boolean isChanged)
        Set if the password has been successfully changed
        Parameters:
        isChanged - boolean indicating if the password has been changed successfully.
      • isPasswordChanged

        boolean isPasswordChanged()
        Get if the password has been successfully changed
        Returns:
        boolean indicating if the password has been changed successfully.
      • setXMLStatus

        void setXMLStatus​(int value)
        Sets the EnumRequestStatus status of the bean. By default the status of this bean is WebBeanRequestWaitingForUserInput.
        Parameters:
        value - The XML status value ofor this bean.