public class DealerRoleIntramartDBMapper extends IntramartDBMapper implements DealerRoleMapper
コンストラクタと説明 |
---|
DealerRoleIntramartDBMapper() |
修飾子とタイプ | メソッドと説明 |
---|---|
DealerRoleBaseModel |
create(String customerCompanyCode,
String customerDepartmentCode,
String dealCode,
String roleId)
プライマリキーに該当するロール毎取扱パーミッションを生成します。
|
void |
delete(Collection models)
ロール毎取扱パーミッションの基本モデルを複数削除します。
|
void |
delete(DealerRoleBaseModel model)
ロール毎取扱パーミッションの基本モデルを1つだけ削除します。
|
protected String |
getApplicationName()
ロール毎取扱パーミッションに対して定義されているアプリケーション名を取得します。
|
protected String |
getEntityName()
ロール毎取扱パーミッションに対して定義されているエンティティ名を取得します。
|
void |
insert(Collection models)
ロール毎取扱パーミッションの基本モデルを複数挿入します。
|
void |
insert(DealerRoleBaseModel model)
ロール毎取扱パーミッションの基本モデルを1つだけ挿入します。
|
DealerRoleBaseModel |
select(String customerCompanyCode,
String customerDepartmentCode,
String dealCode,
String roleId)
プライマリーキーで特定されるロール毎取扱パーミッションの基本モデルを取得します。
|
void |
update(Collection models)
ロール毎取扱パーミッションの基本モデルを複数更新します。
|
void |
update(DealerRoleBaseModel model)
ロール毎取扱パーミッションの基本モデルを1つだけ更新します。
|
checkByBaseProperty, close, createBaseAccessor, createBaseModel, delete, init, insert, isClosed, notifyDelete, notifyUpdate, select, select, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkByBaseProperty, close, createBaseModel, init, isClosed, notifyDelete, notifyUpdate, select
protected String getApplicationName()
getApplicationName
クラス内 IntramartDBMapper
protected String getEntityName()
getEntityName
クラス内 IntramartDBMapper
public DealerRoleBaseModel create(String customerCompanyCode, String customerDepartmentCode, String dealCode, String roleId) throws MapperException
create
インタフェース内 DealerRoleMapper
customerCompanyCode
- 取引先会社コードcustomerDepartmentCode
- 取引先組織コードdealCode
- 取扱コードroleId
- ロールIDMapperException
- モデルの生成に失敗した場合public DealerRoleBaseModel select(String customerCompanyCode, String customerDepartmentCode, String dealCode, String roleId) throws MapperException
select
インタフェース内 DealerRoleMapper
customerCompanyCode
- 取引先会社コードcustomerDepartmentCode
- 取引先組織コードdealCode
- 取扱コードroleId
- ロールIDMapperException
- 検索で例外が発生した場合public void insert(DealerRoleBaseModel model) throws MapperException
DealerRoleMapper
の create(String,String,String,String)
で生成されたものである必要があります。insert
インタフェース内 DealerRoleMapper
model
- 挿入するロール毎取扱パーミッションの基本モデルMapperException
- 挿入で何らかの例外が発生した場合public void insert(Collection models) throws MapperException
DealerRoleMapper
の create(String,String,String,String)
で生成されたロール毎取扱パーミッションの基本モデルの集合である必要があります。insert
インタフェース内 DealerRoleMapper
insert
クラス内 IntramartDBMapper
models
- 挿入するロール毎取扱パーミッションの基本モデルの集合MapperException
- 挿入で何らかの例外が発生した場合public void update(DealerRoleBaseModel model) throws MapperException
DealerRoleMapper
の select
系メソッド
から取得されたもので生成されたものである必要があります。update
インタフェース内 DealerRoleMapper
model
- 更新するロール毎取扱パーミッションの基本モデルMapperException
- 更新で何らかの例外が発生した場合public void update(Collection models) throws MapperException
DealerRoleMapper
の select
系メソッド
から取得されたものかで生成されたロール毎取扱パーミッションの基本モデルの集合である必要があります。update
インタフェース内 DealerRoleMapper
update
クラス内 IntramartDBMapper
models
- 更新するロール毎取扱パーミッションの基本モデルの集合MapperException
- 更新で何らかの例外が発生した場合public void delete(DealerRoleBaseModel model) throws MapperException
DealerRoleMapper
の select
系メソッド から取得されたものである必要があります。delete
インタフェース内 DealerRoleMapper
model
- 削除するロール毎取扱パーミッションの基本モデルMapperException
- 削除で何らかの例外が発生した場合public void delete(Collection models) throws MapperException
DealerRoleMapper
の select
系メソッド から取得されたロール毎取扱パーミッション基本モデルの集合である必要があります。delete
インタフェース内 DealerRoleMapper
delete
クラス内 IntramartDBMapper
models
- 削除するロール毎取扱パーミッションの基本モデルの集合MapperException
- 削除で何らかの例外が発生した場合Copyright © 2012 NTT DATA INTRAMART CORPORATION