public class ItemCategoryIntramartDBMapper extends IntramartDBMapper implements ItemCategoryMapper
コンストラクタと説明 |
---|
ItemCategoryIntramartDBMapper() |
修飾子とタイプ | メソッドと説明 |
---|---|
ItemCategoryBaseModel |
create(String itemCategoryTypeCode,
String itemCategoryCode)
プライマリキーに該当する商品カテゴリを生成します。
|
void |
delete(Collection models)
商品カテゴリの基本モデルを複数削除します。
|
void |
delete(ItemCategoryBaseModel model)
商品カテゴリの基本モデルを1つだけ削除します。
|
protected String |
getApplicationName()
商品カテゴリに対して定義されているアプリケーション名を取得します。
|
protected String |
getEntityName()
商品カテゴリに対して定義されているエンティティ名を取得します。
|
void |
insert(Collection models)
商品カテゴリの基本モデルを複数挿入します。
|
void |
insert(ItemCategoryBaseModel model)
商品カテゴリの基本モデルを1つだけ挿入します。
|
ItemCategoryBaseModel |
select(String itemCategoryTypeCode,
String itemCategoryCode)
プライマリーキーで特定される商品カテゴリの基本モデルを取得します。
|
void |
update(Collection models)
商品カテゴリの基本モデルを複数更新します。
|
void |
update(ItemCategoryBaseModel 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 ItemCategoryBaseModel create(String itemCategoryTypeCode, String itemCategoryCode) throws MapperException
create
インタフェース内 ItemCategoryMapper
itemCategoryTypeCode
- 商品カテゴリ種別コードitemCategoryCode
- 商品カテゴリコードMapperException
- モデルの生成に失敗した場合public ItemCategoryBaseModel select(String itemCategoryTypeCode, String itemCategoryCode) throws MapperException
select
インタフェース内 ItemCategoryMapper
itemCategoryTypeCode
- 商品カテゴリ種別コードitemCategoryCode
- 商品カテゴリコードMapperException
- 検索で例外が発生した場合public void insert(ItemCategoryBaseModel model) throws MapperException
ItemCategoryMapper
の create(String,String)
で生成されたものである必要があります。insert
インタフェース内 ItemCategoryMapper
model
- 挿入する商品カテゴリの基本モデルMapperException
- 挿入で何らかの例外が発生した場合public void insert(Collection models) throws MapperException
ItemCategoryMapper
の create(String,String)
で生成された商品カテゴリの基本モデルの集合である必要があります。insert
インタフェース内 ItemCategoryMapper
insert
クラス内 IntramartDBMapper
models
- 挿入する商品カテゴリの基本モデルの集合MapperException
- 挿入で何らかの例外が発生した場合public void update(ItemCategoryBaseModel model) throws MapperException
ItemCategoryMapper
の select
系メソッド
から取得されたもので生成されたものである必要があります。update
インタフェース内 ItemCategoryMapper
model
- 更新する商品カテゴリの基本モデルMapperException
- 更新で何らかの例外が発生した場合public void update(Collection models) throws MapperException
ItemCategoryMapper
の select
系メソッド
から取得されたものかで生成された商品カテゴリの基本モデルの集合である必要があります。update
インタフェース内 ItemCategoryMapper
update
クラス内 IntramartDBMapper
models
- 更新する商品カテゴリの基本モデルの集合MapperException
- 更新で何らかの例外が発生した場合public void delete(ItemCategoryBaseModel model) throws MapperException
ItemCategoryMapper
の select
系メソッド から取得されたものである必要があります。delete
インタフェース内 ItemCategoryMapper
model
- 削除する商品カテゴリの基本モデルMapperException
- 削除で何らかの例外が発生した場合public void delete(Collection models) throws MapperException
ItemCategoryMapper
の select
系メソッド から取得された商品カテゴリ基本モデルの集合である必要があります。delete
インタフェース内 ItemCategoryMapper
delete
クラス内 IntramartDBMapper
models
- 削除する商品カテゴリの基本モデルの集合MapperException
- 削除で何らかの例外が発生した場合Copyright © 2012 NTT DATA INTRAMART CORPORATION