A B C D E F G H I J K L M N O P Q R S T U V W Z

H

handle(JobMessageInfo) - インタフェース jp.terasoluna.fw.batch.commonj.transaction.JobResultInfoHandler のメソッド
推奨されていません。 ジョブ実行結果のハンドリング。
handle(JobMessageInfo) - クラス jp.terasoluna.fw.batch.commonj.transaction.JobResultInfoHandlerImpl のメソッド
推奨されていません。 JOB_RESULTテーブルにジョブの実行結果を登録する。
handle(Object, int) - クラス jp.terasoluna.fw.batch.controlbreak.ControlBreakChunker のメソッド
コレクタで収集したデータを処理する。
handle(JobStatus, List<LinkedHashMap<String, Object>>) - インタフェース jp.terasoluna.fw.batch.core.BatchUpdateResultHandler のメソッド
バッチ更新処理結果を処理する。
handle(BLogicResult, Object, JobStatus, List<LinkedHashMap<String, Object>>) - インタフェース jp.terasoluna.fw.batch.core.BLogicResultHandler のメソッド
ビジネスロジック実行結果を処理する。
handle(Object, int) - インタフェース jp.terasoluna.fw.batch.core.CollectedDataHandler のメソッド
対象データを処理する。
handle(CollectorResult, JobStatus) - インタフェース jp.terasoluna.fw.batch.core.CollectorResultHandler のメソッド
対象データ取得結果を処理する。
handle(BLogicResult, JobStatus, String) - インタフェース jp.terasoluna.fw.batch.core.SupportLogicResultHandler のメソッド
サポート処理の実行結果を処理する。
handle(JobContext, Throwable, JobStatus) - インタフェース jp.terasoluna.fw.batch.core.ThrowableHandler のメソッド
Throwableに対する処理を行う。
handle(Object, int) - クラス jp.terasoluna.fw.batch.init.JobRequestInfoHandler のメソッド
ジョブ依頼情報をキューに追加する。
handle(Object, int) - クラス jp.terasoluna.fw.batch.partition.PartitionKeyHandler のメソッド
分割キーをキューに追加する。
handle(JobInfo) - クラス jp.terasoluna.fw.batch.springsupport.init.AsyncJobPostLogic のメソッド
ジョブ管理テーブルへのハンドリング
handle(Object, int) - クラス jp.terasoluna.fw.batch.standard.Chunker のメソッド
処理対象データをキューに追加する。
handle(JobStatus, List<LinkedHashMap<String, Object>>) - クラス jp.terasoluna.fw.batch.standard.StandardBatchUpdateResultHandler のメソッド
バッチ更新結果をジョブステータスへ反映する。
handle(BLogicResult, Object, JobStatus, List<LinkedHashMap<String, Object>>) - クラス jp.terasoluna.fw.batch.standard.StandardBLogicResultHandler のメソッド
BLogicの処理結果を処理する。
handle(CollectorResult, JobStatus) - クラス jp.terasoluna.fw.batch.standard.StandardCollectorResultHandler のメソッド
コレクタ処理結果を処理する。
handle(BLogicResult, JobStatus, String) - クラス jp.terasoluna.fw.batch.standard.StandardSupportLogicResultHandler のメソッド
サポート処理の実行結果を処理する。
handle(JobContext, Throwable, JobStatus) - クラス jp.terasoluna.fw.batch.standard.StandardThrowableHandler のメソッド
Throwableに対する処理を行う。
handle(JobContext, Throwable, JobStatus) - クラス jp.terasoluna.fw.batch.standard.ThrowBatchSystemErrorThrowableHandler のメソッド
Throwableに対する処理を行う。
handle(BindException, Object) - クラス jp.terasoluna.fw.batch.validation.StandardValidationResultHandler のメソッド
入力チェック結果から処理中断、処理継続の判定を行う。
handle(Object, int) - クラス jp.terasoluna.fw.batch.validation.ValidationExecutor のメソッド
入力チェック後、処理対象データをキューに追加する。
handle(BindException, Object) - インタフェース jp.terasoluna.fw.batch.validation.ValidationResultHandler のメソッド
ビジネスロジック実行結果を処理する。
handleControlBreak(Map<String, Object>, T) - インタフェース jp.terasoluna.fw.batch.openapi.ControlBreakHandler のメソッド
コントロールブレイク処理を行う。
handler - クラス jp.terasoluna.fw.beans.jxpath.DynamicPointerEx の変数
プロパティハンドラ。
handleRow(Object) - クラス jp.terasoluna.fw.batch.ibatissupport.IBatisDbCollectorImpl.QueuePutRowHandler のメソッド
Rowハンドラメソッド。
handlException(JobContext, JobException, JobStatus) - インタフェース jp.terasoluna.fw.batch.core.JobExceptionHandler のメソッド
例外処理を行う。
handlException(JobContext, JobException, JobStatus) - クラス jp.terasoluna.fw.batch.standard.StandardJobExceptionHandler のメソッド
ジョブ例外を処理する。
HANKAKU_HA_LIST - クラス jp.terasoluna.fw.util.StringUtil の static 変数
半角カナリスト(ハ)行。
HANKAKU_KANA_LIST_KEY - クラス jp.terasoluna.fw.validation.ValidationUtil の static 変数
ApplicationResources ファイルに定義された半角文字テーブルを取得するキー。
HANKAKU_KASATAHA_LIST - クラス jp.terasoluna.fw.util.StringUtil の static 変数
半角カナリスト(カ、サ、タ、ハ)行とウ。
HANKAKU_LIST - クラス jp.terasoluna.fw.util.StringUtil の static 変数
半角文字リスト。
hankakuKanaList - クラス jp.terasoluna.fw.validation.ValidationUtil の static 変数
半角カナのチェックに使用する文字列。
hankakuToZenkaku(String) - クラス jp.terasoluna.fw.util.StringUtil の static メソッド
半角文字列を全角文字列に変換する。
hash(String, String) - クラス jp.terasoluna.fw.util.HashUtil の static メソッド
指定されたアルゴリズムで文字列をハッシュ値を取得する。
hashMD5(String) - クラス jp.terasoluna.fw.util.HashUtil の static メソッド
MD5アルゴリズムで文字列のハッシュ値を取得する。
hashSHA1(String) - クラス jp.terasoluna.fw.util.HashUtil の static メソッド
SHA1アルゴリズムで文字列のハッシュ値を取得する。
HashUtil - jp.terasoluna.fw.util の クラス
ハッシュ値を計算するユーティリティクラス。
HashUtil() - クラス jp.terasoluna.fw.util.HashUtil のコンストラクタ
 
hasNext() - インタフェース jp.terasoluna.fw.file.dao.FileLineIterator のメソッド
ファイルからデータが取得できるか確認する。
hasNext() - クラス jp.terasoluna.fw.file.dao.standard.AbstractFileLineIterator のメソッド
次の行のレコードがあるかどうか確認する。
hasNotProhibitedChar(String, String) - クラス jp.terasoluna.fw.validation.ValidationUtil の static メソッド
検証値が禁止文字を含まないことをチェックする。
header - クラス jp.terasoluna.fw.file.dao.standard.AbstractFileLineIterator の変数
ヘッダ部の文字列リスト。
headerLineCount - クラス jp.terasoluna.fw.file.dao.standard.AbstractFileLineIterator の変数
ヘッダ行数。

A B C D E F G H I J K L M N O P Q R S T U V W Z