クラス
jp.mosp.common.common.BaseDto の使用

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

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

BaseDto 型のパラメータを持つ jp.mosp.common.common のメソッド
protected  void BaseAction.chkCodeExist(BaseDto dto, int rowNo, String targetId, VoInterface vo)
          コード存在確認(明細)。
protected  void BaseAction.chkCodeExist(BaseDto dto, String targetId, VoInterface vo)
          コード存在確認。
protected  void BaseAction.chkDuplicate(BaseDto dto, VoInterface vo)
          データ重複確認。
protected  void BaseAction.chkExclusive(BaseDto formerDto, BaseDto currentDto, VoInterface vo)
          更新日時による排他確認。
protected  void BaseAction.chkExist(BaseDto dto)
          データ存在確認。
protected  void BaseAction.chkInsert(BaseDto dto)
          挿入確認。
protected  void BaseAction.chkUpdate(BaseDto dto)
          更新確認。
protected  void BaseDao.mappingCommonInfo(BaseDto dto)
          共通情報取得。
 

jp.mosp.common.dto での BaseDto の使用
 

jp.mosp.common.dto での BaseDto のサブクラス
 class CmAspUserDto
          ASPユーザー情報を格納する。
 class CmCodeDto
          コードテーブルのレコードを格納する。
 class CmUserDto
          ユーザーテーブルのレコードを格納する。
 class CtAccountDto
          アカウントテーブルのレコードを格納する。
 class CtSequenceDto
          連番情報を格納する。