クラス
jp.mosp.common.dto.CmAspUserDto の使用

CmAspUserDto を使用しているパッケージ
jp.mosp.common.bean MosPアプリケーションで共通して用いることが想定されるBeanクラスを提供する。 
jp.mosp.common.common MosPフレームワークの基本となるクラスを提供する。 
jp.mosp.common.dao MosPアプリケーションで共通して用いることが想定されるDaoクラスを提供する。 
jp.mosp.common.vo MosPアプリケーションで共通して用いることが想定されるVoクラスを提供する。 
 

jp.mosp.common.bean での CmAspUserDto の使用
 

CmAspUserDto 型のパラメータを持つ jp.mosp.common.bean のメソッド
 void AuthBean.init(Properties cfg, String cmd, CmAspUserDto aspUser, Connection conn, boolean hasMospSeJar)
          ユーティリティの初期化
 

CmAspUserDto 型のパラメータを持つ jp.mosp.common.bean のコンストラクタ
AuthBean(Properties cfg, String cmd, CmAspUserDto aspUser, Connection conn, boolean hasMospSeJar)
          コンストラクタ
AuthBean(String userId, String password, Properties cfg, String cmd, CmAspUserDto aspUser, Connection conn, boolean hasMospSeJar)
          コンストラクタ(認証処理実行) 結果の取得方法等は、AuthBean.login(String, String)を参照すること。
 

jp.mosp.common.common での CmAspUserDto の使用
 

CmAspUserDto として宣言されている jp.mosp.common.common のフィールド
protected  CmAspUserDto BaseAction.aspUser
          ログインASPユーザー。
 

CmAspUserDto 型のパラメータを持つ jp.mosp.common.common のメソッド
 void BaseDao.initDao(Properties cfg, String cmd, CmAspUserDto aspUser, CmUserDto user, Connection conn)
          DAO初期化。
 void BaseVo.initVo(Properties cfg, Properties msg, Properties nam, String cmd, CmAspUserDto aspUser, CmUserDto user)
          VO初期化。
 void ListVo.initVo(Properties cfg, Properties msg, String cmd, CmAspUserDto aspUserDto, CmUserDto userDto)
          VO初期化。
 void BaseVo.initVo(Properties cfg, Properties msg, String cmd, CmAspUserDto aspUser, CmUserDto user)
          VO初期化。
 void BaseAction.setAspUser(CmAspUserDto aspUser)
          ASPユーザーを設定する。
 

CmAspUserDto 型のパラメータを持つ jp.mosp.common.common のコンストラクタ
BaseDao(Properties cfg, String cmd, CmAspUserDto aspUser, CmUserDto user, Connection conn)
          コンストラクタ。
BaseVo(Properties cfg, Properties msg, Properties nam, String cmd, CmAspUserDto aspUser, CmUserDto user)
          VOの初期設定を行う。
 

jp.mosp.common.dao での CmAspUserDto の使用
 

CmAspUserDto 型のパラメータを持つ jp.mosp.common.dao のコンストラクタ
CmCodeDao(Properties cfg, String cmd, CmAspUserDto aspUser, CmUserDto user, Connection conn)
          コンストラクタ。
CmUserDao(Properties cfg, String cmd, CmAspUserDto aspUser, CmUserDto user, Connection conn)
          コンストラクタ。
CtAccountDao(Properties cfg, String cmd, CmAspUserDto aspUser, CmUserDto user, Connection conn)
          コンストラクタ。
 

jp.mosp.common.vo での CmAspUserDto の使用
 

CmAspUserDto 型のパラメータを持つ jp.mosp.common.vo のコンストラクタ
LoginVo(Properties cfg, Properties msg, Properties nam, String cmd, CmAspUserDto aspUser, CmUserDto user)
          VOの初期設定を行う。
MenuVo(Properties cfg, Properties msg, Properties nam, String cmd, CmAspUserDto aspUser, CmUserDto user)
          VOの初期設定を行う。
PasswordVo(Properties cfg, Properties msg, Properties nam, String cmd, CmAspUserDto aspUser, CmUserDto user)
          VOの初期設定を行う。