org.unitedfront2.web.controller.account
Class MailAddrChangeAction
java.lang.Object
org.springframework.webflow.action.AbstractAction
org.springframework.webflow.action.MultiAction
org.unitedfront2.web.controller.account.MailAddrChangeAction
- All Implemented Interfaces:
- InitializingBean, Action
@Repository(value="accountMailAddrChangeAction")
public class MailAddrChangeAction
- extends MultiAction
パスワード変更のアクションクラスです。
- Author:
- kurokkie
| 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 |
MailAddrChangeAction
public MailAddrChangeAction()
changeMailAddr
public Event changeMailAddr(RequestContext context)
throws MailAddrUsedByOtherException
- メールアドレスの変更とパスワードの再発行を行います。
- Parameters:
context - リクエストコンテキスト
- Returns:
- イベント
- Throws:
MailAddrUsedByOtherException - メールアドレスが既に使われている
Copyright © 2007-2009 www.unitedfront2.org. All Rights Reserved.