|
||||||||||
前 次 | フレームあり フレームなし |
BatchJobListResult を使用しているパッケージ | |
---|---|
jp.terasoluna.fw.batch.executor | エグゼキュータ関連 |
jp.terasoluna.fw.batch.util | ユーティリティ関連 |
jp.terasoluna.fw.batch.executor での BatchJobListResult の使用 |
---|
BatchJobListResult 型のパラメータを持つ jp.terasoluna.fw.batch.executor のメソッド | |
---|---|
protected static boolean |
AsyncBatchExecutor.executeJob(AsyncBatchExecutor executor,
org.springframework.context.ApplicationContext ctx,
org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor taskExecutor,
String batchTaskServantName,
BatchJobListResult batchJobListResult)
バッチ処理実行. |
jp.terasoluna.fw.batch.util での BatchJobListResult の使用 |
---|
BatchJobListResult 型の引数を持つ型を返す jp.terasoluna.fw.batch.util のメソッド | |
---|---|
static List<BatchJobListResult> |
JobUtil.selectJobList(jp.terasoluna.fw.dao.QueryDAO queryDAO)
ジョブリスト取得. |
static List<BatchJobListResult> |
JobUtil.selectJobList(jp.terasoluna.fw.dao.QueryDAO queryDAO,
int beginIndex,
int maxCount)
ジョブリスト取得. |
static List<BatchJobListResult> |
JobUtil.selectJobList(String jobAppCd,
List<String> curAppStatusList,
jp.terasoluna.fw.dao.QueryDAO queryDAO,
int beginIndex,
int maxCount)
ジョブリスト取得. |
static List<BatchJobListResult> |
JobUtil.selectJobList(String jobAppCd,
jp.terasoluna.fw.dao.QueryDAO queryDAO)
ジョブリスト取得. |
static List<BatchJobListResult> |
JobUtil.selectJobList(String jobAppCd,
jp.terasoluna.fw.dao.QueryDAO queryDAO,
int beginIndex,
int maxCount)
ジョブリスト取得. |
|
||||||||||
前 次 | フレームあり フレームなし |