public interface ItemCategoryMapper extends Mapper
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ItemCategoryBaseModel |
create(String itemCategoryTypeCode,
String itemCategoryCode)
非推奨です。
代替メソッドはありません。
|
void |
delete(Collection models)
非推奨です。
代替メソッドはありません。
|
void |
delete(ItemCategoryBaseModel model)
非推奨です。
代替メソッドはありません。
|
void |
insert(Collection models)
非推奨です。
代替メソッドはありません。
|
void |
insert(ItemCategoryBaseModel model)
非推奨です。
代替メソッドはありません。
|
ItemCategoryBaseModel |
select(String itemCategoryTypeCode,
String itemCategoryCode)
非推奨です。
代替メソッドはありません。
|
void |
update(Collection models)
非推奨です。
代替メソッドはありません。
|
void |
update(ItemCategoryBaseModel model)
非推奨です。
代替メソッドはありません。
|
checkByBaseProperty, close, createBaseModel, init, isClosed, notifyDelete, notifyUpdate, selectItemCategoryBaseModel create(String itemCategoryTypeCode, String itemCategoryCode) throws MapperException
itemCategoryTypeCode - 商品カテゴリ種別コードitemCategoryCode - 商品カテゴリコードMapperException - モデルの生成に失敗した場合ItemCategoryBaseModel select(String itemCategoryTypeCode, String itemCategoryCode) throws MapperException
itemCategoryTypeCode - 商品カテゴリ種別コードitemCategoryCode - 商品カテゴリコードMapperException - 検索で例外が発生した場合void insert(ItemCategoryBaseModel model) throws MapperException
ItemCategoryMapperの create(String,String)
で生成されたものである必要があります。model - 挿入する商品カテゴリの基本モデルMapperException - 挿入で何らかの例外が発生した場合void insert(Collection models) throws MapperException
ItemCategoryMapperの create(String,String)
で生成された商品カテゴリの基本モデルの集合である必要があります。models - 挿入する商品カテゴリの基本モデルの集合MapperException - 挿入で何らかの例外が発生した場合void update(ItemCategoryBaseModel model) throws MapperException
ItemCategoryMapperの select 系メソッド
から取得されたもので生成されたものである必要があります。model - 更新する商品カテゴリの基本モデルMapperException - 更新で何らかの例外が発生した場合void update(Collection models) throws MapperException
ItemCategoryMapperの select 系メソッド
から取得されたものかで生成された商品カテゴリの基本モデルの集合である必要があります。models - 更新する商品カテゴリの基本モデルの集合MapperException - 更新で何らかの例外が発生した場合void delete(ItemCategoryBaseModel model) throws MapperException
ItemCategoryMapperの select 系メソッド から取得されたものである必要があります。model - 削除する商品カテゴリの基本モデルMapperException - 削除で何らかの例外が発生した場合void delete(Collection models) throws MapperException
ItemCategoryMapperの select 系メソッド から取得された商品カテゴリの基本モデルの集合である必要があります。models - 削除する商品カテゴリの基本モデルの集合MapperException - 削除で何らかの例外が発生した場合Copyright © 2012 NTT DATA INTRAMART CORPORATION