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
-
-
Constructor Summary
Constructors Constructor Description CreateAccountAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.webflow.execution.EventdoExecute(org.springframework.webflow.execution.RequestContext context)voidsetAccountManagerService(AccountManagerService accountManagerService)voidsetMessageHelper(MessageHelper messageHelper)
-
-
-
Method Detail
-
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
public void setAccountManagerService(AccountManagerService accountManagerService)
-
setMessageHelper
public void setMessageHelper(MessageHelper messageHelper)
-
-