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