Class CreateAccountAction
java.lang.Object
org.springframework.webflow.action.AbstractAction
org.duracloud.account.flow.createaccount.CreateAccountAction
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean,org.springframework.webflow.execution.Action
@Component
public class CreateAccountAction
extends org.springframework.webflow.action.AbstractAction
- Author:
- Daniel Bernstein Date: Mar 3, 2012
-
Field Summary
Fields inherited from class org.springframework.webflow.action.AbstractAction
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.webflow.execution.EventdoExecute(org.springframework.webflow.execution.RequestContext context) voidsetAccountManagerService(AccountManagerService accountManagerService) voidsetMessageHelper(MessageHelper messageHelper) Methods inherited from class org.springframework.webflow.action.AbstractAction
afterPropertiesSet, doPostExecute, doPreExecute, error, error, execute, getActionNameForLogging, getEventFactorySupport, initAction, no, result, result, result, result, success, success, yes
-
Constructor Details
-
CreateAccountAction
public CreateAccountAction()
-
-
Method Details
-
doExecute
@Transactional public org.springframework.webflow.execution.Event doExecute(org.springframework.webflow.execution.RequestContext context) throws Exception - Specified by:
doExecutein classorg.springframework.webflow.action.AbstractAction- Throws:
Exception
-
setAccountManagerService
-
setMessageHelper
-