|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.hamaf.hikyaku.ui.ProcessBase
com.hamaf.hikyaku.ui.ListProcessBase
com.hamaf.hikyaku.ui.StandardListProcess
com.hamaf.hikyaku.security.ui.MessageList
public class MessageList
タイトル:MessageList is .
説明:
著作権: Copyright (c) 2011/01/26
フィールドの概要 |
---|
クラス 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 |
コンストラクタの概要 | |
---|---|
MessageList(MessageMap mm,
MessageProcess mp)
Creates a new MessageList.java instance. |
メソッドの概要 | |
---|---|
protected DetailItemsInterface |
callControl(DetailItemsInterface dii)
Describe callControl method : コントロールクラスを呼び出す. |
protected java.lang.String[] |
checkDelete(DetailItemsInterface dii)
Describe checkDelete method : 削除データのチェック. |
protected java.util.Map<java.lang.String,java.lang.String> |
editItems(DetailItemsInterface dii,
java.util.Map<java.lang.String,java.lang.String> mp)
Describe editItems method : 項目編集処理. |
protected RetrieveKeysInterface |
findKeys(RetrieveKeysInterface rki)
Describe findKeys method : 検索結果を取得する. |
protected DetailItemsInterface |
newDataObj()
Describe newDataObj method : 詳細用DataObjectの生成. |
protected RetrieveKeysInterface |
setRetrieveVal(KeyList keyl)
Describe setRetrieveVal method : 検索用DateObjectの生成、検索値の設定. |
クラス com.hamaf.hikyaku.ui.StandardListProcess から継承されたメソッド |
---|
addItem, delCheck, getCheckFolder, getItem, getKeys, selectKeys, setGetKey, setItems, setJspMapping |
クラス com.hamaf.hikyaku.ui.ListProcessBase から継承されたメソッド |
---|
exec, getSpare, saveSpare, spareAction, 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 MessageList(MessageMap mm, MessageProcess mp)
MessageList.java
instance.
mm
- mp
- メソッドの詳細 |
---|
protected 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 RetrieveKeysInterface findKeys(RetrieveKeysInterface rki) throws java.lang.Exception
StandardListProcess
の記述:findKeys
method : 検索結果を取得する.
StandardListProcess
内の findKeys
rki
- a RetrieveKeysInterface
RetrieveKeysInterface
java.lang.Exception
- if an error occursprotected DetailItemsInterface newDataObj()
StandardListProcess
の記述:newDataObj
method : 詳細用DataObjectの生成.
StandardListProcess
内の newDataObj
DetailItemsInterface
: DataObjectprotected 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 java.util.Map<java.lang.String,java.lang.String> editItems(DetailItemsInterface dii, java.util.Map<java.lang.String,java.lang.String> mp) throws java.lang.Exception
StandardListProcess
の記述:editItems
method : 項目編集処理.
StandardListProcess
内の editItems
dii
- a DetailItemsInterface
:mp
- a Map
: 編集項目を設定するMap
Map
: 編集後のMap
java.lang.Exception
- if an error occurs
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |