Class ForgottenPasswordAction
java.lang.Object
de.hybris.platform.processengine.action.AbstractAction<T>
de.hybris.platform.processengine.action.AbstractSimpleDecisionAction<ForgottenPasswordProcessModel>
de.hybris.platform.commerceservices.actions.password.ForgottenPasswordAction
- All Implemented Interfaces:
Action<ForgottenPasswordProcessModel>
public class ForgottenPasswordAction
extends AbstractSimpleDecisionAction<ForgottenPasswordProcessModel>
A process action that runs password recovery
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.processengine.action.AbstractSimpleDecisionAction
AbstractSimpleDecisionAction.Transition -
Field Summary
Fields inherited from class de.hybris.platform.processengine.action.AbstractAction
modelService, processParameterHelperFields inherited from interface de.hybris.platform.processengine.spring.Action
ERROR_RETURN_CODE, RETRY_RETURN_CODE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteAction(ForgottenPasswordProcessModel forgottenPasswordProcessModel) Executes thisAction's business logic working on the givenBusinessProcessModel.voidsetCustomerAccountService(CustomerAccountService customerAccountService) voidsetSessionService(SessionService sessionService) voidsetUserMatchingService(UserMatchingService userMatchingService) Methods inherited from class de.hybris.platform.processengine.action.AbstractSimpleDecisionAction
execute, getTransitionsMethods inherited from class de.hybris.platform.processengine.action.AbstractAction
createTransitions, getModelService, getProcessParameterHelper, getProcessParameterValue, refresh, save, setModelService, setOrderStatus, setProcessParameterHelperMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.processengine.spring.Action
getCurrentActionDefinitionContext
-
Constructor Details
-
ForgottenPasswordAction
public ForgottenPasswordAction()
-
-
Method Details
-
getSessionService
-
setSessionService
-
getUserMatchingService
-
setUserMatchingService
-
getCustomerAccountService
-
setCustomerAccountService
-
executeAction
public AbstractSimpleDecisionAction.Transition executeAction(ForgottenPasswordProcessModel forgottenPasswordProcessModel) Description copied from class:AbstractSimpleDecisionActionExecutes thisAction's business logic working on the givenBusinessProcessModel.- Specified by:
executeActionin classAbstractSimpleDecisionAction<ForgottenPasswordProcessModel>- Parameters:
forgottenPasswordProcessModel- The process context to work on.- Returns:
- OK; NOK
-