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

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

public class UserDel
extends StandardCheckAndUpdate

タイトル:UserDel 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
 
コンストラクタの概要
UserDel(UserInfMap uim, UserProcess up, GroupProcess gp)
          Creates a new UserDel.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
 

コンストラクタの詳細

UserDel

public UserDel(UserInfMap uim,
               UserProcess up,
               GroupProcess gp)
Creates a new UserDel.java instance.
Default Constructor

パラメータ:
up -
メソッドの詳細

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