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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.webflow.execution.Event
    doExecute(org.springframework.webflow.execution.RequestContext context)
     
    void
     
    void
     

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      doExecute in class org.springframework.webflow.action.AbstractAction
      Throws:
      Exception
    • setAccountManagerService

      public void setAccountManagerService(AccountManagerService accountManagerService)
    • setMessageHelper

      public void setMessageHelper(MessageHelper messageHelper)