|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.hamaf.hikyaku.security.process.UserProcess
public class UserProcess
タイトル:UserProcess is User Master process.
説明:ユーザー情報の処理を行う
著作権: Copyright (c) 2010/03/16
コンストラクタの概要 | |
---|---|
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 |
コンストラクタの詳細 |
---|
public UserProcess(UserAccess ua, GroupUserSql gus)
UserProcess.java
instance.
メソッドの詳細 |
---|
public UserSearchDto find(UserSearchDto usd) throws java.lang.Exception
find
method : .
usd
- a UserSearchDto
:
UserSearchDto
:
java.lang.Exception
public UserDto findByPrimarykey(UserDto ud, HttpSession hs) throws java.lang.Exception
findByPrimarykey
method : .
ud
- a UserDto
:
UserDto
:
java.lang.Exception
public UserDto getDetailUserById(java.lang.String uid, HttpSession hs) throws java.lang.Exception
getDetailUserById
method : .
uid
- a String
: ユーザーID
UserDto
:
java.lang.Exception
public UserPwdDto getUserPwdInf(java.lang.String uid, HttpSession hs) throws java.lang.Exception
getUserPwdInf
method : .
uid
- a String
: ユーザーID
UserPwdDto
:
java.lang.Exception
public void update(UserDto ud) throws java.lang.Exception
update
method : .
ud
- a UserDto
:
java.lang.Exception
public void updatePassword(java.lang.String uid, java.lang.String pwd, UserAccess.PWD_FLG pf, HttpSession hs) throws java.lang.Exception
updatePassword
method : .
uid
- a String
: ユーザーIDpwd
- a String
: パスワードinit
- a String
: 初期化フラグ
java.lang.Exception
public void setErrorCount(java.lang.String uid, int cnt, HttpSession hs) throws java.lang.Exception
java.lang.Exception
public void insert(UserDto ud) throws java.lang.Exception
insert
method : .
ud
- a UserDto
:
java.lang.Exception
public void delete(UserDto ud) throws java.lang.Exception
delete
method : .
ud
- a UserDto
:
java.lang.Exception
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |