- I18NUtil - nablarch.core.utilのクラス
 
- 
国際化に使用するユーティリティクラス。
 
- importAll(InsertionStrategy<FORM>) - クラス のメソッドnablarch.fw.web.upload.util.BulkValidationResult
 
- 
登録ロジックを用いて、バリデーション済みオブジェクト(#getValidObjectsの結果)を一括登録する。
 
- importWith(DbAccessSupport, String) - クラス のメソッドnablarch.fw.web.upload.util.BulkValidationResult
 
- 
指定されたSQLIDを用いて、バリデーション済みオブジェクト(#getValidObjectsの結果)を一括登録する。
 
- initialize() - インタフェース のメソッドnablarch.core.dataformat.DataRecordFormatter
 
- 
初期化処理を行う。
 
- initialize(CommandLine, ExecutionContext) - クラス のメソッドnablarch.fw.action.BatchActionBase
 
- 
実行管理ハンドラ(ExecutionHandler)の本処理開始前に一度だけ実行される。
 
- InjectForm - nablarch.common.web.interceptorの注釈型
 
- 
フォームをリクエストスコープに設定するInterceptor。
 
- insert(T) - クラス のstaticメソッドnablarch.common.dao.UniversalDao
 
- 
与えられたエンティティオブジェクトからインサート文を生成し実行する。
 
- InsertionStrategy<FORM> - nablarch.fw.web.upload.utilのインタフェース
 
- 
個別の登録ロジックを記述するためのインタフェース。
 
- invalidate(ExecutionContext) - クラス のstaticメソッドnablarch.common.web.session.SessionUtil
 
- 
セッションを無効化する。
 
- invalidateSession() - クラス のメソッドnablarch.fw.ExecutionContext
 
- 
現在のリクエストに紐付けられたセッションスコープを無効化する。
 
- InvalidDataFormatException - nablarch.common.databindの例外
 
- 
データのフォーマット不正により解析に失敗した場合に送出される例外クラス。
 
- InvalidDataFormatException(String, long) - 例外 のコンストラクタnablarch.common.databind.InvalidDataFormatException
 
- 
指定された行番号とメッセージを持つInvalidCsvFormatExceptionを生成する。
 
- InvalidDataFormatException - nablarch.core.dataformatの例外
 
- 
入力データおよび出力データの不正により処理が継続できないことを示す例外クラス。
 
- InvalidDataFormatException(String) - 例外 のコンストラクタnablarch.core.dataformat.InvalidDataFormatException
 
- 
エラーメッセージを使用して、InvalidDataFormatExceptionを生成する。
 
- InvalidDataFormatException(String, Throwable) - 例外 のコンストラクタnablarch.core.dataformat.InvalidDataFormatException
 
- 
エラーメッセージと起因となった例外を使用して、InvalidDataFormatExceptionを生成する。
 
- isDebugEnabled() - インタフェース のメソッドnablarch.core.log.Logger
 
- 
DEBUGレベルのログ出力が有効か否かを判定する。
 
- isEmpty() - クラス のメソッドnablarch.core.util.map.MapWrapper
 
- 
 
 #getDelegateMap()が返す
Mapオブジェクトに処理を委譲する。
 
 
- isEmptyToNull() - クラス のメソッドnablarch.common.databind.csv.CsvDataBindConfig
 
- 
空フィールドをnullに置き換えるか否か。
 
- isIgnoreEmptyLine() - クラス のメソッドnablarch.common.databind.csv.CsvDataBindConfig
 
- 
空行を無視するか否かを取得する。
 
- isInfoEnabled() - インタフェース のメソッドnablarch.core.log.Logger
 
- 
INFOレベルのログ出力が有効か否かを判定する。
 
- isInvalid(String) - クラス のメソッドnablarch.core.validation.ValidationContext
 
- 
指定されたプロパティにバリデーションエラーがあるかどうか判定する。
 
- isNewSession() - クラス のメソッドnablarch.fw.ExecutionContext
 
- 
新規セッションであるかどうか。
 
- isNullOrEmpty(String) - クラス のstaticメソッドnablarch.core.util.StringUtil
 
- 
nullまたは空文字列判定を行う。
 
- isNullOrEmpty(String...) - クラス のstaticメソッドnablarch.core.util.StringUtil
 
- 
nullまたは空文字列判定を行う。
 
- isNullOrEmpty(Collection<String>) - クラス のstaticメソッドnablarch.core.util.StringUtil
 
- 
nullまたは空文字列判定を行う。
 
- isRedirect() - クラス のメソッドnablarch.fw.web.ResourceLocator
 
- 
レスポンスがリダイレクトかどうか判定する。
 
- isRelative() - クラス のメソッドnablarch.fw.web.ResourceLocator
 
- 
設定されたパスが相対パスかどうか。
 
- isReplacement() - クラス のメソッドnablarch.core.dataformat.CharacterReplacementResult
 
- 
変換前後の文字列を比較し変換の有無を判定する。
 
- isRequiredHeader() - クラス のメソッドnablarch.common.databind.csv.CsvDataBindConfig
 
- 
ヘッダー行(タイトル行)が必須か否か。
 
- isSuccess() - インタフェース のメソッドnablarch.fw.Result
 
- 
処理が正常終了したかどうかを返す。
 
- isValid(String, String) - クラス のstaticメソッドnablarch.common.date.DateUtil
 
- 
非推奨です。
  
- isValid(String, String, Locale) - クラス のstaticメソッドnablarch.common.date.DateUtil
 
- 
非推奨です。
  
- isValid(String, String) - クラス のstaticメソッドnablarch.core.util.DateUtil
 
- 
 
- isValid(String, String, Locale) - クラス のstaticメソッドnablarch.core.util.DateUtil
 
- 
指定された日付文字列がフォーマットどおりであり、実在する日であることをバリデーションする。
 
- isValid() - クラス のメソッドnablarch.core.validation.ValidationContext
 
- 
バリデーションエラーがないかどうかを取得する。
 
- isWarnEnabled() - インタフェース のメソッドnablarch.core.log.Logger
 
- 
WARNレベルのログ出力が有効か否かを判定する。
 
- iterator() - クラス のメソッドnablarch.common.dao.DeferredEntityList
 
-  
 
- iterator() - クラス のメソッドnablarch.core.db.statement.ResultSetIterator
 
- 
型Tの要素セットの反復子を返す。