- abortIfInvalid() - Method in class nablarch.core.validation.ValidationContext
-
- add(int, E) - Method in class nablarch.common.dao.EntityList
-
本メソッドは利用できない。
呼び出した場合、UnsupportedOperationException
を送出する。
- addAll(int, Collection<? extends E>) - Method in class nablarch.common.dao.EntityList
-
本メソッドは利用できない。
呼び出した場合、UnsupportedOperationException
を送出する。
- addAttachedFile(AttachedFile) - Method in class nablarch.common.mail.MailContext
-
添付ファイルを追加する。
- addBatch() - Method in interface nablarch.core.db.statement.SqlPStatement
-
PreparedStatement.addBatch()
のラッパー。
- addBatch(ParameterizedSqlPStatement, FORM) - Method in interface nablarch.fw.web.upload.util.InsertionStrategy
-
ステートメントにバッチ登録する。
- addBatchMap(Map<String, ?>) - Method in interface nablarch.core.db.statement.ParameterizedSqlPStatement
-
バッチ実行用にMapのvalueをバインド変数にセットする。
- addBatchObject(Object) - Method in interface nablarch.core.db.statement.ParameterizedSqlPStatement
-
バッチ実行用にオブジェクトのフィールドの値をバインド変数にセットする。
- addBcc(String) - Method in class nablarch.common.mail.MailContext
-
送信先(BCC)メールアドレスを追加する。
- addCc(String) - Method in class nablarch.common.mail.MailContext
-
送信先(CC)メールアドレスを追加する。
- addCookie(HttpCookie) - Method in class nablarch.fw.web.HttpResponse
-
サーバ側から送信されたクッキー情報を設定する。
- addDataRecord(Map<String, Object>) - Method in class nablarch.fw.messaging.SyncMessage
-
データレコードを追加する。
- addDataRecord(Object) - Method in class nablarch.fw.messaging.SyncMessage
-
データレコードを追加する。
- addDay(String, int) - Static method in class nablarch.common.date.DateUtil
-
Deprecated.
- addDay(String, int) - Static method in class nablarch.core.util.DateUtil
-
指定された日付(yyyyMMdd形式)を指定された日数分加減算する。
負の値が指定された場合は、減算を行う。
例)addDay("19991231", 1) //--> "20000101"
- addMessage(String, Object...) - Method in class nablarch.core.validation.ValidationContext
-
メッセージを追加する。
- addMessages(Message) - Method in exception nablarch.core.message.ApplicationException
-
処理結果メッセージを追加する。
- addMessages(List<Message>) - Method in exception nablarch.core.message.ApplicationException
-
処理結果メッセージを追加する。
- addMonth(String, int) - Static method in class nablarch.common.date.DateUtil
-
Deprecated.
- addMonth(String, int) - Static method in class nablarch.core.util.DateUtil
-
指定された日付(yyyyMMdd or yyyyMM形式)を指定された月数分加減算する。
負の値が指定された場合は、減算を行う。
例)addMonth("19991231", 1) //--> "20000131"
- addRecord(Map<String, ?>) - Method in class nablarch.fw.messaging.SendingMessage
-
電文のデータ部に、指定したレコードを追加する。
出力時に使用するデータレイアウト(レコードタイプ)は、
record
の内容から自動的に判別される。
- addRecord(String, Map<String, ?>) - Method in class nablarch.fw.messaging.SendingMessage
-
- addRecord(Object) - Method in class nablarch.fw.messaging.SendingMessage
-
電文のデータ部に指定したレコードを追加する。
出力時に使用するデータレイアウト(レコードタイプ)は、渡されたデータの内容から自動的に判別される。
- addRecord(String, Object) - Method in class nablarch.fw.messaging.SendingMessage
-
- addTo(String) - Method in class nablarch.common.mail.MailContext
-
送信先(TO)メールアドレスを追加する。
- addVersion(ExclusiveControlContext) - Static method in class nablarch.common.exclusivecontrol.ExclusiveControlUtil
-
バージョン番号を追加する。
- afterEach(ExtensionContext) - Method in class nablarch.test.junit5.extension.db.DbAccessTestExtension
-
- ALLOWED_CHAR - Static variable in class nablarch.fw.web.ResourceLocator
-
コンテンツパス中のディレクトリとして許容される文字列。
- AppDbConnection - Interface in nablarch.core.db.connection
-
データベース接続を表すインタフェース。
データベースにアクセスを行う場合には、本インタフェース経由でSQL文実行用のオブジェクトを取得する必要がある。
- appendCondition(Enum<?>, Object) - Method in class nablarch.common.exclusivecontrol.ExclusiveControlContext
-
排他制御対象の行データを指定する条件を追加する。
- ApplicationException - Exception in nablarch.core.message
-
業務エラーが発生した際のメッセージ通知に使用する例外クラス。
本クラスは内部に処理結果メッセージ(
Message
)のリストを保持する。
- ApplicationException() - Constructor for exception nablarch.core.message.ApplicationException
-
ApplicationExceptionオブジェクトを生成する。
- ApplicationException(Message) - Constructor for exception nablarch.core.message.ApplicationException
-
指定した処理結果メッセージを保持するApplicationExceptionオブジェクトを生成する。
- ApplicationException(List<Message>) - Constructor for exception nablarch.core.message.ApplicationException
-
指定した処理結果メッセージのリストを保持するApplicationExceptionオブジェクトを生成する。
- applyFormat(String) - Method in class nablarch.fw.web.upload.util.UploadHelper
-
フォーマットを適用する。
フォーマット定義ファイル取得先のディレクトリはデフォルト設定を使用する。
- applyFormat(String, String) - Method in class nablarch.fw.web.upload.util.UploadHelper
-
フォーマットを適用する。
- assertStatusCode(String, HttpResponse.Status, HttpResponse) - Method in class nablarch.test.core.http.SimpleRestTestSupport
-
ステータスコードが想定通りであることを表明する。
- assertStatusCode(String, int, HttpResponse) - Method in class nablarch.test.core.http.SimpleRestTestSupport
-
ステータスコードが想定通りであることを表明する。
- assertTableEquals(String) - Method in class nablarch.test.core.http.RestTestSupport
-
DbAccessTestSupport.assertTableEquals(String)
への委譲メソッド。
- assertTableEquals(String, String) - Method in class nablarch.test.core.http.RestTestSupport
-
DbAccessTestSupport.assertTableEquals(String, String)
への委譲メソッド。
- assertTableEquals(String, String, String) - Method in class nablarch.test.core.http.RestTestSupport
-
DbAccessTestSupport.assertTableEquals(String, String, String)
への委譲メソッド。
- assertTableEquals(String, String, String, boolean) - Method in class nablarch.test.core.http.RestTestSupport
-
DbAccessTestSupport.assertTableEquals(String, String, String, boolean)
への委譲メソッド。
- AttachedFile - Class in nablarch.common.mail
-
メール添付ファイルの情報を保持するデータオブジェクト。
- AttachedFile(String, File) - Constructor for class nablarch.common.mail.AttachedFile
-
メール添付ファイルのContent-Typeを指定し、AttachedFileオブジェクトを生成する。
- AttachedFile() - Constructor for class nablarch.common.mail.AttachedFile
-
AttachedFileオブジェクトを生成する。
- AttachedFileSizeOverException - Exception in nablarch.common.mail
-
添付ファイルサイズ上限値オーバー時に発生する例外クラス。
- AttachedFileSizeOverException(long, long) - Constructor for exception nablarch.common.mail.AttachedFileSizeOverException
-
実際のファイルサイズ、ファイルサイズ上限値を指定し、AttachedFileSizeOverException
を生成する。