Class 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 Detail

      • CreateAccountAction

        public CreateAccountAction()
    • Method Detail

      • 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)