Class PasswordChangeRenderer

  • All Implemented Interfaces:
    com.hybris.cockpitng.widgets.common.NotifyingWidgetComponentRenderer<org.zkoss.zk.ui.Component,​com.hybris.cockpitng.config.jaxb.wizard.ViewType,​java.util.Map<java.lang.String,​java.lang.String>>, com.hybris.cockpitng.widgets.common.WidgetComponentRenderer<org.zkoss.zk.ui.Component,​com.hybris.cockpitng.config.jaxb.wizard.ViewType,​java.util.Map<java.lang.String,​java.lang.String>>

    public class PasswordChangeRenderer
    extends com.hybris.cockpitng.widgets.configurableflow.renderer.DefaultCustomViewRenderer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected ChangePasswordRendererUtil getChangePasswordRendererUtil()  
      protected com.hybris.cockpitng.util.notifications.NotificationService getNotificationService()  
      protected UserService getUserService()  
      void render​(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.config.jaxb.wizard.ViewType viewType, java.util.Map<java.lang.String,​java.lang.String> params, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager wim)  
      void setChangePasswordRendererUtil​(ChangePasswordRendererUtil changePasswordRendererUtil)  
      void setNotificationService​(com.hybris.cockpitng.util.notifications.NotificationService notificationService)  
      void setUserService​(UserService userService)  
      • Methods inherited from class com.hybris.cockpitng.widgets.common.AbstractWidgetComponentRenderer

        addRendererListener, fireComponentRendered, fireComponentRendered, fireComponentRendered, removeRendererListener
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.hybris.cockpitng.widgets.common.WidgetComponentRenderer

        render
    • Field Detail

      • SCLASS_ACCOUNT_SETTINGS_PASSWORD

        protected static final java.lang.String SCLASS_ACCOUNT_SETTINGS_PASSWORD
        See Also:
        Constant Field Values
    • Constructor Detail

      • PasswordChangeRenderer

        public PasswordChangeRenderer()
    • Method Detail

      • render

        public void render​(org.zkoss.zk.ui.Component parent,
                           com.hybris.cockpitng.config.jaxb.wizard.ViewType viewType,
                           java.util.Map<java.lang.String,​java.lang.String> params,
                           com.hybris.cockpitng.dataaccess.facades.type.DataType dataType,
                           com.hybris.cockpitng.engine.WidgetInstanceManager wim)
        Specified by:
        render in interface com.hybris.cockpitng.widgets.common.WidgetComponentRenderer<org.zkoss.zk.ui.Component,​com.hybris.cockpitng.config.jaxb.wizard.ViewType,​java.util.Map<java.lang.String,​java.lang.String>>
        Specified by:
        render in class com.hybris.cockpitng.widgets.configurableflow.renderer.DefaultCustomViewRenderer
      • setUserService

        public void setUserService​(UserService userService)
      • getUserService

        protected UserService getUserService()
      • setNotificationService

        public void setNotificationService​(com.hybris.cockpitng.util.notifications.NotificationService notificationService)
      • getNotificationService

        protected com.hybris.cockpitng.util.notifications.NotificationService getNotificationService()
      • setChangePasswordRendererUtil

        public void setChangePasswordRendererUtil​(ChangePasswordRendererUtil changePasswordRendererUtil)