org.unitedfront2.web.controller.account
Class MailAddrChangeAction

java.lang.Object
  extended by org.springframework.webflow.action.AbstractAction
      extended by org.springframework.webflow.action.MultiAction
          extended by org.unitedfront2.web.controller.account.MailAddrChangeAction
All Implemented Interfaces:
InitializingBean, Action

@Repository(value="accountMailAddrChangeAction")
public class MailAddrChangeAction
extends MultiAction

パスワード変更のアクションクラスです。

Author:
kurokkie

Nested Class Summary
 
Nested classes/interfaces inherited from class org.springframework.webflow.action.MultiAction
MultiAction.MethodResolver
 
Field Summary
 
Fields inherited from class org.springframework.webflow.action.AbstractAction
logger
 
Constructor Summary
MailAddrChangeAction()
           
 
Method Summary
 Event changeMailAddr(RequestContext context)
          メールアドレスの変更とパスワードの再発行を行います。
 
Methods inherited from class org.springframework.webflow.action.MultiAction
doExecute, getMethodResolver, setMethodResolver, setTarget
 
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 Detail

MailAddrChangeAction

public MailAddrChangeAction()
Method Detail

changeMailAddr

public Event changeMailAddr(RequestContext context)
                     throws MailAddrUsedByOtherException
メールアドレスの変更とパスワードの再発行を行います。

Parameters:
context - リクエストコンテキスト
Returns:
イベント
Throws:
MailAddrUsedByOtherException - メールアドレスが既に使われている


Copyright © 2007-2009 www.unitedfront2.org. All Rights Reserved.