|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.hamaf.hikyaku.dataobject.utils.CopyDtoUtil
public class CopyDtoUtil
タイトル:CopyDtoUtil is create new Dto with corresponding definition.
説明:マッピング定義に従って、複写元のクラスから項目値を複写した新しいデータオブジェクトを再生する。
著作権: Copyright (c) 2007/06/05
コンストラクタの概要 | |
---|---|
CopyDtoUtil()
|
メソッドの概要 | |
---|---|
static DetailItemsInterface |
addition(DtoMapping dmp,
DetailItemsInterface base,
DetailItemsInterface copy)
Describe addition method : additional DetailItemsInterface values. |
static DetailItemsInterface |
newDiDto(DtoMapping dmp,
DetailItemsInterface org)
Describe copy method : copy DetailItemsInterface object. |
static RetrieveKeysInterface |
newDiDto(DtoMapping dmp,
RetrieveKeysInterface org)
Describe copy method : copy RetrieveKeysInterface Object. |
static DetailItemsInterface |
newDto(DtoMapping dmp,
DetailItemsInterface org)
Describe copy method : copy DetailItemsInterface object. |
static RetrieveKeysInterface |
newDto(DtoMapping dmp,
RetrieveKeysInterface org)
Describe copy method : copy RetrieveKeysInterface Object. |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public CopyDtoUtil()
メソッドの詳細 |
---|
public static final DetailItemsInterface newDto(DtoMapping dmp, DetailItemsInterface org) throws java.lang.Exception
copy
method : copy DetailItemsInterface object.
DetailItemsInterface
より新しい DetailItemsInterface
を生成します。
dmp
- a DtoMapping
: マッピング定義org
- a DetailItemsInterface
: 複写元のオブジェクト
DetailItemsInterface
: 生成したオブジェクト
java.lang.Exception
- if an error occurspublic static final DetailItemsInterface newDiDto(DtoMapping dmp, DetailItemsInterface org) throws java.lang.Exception
copy
method : copy DetailItemsInterface object.
DetailItemsInterface
より新しい DetailItemsInterface
を生成します。
dmp
- a DtoMapping
: マッピング定義org
- a DetailItemsInterface
: 複写元のオブジェクト
DetailItemsInterface
: 生成したオブジェクト
java.lang.Exception
- if an error occurspublic static final DetailItemsInterface addition(DtoMapping dmp, DetailItemsInterface base, DetailItemsInterface copy)
addition
method : additional DetailItemsInterface values.
DetailItemsInterface
に
DetailItemsInterface
の値を複写する。
dmp
- a DtoMapping
: マッピング定義base
- a DetailItemsInterface
: 基本となるデータオブジェクトcopy
- a DetailItemsInterface
: 値を複写させるデータオブジェクト
DetailItemsInterface
: 複写後のデータオブジェクトpublic static final RetrieveKeysInterface newDto(DtoMapping dmp, RetrieveKeysInterface org) throws java.lang.Exception
copy
method : copy RetrieveKeysInterface Object.
RetrieveKeysInterface
より新しい RetrieveKeysInterface
を生成します。
dmp
- a DtoMapping
: マッピング定義org
- a RetrieveKeysInterface
: 複写元のオブジェクト
RetrieveKeysInterface
: 生成したオブジェクト
java.lang.Exception
- if an error occurspublic static final RetrieveKeysInterface newDiDto(DtoMapping dmp, RetrieveKeysInterface org) throws java.lang.Exception
copy
method : copy RetrieveKeysInterface Object.
RetrieveKeysInterface
より新しい RetrieveKeysInterface
を生成します。
dmp
- a DtoMapping
: マッピング定義org
- a RetrieveKeysInterface
: 複写元のオブジェクト
RetrieveKeysInterface
: 生成したオブジェクト
java.lang.Exception
- if an error occurs
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |