|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.intra_mart.foundation.straform.ImwMatterPropertyManager
public class ImwMatterPropertyManager
案件情報プロパティ設定情報管理クラス。
案件プロパティ設定情報の操作用のクラスです。
コンストラクタの概要 | |
---|---|
ImwMatterPropertyManager(java.lang.String loginUserCd,
java.lang.String loginGroupId)
コンストラクタ |
メソッドの概要 | |
---|---|
void |
deleteMatterProperty(ImwMatterPropertyKey key)
指定された条件の案件プロパティ設定情報を削除します。 |
ImwMatterPropertyModel[] |
getMatterProperty(ImwMatterPropertyKey key,
int acquisitionCount,
int startRecord)
条件に一致した案件プロパティ設定情報を配列で返却します。 |
int |
getMatterPropertyCount(ImwMatterPropertyKey key)
条件に一致した案件プロパティ設定情報の件数を返却します。 |
void |
insertMatterProperty(ImwMatterPropertyModel model)
案件プロパティ設定情報を登録します。 |
void |
updateMatterProperty(ImwMatterPropertyModel model)
案件プロパティ設定情報を更新します。 |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public ImwMatterPropertyManager(java.lang.String loginUserCd, java.lang.String loginGroupId)
loginUserCd
- ログインユーザCDloginGroupId
- ログイングループIDメソッドの詳細 |
---|
public void insertMatterProperty(ImwMatterPropertyModel model) throws ApplicationException, SystemException
model
- 案件プロパティ設定情報オブジェクト
ApplicationException
- 指定されたドキュメントIDのドキュメント情報が存在しない場合や設定情報が重複している場合にスローされます。
SystemException
- データベース接続エラー等、システムエラーが発生した場合にスローされます。public void updateMatterProperty(ImwMatterPropertyModel model) throws ApplicationException, SystemException
model
- 案件プロパティ設定情報
ApplicationException
- 指定されたドキュメントIDのドキュメント情報が存在しない場合や設定情報が存在しない場合にスローされます。
SystemException
- データベース接続エラー等、システムエラーが発生した場合にスローされます。public void deleteMatterProperty(ImwMatterPropertyKey key) throws SystemException
key
- 検索条件オブジェクト
SystemException
- データベース接続エラー等、システムエラーが発生した場合にスローされます。public ImwMatterPropertyModel[] getMatterProperty(ImwMatterPropertyKey key, int acquisitionCount, int startRecord) throws SystemException
key
- 検索条件オブジェクトacquisitionCount
- 取得件数startRecord
- 取得開始位置
SystemException
- データベース接続エラー等、システムエラーが発生した場合にスローされます。public int getMatterPropertyCount(ImwMatterPropertyKey key) throws SystemException
key
- 検索条件オブジェクト
SystemException
- データベース接続エラー等、システムエラーが発生した場合にスローされます。
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |