|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.hamaf.hikyaku.access.AccessBase
com.hamaf.hikyaku.access.DefaultTableAccess
com.hamaf.hikyaku.security.access.UserAccess
public class UserAccess
タイトル:UserAccess.
説明:ユーザーマスタのアクセスクラス
著作権: Copyright (c) 2010/03/15
入れ子のクラスの概要 | |
---|---|
static class |
UserAccess.PWD_FLG
|
static class |
UserAccess.USER_TYPE
|
フィールドの概要 |
---|
クラス com.hamaf.hikyaku.access.DefaultTableAccess から継承されたフィールド |
---|
connectionParameter, tableName |
クラス com.hamaf.hikyaku.access.AccessBase から継承されたフィールド |
---|
_conn, _DbConnect, _stmt |
コンストラクタの概要 | |
---|---|
UserAccess()
Creates a new UserAccess.java instance. |
メソッドの概要 | |
---|---|
void |
delete(DetailItemsInterface dii)
Describe delete method : delete TABLE items by PrimaryKey. |
void |
deleteNoExclusion(DetailItemsInterface dii)
Describe deleteNoExclusion method : delete TABLE items by PrimaryKey. |
RetrieveKeysInterface |
find(RetrieveKeysInterface rki)
Describe find method : get primaryKey List. |
DetailItemsInterface |
findByPrimaryKey(DetailItemsInterface dii)
Describe findByPrimaryKey method : get record by primaryKey. |
void |
regist(DetailItemsInterface dii)
Describe regist method : insert TABLE. |
void |
update(DetailItemsInterface dii)
Describe update method : update TABLE items by PrimaryKey. |
void |
updateNoExclusion(DetailItemsInterface dii)
Describe updateNoExclusion method : update TABLE items by PrimaryKey. |
クラス com.hamaf.hikyaku.access.DefaultTableAccess から継承されたメソッド |
---|
setConnectionParameter, setDebug, setTableName |
クラス com.hamaf.hikyaku.access.AccessBase から継承されたメソッド |
---|
closeStatement, destroy, exclusion, getPkeys, getProductName, getStatement, setConnection |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public UserAccess()
UserAccess.java
instance.
メソッドの詳細 |
---|
public RetrieveKeysInterface find(RetrieveKeysInterface rki) throws java.sql.SQLException
DefaultTableAccess
の記述:find
method : get primaryKey List.
List
に設定されます。
DefaultTableAccess
内の find
rki
- a RetrieveKeysInterface
RetrieveKeysInterface
java.sql.SQLException
public DetailItemsInterface findByPrimaryKey(DetailItemsInterface dii) throws java.sql.SQLException
DefaultTableAccess
の記述:findByPrimaryKey
method : get record by primaryKey.
(getSelectStringWithExclusion,setExclusion)
を利用する。
DefaultTableAccess
内の findByPrimaryKey
DetailItemsInterface
java.sql.SQLException
public void regist(DetailItemsInterface dii) throws java.sql.SQLException
DefaultTableAccess
の記述:regist
method : insert TABLE.
(getInsertItemWithExclusion,getInsertValueWithExclusion)
を利用する。
DefaultTableAccess
内の regist
dii
- a DetailItemsInterface
java.sql.SQLException
public void update(DetailItemsInterface dii) throws ExclusionException, java.sql.SQLException
DefaultTableAccess
の記述:update
method : update TABLE items by PrimaryKey.
(getUpdateStringWithExclusion)
を利用する。
DefaultTableAccess
内の update
dii
- a DetailItemsInterface
ExclusionException
- : 排他エラーの場合
java.sql.SQLException
public void delete(DetailItemsInterface dii) throws ExclusionException, java.sql.SQLException
DefaultTableAccess
の記述:delete
method : delete TABLE items by PrimaryKey.
DefaultTableAccess
内の delete
dii
- a DetailItemsInterface
ExclusionException
- : 排他エラーの場合
java.sql.SQLException
public void deleteNoExclusion(DetailItemsInterface dii) throws java.sql.SQLException
DefaultTableAccess
の記述:deleteNoExclusion
method : delete TABLE items by PrimaryKey.
DefaultTableAccess
内の deleteNoExclusion
dii
- a DetailItemsInterface
java.sql.SQLException
public void updateNoExclusion(DetailItemsInterface dii) throws java.sql.SQLException
DefaultTableAccess
の記述:updateNoExclusion
method : update TABLE items by PrimaryKey.
DefaultTableAccess
内の updateNoExclusion
dii
- a DetailItemsInterface
java.sql.SQLException
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |