com.hamaf.hikyaku.security.ui
クラス GroupMod

java.lang.Object
  上位を拡張 com.hamaf.hikyaku.ui.ProcessBase
      上位を拡張 com.hamaf.hikyaku.ui.StandardCheckAndUpdate
          上位を拡張 com.hamaf.hikyaku.security.ui.GroupMod

public class GroupMod
extends StandardCheckAndUpdate

タイトル:GroupMod is .

説明:グループ更新用画面処理


著作権: Copyright (c) 2010/05/11

バージョン:
1.0
作成者:
y-hamanaka

フィールドの概要
 
クラス com.hamaf.hikyaku.ui.StandardCheckAndUpdate から継承されたフィールド
_cfld, _jim
 
クラス com.hamaf.hikyaku.ui.ProcessBase から継承されたフィールド
clnm, controlXml, log, msgHed, process, request, resource, response, saveObj, sconfig, session, sysId
 
コンストラクタの概要
GroupMod(GroupInfMap gim, GroupProcess gp)
          Creates a new GroupMod.java instance.
 
メソッドの概要
protected  CommonMessage callControl(DetailItemsInterface dii, CommonMessage msg)
          Describe callControl method : コントロールクラスを呼び出す.
protected  CommonMessage checkMaster(CommonMessage msg)
          Describe checkMaster method : マスタチェック処理.
protected  DetailItemsInterface newDataObj()
          Describe newDataObj method : 使用するDetaObjectの実装を戻す.
 
クラス com.hamaf.hikyaku.ui.StandardCheckAndUpdate から継承されたメソッド
addItem, checkRelation, exec, setEditValue, setFolder, setItems, setJspMapping
 
クラス 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
 

コンストラクタの詳細

GroupMod

public GroupMod(GroupInfMap gim,
                GroupProcess gp)
Creates a new GroupMod.java instance.
Default Constructor

メソッドの詳細

checkMaster

protected CommonMessage checkMaster(CommonMessage msg)
                             throws java.lang.Exception
クラス StandardCheckAndUpdate の記述:
Describe checkMaster method : マスタチェック処理.
マスタなどによるチェックを行う場合に、Overrideします。

オーバーライド:
クラス StandardCheckAndUpdate 内の checkMaster
パラメータ:
msg - a CommonMessage :
戻り値:
a CommonMessage :
例外:
java.lang.Exception - if an error occurs

callControl

protected CommonMessage callControl(DetailItemsInterface dii,
                                    CommonMessage msg)
                             throws java.lang.Exception
クラス StandardCheckAndUpdate の記述:
Describe callControl method : コントロールクラスを呼び出す.
コントロールクラスを呼び出し、更新を行う。
基本的には
_Process_Control xcntl = new _Process_Control();
xcntl.update(dii);
return msg;
となります。
必要に応じてCommonMessageの設定を行います。

定義:
クラス StandardCheckAndUpdate 内の callControl
パラメータ:
dii - a DetailItemsInterface :
msg - a CommonMessage :
戻り値:
a CommonMessage :
例外:
java.lang.Exception - if an error occurs

newDataObj

protected DetailItemsInterface newDataObj()
クラス StandardCheckAndUpdate の記述:
Describe newDataObj method : 使用するDetaObjectの実装を戻す.
使用するDataObjectをインスタンス化して戻す。
基本的には、 return new _DataObject_(); となります。

定義:
クラス StandardCheckAndUpdate 内の newDataObj
戻り値:
a DetailItemsInterface : 使用するDataObject