|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.hamaf.hikyaku.ui.ProcessBase
com.hamaf.hikyaku.ui.StandardCheckProcess
public abstract class StandardCheckProcess
タイトル: StandardCheckProcess 標準チェック処理 ProcessBase.
説明:項目チェックを行う処理用の拡張クラスです。
メッソド名 | 必須/任意 | 概略 |
setFolder | 任意 | チェック用のフォルダ名を戻す
DiContainarにより、コンストラクターで_cfldに設定してもかまいません。 |
checkMaster | 任意 | マスタ等とのチェック処理 |
checkRelation | 任意 | 項目間関連チェック処理 |
setEditItem | 任意 | 編集項目の設定処理 |
著作権: Copyright (c) 2007/05/29
フィールドの概要 | |
---|---|
protected java.lang.String |
_cfld
_cfld a String : 項目チェック用のフォルダー |
クラス com.hamaf.hikyaku.ui.ProcessBase から継承されたフィールド |
---|
clnm, controlXml, log, msgHed, process, request, resource, response, saveObj, sconfig, session, sysId |
コンストラクタの概要 | |
---|---|
StandardCheckProcess()
|
メソッドの概要 | |
---|---|
protected CommonMessage |
checkMaster(CommonMessage msg)
Describe checkMaster method : マスタチェック処理. |
protected CommonMessage |
checkRelation(CommonMessage msg)
Describe checkRelation method : 関連チェック処理. |
CommonMessage |
exec(CommonMessage msg)
Describe exec method : チェック処理を行う. |
protected CommonMessage |
setEditItem(CommonMessage msg)
Describe setEditItem method : 編集項目設定処理. |
protected java.lang.String |
setFolder()
Describe setFolder method : チェック用のフォルダー名を戻す. |
クラス com.hamaf.hikyaku.ui.ProcessBase から継承されたメソッド |
---|
finish, getUerDto, getUserID, init, newCommonMessage, setSconfig |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected java.lang.String _cfld
String
: 項目チェック用のフォルダー
コンストラクタの詳細 |
---|
public StandardCheckProcess()
メソッドの詳細 |
---|
public final CommonMessage exec(CommonMessage msg) throws java.lang.Exception
exec
method : チェック処理を行う.
(ItemChecks)
により、項目チェックを行う。
その際、setFolder()よりフォルダー名を取得する。
ProcessBase
内の exec
commonMessage
- a CommonMessage
:
CommonMessage
:
java.lang.Exception
- if an error occursprotected java.lang.String setFolder()
setFolder
method : チェック用のフォルダー名を戻す.
return "フォルダー名";
String
: チェックが定義されているフォルダー名称protected CommonMessage checkMaster(CommonMessage msg) throws java.lang.Exception
checkMaster
method : マスタチェック処理.
msg
- a CommonMessage
:
CommonMessage
:
java.lang.Exception
- if an error occursprotected CommonMessage checkRelation(CommonMessage msg) throws java.lang.Exception
checkRelation
method : 関連チェック処理.
msg
- a CommonMessage
:
CommonMessage
:
java.lang.Exception
- if an error occursprotected CommonMessage setEditItem(CommonMessage msg) throws java.lang.Exception
setEditItem
method : 編集項目設定処理.
msg
- a CommonMessage
:
CommonMessage
:
java.lang.Exception
- if an error occurs
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |