|
||||||||||
前 次 | フレームあり フレームなし |
VoInterface を使用しているパッケージ | |
---|---|
jp.mosp.common.common | MosPフレームワークの基本となるクラスを提供する。 |
jp.mosp.common.vo | MosPアプリケーションで共通して用いることが想定されるVoクラスを提供する。 |
jp.mosp.common.common での VoInterface の使用 |
---|
VoInterface を実装している jp.mosp.common.common のクラス | |
---|---|
class |
BaseVo
Voの基本機能を提供する。 |
class |
ListVo
一覧表示に有用な機能を提供する。 |
VoInterface を返す jp.mosp.common.common のメソッド | |
---|---|
protected VoInterface |
BaseAction.getStoredVo(String key)
保存VO取得。 |
VoInterface |
BaseAction.getVo()
Voを取得する。 |
VoInterface 型のパラメータを持つ 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)
更新日時による排他確認。 |
static String |
HtmlUtility.getFooter(VoInterface vo)
HTMLフッター出力。 |
static String |
HtmlUtility.getHeader(VoInterface vo)
HTMLヘッダー出力。 |
static String |
HtmlUtility.getMessages(VoInterface vo)
HTMLメッセージ出力。 |
void |
BaseAction.setVo(VoInterface vo)
Voを設定する。 |
protected void |
BaseAction.storeVo(String key,
VoInterface vo)
Vo保存(セッションに保存)。 |
jp.mosp.common.vo での VoInterface の使用 |
---|
VoInterface を実装している jp.mosp.common.vo のクラス | |
---|---|
class |
LoginVo
ログイン画面情報を格納する。 |
class |
MenuVo
メニュー画面の情報を格納する。 |
class |
PasswordVo
パスワード変更画面情報を格納する。 |
|
||||||||||
前 次 | フレームあり フレームなし |