com.hamaf.hikyaku.security.process
クラス UserProcess

java.lang.Object
  上位を拡張 com.hamaf.hikyaku.security.process.UserProcess

public class UserProcess
extends java.lang.Object

タイトル:UserProcess is User Master process.

説明:ユーザー情報の処理を行う


著作権: Copyright (c) 2010/03/16

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

コンストラクタの概要
UserProcess(UserAccess ua, GroupUserSql gus)
          Creates a new UserProcess.java instance.
 
メソッドの概要
 void delete(UserDto ud)
          Describe delete method : .
 UserSearchDto find(UserSearchDto usd)
          Describe find method : .
 UserDto findByPrimarykey(UserDto ud, HttpSession hs)
          Describe findByPrimarykey method : .
 UserDto getDetailUserById(java.lang.String uid, HttpSession hs)
          Describe getDetailUserById method : .
 UserPwdDto getUserPwdInf(java.lang.String uid, HttpSession hs)
          Describe getUserPwdInf method : .
 void insert(UserDto ud)
          Describe insert method : .
 void setErrorCount(java.lang.String uid, int cnt, HttpSession hs)
           
 void update(UserDto ud)
          Describe update method : .
 void updatePassword(java.lang.String uid, java.lang.String pwd, UserAccess.PWD_FLG pf, HttpSession hs)
          Describe updatePassword method : .
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

UserProcess

public UserProcess(UserAccess ua,
                   GroupUserSql gus)
Creates a new UserProcess.java instance.
Default Constructor

メソッドの詳細

find

public UserSearchDto find(UserSearchDto usd)
                   throws java.lang.Exception
Describe find method : .
ユーザー情報の検索処理。

パラメータ:
usd - a UserSearchDto :
戻り値:
a UserSearchDto :
例外:
java.lang.Exception

findByPrimarykey

public UserDto findByPrimarykey(UserDto ud,
                                HttpSession hs)
                         throws java.lang.Exception
Describe findByPrimarykey method : .
ユーザー詳細情報の取得処理。

パラメータ:
ud - a UserDto :
戻り値:
a UserDto :
例外:
java.lang.Exception

getDetailUserById

public UserDto getDetailUserById(java.lang.String uid,
                                 HttpSession hs)
                          throws java.lang.Exception
Describe getDetailUserById method : .
ユーザーIDでユーザー情報を取得する。

パラメータ:
uid - a String : ユーザーID
戻り値:
a UserDto :
例外:
java.lang.Exception

getUserPwdInf

public UserPwdDto getUserPwdInf(java.lang.String uid,
                                HttpSession hs)
                         throws java.lang.Exception
Describe getUserPwdInf method : .
ユーザーIDでパスワードの情報を取得する。

パラメータ:
uid - a String : ユーザーID
戻り値:
a UserPwdDto :
例外:
java.lang.Exception

update

public void update(UserDto ud)
            throws java.lang.Exception
Describe update method : .
ユーザー情報の更新処理。

パラメータ:
ud - a UserDto :
例外:
java.lang.Exception

updatePassword

public void updatePassword(java.lang.String uid,
                           java.lang.String pwd,
                           UserAccess.PWD_FLG pf,
                           HttpSession hs)
                    throws java.lang.Exception
Describe updatePassword method : .
パスワード情報の更新処理。

パラメータ:
uid - a String : ユーザーID
pwd - a String : パスワード
init - a String : 初期化フラグ
例外:
java.lang.Exception

setErrorCount

public void setErrorCount(java.lang.String uid,
                          int cnt,
                          HttpSession hs)
                   throws java.lang.Exception
例外:
java.lang.Exception

insert

public void insert(UserDto ud)
            throws java.lang.Exception
Describe insert method : .
ユーザー情報の登録処理。

パラメータ:
ud - a UserDto :
例外:
java.lang.Exception

delete

public void delete(UserDto ud)
            throws java.lang.Exception
Describe delete method : .
ユーザ削除処理。

パラメータ:
ud - a UserDto :
例外:
java.lang.Exception