java.lang.Object
com.hybris.backoffice.widgets.userprofile.passwordsetting.changepassword.ChangePasswordRendererUtil

public class ChangePasswordRendererUtil extends Object
  • Constructor Details

    • ChangePasswordRendererUtil

      public ChangePasswordRendererUtil()
  • Method Details

    • setModelService

      public void setModelService(ModelService modelService)
    • getModelService

      protected ModelService getModelService()
    • setPasswordPolicyService

      public void setPasswordPolicyService(PasswordPolicyService passwordPolicyService)
    • getPasswordPolicyService

      protected PasswordPolicyService getPasswordPolicyService()
    • createNoticeLabel

      public org.zkoss.zul.Label createNoticeLabel(org.zkoss.zk.ui.Component parent, String labelKey)
    • createValidationInfoLine

      public void createValidationInfoLine(org.zkoss.zk.ui.Component parent)
    • createPasswordLine

      public org.zkoss.zul.Textbox createPasswordLine(org.zkoss.zk.ui.Component parent, String labelKey)
    • onOldPasswordTextChanged

      public void onOldPasswordTextChanged(org.zkoss.zul.impl.InputElement oldPwdInput, PasswordChangeData passwordChangeData, com.hybris.cockpitng.core.Executable dataChangedExe)
    • onNewPasswordTextChanged

      public void onNewPasswordTextChanged(UserModel user, org.zkoss.zul.impl.InputElement newPwdInput, PasswordChangeData passwordChangeData, com.hybris.cockpitng.core.Executable dataChangedExe)
    • onConfirmPwdTextChanged

      public void onConfirmPwdTextChanged(UserModel user, org.zkoss.zul.impl.InputElement confirmPwdInput, PasswordChangeData passwordChangeData, com.hybris.cockpitng.core.Executable dataChangedExe)
    • checkPassword

      protected boolean checkPassword(User user, String password) throws EJBPasswordEncoderNotFoundException
      Throws:
      EJBPasswordEncoderNotFoundException
    • getValidationDiv

      protected org.zkoss.zul.Div getValidationDiv()
    • validateOldPassword

      public boolean validateOldPassword(UserModel user, PasswordChangeData passwordChangeData)
    • clearValidation

      public void clearValidation()