- page(long) - クラス のstaticメソッドnablarch.common.dao.UniversalDao
-
ページ数を指定する。
- Pagination - nablarch.common.daoのクラス
-
ページネーションのための値をもつクラス。
- ParameterizedSqlPStatement - nablarch.core.db.statementのインタフェース
-
名前付きバインド変数をもつSQL文を実行するインタフェース。
- PartInfo - nablarch.fw.web.uploadのクラス
-
マルチパートの情報を保持するクラス。
- per(long) - クラス のstaticメソッドnablarch.common.dao.UniversalDao
-
1ページにつき何件取得するかを指定する。
- PermissionUtil - nablarch.common.permissionのクラス
-
権限管理に使用するユーティリティクラス。
- prepareCallBySqlId(String) - インタフェース のメソッドnablarch.core.db.connection.AppDbConnection
-
ストアドプロシージャ実行用のStatementオブジェクトをSQL_IDを元に生成する。
- prepareCountStatementBySqlId(String) - インタフェース のメソッドnablarch.core.db.connection.AppDbConnection
-
SQL_IDを元に件数取得(カウント)用のStatementオブジェクトを生成する。
- prepareParameterizedCountSqlStatementBySqlId(String, Object) - インタフェース のメソッドnablarch.core.db.connection.AppDbConnection
-
SQL_IDを元に件数取得(カウント)用のStatementオブジェクトを生成する。
- prepareParameterizedSqlStatementBySqlId(String) - インタフェース のメソッドnablarch.core.db.connection.AppDbConnection
-
名前付きパラメータをもつSQL文実行用のStatementオブジェクトをSQL_IDを元に生成する。
- prepareParameterizedSqlStatementBySqlId(String, Object) - インタフェース のメソッドnablarch.core.db.connection.AppDbConnection
-
名前付きパラメータをもつ可変条件SQL文実行用のStatementオブジェクトをSQL_IDを元に生成する。
- prepareStatement(FORM) - インタフェース のメソッドnablarch.fw.web.upload.util.InsertionStrategy
-
プリペアドステートメントを作成する。
- prepareStatementBySqlId(String) - インタフェース のメソッドnablarch.core.db.connection.AppDbConnection
-
パラメータ付きSQL文実行用のStatementオブジェクトをSQL_IDを元に生成する。
- prepareVersion(ExecutionContext, ExclusiveControlContext) - クラス のstaticメソッドnablarch.common.web.exclusivecontrol.HttpExclusiveControlUtil
-
非推奨です。
バージョン番号を準備する。
- prepareVersions(ExecutionContext, List<? extends ExclusiveControlContext>) - クラス のstaticメソッドnablarch.common.web.exclusivecontrol.HttpExclusiveControlUtil
-
非推奨です。
バージョン番号を準備する。
- ProcessAbnormalEnd - nablarch.fw.launcherの例外
-
アプリケーションを異常終了させる際に送出する例外クラス。
- ProcessAbnormalEnd(int, String, Object...) - 例外 のコンストラクタnablarch.fw.launcher.ProcessAbnormalEnd
-
終了コードとメッセージ(障害コードとオプション)を元に例外を構築する。
- ProcessAbnormalEnd(int, Throwable, String, Object...) - 例外 のコンストラクタnablarch.fw.launcher.ProcessAbnormalEnd
-
終了コードとメッセージ(障害コードとオプション)、元例外Throwable
を元に例外を構築する。
- PropertyName - nablarch.core.validationの注釈型
-
バリデーション対象プロパティの論理名を表わすアノテーション。
- put(ExecutionContext, String, Object) - クラス のstaticメソッドnablarch.common.web.session.SessionUtil
-
SessionStore
に変数を保存する。
- put(ExecutionContext, String, Object, String) - クラス のstaticメソッドnablarch.common.web.session.SessionUtil
-
保存先のSessionStore
を指定して、セッションに変数を保存する。
- put(String, Object) - クラス のメソッドnablarch.core.dataformat.DataRecord
-
フィールドの値を設定する。
- put(String, V) - クラス のメソッドnablarch.core.util.map.CaseInsensitiveMap
-
#getDelegateMap()
が返す
Map
オブジェクトに処理を委譲する。
- put(K, V) - クラス のメソッドnablarch.core.util.map.MapWrapper
-
#getDelegateMap()
が返す
Map
オブジェクトに処理を委譲する。
- put(String, V) - クラス のメソッドnablarch.core.util.map.MultipleKeyCaseMap
-
#getDelegateMap()
が返す
Map
オブジェクトに処理を委譲する。
- putAll(Map<? extends String, ? extends V>) - クラス のメソッドnablarch.core.util.map.CaseInsensitiveMap
-
#getDelegateMap()
が返す
Map
オブジェクトに処理を委譲する。
- putAll(Map<? extends K, ? extends V>) - クラス のメソッドnablarch.core.util.map.MapWrapper
-
#getDelegateMap()
が返す
Map
オブジェクトに処理を委譲する。
- putAll(Map<? extends String, ? extends V>) - クラス のメソッドnablarch.core.util.map.MultipleKeyCaseMap
-
#getDelegateMap()
が返す
Map
オブジェクトに処理を委譲する。