jp.mosp.common.action
クラス PasswordAction

java.lang.Object
  上位を拡張 jp.mosp.common.common.DBConnBean
      上位を拡張 jp.mosp.common.common.BaseAction
          上位を拡張 jp.mosp.common.action.PasswordAction
すべての実装されたインタフェース:
ActionInterface

public class PasswordAction
extends BaseAction

パスワード変更画面における処理を行う。


フィールドの概要
 
クラス jp.mosp.common.common.BaseAction から継承されたフィールド
aspUser, cfg, cmd, ctl, ctx, key, key1, key2, msg, multipartFieldList, nam, request, response, session, user
 
クラス jp.mosp.common.common.DBConnBean から継承されたフィールド
conn
 
コンストラクタの概要
PasswordAction()
          コンストラクタ。
 
メソッドの概要
 void action()
          アクション。
protected  BaseVo getSpecificVo()
          VO取得。
protected  void show()
          表示処理。
protected  void showForce()
          表示処理(強制パスワード変更)。
 
クラス jp.mosp.common.common.BaseAction から継承されたメソッド
addErrMessage, addList, afterAction, authorize, chkCodeExist, chkCodeExist, chkDuplicate, chkExclusive, chkExist, chkInsert, chkInstance, chkUpdate, doAction, getCodeArray, getConnection, getCsvData, getCsvData, getCsvData, getCsvData, getIndexCommand, getNextCmd, getStoredVo, getUrl, getVo, hasMospExpressJar, hasMospLegalJar, hasMospSeJar, init, initStoredData, prepareVo, putMap, removeStoredVo, setApplication, setAspUser, setCfg, setCheckAuth, setCheckProcSeq, setCmd, setCtl, setMessage, setMsg, setNeedAspUser, setNeedHeader, setNeedProcSeq, setNeedSession, setNeedUser, setNextCmd, setUrl, setUser, setVo, storeVo
 
クラス jp.mosp.common.common.DBConnBean から継承されたメソッド
commit, getConnection, getConnection, releaseConnection, rollback
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PasswordAction

public PasswordAction()
コンストラクタ。
権限確認不要を設定する。

メソッドの詳細

action

public void action()
            throws Exception
アクション。

例外:
Exception

getSpecificVo

protected BaseVo getSpecificVo()
クラス BaseAction の記述:
VO取得。

BaseAction.prepareVo()で用いられる。
BaseActionを拡張したクラスでこのメソッドをオーバーライドすることで、 BaseAction.prepareVo()を用いてBaseVoを拡張した任意のVOインスタンスを 取得することができる。

オーバーライド:
クラス BaseAction 内の getSpecificVo
戻り値:
VOインスタンス

show

protected void show()
             throws Exception
表示処理。
ログインユーザーのユーザーID、ユーザー名を設定する。

例外:
Exception

showForce

protected void showForce()
                  throws Exception
表示処理(強制パスワード変更)。
ログインユーザーのユーザーID、ユーザー名を設定する。

例外:
Exception