Class PasswordChangeHandler
- java.lang.Object
-
- com.hybris.backoffice.widgets.accountsettings.changepassword.wizard.PasswordChangeHandler
-
- All Implemented Interfaces:
com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
public class PasswordChangeHandler extends java.lang.Object implements com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
-
-
Constructor Summary
Constructors Constructor Description PasswordChangeHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ChangePasswordRendererUtilgetChangePasswordRendererUtil()protected ModelServicegetModelService()protected com.hybris.cockpitng.util.notifications.NotificationServicegetNotificationService()protected UserServicegetUserService()voidperform(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter, java.util.Map<java.lang.String,java.lang.String> settings)voidsetChangePasswordRendererUtil(ChangePasswordRendererUtil changePasswordRendererUtil)voidsetModelService(ModelService modelService)voidsetNotificationService(com.hybris.cockpitng.util.notifications.NotificationService notificationService)voidsetUserService(UserService userService)
-
-
-
Method Detail
-
perform
public void perform(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter, java.util.Map<java.lang.String,java.lang.String> settings)- Specified by:
performin interfacecom.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
-
setUserService
public void setUserService(UserService userService)
-
getUserService
protected UserService getUserService()
-
setModelService
public void setModelService(ModelService modelService)
-
getModelService
protected ModelService getModelService()
-
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)
-
getChangePasswordRendererUtil
protected ChangePasswordRendererUtil getChangePasswordRendererUtil()
-
-