|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.hamaf.hikyaku.ui.ProcessBase
com.hamaf.hikyaku.ui.ListProcessBase
com.hamaf.hikyaku.ui.StandardListProcess
com.hamaf.hikyaku.ui.CommonSelectList
public class CommonSelectList
タイトル:CommonSelectList is Common Select List Process.
説明:共通選択画面の処理を行う。
著作権: Copyright (c) 2007/06/19
フィールドの概要 |
---|
クラス com.hamaf.hikyaku.ui.StandardListProcess から継承されたフィールド |
---|
_chkFld, _jim, POSNM |
クラス com.hamaf.hikyaku.ui.ListProcessBase から継承されたフィールド |
---|
_keyPos, _keys, _pageAct |
クラス com.hamaf.hikyaku.ui.ProcessBase から継承されたフィールド |
---|
clnm, controlXml, log, msgHed, process, request, resource, response, saveObj, sconfig, session, sysId |
コンストラクタの概要 | |
---|---|
CommonSelectList()
|
メソッドの概要 | |
---|---|
protected DetailItemsInterface |
callControl(DetailItemsInterface dii)
Describe callControl method : コントロールクラスを呼び出す. |
protected java.lang.String[] |
checkDelete(DetailItemsInterface dii)
Describe checkDelete method : 削除データのチェック. |
protected RetrieveKeysInterface |
findKeys(RetrieveKeysInterface rki)
Describe findKeys method : 検索結果を取得する. |
protected DetailItemsInterface |
newDataObj()
Describe newDataObj method : 詳細用DataObjectの生成. |
protected JspItemsMapping |
setJspMapping()
Describe setJspMapping method : JSPマッピングの設定を行う. |
protected RetrieveKeysInterface |
setRetrieveVal(KeyList keyl)
Describe setRetrieveVal method : 検索用DateObjectの生成、検索値の設定. |
protected CommonMessage |
spareAction(CommonMessage msg,
java.lang.String act)
Describe spareAction method : spare process. |
クラス com.hamaf.hikyaku.ui.StandardListProcess から継承されたメソッド |
---|
addItem, delCheck, editItems, getCheckFolder, getItem, getKeys, selectKeys, setGetKey, setItems |
クラス com.hamaf.hikyaku.ui.ListProcessBase から継承されたメソッド |
---|
exec, getSpare, saveSpare, supplementEdit |
クラス 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 |
コンストラクタの詳細 |
---|
public CommonSelectList()
メソッドの詳細 |
---|
protected final JspItemsMapping setJspMapping()
StandardListProcess
の記述:setJspMapping
method : JSPマッピングの設定を行う.
StandardListProcess
内の setJspMapping
protected final DetailItemsInterface newDataObj()
StandardListProcess
の記述:newDataObj
method : 詳細用DataObjectの生成.
StandardListProcess
内の newDataObj
DetailItemsInterface
: DataObjectprotected final DetailItemsInterface callControl(DetailItemsInterface dii) throws java.lang.Exception
StandardListProcess
の記述:callControl
method : コントロールクラスを呼び出す.
StandardListProcess
内の callControl
dii
- a DetailItemsInterface
:
DetailItemsInterface
:
java.lang.Exception
- if an error occursprotected java.lang.String[] checkDelete(DetailItemsInterface dii)
StandardListProcess
の記述:checkDelete
method : 削除データのチェック.
if (dii.isNotFound() || dii.getCommFld(COMMFLD.DEL).equals("1")) { String[] ret = {"jsp項目名", super.resource.getString("DelLine")}; return ret; } return null;
StandardListProcess
内の checkDelete
dii
- a DetailItemsInterface
String
: メッセージを表示させる項目の名称protected RetrieveKeysInterface findKeys(RetrieveKeysInterface rki) throws java.lang.Exception
StandardListProcess
の記述:findKeys
method : 検索結果を取得する.
StandardListProcess
内の findKeys
rki
- a RetrieveKeysInterface
RetrieveKeysInterface
java.lang.Exception
- if an error occursprotected RetrieveKeysInterface setRetrieveVal(KeyList keyl) throws IllegalRetrieveDataException
StandardListProcess
の記述:setRetrieveVal
method : 検索用DateObjectの生成、検索値の設定.
(RetrieveKeysInterface rki)
を生成し検索項目を設定する。
検索項目設定時にエラーが発生した場合は、IllegalRetrieveDataException
を生成して戻す。
その際、エラー項目名とエラーメッセージを設定したMapを設定する。 ex. Map<String, String> errmp = new HashMap<String, String>(); errmp.put("jsp項目名", "エラーメッセージ"); throws new IllegalRetrieveDataException("メッセージ", errmp);
StandardListProcess
内の setRetrieveVal
keyl
- a KeyList
IllegalRetrieveDataException
- if an error occursprotected CommonMessage spareAction(CommonMessage msg, java.lang.String act)
ListProcessBase
の記述:spareAction
method : spare process.
ListProcessBase
内の spareAction
msg
- a CommonMessage
act
- a String
: pageActionの値
CommonMessage
:
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |