- generate() - Method in interface nablarch.common.web.token.TokenGenerator
-
トークンを生成する。
- generateContext() - Method in interface nablarch.common.encryption.Encryptor
-
暗号化と復号に使用するコンテキスト情報を生成する。
コンテキスト情報には、共通鍵暗号方式であれば使用する共通鍵を保持する。
- generateId(String) - Method in interface nablarch.common.idgenerator.IdGenerator
-
引数で指定された採番対象ID内でユニークなIDを採番する。
- generateId(String, IdFormatter) - Method in interface nablarch.common.idgenerator.IdGenerator
-
引数で指定された採番対象ID内でユニークなIDを採番し、指定された
IdFormatter
でフォーマットし返却する。
- generateId() - Method in class nablarch.core.repository.di.DiContainer
-
コンポーネントIDの最大値を取得する。
- generateId() - Method in interface nablarch.fw.messaging.HttpMessageIdGenerator
-
HTTP通信で使用するメッセージIDを採番する。
- generateIndexKey(String, T) - Method in interface nablarch.core.cache.StaticDataLoader
-
静的データからインデックスのキーを生成する。
- generateIndexKey(String, Map<String, Map<String, Object>>) - Method in class nablarch.core.db.statement.autoproperty.FieldAndAnnotationLoader
-
静的データからインデックスのキーを生成する(本メソッドは、サポートしない)。
- generateInsertColumnList(DbToDbStepConfig) - Method in class nablarch.etl.generator.InsertSqlGenerator
-
insert対象のカラムリスト(括弧つき)を生成する。
- generateInsertIntoClause(DbToDbStepConfig) - Method in class nablarch.etl.generator.InsertSqlGenerator
-
insert into
句を生成する。
- generateInsertTableName(DbToDbStepConfig) - Method in class nablarch.etl.generator.InsertSqlGenerator
-
insert対象のテーブル名を生成する。
- generateReceivedSequence() - Method in class nablarch.fw.messaging.action.AsyncMessageReceiveAction
-
受信電文連番を採番する。
受信電文連番採番時には、nablarch.fw.messaging.action.AsyncMessageReceiveActionSettings#getReceivedSequenceFormatter()
で取得したフォーマッタを使用して、IDのフォーマットを行う。
採番対象を識別するためのIDは、nablarch.fw.messaging.action.AsyncMessageReceiveActionSettings#getTargetGenerateId()より取得する
- generateSourceSql(DbToDbStepConfig) - Method in class nablarch.etl.generator.InsertSqlGenerator
-
insert対象のデータを取得するselect文を生成する。
- generateSql(DbToDbStepConfig) - Method in class nablarch.etl.generator.InsertSqlGenerator
-
一括登録用のINSERT文を生成する。
- generateSql(T) - Method in class nablarch.etl.generator.SqlGeneratorSupport
-
ステップの設定からデータを移送するためのSQL文を生成する。
- GenericLauncher - Class in nablarch.fw.launcher
-
汎用のプログラム起動クラス。
本クラスはプログラム起動の共通的な枠組みのみを提供し、
個別の処理については
ProcessLifecycle
実装クラスに委譲される。
- GenericLauncher(String[]) - Constructor for class nablarch.fw.launcher.GenericLauncher
-
コンストラクタ。
- get(int) - Method in class nablarch.common.dao.DeferredEntityList
-
本メソッドは利用できない。
呼び出した場合、UnsupportedOperationException
を送出する。
- get(String) - Static method in class nablarch.common.io.FileRecordWriterHolder
-
- get(String, String) - Static method in class nablarch.common.io.FileRecordWriterHolder
-
- get(Object) - Method in class nablarch.common.web.session.SessionEntry
-
- get(ExecutionContext, String) - Static method in class nablarch.common.web.session.SessionUtil
-
- get(HtmlAttribute) - Method in class nablarch.common.web.tag.HtmlAttributes
-
属性を取得する。
- get(CTX) - Method in class nablarch.core.log.DateItemSupport
-
日時を取得する。
DateFormat
を排他制御した上で日時をフォーマットする。
- get(String) - Method in interface nablarch.core.log.LoggerFactory
-
- get(Class<?>) - Static method in class nablarch.core.log.LoggerManager
-
- get(String) - Static method in class nablarch.core.log.LoggerManager
-
ロガーを取得する。
クラスローダに紐付く
LoggerFactory
から取得したロガーを返す。
ロガー名に対応するロガーが見つからない場合は、何も処理しないロガーを返す。
- get(CTX) - Method in interface nablarch.core.log.LogItem
-
ログの出力項目を取得する。
- get(String) - Method in class nablarch.core.message.StringResourceHolder
-
文字列リソースを取得する。
- get(String) - Static method in class nablarch.core.repository.SystemRepository
-
リポジトリに登録されたコンポーネントを取得する。
- get(Object) - Method in class nablarch.core.util.map.CaseInsensitiveMap
-
#getDelegateMap()
が返す
Map
オブジェクトに処理を委譲する。
- get(Object) - Method in class nablarch.core.util.map.MapWrapper
-
#getDelegateMap()
が返す
Map
オブジェクトに処理を委譲する。
- get(Object) - Method in class nablarch.core.util.map.MultipleKeyCaseMap
-
指定されたキー名に対応する値を返却する。
指定されるキー名は、大文字小文字は区別しない。
また、アンダースコア(_)を含むキー名の場合には、アンダースコアを除去したキー名を指定してもよい。
- getAbnormalEndExitCode() - Method in class nablarch.common.mail.MailConfig
-
送信失敗時の終了コードを取得する。
- getAccept() - Method in class nablarch.fw.messaging.realtime.http.client.HttpMessagingClient
-
レスポンスの本文として受信可能なタイプを取得します
- getActualFileSize() - Method in exception nablarch.common.mail.AttachedFileSizeOverException
-
実際のファイルサイズを取得する。
- getActualRecipientCount() - Method in exception nablarch.common.mail.RecipientCountException
-
実際の宛先数を取得する。
- getAdditionalInfo() - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
-
付加情報を取得する。
- getAllColumns() - Method in class nablarch.common.dao.EntityMeta
-
全カラムのリストを返す。
- getAllColumns(String) - Static method in class nablarch.etl.EtlUtil
-
テーブルが持つカラムの名前リストを取得する。
- getAllDate() - Method in interface nablarch.core.date.BusinessDateProvider
-
全ての業務日付を取得する。
- getAllDate() - Static method in class nablarch.core.date.BusinessDateUtil
-
全区分の業務日付を取得する。
- getAllMessages() - Method in class nablarch.fw.web.upload.util.BulkValidationResult.ErrorMessages
-
行数の昇順でソートされた、全てのエラーメッセージを取得する。
- getAnalysisFormat(Map<String, String>) - Method in class nablarch.core.log.app.FailureLogFormatter
-
障害解析ログのフォーマットを取得する。
- getAncestorClasses(Class<?>) - Static method in class nablarch.core.util.ObjectUtil
-
クラスの全ての祖先を取得する。
祖先のリストの並び順は、
clazz
からの近さ順となる。
Object
は取得結果リストに含まれない。
そのため、
clazz
が
Object
以外を継承していないクラスである場合、空のリストを返す。
- getAnnotation() - Method in class nablarch.core.db.statement.autoproperty.FieldAnnotationHandlerSupport.FieldHolder
-
アノテーションを取得する。
- getAnnotationClass() - Method in interface nablarch.core.validation.Validator
-
対応するアノテーションのクラスを取得する。
- getAppFailureCodes(Map<String, String>) - Method in class nablarch.core.log.app.FailureLogFormatter
-
アプリケーション用の障害コード変換情報を取得する。
- getAppSettingsLogFormat() - Method in class nablarch.core.log.app.ApplicationSettingLogFormatter
-
アプリケーション設定ログのフォーマットを取得する。
設定ファイル(nablarch.core.log.app.AppLogUtil#getProps())にログフォーマットが指定されている場合は、
そのフォーマットを返却する。
設定されていない場合には、デフォルトのフォーマットを使用する。
- getAppSettingsLogItems() - Method in class nablarch.core.log.app.ApplicationSettingLogFormatter
-
アプリケーション設定用のログ出力項目を生成する。
- getAppSettingsLogMsg() - Method in class nablarch.core.log.app.ApplicationSettingLogFormatter
-
- getAppSettingsLogMsg() - Static method in class nablarch.core.log.app.ApplicationSettingLogUtil
-
- getAppSettingsWithDateLogFormat() - Method in class nablarch.core.log.app.ApplicationSettingLogFormatter
-
アプリケーション設定及び業務日付ログ用のログフォーマットを取得する。
設定ファイル(nablarch.core.log.app.AppLogUtil#getProps())にログフォーマットが指定されている場合は、
そのフォーマットを返却する。
設定されていない場合には、デフォルトのフォーマットを使用する。
- getAppSettingsWithDateLogItems() - Method in class nablarch.core.log.app.ApplicationSettingLogFormatter
-
アプリケーション設定及び日付出力用のログ出力項目を生成する。
- getAppSettingsWithDateLogMsg() - Method in class nablarch.core.log.app.ApplicationSettingLogFormatter
-
- getAppSettingsWithDateLogMsg() - Static method in class nablarch.core.log.app.ApplicationSettingLogUtil
-
- getArgs() - Method in class nablarch.fw.launcher.CommandLine
-
コマンドライン引数のリストを返す。
- getAsciiChars() - Static method in class nablarch.core.util.JapaneseCharsetUtil
-
Deprecated.
全てのAscii文字を取得する。
- getAttachedFileList() - Method in class nablarch.common.mail.MailContext
-
添付ファイルのリストを取得する。
- getAttributes() - Method in class nablarch.common.web.tag.HtmlTagSupport
-
HTMLの属性を取得する。
- getBaseDirectory(String) - Method in class nablarch.core.util.FilePathSetting
-
ベースディレクトリを取得する。
- getBasePathSettings() - Method in class nablarch.core.util.FilePathSetting
-
ベースパスの論理名と物理パスとの対応を収めたMapを取得する。
- getBasePathUrl(String) - Method in class nablarch.core.util.FilePathSetting
-
ベースパスのURLを取得する。
- getBaseRecordType() - Method in class nablarch.core.dataformat.RecordDefinition
-
このレコードフォーマットのベースとなるレコードタイプ名を取得する。
- getBatchCount() - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
-
バッチ件数を取得する。
- getBatchSize() - Method in interface nablarch.core.db.statement.SqlStatement
-
バッチサイズを取得する。
- getBccList() - Method in class nablarch.common.mail.MailContext
-
送信先(BCC)メールアドレスのリストを取得する。
- getBean() - Method in class nablarch.etl.config.DbInputStepConfig
-
Beanクラスを取得する。
- getBean() - Method in class nablarch.etl.config.FileToDbStepConfig
-
Beanクラスを取得する。
- getBigDecimal(String) - Method in class nablarch.core.dataformat.DataRecord
-
フィールドの値をBigDecimal型に変換して返却する。
- getBigDecimal(int) - Method in class nablarch.core.db.statement.ResultSetIterator
-
カレント行の指定されたカラムの値をBigDecimal
で取得する。
- getBigDecimal(String) - Method in class nablarch.core.db.statement.SqlRow
-
指定されたカラムの情報をBigDecimal
として取得する。
- getBindValue(Object, String) - Method in class nablarch.core.db.statement.sqlconvertor.SqlConvertorSupport
-
バインド変数に対応するフィールドの値を取得する。
- getBlob(int) - Method in class nablarch.core.db.statement.ResultSetIterator
-
カレント行の指定されたカラムの値をBlob
で取得する。
- getBodyBytes() - Method in class nablarch.fw.messaging.ReceivedMessage
-
メッセーボディのバイナリ表現を返す。
送信(仕向)電文の場合はデータレコードをレコードフォーマッタで直列化したものを返す。
受信(被仕向)電文の場合はパース前の送信電文の内容をそのまま返す。
- getBodyBytes() - Method in class nablarch.fw.messaging.SendingMessage
-
メッセーボディのバイナリ表現を返す。
送信(仕向)電文の場合はデータレコードをレコードフォーマッタで直列化したものを返す。
受信(被仕向)電文の場合はパース前の送信電文の内容をそのまま返す。
- getBodyStream() - Method in class nablarch.common.web.download.FileResponse
-
- getBodyStream() - Method in class nablarch.fw.messaging.SendingMessage
-
電文のボディ部の出力ストリームを返す。
- getBodyStream() - Method in class nablarch.fw.web.HttpResponse
-
HTTPレスポンスボディの内容を保持するストリームを取得する。
- getBodyString() - Method in class nablarch.fw.web.HttpResponse
-
HTTPレスポンスボディの内容を表す文字列を返す。
- getBoolean(String) - Method in class nablarch.core.db.statement.SqlRow
-
指定されたカラムの情報を
Boolean
として取得する。
以下の値の場合、
Boolean.TRUE
を返却し、それ以外は全て
Boolean.FALSE
を返却する。
booleanの
true
の場合
String
の場合で"1" or "on" or "true"の場合(大文字、小文字の区別はしない)
数値型で0以外の場合
データベースから取得したデータのデータタイプが下記に該当しない場合は、
IllegalStateException
を送出する。
Boolean
String
Number
のサブクラス
- getBoolean(String) - Static method in class nablarch.core.repository.SystemRepository
-
設定値の登録名を指定してリポジトリに登録された真偽値の設定値を取得する。
以下の文字列と一致する設定値が登録されていた場合に「true」を返却する。大文字・小文字は区別しない。
"true"
"on"
"yes"
- getBrowserName() - Method in class nablarch.fw.web.useragent.UserAgent
-
ブラウザ名称を取得する。
- getBrowserType() - Method in class nablarch.fw.web.useragent.UserAgent
-
ブラウザタイプを取得する。
- getBrowserVersion() - Method in class nablarch.fw.web.useragent.UserAgent
-
ブラウザバージョンを取得する。
- getBytes(String) - Method in class nablarch.core.dataformat.DataRecord
-
フィールドの値をバイト列に変換して返却する。
- getBytes(int) - Method in class nablarch.core.db.statement.ResultSetIterator
-
カレント行の指定されたカラムの値をbyte配列で取得する。
- getBytes(String) - Method in class nablarch.core.db.statement.SqlRow
-
指定されたカラムの情報をbyte配列として取得する。
データベースから取得したデータのデータタイプが下記のデータの場合、byte配列として取得する。
下記に該当しない場合は、
IllegalStateException
を送出する。
Types.BLOB
Types.BINARY
Types.VARBINARY
Types.LONGVARBINARY
- getBytes(String, Charset) - Static method in class nablarch.core.util.StringUtil
-
指定された文字セットで文字列をエンコードする。
JDK1.6以上を使用する場合は、
java.lang.String#getBytes(Charset)
を使用すること。
string
が
null
だった場合、
null
を返す。
string
が空文字だった場合、空のバイト配列を返す。
- getCcList() - Method in class nablarch.common.mail.MailContext
-
送信先(CC)メールアドレスのリストを取得する。
- getCharset() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
文字コードを取得する。
- getCharset() - Method in class nablarch.common.mail.FreeTextMailContext
-
Content-Typeヘッダに指定する文字セットを取得する。
- getCharset() - Method in class nablarch.common.mail.MailContext
-
Content-Typeヘッダに指定する文字セットを取得する。
- getCharset() - Method in class nablarch.fw.messaging.realtime.http.streamio.AbstractCharHttpStreamWritter
-
出力時に使用するキャラクターセットを取得する。
- getClasspathResource(String) - Static method in class nablarch.core.util.FileUtil
-
クラスパス上のリソースを取得する。
以下に例を示す。
- getClasspathResourceURL(String) - Static method in class nablarch.core.util.FileUtil
-
クラスパス上のURLを取得する。
以下に例を示す。
- getColType(String) - Method in class nablarch.core.db.statement.SqlRow
-
指定されたカラム名のカラムタイプ(Types
)を取得する。
- getComponent(String, MessageSenderSettings.SettingType, boolean) - Method in class nablarch.fw.messaging.MessageSenderSettings
-
コンポーネント名の設定値を使用してリポジトリからコンポーネントを取得する。
- getComponentById(int) - Method in class nablarch.core.repository.di.DiContainer
-
コンポーネントIDをキーにコンポーネントを取得する。
- getComponentByName(String) - Method in class nablarch.core.repository.di.DiContainer
-
コンポーネント名をキーにコンポーネントを取得する。
- getComponentByType(Class<T>) - Method in class nablarch.core.repository.di.DiContainer
-
コンポーネントの型をキーにコンポーネントを取得する。
- getComponentList(String, MessageSenderSettings.SettingType, boolean) - Method in class nablarch.fw.messaging.MessageSenderSettings
-
コンポーネント名の設定値を使用してリポジトリからコンポーネントを取得する(「,」区切りで定義された複数コンポーネントの読み込みに対応)。
- getConcurrentNumber() - Static method in class nablarch.core.ThreadContext
-
スレッドコンテキストから並行実行スレッド数を取得する。
- getCondition() - Method in class nablarch.common.exclusivecontrol.ExclusiveControlContext
-
排他制御対象の行データを指定する条件を取得する。
- getConditionsToApply() - Method in class nablarch.core.dataformat.RecordDefinition
-
このレコード定義がデータレコードに適用される条件の一覧を返却する。
- getConfigValue(String) - Method in class nablarch.core.db.support.ListSearchInfo
-
- getConnection(String) - Method in interface nablarch.core.db.connection.ConnectionFactory
-
データベース接続を取得する。
- getConnection() - Static method in class nablarch.core.db.connection.DbConnectionContext
-
現在のスレッドに紐付けられたデフォルトのデータベース接続を取得する。
データベース接続の取得には、"transaction"という名前が使用される。
- getConnection(String) - Static method in class nablarch.core.db.connection.DbConnectionContext
-
現在のスレッドに紐付けられた指定した名前のデータベース接続を取得する。
- getConnection() - Method in interface nablarch.core.db.connection.TransactionManagerConnection
-
データベース接続オブジェクトを取得する。
- getConnectionFactory() - Method in class nablarch.fw.messaging.provider.JmsMessagingProvider
-
コネクションファクトリを返す。
- getContentDisposition() - Method in class nablarch.fw.web.HttpResponse
-
Content-Dispositionの値を取得する。
- getContentLength() - Method in class nablarch.fw.web.HttpResponse
-
Content-Lengthの値を取得する。
HTTPレスポンスボディの内容がこのオブジェクト自体に保持されている場合に限り、
そのバイト数を返す。
それ以外は
null
を返す。
- getContentPath() - Method in class nablarch.fw.web.HttpResponse
-
コンテンツパスを取得する。
HTTPレスポンスボディに書き込むコンテンツパスを取得する。
- getContentType(String) - Method in class nablarch.fw.jaxrs.BodyConverterSupport
-
メディアタイプからContent-Typeを取得する。
メディアタイプにcharsetが含まれている場合は、エンコーディング名の正当性を確認し、
問題がなければ、指定されたメディアタイプをそのままContent-Typeの値とする。
エンコーディング名が不正な場合は実行時例外を送出する。
メディアタイプにcharsetが含まれていない場合は、デフォルトのエンコーディングを
メディアタイプに付けたものをContent-Typeの値とする。
- getContentType() - Method in class nablarch.fw.web.HttpResponse
-
Content-Typeの値を取得する。
Content-Typeが設定されていない場合は、"text/plain;charset=UTF-8"を設定して返す。
このメソッドの処理は以下のソースコードと等価である。
- getContextType() - Method in class nablarch.common.mail.MailAttachedFileTable.MailAttachedFile
-
Context-typeを取得する。
- getConvertedValue(String) - Method in class nablarch.core.validation.ValidationContext
-
フォームオブジェクトのプロパティの型に変換したプロパティを取得する。
プロパティにバリデーションエラーがある場合も変換した値を返す。
変換できない場合、プロパティが見つからない場合は
null
を返す。
- getConverters() - Method in interface nablarch.core.beans.ConversionManager
-
- getConvertorAnnotation() - Method in interface nablarch.core.validation.domain.DomainDefinition
-
ドメイン定義に指定されたコンバータのアノテーションを取得する。
- getConvertorAnnotation(Annotation) - Method in class nablarch.core.validation.domain.DomainValidationHelper
-
ドメイン定義に指定されたコンバータのアノテーションを取得する。
- getConvertorAnnotation(Enum<?>) - Static method in class nablarch.core.validation.domain.DomainValidationHelper
-
- getConvertors() - Method in class nablarch.core.dataformat.FieldDefinition
-
コンバータのリストを取得する。
- getConvertorSetting() - Method in class nablarch.core.dataformat.DataRecordFormatterSupport
-
コンバータの設定情報を取得する。
- getConvertorSettingList() - Method in class nablarch.core.dataformat.FieldDefinition
-
フォーマット定義ファイルで指定されたコンバータの定義を取得する。
- getConvertorTable() - Method in class nablarch.core.dataformat.convertor.ConvertorFactorySupport
-
コンバータ名とコンバータ実装クラスの対応表を取得する。
- getCookie() - Method in class nablarch.fw.web.HttpRequest
-
本リクエストで送信されるクッキー情報を取得する。
- getCookie() - Method in class nablarch.fw.web.HttpResponse
-
- getCorrelationId() - Method in class nablarch.fw.messaging.InterSystemMessage
-
この電文に関連付けられているメッセージのメッセージIDを返す。
- getCount() - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
-
検索件数を取得する。
- getCurrentRetryCount() - Method in interface nablarch.fw.handler.RetryHandler.RetryContext
-
現在のリトライ回数を取得する。
- getCurrentTps() - Method in class nablarch.fw.batch.progress.Progress
-
今回のTPSを返す。
- getData() - Method in class nablarch.core.log.app.FailureLogFormatter.FailureLogContext
-
データを取得する。
- getDataFileDirName() - Method in class nablarch.fw.action.FileBatchActionBase
-
入力ファイル配置先の論理名を返す。
デフォルト実装では"input"を返す。
デフォルトの入力ファイル配置先以外から入力ファイルを取得する場合は、
このメソッドをオーバーライドする。
- getDataFileName() - Method in class nablarch.fw.action.FileBatchActionBase
-
入力ファイルのファイル名を返す。
- getDataRecord() - Method in class nablarch.fw.messaging.SyncMessage
-
データレコード(1件目)を取得する。
- getDataRecords() - Method in class nablarch.fw.messaging.SyncMessage
-
データレコードを全件取得する。
- getDataType() - Method in class nablarch.core.dataformat.FieldDefinition
-
フォーマット定義ファイルで指定されたデータタイプ名に対応するデータタイプを取得する。
- getDate(String) - Static method in class nablarch.common.date.DateUtil
-
Deprecated.
- getDate() - Method in interface nablarch.core.date.BusinessDateProvider
-
デフォルトの区分を使用して業務日付を取得する。
- getDate(String) - Method in interface nablarch.core.date.BusinessDateProvider
-
区分を指定して業務日付を取得する。
- getDate() - Static method in class nablarch.core.date.BusinessDateUtil
-
業務日付を取得する。区分はデフォルトを使用する。
- getDate(String) - Static method in class nablarch.core.date.BusinessDateUtil
-
区分を指定して、業務日付を取得する。
- getDate() - Method in interface nablarch.core.date.SystemTimeProvider
-
システム日時を取得する。
- getDate() - Static method in class nablarch.core.date.SystemTimeUtil
-
システム日時を取得する。
- getDate(int) - Method in class nablarch.core.db.statement.ResultSetIterator
-
カレント行の指定されたカラムの値をDate
で取得する。
- getDate(String) - Method in class nablarch.core.db.statement.SqlRow
-
指定されたカラムの情報を
Date
として取得する。
データベースから取得したデータのデータタイプが下記のデータの場合、java.util.Dateとして取得する
下記に該当しない場合は、
IllegalStateException
を送出する。
Date
Timestamp
- getDate() - Method in class nablarch.core.log.basic.LogContext
-
LogContext作成時点の日時を取得する。
- getDate(CTX) - Method in class nablarch.core.log.DateItemSupport
-
日時を取得する。
- getDate(String) - Static method in class nablarch.core.util.DateUtil
-
日付文字列(yyyyMMdd形式)からDate
クラスのインスタンスを取得する。
- getDateFormat(ObjectSettings) - Method in class nablarch.core.log.basic.BasicLogFormatter
-
日時フォーマットを取得する。
- getDateFormat(Map<String, String>) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter
-
日時フォーマットを取得する。
プロパティの指定がない場合はデフォルトの日時フォーマットを返す。
- getDateString() - Static method in class nablarch.core.date.SystemTimeUtil
-
システム日付を yyyyMMdd 形式の文字列で取得する。
- getDateTimeMillisString() - Static method in class nablarch.core.date.SystemTimeUtil
-
システム日時を yyyyMMddHHmmssSSS 形式の文字列で取得する。
- getDateTimeString() - Static method in class nablarch.core.date.SystemTimeUtil
-
システム日時を yyyyMMddHHmmss 形式の文字列で取得する。
- getDays(String, String) - Static method in class nablarch.common.date.DateUtil
-
Deprecated.
- getDays(String, String) - Static method in class nablarch.core.util.DateUtil
-
指定された日付間の日数を取得する。
例)getDays("19991231", "20000101") //--> 1
- getDbConnection() - Method in class nablarch.common.dao.DaoContextFactory
-
DAOで使うコネクションを取得する。
(トランザクション用です)
- getDbTransactionName() - Method in class nablarch.core.db.transaction.SimpleDbTransactionManager
-
トランザクション名を取得する。
- getDefaultCharset() - Method in class nablarch.common.mail.MailRequestConfig
-
デフォルトの文字セットを取得する。
- getDefaultConvertorTable() - Method in class nablarch.core.dataformat.convertor.ConvertorFactorySupport
-
デフォルトのコンバータ名とコンバータ実装クラスの対応表を取得する。
- getDefaultConvertorTable() - Method in class nablarch.core.dataformat.convertor.FixedLengthConvertorFactory
-
固定長ファイルのデフォルトのコンバータ名とコンバータ実装クラスの対応表を返却する。
- getDefaultConvertorTable() - Method in class nablarch.core.dataformat.convertor.JsonDataConvertorFactory
-
JSONデータのデフォルトのコンバータ名とコンバータ実装クラスの対応表を返却する。
- getDefaultConvertorTable() - Method in class nablarch.core.dataformat.convertor.VariableLengthConvertorFactory
-
可変長ファイルのデフォルトのコンバータ名とコンバータ実装クラスの対応表を返却する。
- getDefaultConvertorTable() - Method in class nablarch.core.dataformat.convertor.XmlDataConvertorFactory
-
XMLデータのデフォルトのコンバータ名とコンバータ実装クラスの対応表を返却する。
- getDefaultEncoding() - Method in class nablarch.core.dataformat.DataRecordFormatterSupport
-
デフォルトの文字エンコーディングを取得する。
- getDefaultFailureCode(Map<String, String>) - Method in class nablarch.core.log.app.FailureLogFormatter
-
デフォルトの障害コードを取得する。
- getDefaultMessage(Map<String, String>) - Method in class nablarch.core.log.app.FailureLogFormatter
-
デフォルトのメッセージを取得する。
- getDefaultPaddingStr() - Method in class nablarch.core.dataformat.convertor.datatype.ByteStreamDataString
-
パディング/トリム処理で使用するデフォルトの文字を返却する。
- getDefaultPaddingStr() - Method in class nablarch.core.dataformat.convertor.datatype.DoubleByteCharacterString
-
パディング/トリム処理で使用するデフォルトの文字を返却する。
- getDefaultReplyTo() - Method in class nablarch.common.mail.MailRequestConfig
-
デフォルトの返信先メールアドレスを取得する。
- getDefaultReturnPath() - Method in class nablarch.common.mail.MailRequestConfig
-
デフォルトの差し戻し先メールアドレスを取得する。
- getDefinition() - Method in class nablarch.core.dataformat.DataRecordFormatterSupport
-
フォーマット定義ファイルの情報を保持するクラスを取得する。
- getDefinitionFromCache(File) - Method in class nablarch.core.dataformat.FormatterFactory
-
キャッシュからフォーマット定義情報保持クラスを取得する。
フォーマット定義情報保持クラスをキャッシュから取得できない場合は、生成する。
- getDelegateMap() - Method in class nablarch.fw.web.HttpCookie
-
- getDestination() - Method in class nablarch.fw.messaging.InterSystemMessage
-
この電文の宛先キューの論理名を取得する。
MessagingContext.send(SendingMessage) メソッドでは、この戻り値に対応する
宛先に送信される。
- getDestination() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
送信キュー名(論理名)を取得する。
- getDialect() - Method in interface nablarch.core.db.connection.TransactionManagerConnection
-
- getDirective() - Method in class nablarch.core.dataformat.LayoutDefinition
-
ディレクティブの定義を取得する。
- getDirectory() - Method in class nablarch.fw.web.ResourceLocator
-
パスからディレクトリを表す部分を返す。
- getDomain() - Method in class nablarch.fw.web.HttpCookie
-
このクッキーが送信されるドメイン階層を返す。
- getDomainAnnotation() - Method in class nablarch.core.validation.domain.DomainValidationHelper
-
ドメインを表すアノテーションのクラスを取得する。
ドメインを表すアノテーションのクラスが設定されていない場合は、
IllegalStateException
を送出する。
- getDomainDefinition(Annotation) - Method in class nablarch.core.validation.domain.DomainValidationHelper
-
アノテーションのvalue属性に指定された値を取得する。
アノテーションの属性に指定された値が取得できない場合は、
IllegalArgumentException
を送出する。
- getEncode() - Method in class nablarch.fw.messaging.realtime.http.streamio.AbstractCharHttpStreamReader
-
エンコードを取得する。
- getEncoder() - Method in class nablarch.fw.web.download.encorder.DownloadFileNameEncoderEntry
-
ファイル名のエンコーダを取得する。
- getEncoder(String) - Method in class nablarch.fw.web.download.encorder.DownloadFileNameEncoderFactory
-
User-Agentに対応するエンコーダを取得する。
User-Agentヘッダのパターンとエンコーダの関連は、downloadFileNameEncoderEntriesプロパティより取得する。
- getEncoding() - Method in class nablarch.core.dataformat.FieldDefinition
-
フィールドの文字エンコーディングを返却する。
- getEndFreeMemory() - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
-
空きメモリ量(終了時)を取得する。
- getEndLogFormat() - Method in class nablarch.fw.launcher.logging.LauncherLogFormatter
-
終了ログのフォーマットを取得する。
設定ファイル(nablarch.core.log.app.AppLogUtil#getProps())にログフォーマットが指定されている場合は、
そのフォーマットを返却する。
設定されていない場合には、デフォルトのフォーマットを使用する。
デフォルトのフォーマットは、以下の設定例のようにフォーマット定義を行うことにより変更可能
- getEndLogItems() - Method in class nablarch.fw.launcher.logging.LauncherLogFormatter
-
終了ログ用のログ出力項目を生成する。
- getEndLogMsg(int, long) - Method in class nablarch.fw.launcher.logging.LauncherLogFormatter
-
- getEndPosition() - Method in class nablarch.core.db.support.ListSearchInfo
-
検索結果の取得終了位置を取得する。
- getEndTime() - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
-
終了日時を取得する。
- getEndUsedMemory() - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
-
使用メモリ量(終了時)を取得する。
- getEntities() - Method in class nablarch.etl.config.TruncateStepConfig
-
削除対象のEntityリストをかえす。
- getError() - Method in class nablarch.core.log.basic.LogContext
-
エラー情報を取得する。
- getErrorCode() - Method in exception nablarch.core.db.DbAccessException
-
エラーコードを取得する。
- getErrorEntity() - Method in class nablarch.etl.config.ValidationStepConfig
-
エラーテーブルのEntityクラスを取得する。
- getErrorLimit() - Method in class nablarch.etl.config.ValidationStepConfig
-
許容するエラー数を取得する。
- getErrorMessages() - Method in class nablarch.fw.web.upload.util.BulkValidationResult
-
- getErrorVersions() - Method in exception nablarch.common.exclusivecontrol.OptimisticLockException
-
楽観的ロックエラーが発生したバージョン番号を取得する。
- getEstimatedEndTime() - Method in class nablarch.fw.batch.progress.Progress
-
終了予測時間を返す。
- getExecuteTime() - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
-
実行時間を取得する。
- getExecutionId() - Method in class nablarch.core.log.basic.LogContext
-
LogContext作成時点の実行時IDを取得する。
- getExecutionId() - Static method in class nablarch.core.ThreadContext
-
スレッドローカルから実行時IDを取得する。
- getExecutionTime() - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
-
実行時間を取得する。
- getExecutorService() - Method in class nablarch.fw.invoker.AbstractExecutorServiceFactory
-
- getExecutorService() - Method in interface nablarch.fw.invoker.ExecutorServiceFactory
-
ExecutorService
を取得する。
- getExistBodyHttpMethod() - Method in class nablarch.fw.messaging.realtime.http.client.HttpMessagingClient
-
送信にbody部が存在するHTTPメソッドのリストを取得する。
- getExitStatus() - Method in class nablarch.fw.batch.ee.listener.NablarchListenerContext
-
終了ステータスを取得する。
- getExpiresMilliSeconds() - Method in class nablarch.common.web.session.SessionStore
-
有効期限(単位:ミリ秒)で取得する。
- getExtensionConvertor() - Method in interface nablarch.core.beans.ConversionManager
-
拡張の型変換リストを返す。
- getFailureCode() - Method in class nablarch.core.log.app.FailureLogFormatter.FailureLogContext
-
障害コードを取得する。
- getFailureCode(String, Throwable) - Method in class nablarch.core.log.app.FailureLogFormatter
-
ログ出力に使用する障害コードを取得する。
- getFetchDirection() - Method in interface nablarch.core.db.statement.SqlPStatement
-
Statement.getFetchDirection()
のラッパー。
- getFetchSize() - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
-
フェッチ件数を取得する。
- getField() - Method in class nablarch.core.dataformat.convertor.datatype.DataType
-
フィールド定義を取得する。
- getField() - Method in class nablarch.core.dataformat.convertor.value.ValueConvertorSupport
-
フィールド定義を取得する。
- getField() - Method in class nablarch.core.db.statement.autoproperty.FieldAnnotationHandlerSupport.FieldHolder
-
フィールドを取得する。
- getFieldList(Object, Class<T>) - Method in class nablarch.core.db.statement.autoproperty.FieldAnnotationHandlerSupport
-
指定されたアノテーションが設定されているフィールド情報を取得する。
指定されたオブジェクトに、指定されたアノテーションが設定されているフィールドが存在しない場合は、空のリストを返す。
- getFieldName() - Method in exception nablarch.core.dataformat.InvalidDataFormatException
-
エラーが発生したフィールド名を取得する。
- getFields() - Method in class nablarch.core.dataformat.RecordDefinition
-
本レコードタイプに定義されているすべてのフィールド定義を返却する。
- getFieldSeparator() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
列区切り文字を取得する。
- getFile() - Method in class nablarch.common.mail.MailAttachedFileTable.MailAttachedFile
-
ファイルのデータを取得する。
- getFile(String, String) - Method in class nablarch.core.util.FilePathSetting
-
指定されたベースパスの直下に存在するファイルの抽象パスを取得する。
ファイルが存在しない場合は新たにファイルを作成してその抽象パスを返却する。
- getFileExtensions() - Method in class nablarch.core.util.FilePathSetting
-
ベースパスの論理名と拡張子との対応を収めたMapを取得する。
- getFileIfExists(String, String) - Method in class nablarch.core.util.FilePathSetting
-
指定されたベースパスの直下に存在するファイルの抽象パスを取得する。
その抽象パスを返却する。ファイルが存在しない場合はnullを返却する。
- getFileName() - Method in class nablarch.common.mail.MailAttachedFileTable.MailAttachedFile
-
ファイル名を取得する。
- getFileName() - Method in class nablarch.etl.config.DbToFileStepConfig
-
ファイル名を取得する。
- getFileName() - Method in class nablarch.etl.config.FileToDbStepConfig
-
ファイル名を取得する。
- getFileName() - Method in class nablarch.fw.web.upload.PartInfo
-
ファイル名を取得する。
例えば、ユーザが"C:\doc\myPicture.jpg"というファイルをアップロードした場合、
本メソッドの戻り値は"myPicture.jpg"となる。
- getFileNameJoinExtension(String, String) - Method in class nablarch.core.util.FilePathSetting
-
ベースパスの論理名に対応する拡張子が存在する場合、ファイル名と拡張子を結合した文字列を返却する。
対応する拡張子が存在しない場合は、引数のファイル名をそのまま返却する。
- getFilePath() - Method in exception nablarch.core.dataformat.SyntaxErrorException
-
構文エラーが発生したフォーマット定義ファイルのパスを取得する。
- getFilePath() - Method in class nablarch.core.log.basic.ObjectSettings
-
ログ出力の設定を読み込む際に使用したファイルパスを取得する。
- getFilePath() - Method in class nablarch.core.log.LogSettings
-
プロパティファイルのファイルパスを取得する。
- getFileType(Map<String, Object>) - Static method in class nablarch.core.dataformat.DataRecordFormatterSupport.Directive
-
ファイルタイプを取得する
- getFileType() - Method in class nablarch.core.dataformat.DataRecordFormatterSupport
-
このフォーマッタが取り扱うファイル種別を返却する。
- getFileWithoutCreate(String, String) - Method in class nablarch.core.util.FilePathSetting
-
指定されたベースパスの直下に存在するファイルの抽象パスを取得する。
- getFirstPageNumber() - Method in class nablarch.core.db.support.ListSearchInfo
-
最初のページ番号を取得する。
- getFormat(ObjectSettings) - Method in class nablarch.core.log.basic.BasicLogFormatter
-
フォーマットを取得する。
- getFormatClass() - Method in interface nablarch.core.text.Formatter
-
フォーマット対象のクラスを取得する
- getFormatDir() - Method in class nablarch.fw.messaging.action.AsyncMessageSendAction
-
フォーマット定義ファイルの配置ディレクトリを示す論理名を取得する。
- getFormatFileDirName() - Method in class nablarch.fw.action.FileBatchActionBase
-
フォーマット定義ファイル配置先の論理名を返す。
デフォルト実装では"format"を返す。
デフォルトのフォーマット定義ファイル配置先以外からフォーマット定義ファイルを取得する場合は、
このメソッドをオーバーライドする。
- getFormatFileName() - Method in class nablarch.fw.action.FileBatchActionBase
-
入力ファイルを読み込む際に使用するフォーマット定義ファイルのファイル名を返す。
- getFormatFilePath() - Method in exception nablarch.core.dataformat.InvalidDataFormatException
-
入出力時に使用していたフォーマットファイルのパスを取得する。
- getFormattedLogItems(Map<String, LogItem<SqlLogFormatter.SqlLogContext>>, Map<String, String>, String, String) - Method in class nablarch.core.db.statement.SqlLogFormatter
-
フォーマット済みのログ出力項目を取得する。
- getFormattedLogItems(Map<String, LogItem<MessagingLogFormatter.MessagingLogContext>>, Map<String, String>, String, String) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter
-
フォーマット済みのログ出力項目を取得する。
- getFormatter() - Method in class nablarch.core.log.basic.LogWriterSupport
-
- getFormatter(String, MessageSenderSettings.SettingType, String, String) - Method in class nablarch.fw.messaging.MessageSenderSettings
-
指定されたフォーマット名に対応するフォーマッタを取得する。
- getFormatterName() - Method in interface nablarch.core.text.Formatter
-
フォーマッタの名前を取得する
- getFrameworkFailureCode(Throwable) - Method in class nablarch.core.log.app.FailureLogFormatter
-
フレームワーク用の障害コード変換情報から障害コードを取得する。
- getFrom() - Method in class nablarch.common.mail.MailContext
-
送信元メールアドレスを取得する。
- getFromCache(K) - Method in class nablarch.core.cache.expirable.ExpirableCacheTemplate
-
キャッシュから値を取得する。
- getFwFailureCodes(Map<String, String>) - Method in class nablarch.core.log.app.FailureLogFormatter
-
フレームワーク用の障害コード変換情報を取得する。
プロパティファイルのキー名の長さで降順にソートして返す。
- getFwHeader() - Method in class nablarch.fw.messaging.RequestMessage
-
フレームワーク制御ヘッダの内容を返す。
- getGeneratedKeys() - Method in interface nablarch.core.db.statement.SqlPStatement
-
Statement.getGeneratedKeys()
のラッパー。
- getGeneratedValueColumn() - Method in class nablarch.common.dao.EntityMeta
-
採番カラムを返す。
- getGenerationType() - Method in class nablarch.common.dao.ColumnMeta
-
IDジェネレータのタイプを取得する。
- getGeneratorName() - Method in class nablarch.common.dao.ColumnMeta
-
IDジェネレータの名前を取得する。
- getGetterMethod(Class<?>, String) - Static method in class nablarch.core.util.ObjectUtil
-
getterメソッドを検索する。
- getGetterMethodName(String) - Static method in class nablarch.core.util.ObjectUtil
-
プロパティ名からgetterメソッド名を取得する。
- getGetterMethods(Class<?>) - Static method in class nablarch.core.util.ObjectUtil
-
クラスにあるgetterのリストを取得する。
Object.getClass()
は取得対象から除く。
getterが一つも定義されていない場合は空のリストを返す。
- getGroupSequence() - Method in interface nablarch.core.validation.ee.GroupSequenceManager
-
GroupSequence
を定義したインタフェースのClass
を取得する。
- getHandlerList(TData) - Method in class nablarch.fw.invoker.BasicHandlerListBuilder
-
- getHandlerList(TData) - Method in class nablarch.fw.invoker.BasicHandlerListInvoker
-
実行対象となるハンドラリストを取得する。
- getHandlerList() - Method in class nablarch.fw.invoker.BasicPipelineListBuilder
-
- getHandlerList(TData) - Method in interface nablarch.fw.invoker.HandlerListBuilder
-
ハンドラリストを取得する。
- getHandlerList() - Method in interface nablarch.fw.invoker.PipelineListBuilder
-
ハンドラリストを取得する。
- getHankakuKanaChars() - Static method in class nablarch.core.util.JapaneseCharsetUtil
-
Deprecated.
全ての半角カナ文字を取得する。
- getHasNextPage() - Method in class nablarch.core.db.support.ListSearchInfo
-
次のページが存在するか否かを取得する。
- getHasPrevPage() - Method in class nablarch.core.db.support.ListSearchInfo
-
前のページが存在するか否かを取得する。
- getHeader(String) - Method in class nablarch.fw.web.HttpRequest
-
HTTPリクエストヘッダの値を返す。
- getHeader(String) - Method in class nablarch.fw.web.HttpResponse
-
HTTPレスポンスヘッダの値を返す。
- getHeader(String) - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper
- getHeaderFormatName() - Method in class nablarch.fw.messaging.action.AsyncMessageSendAction
-
ヘッダ部のフォーマット定義ファイル名を取得する。
ヘッダ部のフォーマット定義ファイル名は、nablarch.fw.messaging.action.AsyncMessageSendActionSettings#getHeaderFormatName()
から取得した値となる。
- getHeaderFormatter() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
ヘッダのフォーマッタ(送信電文と受信電文で共通)を取得する。
- getHeaderInfo() - Method in class nablarch.fw.messaging.realtime.http.dto.HttpResult
-
Httpヘッダを取得する。
- getHeaderInfo() - Method in exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingInvalidDataFormatException
-
受信したヘッダ情報を取得する。
本例外をキャッチ後、フォーマット変換時のヘッダ情報が必要であれば、本メソッドを用いて取り出す。
- getHeaderMap() - Method in class nablarch.fw.messaging.InterSystemMessage
-
ヘッダーの一覧をMap形式で返す。
- getHeaderMap() - Method in class nablarch.fw.web.HttpRequest
-
HTTPリクエストヘッダを格納したMapを取得する。
- getHeaderMap() - Method in class nablarch.fw.web.HttpResponse
-
HTTPレスポンスヘッダを格納するMapを返す。
このMapに対する変更はレスポンスヘッダの内容に直接反映される。
- getHeaderRecord() - Method in class nablarch.fw.messaging.SyncMessage
-
ヘッダレコードを取得する。
- getHeaderTitles() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
ヘッダー行(タイトル行)に出力するタイトルのリスト。
- getHost() - Method in class nablarch.fw.web.HttpRequest
-
HTTPリクエストのホストヘッダを取得する。
- getHostname() - Method in class nablarch.fw.web.ResourceLocator
-
パスのホスト部を返す。
ポート番号が設定されている場合には、ポート番号を含んだ値を返す。
- getHttpConnectTimeout() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
HTTP通信用接続タイムアウトを取得する。
- getHttpMessageIdGenerator() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
HTTP通信時に使用するメッセージID採番コンポーネントを取得する。
- getHttpMessagingUserId() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
リアルタイム通信で使用するユーザIDを取得する。
- getHttpMethod() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
HTTPMethodを取得する。
- getHttpProxyHost() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
HTTP通信時に使用するProxyのホストを取得する。
- getHttpProxyPort() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
HTTP通信時に使用するProxyのポートを取得する。
- getHttpReadTimeout() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
HTTP通信用読み取りタイムアウトを取得する。
- getHttpReceivedMessageLog(ReceivedMessage, Charset) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter
-
同期送信処理開始時に出力されるログ文字列を生成する。
- getHttpReceivedMessageLog(ReceivedMessage, Charset) - Static method in class nablarch.fw.messaging.logging.MessagingLogUtil
-
HTTP電文受信時に出力するログの内容を返す。
- getHttpSentMessageLog(SendingMessage, Charset) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter
-
同期送信処理開始時に出力されるログ文字列を生成する。
- getHttpSentMessageLog(SendingMessage, Charset) - Static method in class nablarch.fw.messaging.logging.MessagingLogUtil
-
HTTP電文送信時に出力するログの内容を返す。
- getHttpVersion() - Method in class nablarch.fw.web.HttpRequest
-
HTTPバージョン名を返す。
- getHttpVersion() - Method in class nablarch.fw.web.HttpResponse
-
HTTPバージョンを表す文字列を返す。
- getIbmExtendedChars() - Static method in class nablarch.core.util.JapaneseCharsetUtil
-
Deprecated.
全てのIBM拡張文字を取得する。
- getId(T) - Method in interface nablarch.core.cache.StaticDataLoader
-
静的データからIDを取得する。
- getId(Map<String, Map<String, Object>>) - Method in class nablarch.core.db.statement.autoproperty.FieldAndAnnotationLoader
-
静的データからIDを生成する(本メソッドは、サポートしない)。
- getId() - Method in interface nablarch.core.message.StringResource
-
文字列リソースのメッセージIDを取得する。
- getId() - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper.HttpSessionWrapper
- getIdColumns() - Method in class nablarch.common.dao.EntityMeta
-
IDカラム(主キーカラム)のリストを返す。
- getIfNotExpired(K) - Method in class nablarch.core.cache.expirable.ExpirableCacheTemplate
- getIndexNames() - Method in interface nablarch.core.cache.StaticDataLoader
-
全てのインデックス名を取得する。
- getIndexNames() - Method in class nablarch.core.db.statement.autoproperty.FieldAndAnnotationLoader
-
作成する全てのインデックス名を取得する(本メソッドは、サポートしない)。
- getInputSourcePath() - Method in exception nablarch.core.dataformat.InvalidDataFormatException
-
例外発生原因となった入出力元(ファイルなど)のパスを取得する。
- getInputStream() - Method in class nablarch.fw.web.ResourceLocator
-
リソースの内容をストリームで読み出すためのInputStream
を返す。
- getInputStream() - Method in class nablarch.fw.web.upload.PartInfo
-
アップロードファイルを開く。
入力ストリームはクライアント側でcloseする必要がある。
- getInputString() - Method in class nablarch.core.dataformat.CharacterReplacementResult
-
変換前文字列を返却する。
- getInsertMode() - Method in class nablarch.etl.config.DbToDbStepConfig
-
INSERTモードを取得する。
- getInsertSqlGenerator() - Method in enum nablarch.etl.config.DbToDbStepConfig.InsertMode
-
- getInstance(Class<T>, String[], String[]) - Static method in class nablarch.common.databind.DataBindUtil
-
Beanのインスタンスを生成する。
- getInstance() - Static method in class nablarch.common.io.FileRecordWriterHolder
-
- getInstance() - Static method in class nablarch.core.dataformat.FormatterFactory
-
FormatterFactoryクラスのインスタンスをリポジトリより取得する。
リポジトリより取得できなかった場合は、デフォルトで本クラスのインスタンスを返却する。
- getInstance() - Static method in class nablarch.core.util.FilePathSetting
-
このクラスのインスタンスをリポジトリより取得する。
リポジトリにインスタンスが存在しない場合は、デフォルトの設定で生成したこのクラスのインスタンスを返却する。
- getInstance() - Static method in class nablarch.fw.messaging.MessagingContext
-
カレントスレッドに紐づけられているメッセージングコンテキストを返す。
メッセージングコンテキストが現在のスレッド上に存在しない場合は実行時例外
を送出する。
- getInstance() - Static method in class nablarch.fw.reader.ResumePointManager
-
本クラスのインスタンスを取得する。
- getInstanceWithLineNumber(Class<T>, String[], String[], String, long) - Static method in class nablarch.common.databind.DataBindUtil
-
ファイル行数を持つBeanのインスタンスを生成する。
- getInteger(int) - Method in class nablarch.core.db.statement.ResultSetIterator
-
カレント行の指定されたカラムの値を
Integer
で取得する。
ResultSet.getInt(int)
は、カラムの値が
null
の場合は
0
を返すが、
本メソッドではカラムの値が
null
の場合は
null
を返す。
カラムの値がIntegerに変換可能な場合は、Integerに変換し返却する。
変換できない場合は、カラムの値を持つ新しいIntegerインスタンスを返却する。
- getInteger(String) - Method in class nablarch.core.db.statement.SqlRow
-
指定されたカラムの情報を
Integer
として取得する。
データベースから取得したデータがInteger型である場合、その値をそのまま返却する。
それ以外の型の場合、そのデータの文字列表現(toString()した結果)を、
Integer.valueOf(String)
を使用してInteger型に変換し返却する。
データベースから取得したデータがどのような文字列表現を返却するかは、
使用するRDBMSのJDBCドライバに依存する。
以下に例を示す。
- getInterceptor() - Method in class nablarch.fw.Interceptor.Impl
-
- getInternalRequestId() - Static method in class nablarch.core.ThreadContext
-
スレッドローカルから内部リクエストIDを取得する。
- getIntSetting(String, MessageSenderSettings.SettingType, boolean, Integer) - Method in class nablarch.fw.messaging.MessageSenderSettings
-
Integer型の設定値を取得する。
- getJdbcType() - Method in class nablarch.common.dao.ColumnMeta
-
JDBCでSQLにバインドするときの型を取得する。
- getJisSymbolChars() - Static method in class nablarch.core.util.JapaneseCharsetUtil
-
Deprecated.
JIS第1~2区の記号文字に含まれる全ての全角記号を取得する。
- getJobBatchStatus() - Method in class nablarch.fw.batch.ee.listener.NablarchListenerContext
-
JOBのバッチステータスを取得する。
- getJobContext() - Method in class nablarch.fw.batch.ee.listener.NablarchListenerContext
-
JobContext
を返す。
- getJobName() - Method in class nablarch.fw.batch.ee.listener.NablarchListenerContext
-
ジョブ名を取得する。
- getKeepingLanguage(HttpRequest, ServletExecutionContext) - Method in class nablarch.common.web.handler.threadcontext.LanguageAttributeInHttpCookie
-
- getKeepingLanguage(HttpRequest, ServletExecutionContext) - Method in class nablarch.common.web.handler.threadcontext.LanguageAttributeInHttpSession
-
- getKeepingLanguage(HttpRequest, ServletExecutionContext) - Method in class nablarch.common.web.handler.threadcontext.LanguageAttributeInHttpSupport
-
保持している言語を取得する。
- getKeepingTimeZone(HttpRequest, ServletExecutionContext) - Method in class nablarch.common.web.handler.threadcontext.TimeZoneAttributeInHttpCookie
-
- getKeepingTimeZone(HttpRequest, ServletExecutionContext) - Method in class nablarch.common.web.handler.threadcontext.TimeZoneAttributeInHttpSession
-
- getKeepingTimeZone(HttpRequest, ServletExecutionContext) - Method in class nablarch.common.web.handler.threadcontext.TimeZoneAttributeInHttpSupport
-
保持しているタイムゾーンを取得する。
- getKey() - Method in interface nablarch.common.handler.threadcontext.ThreadContextAttribute
-
スレッドコンテキストに格納する際に使用するプロパティのキー名を返す。
- getKey() - Method in class nablarch.common.web.session.SessionEntry
-
セッションへの登録キーを取得する。
- getKey() - Method in enum nablarch.etl.BasePath
-
ベースパスのキーを取得する。
- getKeys() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
オブジェクトにマッピングする際に使用するキーのリストを取得する。
- getKeys() - Method in class nablarch.common.web.compositekey.CompositeKey
-
全てのキーを取得する。
- getLang() - Method in class nablarch.common.mail.TemplateMailContext
-
言語を取得する。
- getLanguage() - Static method in class nablarch.core.ThreadContext
-
スレッドローカルから言語を取得する。
- getLastPageNumber() - Method in class nablarch.core.db.support.ListSearchInfo
-
最終ページの番号を取得する。
- getLastRecordNumber() - Method in class nablarch.fw.ExecutionContext
-
データリーダが、現時点で物理的に読み込んでいるレコードのレコード番号を返却する。
本メソッドは、
FileDataReader
を使用してファイルを読み込んでいる場合にのみ値を返却する。
FileDataReader以外を使用している場合は0を返す。
- getLevel() - Method in class nablarch.core.log.basic.LogContext
-
- getLevel() - Method in class nablarch.core.message.Message
-
メッセージの通知レベルを取得する。
- getLevel1Kanji() - Static method in class nablarch.core.util.JapaneseCharsetUtil
-
Deprecated.
JIS第1水準に含まれる全ての漢字を取得する。
- getLevel2Kanji() - Static method in class nablarch.core.util.JapaneseCharsetUtil
-
Deprecated.
JIS第2水準に含まれる全ての漢字を取得する。
- getLimit() - Method in class nablarch.core.db.statement.SelectOption
-
検索処理の取得するレコード数を返す。
- getLineNumber() - Method in exception nablarch.common.databind.InvalidDataFormatException
-
エラー発生レコード番号を取得する。
- getLineNumber() - Method in class nablarch.etl.WorkItem
-
行数を取得する。
- getLineSeparator() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
行区切り文字を取得する。
- getLineSeparator() - Method in class nablarch.fw.messaging.realtime.http.streamio.AbstractCharHttpStreamWritter
-
行の区切りを取得する。
- getLocale(HttpRequest, ServletExecutionContext) - Method in class nablarch.common.web.handler.threadcontext.LanguageAttributeInHttpSupport
-
スレッドコンテキストに保持する言語属性を返す。
- getLocation() - Method in class nablarch.fw.web.HttpResponse
-
Locationの値を取得する。
このメソッドの処理は以下のソースコードと等価である。
- getLoggerName() - Method in class nablarch.core.log.basic.LogContext
-
ロガー設定の名称を取得する。
- getLogItems() - Method in class nablarch.core.db.statement.SqlLogFormatter
-
フォーマット対象のログ出力項目を取得する。
- getLogItems(Map<String, String>) - Method in class nablarch.core.log.app.FailureLogFormatter
-
フォーマット対象のログ出力項目を取得する。
デフォルトで下記のプレースホルダを設定したログ出力項目を返す。
- getLogItems(DateFormat) - Method in class nablarch.core.log.app.PerformanceLogFormatter
-
フォーマット対象のログ出力項目を取得する。
- getLogItems(ObjectSettings) - Method in class nablarch.core.log.basic.BasicLogFormatter
-
フォーマット対象のログ出力項目を取得する。
- getLogItems() - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter
-
フォーマット対象のログ出力項目を取得する。
- getLogItems(Map<String, String>) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter
-
フォーマット対象のログ出力項目を取得する。
- getLogLevelLabelProvider(ObjectSettings) - Method in class nablarch.core.log.basic.BasicLogFormatter
-
LogLevelLabelProviderを取得する。
- getLogSettings() - Method in class nablarch.core.log.basic.ObjectSettings
-
ログ出力の設定を取得する。
- getLong(int) - Method in class nablarch.core.db.statement.ResultSetIterator
-
カレント行の指定されたカラムの値を
Long
で取得する。
ResultSet.getLong(int)
は、カラムの値が
null
の場合は
0
を返すが、
本メソッドではカラムの値が
null
の場合は
null
を返す。
カラムの値がLongに変換可能な場合は、Longに変換し返却する。
変換できない場合は、カラムの値を持つ新しいLongインスタンスを返却する。
- getLong(String) - Method in class nablarch.core.db.statement.SqlRow
-
指定されたカラムの情報を
Long
として取得する。
データベースから取得したデータがLong型である場合、その値をそのまま返却する。
それ以外の型の場合、そのデータの文字列表現(toString()した結果)を、
Long.valueOf(String)
を使用してLong型に変換し返却する。
データベースから取得したデータがどのような文字列表現を返却するかは、
使用するRDBMSのJDBCドライバに依存する。
- getLongSetting(String, MessageSenderSettings.SettingType, boolean, Long) - Method in class nablarch.fw.messaging.MessageSenderSettings
-
Long型の設定値を取得する。
- getMailBody() - Method in class nablarch.common.mail.FreeTextMailContext
-
本文を取得する。
- getMailBody() - Method in class nablarch.common.mail.MailContext
-
本文を取得する。
- getMailRequest(SqlRow) - Method in class nablarch.common.mail.MailRequestTable
-
SQLの取得結果の1レコードをMailRequestTable.MailRequestに変換する。
- getMailRequestCountMessageId() - Method in class nablarch.common.mail.MailConfig
-
メール送信要求件数出力時のメッセージIDを取得する。
- getMailRequester() - Static method in class nablarch.common.mail.MailUtil
-
- getMailRequestSbnId() - Method in class nablarch.common.mail.MailConfig
-
メール送信要求IDの採番対象識別IDを取得する。
- getMailSendPatternId() - Method in class nablarch.common.mail.MailContext
-
メール送信パターンIDを取得する。
- getMaskingChar(Map<String, String>) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter
-
マスク文字を取得する。
- getMaskingPatterns(Map<String, String>) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter
-
マスク対象のパラメータ名を取得する。
プロパティの指定がない場合はデフォルト値を返す。
- getMax() - Method in class nablarch.core.db.support.ListSearchInfo
-
1ページあたりの最大取得件数を取得する。
- getMaxAge() - Method in class nablarch.fw.web.HttpCookie
-
このクッキーの最長の存続期間(秒)を返す。(未設定の場合はnull)
- getMaxArraySize() - Method in class nablarch.core.dataformat.FieldDefinition
-
フィールドの最大配列要素数を返却する。
- getMaxAttachedFileSize() - Method in class nablarch.common.mail.MailRequestConfig
-
最大添付ファイルサイズを取得する。
- getMaxFileSize() - Method in exception nablarch.common.mail.AttachedFileSizeOverException
-
ファイルサイズ上限値を取得する。
- getMaxLineNumber(DbToDbStepConfig) - Method in class nablarch.etl.RangeUpdateHelper
-
入力元テーブルのLINE_NUMBERカラムの最大値を取得する。
- getMaxMemory() - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
-
最大メモリ量(開始時)を取得する。
- getMaxRecipientCount() - Method in class nablarch.common.mail.MailRequestConfig
-
最大宛先数を取得する。
- getMaxRecipientCount() - Method in exception nablarch.common.mail.RecipientCountException
-
宛先数上限値を取得する。
- getMaxResultCount() - Method in class nablarch.core.db.support.ListSearchInfo
-
検索結果の最大件数(上限)を取得する。
- getMaxResultCount() - Method in exception nablarch.core.db.support.TooManyResultException
-
検索結果の最大件数(上限)を取得する。
- getMergeOnColumns() - Method in class nablarch.etl.config.DbToDbStepConfig
-
MERGEのON句に指定するカラム名を取得する。
- getMessage() - Method in exception nablarch.core.dataformat.InvalidDataFormatException
-
エラーメッセージを返却する。
エラーメッセージには、以下のうち設定されている項目のみが含まれる。
例外発生原因となった入出力元(ファイルなど)のパス
エラーが発生したフィールド名
エラーが発生したレコード番号
使用していたフォーマットファイルのパス
- getMessage() - Method in exception nablarch.core.dataformat.SyntaxErrorException
-
- getMessage() - Method in class nablarch.core.log.app.FailureLogFormatter.FailureLogContext
-
メッセージを取得する。
- getMessage(String, Object[], Throwable) - Method in class nablarch.core.log.app.FailureLogFormatter
-
障害コードからメッセージを取得する。
- getMessage() - Method in class nablarch.core.log.basic.LogContext
-
メッセージを取得する。
- getMessage() - Method in exception nablarch.core.message.ApplicationException
-
- getMessage(String) - Method in class nablarch.core.validation.ValidationContext
-
メッセージIDに対応するメッセージを取得する。
- getMessage() - Method in exception nablarch.fw.messaging.ErrorResponseMessage
-
- getMessage() - Method in exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingException
-
メッセージには以下の内容が含まれる。
※インスタンス生成時に設定した項目のみ出力される。
エラーメッセージ
例外発生時の接続先
HTTPステータスコード
- getMessage() - Method in interface nablarch.fw.Result
-
処理結果に関する詳細情報を返す。
- getMessage() - Method in exception nablarch.fw.results.ServiceError
-
処理結果に関する詳細情報を返す。
- getMessage() - Method in class nablarch.fw.web.HttpResponse
-
処理結果に対する詳細情報を返す。
返される詳細情報は以下の通りである。
- getMessageConvertor() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
- getMessageId() - Method in class nablarch.core.message.Message
-
文字列リソースのメッセージIDを取得する。
- getMessageId() - Method in interface nablarch.core.validation.validator.unicode.CharsetDef
-
文字種チェックでエラーが発生した際にデフォルトで使用するメッセージIDを取得する。
- getMessageId() - Method in class nablarch.core.validation.validator.unicode.CharsetDefSupport
-
文字種チェックでエラーが発生した際にデフォルトで使用するメッセージIDを取得する。
- getMessageId() - Method in class nablarch.fw.messaging.InterSystemMessage
-
この電文に割り当てられた識別子(メッセージID)を返す。
メッセージIDは電文送信時にMOMによって自動的に割り振られるため、
書式や一意性の範囲は製品依存となる。
また、送信前の電文にはnullが設定されている。
- getMessageId() - Method in exception nablarch.fw.results.ServiceError
-
メッセージIDを返す。
- getMessageIdFromAnnotation(A) - Method in class nablarch.core.validation.validator.CharacterLimitationValidator
-
アノテーションからメッセージIDを取得する。
- getMessageParams() - Method in exception nablarch.fw.results.ServiceError
-
メッセージパラメータを返す。
- getMessages() - Method in exception nablarch.core.message.ApplicationException
-
処理結果メッセージのリストを取得する。
- getMessages() - Method in class nablarch.core.validation.ValidationContext
-
バリデーション結果メッセージのリストを取得する。
- getMessageSenderClient() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
MessageSenderから呼び出される基本APIを実装したインターフェースを取得する。
- getMessagingProvider() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
- getMetaData() - Method in class nablarch.core.db.statement.ResultSetIterator
-
ResultSetMetaData
を取得する。
- getMetaData() - Method in interface nablarch.core.db.statement.SqlPStatement
-
PreparedStatement.getMetaData()
のラッパー。
- getMethod() - Method in class nablarch.fw.web.HttpRequest
-
HTTPリクエストメソッド名を返す。
- getMethodBoundTo(DataRecord, ExecutionContext) - Method in class nablarch.fw.handler.RecordTypeBinding
-
入力データおよび実行コンテキストの内容に応じて、委譲対象のメソッドを決定する。
- getMethodName() - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
-
メソッド名を取得する。
- getMimeType() - Method in class nablarch.core.dataformat.DataRecordFormatterSupport
-
このフォーマッタが取り扱うファイルのmime-typeを返却する。
デフォルトではtext/plainを返却する。必要に応じサブクラスでオーバーライドすること。
- getMinArraySize() - Method in class nablarch.core.dataformat.FieldDefinition
-
フィールドの最小配列要素数を返却する。
- getMode() - Method in class nablarch.etl.config.ValidationStepConfig
-
処理の継続モードを取得する。
- getMonthEndDate(String) - Static method in class nablarch.common.date.DateUtil
-
Deprecated.
- getMonthEndDate(String) - Static method in class nablarch.core.util.DateUtil
-
指定された日付(yyyyMMdd or yyyyMM形式)の月末日を取得する。
- getMonths(String, String) - Static method in class nablarch.common.date.DateUtil
-
Deprecated.
- getMonths(String, String) - Static method in class nablarch.core.util.DateUtil
-
指定された日付(yyyyMMdd or yyyyMM形式)間の月数を取得する。
例)
DateUtil.getMonths("201102", "201103"); //--> 1
- getMoreResults() - Method in interface nablarch.core.db.statement.SqlPStatement
-
Statement.getMoreResults()
のラッパー。
- getMoreResults(int) - Method in interface nablarch.core.db.statement.SqlPStatement
-
Statement.getMoreResults()
のラッパー。
- getMultipart() - Method in class nablarch.fw.web.HttpRequest
-
本HTTPリクエストの全マルチパートを取得する。
戻り値のMapの構造を以下に示す。
キー
名称(inputタグのname属性)
値
キーのname属性でアップロードされたマルチパート
- getName(String, String) - Method in interface nablarch.common.code.CodeManager
-
- getName(String, String, Locale) - Method in interface nablarch.common.code.CodeManager
-
コードID、コード値、取得対象の言語を条件に、対応するコード名称を取得する。
- getName(String, String) - Static method in class nablarch.common.code.CodeUtil
-
- getName(String, String, Locale) - Static method in class nablarch.common.code.CodeUtil
-
コード値、言語に対応するコード名称を取得する。
- getName() - Method in class nablarch.common.dao.ColumnMeta
-
データベースのカラム名を取得する。
- getName() - Method in class nablarch.common.web.session.SessionStore
-
セッションストア名を取得する。
- getName() - Method in class nablarch.core.dataformat.DataRecordFormatterSupport.Directive
-
ディレクティブの名前を取得する。
- getName() - Method in class nablarch.core.dataformat.FieldDefinition
-
フィールド名称を返却する。
- getName() - Method in class nablarch.core.log.basic.LogWriterSupport
-
- getName() - Method in class nablarch.core.log.basic.ObjectSettings
-
プロパティファイル内で指定されるオブジェクトの名称を取得する。
- getName() - Method in interface nablarch.fw.web.handler.secure.SecureResponseHeader
-
レスポンスヘッダの名前を返す。
- getNameList() - Method in interface nablarch.core.db.statement.SqlParameterParser
-
名前付きバインド変数のListを取得する。
- getNativeHttpSession(boolean) - Method in class nablarch.fw.web.servlet.ServletExecutionContext
-
サーブレットコンテナが提供するHttpSession
を取得する。
明示的にHttpSession
を使用したい場合は、本メソッドから取得する。
- getNecExtendedChars() - Static method in class nablarch.core.util.JapaneseCharsetUtil
-
Deprecated.
全てのNEC選定IBM拡張文字を取得する。
- getNecSymbolChars() - Static method in class nablarch.core.util.JapaneseCharsetUtil
-
Deprecated.
JIS第13区のNEC 特殊文字を取得する。
- getNextPageNumber() - Method in class nablarch.core.db.support.ListSearchInfo
-
次のページ番号を取得する。
- getNotificationFormat(Map<String, String>) - Method in class nablarch.core.log.app.FailureLogFormatter
-
障害通知ログのフォーマットを取得する。
- getNowDate() - Method in class nablarch.core.cache.expirable.ExpirableCacheTemplate
-
現在日時を取得する。
- getNumbersOnlyFormat(String) - Static method in class nablarch.common.date.DateUtil
-
Deprecated.
- getNumbersOnlyFormat(String) - Static method in class nablarch.core.util.DateUtil
-
フォーマット文字列から年月日の区切り文字を取り除いた値を返す。
- getObject(int) - Method in class nablarch.core.db.statement.ResultSetIterator
-
カレント行の指定されたカラムの値をObject
で取得する。
- getObject(String) - Static method in class nablarch.core.repository.SystemRepository
-
コンポーネント名を指定して、リポジトリに登録されたコンポーネントを取得する。
- getObject(String) - Static method in class nablarch.core.ThreadContext
-
スレッドコンテキストからオブジェクトを取得する。
- getOffset() - Method in class nablarch.core.db.statement.SelectOption
-
検索処理の取得開始レコード番号(0から開始)を返す。
- getOptionalName(String, String, String) - Method in interface nablarch.common.code.CodeManager
-
コードID、コード値、取得するオプション名称のカラム名を条件に、
対応するコードのオプション名称を取得する。
取得対象言語は、
ThreadContext
でデフォルトとして指定された言語とする。
ThreadContext
からデフォルト言語を取得できなかった場合、
デフォルトロケールから言語を取得する。
- getOptionalName(String, String, String, Locale) - Method in interface nablarch.common.code.CodeManager
-
コードID、コード値、取得するオプション名称のカラム名、言語を条件に、
対応するコードのオプション名称を取得する。
取得対象言語は、
ThreadContext
でデフォルトとして指定された言語とする。
ThreadContext
からデフォルト言語を取得できなかった場合、
デフォルトロケールから言語を取得する。
- getOptionalName(String, String, String) - Static method in class nablarch.common.code.CodeUtil
-
- getOptionalName(String, String, String, Locale) - Static method in class nablarch.common.code.CodeUtil
-
コード値、言語に対応するコードのオプション名称を取得する。
対象の言語は引数の言語によって決定される。
- getOptions() - Method in class nablarch.core.log.basic.LogContext
-
オプション情報を取得する。
- getOriginalHandler() - Method in class nablarch.fw.Interceptor.Impl
-
インターセプト対象のリクエストハンドラを取得する。
- getOsName() - Method in class nablarch.fw.web.useragent.UserAgent
-
OS名称を取得する。
- getOsType() - Method in class nablarch.fw.web.useragent.UserAgent
-
OSタイプを取得する。
- getOsVersion() - Method in class nablarch.fw.web.useragent.UserAgent
-
OSバージョンを取得する。
- getPaddingBytes() - Method in class nablarch.core.dataformat.convertor.datatype.ByteStreamDataString
-
パディングに使用する文字のバイト配列を返却する。
- getPaddingCharLength() - Method in class nablarch.core.dataformat.convertor.datatype.ByteStreamDataString
-
パディング/トリム文字として許容するバイト長を返却する。
本メソッドをオーバーライドすることで、パディング/トリム文字として許容するバイト長を変更できる。
- getPaddingCharLength() - Method in class nablarch.core.dataformat.convertor.datatype.DoubleByteCharacterString
-
パディング/トリム文字として許容するバイト長を返却する。
本メソッドをオーバーライドすることで、パディング/トリム文字として許容するバイト長を変更できる。
- getPaddingStr() - Method in class nablarch.core.dataformat.convertor.datatype.ByteStreamDataString
-
パディング/トリム処理で使用する文字列を返却する。
パディング/トリム文字列が指定されていない場合、デフォルトで半角スペースを使用する。
- getPaddingValue() - Method in class nablarch.core.dataformat.FieldDefinition
-
フィールドのパディング/トリムに使用する値を返却する。
- getPageCount() - Method in class nablarch.core.db.support.ListSearchInfo
-
総ページ数を取得する。
- getPageNumber() - Method in class nablarch.core.db.support.ListSearchInfo
-
取得対象のページ番号を取得する。
- getPagination() - Method in class nablarch.common.dao.EntityList
-
ページングのための情報を取得する。
- getParam(String, String, TData, ExecutionContext) - Method in class nablarch.fw.handler.RewriteRule
-
変数の値を返す。
この実装では、以下の変数種別に対応する。
- getParam(String) - Method in class nablarch.fw.launcher.CommandLine
-
リクエストパラメータを取得する。
- getParam(String) - Method in class nablarch.fw.messaging.InterSystemMessage
-
電文のデータ部の末尾レコードの中から指定されたフィールドの値を取得して返す。
主にシングルレコード形式の電文で使用することを想定している。
レコードが存在しない場合、もしくは、レコードに指定された項目が存在しない
場合はnullを返す。
。
- getParam(String) - Method in interface nablarch.fw.Request
-
リクエストパラメータを取得する。
- getParam(String, String, HttpResponse, ExecutionContext) - Method in class nablarch.fw.web.handler.ContentPathRewriteRule
-
- getParam(String, String, HttpRequest, ExecutionContext) - Method in class nablarch.fw.web.handler.HttpRequestRewriteRule
-
- getParameterizedSqlPStatement(String, Connection, DbExecutionContext) - Method in interface nablarch.core.db.statement.StatementFactory
-
- getParameterizedSqlPStatement(String, Connection, DbExecutionContext, SelectOption) - Method in interface nablarch.core.db.statement.StatementFactory
-
- getParameterizedSqlPStatementBySqlId(String, Connection, DbExecutionContext) - Method in interface nablarch.core.db.statement.StatementFactory
-
- getParameterizedSqlPStatementBySqlId(String, String, Connection, DbExecutionContext) - Method in interface nablarch.core.db.statement.StatementFactory
-
- getParameterizedSqlPStatementBySqlId(String, String, Connection, DbExecutionContext, SelectOption) - Method in interface nablarch.core.db.statement.StatementFactory
-
- getParameterizedSqlStatement(String) - Method in class nablarch.core.db.support.DbAccessSupport
-
- getParameterizedSqlStatement(String, Object) - Method in class nablarch.core.db.support.DbAccessSupport
-
- getParameters(String) - Method in class nablarch.core.validation.ValidationContext
-
プロパティ名に対応するプレフィクス付き文字列の配列を取得する。
- getParamMap() - Method in interface nablarch.core.validation.Validatable
-
バリデーションを行うパラメータのMapを返す。
- getParamMap() - Method in class nablarch.fw.launcher.CommandLine
-
リクエストパラメータのMapを取得する。
- getParamMap() - Method in class nablarch.fw.messaging.InterSystemMessage
-
電文のデータ部の末尾レコードを返す。
主にシングルレコード形式の電文で使用することを想定している。
レコードが存在しない場合はnullを返す。
- getParamMap() - Method in interface nablarch.fw.Request
-
リクエストパラメータのMapを取得する。
- getParsedDate(String, String) - Static method in class nablarch.common.date.DateUtil
-
Deprecated.
- getParsedDate(String, String, Locale) - Static method in class nablarch.common.date.DateUtil
-
Deprecated.
- getParsedDate(String, String) - Static method in class nablarch.core.util.DateUtil
-
- getParsedDate(String, String, Locale) - Static method in class nablarch.core.util.DateUtil
-
dateをformat形式でパースした結果のDate
インスタンスを返却する。
dateがformat形式ではない場合、または実在しない日付である場合、null
を返却する。
例)
- getPart(String) - Method in class nablarch.fw.web.HttpRequest
-
マルチパートの一部を取得する。
引数で指定した名称に合致するパートが存在しない場合、空のリストが返却される。
- getPath() - Method in class nablarch.fw.web.HttpCookie
-
このクッキーが送信されるURIのパス階層を返す。
- getPath() - Method in class nablarch.fw.web.ResourceLocator
-
パス文字列を返す。
パスにクエリーパラメータやフラグメントがある場合、
これらを含んだ値をパスとして返す。
- getPathForLanguage(String, HttpServletRequest) - Method in class nablarch.fw.web.i18n.ResourcePathRule
-
言語対応のリソースパスを取得する。
- getPathToRewrite(TData) - Method in class nablarch.fw.handler.RewriteRule
-
書き換え対象のパスを取得する。
- getPathToRewrite(HttpResponse) - Method in class nablarch.fw.web.handler.ContentPathRewriteRule
-
- getPathToRewrite(HttpRequest) - Method in class nablarch.fw.web.handler.HttpRequestRewriteRule
-
- getPermission(String) - Method in interface nablarch.common.permission.PermissionFactory
-
- getPermission() - Static method in class nablarch.common.permission.PermissionUtil
-
- getPingSql() - Method in class nablarch.core.db.dialect.DB2Dialect
-
- getPingSql() - Method in class nablarch.core.db.dialect.DefaultDialect
-
ping用のSQL文を返す。
データベースへの死活チェックを行うための、ping用SQL文を生成する。
- getPingSql() - Method in interface nablarch.core.db.dialect.Dialect
-
ping用のSQL文を返す。
データベースへの死活チェックを行うための、ping用SQL文を生成する。
- getPingSql() - Method in class nablarch.core.db.dialect.OracleDialect
-
- getPingSql() - Method in class nablarch.core.db.dialect.PostgreSQLDialect
-
- getPingSql() - Method in class nablarch.core.db.dialect.SqlServerDialect
-
- getPoint() - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
-
測定対象を識別するIDを取得する。
- getPosition() - Method in class nablarch.core.dataformat.FieldDefinition
-
このフィールドの開始位置を返却する。
- getPrevPageNumber() - Method in class nablarch.core.db.support.ListSearchInfo
-
前のページ番号を取得する。
- getPrimaryKeyColumnNames() - Method in class nablarch.common.exclusivecontrol.ExclusiveControlContext
-
主キーのカラム名を取得する。
- getPrimaryKeyCondition() - Method in class nablarch.common.exclusivecontrol.Version
-
主キーの条件を取得する。
- getPrimaryKeys(String) - Method in class nablarch.common.dao.DatabaseMetaDataExtractor
-
主キー情報をDatabaseMetaData
から取得する。
- getProcessedHandlers(ExecutionContext) - Method in class nablarch.fw.invoker.PipelineInvoker
-
処理済ハンドラのSetを取得する。
- getProcessLifecycle() - Method in class nablarch.fw.launcher.GenericLauncher
-
- getProp(String) - Method in class nablarch.core.log.basic.ObjectSettings
-
必須でないプロパティを取得する。
- getProp(Map<String, String>, String, String) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter
-
プロパティを取得する。
プロパティの指定がない場合はデフォルト値を返す。
- getProperties() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
プロパティ名リストを取得する。
- getProperty(Object, String) - Static method in class nablarch.core.beans.BeanUtil
-
指定したオブジェクトから、特定のプロパティの値を取得する。
propertyName
には、
bean
のトップレベル要素のみ指定可能である。
- getProperty(Object, String, Class<?>) - Static method in class nablarch.core.beans.BeanUtil
-
指定したオブジェクトのプロパティの値を、指定した型に変換して取得する。
- getProperty(Object, String) - Static method in class nablarch.core.util.ObjectUtil
-
オブジェクトからプロパティの値を取得する。
- getPropertyDescriptor(Class<?>, String) - Static method in class nablarch.core.beans.BeanUtil
-
指定したクラスから、特定のプロパティのPropertyDescriptor
を取得する。
- getPropertyDescriptors(Class<?>) - Static method in class nablarch.core.beans.BeanUtil
-
指定したクラスに属する全てのプロパティの PropertyDescriptor
を取得する。
ただし、classプロパティは取得対象外となる。
- getPropertyIfExists(Object, String) - Static method in class nablarch.core.util.ObjectUtil
-
オブジェクトに、指定したプロパティが存在する場合に値を取得する。
プロパティが存在しなかった場合はnull
を返す。
- getPropertyName() - Method in class nablarch.common.dao.ColumnMeta
-
Entityクラスのプロパティ名を取得する。
- getPropertyName() - Method in class nablarch.core.validation.ValidationResultMessage
-
バリデーション対象のプロパティ名を取得する。
- getPropertyNameFromGetter(Method) - Static method in class nablarch.core.util.ObjectUtil
-
- getPropertyNameFromSetter(Method) - Static method in class nablarch.core.util.ObjectUtil
-
setterメソッドからプロパティ名を取得する。
- getPropertyType() - Method in class nablarch.common.dao.ColumnMeta
-
Entityクラスのプロパティ型を取得する。
- getPropertyType(Class<?>, String) - Static method in class nablarch.core.util.ObjectUtil
-
プロパティの型を取得する。
setterが定義されているプロパティのみ取得可能である。
該当するプロパティが見つからない場合は
null
を返す。
- getProps(Map<String, String>, String, String) - Method in class nablarch.core.log.app.FailureLogFormatter
-
プロパティを取得する。
- getProps() - Method in class nablarch.core.log.LogSettings
-
全てのプロパティを取得する。
- getQueryStringEncoding() - Method in class nablarch.fw.messaging.realtime.http.client.HttpMessagingClient
-
クエリストリングをエンコードする際に使用する文字コードを取得する。
- getQueryTimeout() - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
-
タイムアウト時間を取得する。
- getQueueName() - Method in class nablarch.fw.messaging.action.AsyncMessageSendAction
-
送信キュー名を取得する。
- getQuote() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
フィールド囲み文字を取得する。
- getQuotedColumnNames() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
- getQuoteMode() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
フィールド囲み文字で囲むフィールドを取得する。
- getReadCount() - Method in class nablarch.fw.batch.ee.listener.NablarchListenerContext
-
chunk実行時のREAD_COUNTを取得する。
- getReader() - Method in class nablarch.fw.web.ResourceLocator
-
リソースの内容を読み出すためのReader
を返す。
- getReadObject() - Method in class nablarch.fw.messaging.realtime.http.dto.HttpResult
-
受信内容を返却する。
- getRealPath() - Method in class nablarch.fw.web.ResourceLocator
-
リソースのファイルシステム上での絶対パスを返す。
- getReasonPhrase() - Method in class nablarch.fw.web.HttpResponse
-
HTTPレスポンスのステータスフレーズを返す。
- getReceiveData() - Method in exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingInvalidDataFormatException
-
フォーマット変換しようとした受信データを取得する。
本例外をキャッチ後、変換前の受信データが必要であれば、本メソッドを用いて取り出す。
- getReceivedDataFormatter() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
受信電文データのフォーマッタを取得する。
- getReceivedMessage() - Method in exception nablarch.fw.messaging.MessageReadError
-
受信電文オブジェクトを取得する。
- getReceivedMessageLog(ReceivedMessage) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter
-
同期送信処理開始時に出力されるログ文字列を生成する。
- getReceivedMessageLog(ReceivedMessage) - Static method in class nablarch.fw.messaging.logging.MessagingLogUtil
-
電文受信時に出力するログの内容を返す。
- getRecipientTypeBCC() - Method in class nablarch.common.mail.MailConfig
-
メール送信区分(BCC)のコード値を取得する。
- getRecipientTypeCC() - Method in class nablarch.common.mail.MailConfig
-
メール送信区分(CC)のコード値を取得する。
- getRecipientTypeTO() - Method in class nablarch.common.mail.MailConfig
-
メール送信区分(TO)のコード値を取得する。
- getRecordClassifier() - Method in class nablarch.core.dataformat.LayoutDefinition
-
レコードタイプを識別するフィールドを読み込むためのフォーマット定義を取得する。
- getRecordName() - Method in interface nablarch.common.databind.fixedlength.MultiLayoutConfig.RecordName
-
レコード名を取得する。
- getRecordNumber() - Method in class nablarch.core.dataformat.DataRecord
-
本レコードのレコード番号を取得する。
- getRecordNumber() - Method in interface nablarch.core.dataformat.DataRecordFormatter
-
読み込みまたは書き込み中のレコードのレコード番号を返却する。
- getRecordNumber() - Method in class nablarch.core.dataformat.DataRecordFormatterSupport
-
読み込みまたは書き込み中のレコードのレコード番号を取得する。
- getRecordNumber() - Method in class nablarch.core.dataformat.FileRecordReader
-
読み込み中のレコードのレコード番号を返却する。
- getRecordNumber() - Method in exception nablarch.core.dataformat.InvalidDataFormatException
-
エラーが発生したレコード番号を取得する。
- getRecordOf(String) - Method in class nablarch.fw.messaging.InterSystemMessage
-
指定された種別のレコードを返す。
複数存在する場合は、その先頭のレコードを返す。
存在しない場合はnullを返す。
- getRecords() - Method in class nablarch.core.dataformat.LayoutDefinition
-
レコードタイプの定義のリストを返却する。
- getRecords() - Method in class nablarch.fw.messaging.InterSystemMessage
-
メッセージボディに含まれる全レコードを返す。
- getRecordSeparator(Map<String, Object>) - Static method in class nablarch.core.dataformat.DataRecordFormatterSupport.Directive
-
レコード終端文字列を取得する
- getRecordSeparator() - Method in class nablarch.core.dataformat.DataRecordFormatterSupport
-
レコード終端文字列を取得する。
- getRecordsOf(String) - Method in class nablarch.fw.messaging.InterSystemMessage
-
メッセージボディに含まれる指定された種別の全レコードを返す。
該当するレコードが存在しない場合は空のリストを返す。
- getRecordType() - Method in class nablarch.core.dataformat.DataRecord
-
本レコードのレコードタイプを返却する。
- getRecordType(String) - Method in class nablarch.core.dataformat.LayoutDefinition
-
レコードタイプ名に紐付くレコードタイプの定義を返却する。
- getRemainingCount() - Method in class nablarch.fw.batch.progress.Progress
-
残り件数を返す。
- getReplaceKeyValue() - Method in class nablarch.common.mail.TemplateMailContext
-
- getReplyTo() - Method in class nablarch.common.mail.MailContext
-
返信先メールアドレスを取得する。
- getReplyTo() - Method in class nablarch.fw.messaging.InterSystemMessage
-
応答宛先キューの論理名を返す。
- getReplyTo() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
受信キュー名(論理名)を取得する。
- getRequestContentsType(HttpProtocolClient.HttpRequestMethodEnum, SimpleDataConvertResult) - Method in class nablarch.fw.messaging.realtime.http.client.HttpMessagingClient
-
送信時に設定するコンテンツタイプを取得する。
- getRequestData() - Method in exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingInvalidDataFormatException
-
フォーマット変換しようとした送信データを取得する。
- getRequestId(String) - Method in interface nablarch.common.util.RequestIdExtractor
-
リクエストパスからリクエストIDに相当する部分を抜き出す。
- getRequestId() - Method in class nablarch.core.log.basic.LogContext
-
LogContext作成時点のリクエストIDを取得する。
- getRequestId() - Static method in class nablarch.core.ThreadContext
-
スレッドローカルからリクエストIDを取得する。
- getRequestId() - Method in class nablarch.fw.messaging.FwHeader
-
リクエストIDヘッダの値を返す。
- getRequestId() - Method in class nablarch.fw.messaging.SyncMessage
-
要求電文のリクエストIDを取得する。
- getRequestIds() - Method in interface nablarch.common.permission.Permission
-
ユーザに許可されたリクエストIDを取得する。
- getRequestMessageFormatFileNamePattern() - Method in class nablarch.fw.messaging.realtime.http.client.HttpMessagingClient
-
要求電文のフォーマット定義ファイル名のパターンを取得する。
- getRequestPath() - Method in class nablarch.fw.launcher.CommandLine
-
リクエストパスを取得する。
- getRequestPath() - Method in class nablarch.fw.messaging.RequestMessage
-
リクエストパスを取得する。
- getRequestPath() - Method in interface nablarch.fw.Request
-
リクエストパスを取得する。
- getRequestPath() - Method in class nablarch.fw.web.HttpRequest
-
HTTPリクエストURIのパス部分(クエリストリングを除いた部分)を返す。
- getRequestScopedVar(String) - Method in class nablarch.fw.ExecutionContext
-
リクエストスコープ上の変数の値を取得する。
- getRequestScopeMap() - Method in class nablarch.fw.ExecutionContext
-
リクエストスコープ上の変数を格納したMapオブジェクトへの参照を返す。
このMapへの変更はリクエストスコープに直接反映される。
- getRequestUri() - Method in class nablarch.fw.web.HttpRequest
-
HTTPリクエストURIを返す。
- getRequiredProp(String) - Method in class nablarch.core.log.basic.ObjectSettings
-
必須プロパティを取得する。
- getRequiredProp(String) - Method in class nablarch.core.log.LogSettings
-
必須プロパティを取得する。
- getResource(String) - Static method in class nablarch.core.util.FileUtil
-
リソースを取得する。
ファイルパスまたはクラスパス上のリソースを取得する。
引数に指定するURLのフォーマットは下記の通り。
- getResourceName() - Method in class nablarch.fw.web.ResourceLocator
-
リソース名を返す。
- getResourceURL(String) - Static method in class nablarch.core.util.FileUtil
-
URLを取得する。
ファイルパスまたはクラスパス上のURLを取得する。
引数に指定するURLのフォーマットは下記の通り。
- getResponse() - Method in exception nablarch.fw.messaging.ErrorResponseMessage
-
エラー応答電文オブジェクトを返す。
- getResponse() - Method in exception nablarch.fw.web.HttpErrorResponse
-
レスポンス情報を取得する。
- getResponseCode() - Method in class nablarch.fw.messaging.realtime.http.dto.HttpResult
-
レスポンスコードを取得する。
- getResponseMessageFormatFileNamePattern() - Method in class nablarch.fw.messaging.realtime.http.client.HttpMessagingClient
-
応答電文のデータフォーマット定義ファイル名パターンを取得する。
- getResult(String) - Static method in class nablarch.core.dataformat.CharacterReplacementUtil
-
カレントスレッド上で行われたフィールドに対する置き換え結果を取得する。
- getResult() - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
-
処理結果を取得する。
- getResultCount() - Method in class nablarch.core.db.support.ListSearchInfo
-
検索結果の総件数を取得する。
- getResultCount() - Method in exception nablarch.core.db.support.TooManyResultException
-
検索結果件数を取得する。
- getResults() - Method in class nablarch.fw.Result.MultiStatus
-
処理結果のリストを取得する。
- getResultSet() - Method in interface nablarch.core.db.statement.SqlPStatement
-
Statement.getResultSet()
のラッパー。
- getResultSetConcurrency() - Method in interface nablarch.core.db.statement.SqlPStatement
-
Statement.getResultSetConcurrency()
のラッパー。
- getResultSetConvertor() - Method in class nablarch.core.db.dialect.DefaultDialect
-
全てのカラムをResultSet.getObject(int)
で取得するコンバータを返す。
- getResultSetConvertor() - Method in interface nablarch.core.db.dialect.Dialect
-
ResultSet
から値を取得するための変換クラスを返却する。
- getResultSetConvertor() - Method in class nablarch.core.db.dialect.OracleDialect
-
- getResultSetConvertor() - Method in class nablarch.core.db.dialect.SqlServerDialect
-
全てのカラムをResultSet.getObject(int)
で取得するコンバータを返す。
- getResultSetHoldability() - Method in interface nablarch.core.db.statement.SqlPStatement
-
Statement.getResultSetHoldability()
のラッパー。
- getResultSetType() - Method in interface nablarch.core.db.statement.SqlPStatement
-
Statement.getResultSetType()
のラッパー。
- getResultString() - Method in class nablarch.core.dataformat.CharacterReplacementResult
-
変換後文字列を返却する。
- getRetrieveTime() - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
-
データ取得時間を取得する。
- getRetryAfter() - Method in exception nablarch.fw.results.ServiceUnavailable
-
処理受付が再開される予定時刻を返す。
デフォルトはnull。(=再開時期未定)
- getRetryCount() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
リトライ回数を取得する。
- getRetryCount() - Method in exception nablarch.fw.messaging.MessageSendSyncTimeoutException
-
リトライ回数を取得する。
- getReturnPath() - Method in class nablarch.common.mail.MailContext
-
差し戻し先メールアドレスを取得する。
- getRootExceptionPoint(Throwable) - Method in class nablarch.core.log.app.FailureLogFormatter
-
スタックトレースからルート要素を取得する。
- getRow() - Method in class nablarch.core.db.statement.ResultSetIterator
-
現在レコードのデータを取得する。
本メソッドでは、呼び出されるたびに
SqlRow
を生成する。
- getSavedFile() - Method in class nablarch.fw.web.upload.PartInfo
-
一時保存ファイルを取得する。
取得したファイルが存在しなかったり、削除される可能性もあるので
使用する際は、nullチェック、ファイルの存在チェックなどの事前チェックを必ず行うこと。
- getSchemaName() - Method in class nablarch.common.dao.EntityMeta
-
スキーマ名を返す。
- getSchemaName(Class<?>) - Static method in class nablarch.common.dao.EntityUtil
-
エンティティクラスからスキーマ名を取得する。
- getScheme() - Method in class nablarch.fw.web.ResourceLocator
-
このリソースパスのスキーム名を返す。
- getSearchConditionProps() - Method in class nablarch.common.dao.Pagination
-
本実装では、サポートしない。
呼び出した場合UnsupportedOperationException
を送出する。
- getSearchConditionProps() - Method in class nablarch.core.db.support.ListSearchInfo
-
検索条件のプロパティ名を取得する。
- getSendFailureCode() - Method in class nablarch.common.mail.MailConfig
-
送信失敗時の障害コードを取得する。
- getSendingDataFormatter() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
送信電文データのフォーマッタを取得する。
- getSendingRequestId() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
送信用リクエストIDを取得する。
送信用リクエストIDが設定されない場合は、設定情報キーのリクエストIDが返される。
- getSendSuccessMessageId() - Method in class nablarch.common.mail.MailConfig
-
メール送信成功時のメッセージIDを取得する。
- getSentMessageLog(SendingMessage) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter
-
同期送信処理開始時に出力されるログ文字列を生成する。
- getSentMessageLog(SendingMessage) - Static method in class nablarch.fw.messaging.logging.MessagingLogUtil
-
電文送信時に出力するログの内容を返す。
- getSeparator(Map<String, String>, String, String) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter
-
区切り文字を取得する。
- getSerialNumber() - Method in class nablarch.common.mail.MailAttachedFileTable.MailAttachedFile
-
連番を取得する。
- getServletRequest() - Method in class nablarch.fw.web.servlet.ServletExecutionContext
-
サーブレットリクエストを返す。
- getServletResponse() - Method in class nablarch.fw.web.servlet.ServletExecutionContext
-
サーブレットレスポンスを返す。
- getSession() - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper
- getSession(boolean) - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper
- getSessionKey() - Method in class nablarch.common.web.handler.threadcontext.LanguageAttributeInHttpSession
-
- getSessionKey() - Method in class nablarch.common.web.handler.threadcontext.TimeZoneAttributeInHttpSession
-
- getSessionScopedVar(String) - Method in class nablarch.fw.ExecutionContext
-
セッションスコープ上の変数の値を取得する。
- getSessionScopeMap() - Method in class nablarch.fw.ExecutionContext
-
セッションスコープ情報を格納したMapオブジェクトへの参照を返す。
このMapへの変更はセッションスコープに直接反映される。
- getSetterMethod(Class<?>, String) - Static method in class nablarch.core.util.ObjectUtil
-
setterメソッドを検索する。
- getSetterMethodName(String) - Static method in class nablarch.core.util.ObjectUtil
-
プロパティ名からsetterメソッド名を取得する。
- getSetterMethods(Class<?>) - Static method in class nablarch.core.util.ObjectUtil
-
clazz
に定義されたsetterのリストを取得する。
setterが一つも定義されていない場合は空のリストを返す。
- getSettingRequestId() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
設定情報キーのリクエストIDを取得する。
- getSettings() - Method in class nablarch.core.log.basic.LogWriterSupport
-
- getSettings() - Method in class nablarch.fw.messaging.action.AsyncMessageReceiveAction
-
本アクションを実行するために必要となる設定値を保持するオブジェクトを取得する。
デフォルト動作では、リポジトリ(
SystemRepository
)から設定オブジェクトを取得する。
- getSettings() - Method in class nablarch.fw.messaging.action.AsyncMessageSendAction
-
本アクションを実行するために必要となる設定値を保持するオブジェクトを取得する。
デフォルト動作では、リポジトリ(
SystemRepository
)から設定オブジェクトを取得する。
- getSettingsByPrefix(LogSettings, String) - Method in class nablarch.core.log.basic.ObjectSettings
-
指定されたプレフィックスにマッチする設定を取得する。
- getShort(int) - Method in class nablarch.core.db.statement.ResultSetIterator
-
カレント行の指定されたカラムの値を
Short
で取得する。
ResultSet.getShort(int)
は、カラムの値が
null
の場合は
0
を返すが、
本メソッドではカラムの値が
null
の場合は
null
を返す。
カラムの値がShortに変換可能な場合は、Shortに変換し返却する。
変換できない場合は、カラムの値を持つ新しいShortインスタンスを返却する。
- getShortName(String, String) - Method in interface nablarch.common.code.CodeManager
-
- getShortName(String, String, Locale) - Method in interface nablarch.common.code.CodeManager
-
コードID、コード値、取得対象の言語を条件に、対応するコードの略称を取得する。
- getShortName(String, String) - Static method in class nablarch.common.code.CodeUtil
-
- getShortName(String, String, Locale) - Static method in class nablarch.common.code.CodeUtil
-
コード値、言語に対応するコードの略称を取得する。
- getSize() - Method in class nablarch.core.dataformat.convertor.datatype.ByteStreamDataSupport
-
扱うデータ型に応じたデータサイズを返却する。
(固定長データを扱う場合はバイト長、可変長データを扱う場合は文字列長を返却する)
- getSize() - Method in class nablarch.core.dataformat.convertor.datatype.CharacterStreamDataSupport
-
扱うデータ型に応じたデータサイズを返却する。
(固定長データを扱う場合はバイト長、可変長データを扱う場合は文字列長を返却する)
- getSize() - Method in class nablarch.core.dataformat.convertor.datatype.DataType
-
扱うデータ型に応じたデータサイズを返却する。
(固定長データを扱う場合はバイト長、可変長データを扱う場合は文字列長を返却する)
- getSize() - Method in class nablarch.core.dataformat.FieldDefinition
-
このフィールドの長さを返却する。
- getSize() - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
-
取得最大件数を取得する。
- getSortId() - Method in class nablarch.core.db.support.ListSearchInfo
-
ソートIDを取得する。
- getSql() - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
-
SQL文を取得する。
- getSql() - Method in interface nablarch.core.db.statement.SqlParameterParser
-
SQL文を取得する。
- getSql() - Method in class nablarch.etl.config.DbToDbStepConfig
-
SQL_IDに対応するSQL文を取得する。
- getSqlCStatement(String, Connection, DbExecutionContext) - Method in interface nablarch.core.db.statement.StatementFactory
-
SqlCStatement
を生成し返却する。
- getSqlCStatement(String) - Method in class nablarch.core.db.support.DbAccessSupport
-
指定されたSQL_IDからSqlCStatement
を生成する。
- getSqlCStatementBySqlId(String, Connection, DbExecutionContext) - Method in interface nablarch.core.db.statement.StatementFactory
-
SqlCStatement
を生成し返却する。
- getSqlId() - Method in class nablarch.etl.config.DbInputStepConfig
-
SQL_IDを取得する。
- getSqlPStatement(String, Connection, DbExecutionContext) - Method in interface nablarch.core.db.statement.StatementFactory
-
- getSqlPStatement(String, Connection, DbExecutionContext, SelectOption) - Method in interface nablarch.core.db.statement.StatementFactory
-
- getSqlPStatement(String, Connection, int, DbExecutionContext) - Method in interface nablarch.core.db.statement.StatementFactory
-
- getSqlPStatement(String, Connection, int[], DbExecutionContext) - Method in interface nablarch.core.db.statement.StatementFactory
-
- getSqlPStatement(String, Connection, String[], DbExecutionContext) - Method in interface nablarch.core.db.statement.StatementFactory
-
- getSqlPStatement(String) - Method in class nablarch.core.db.support.DbAccessSupport
-
- getSqlPStatementBySqlId(String, Connection, DbExecutionContext) - Method in interface nablarch.core.db.statement.StatementFactory
-
- getSqlResource() - Method in class nablarch.fw.messaging.action.AsyncMessageSendAction
-
SQLリソース名称を取得する。
返却するSQLリソース名称は、「nablarch.fw.messaging.action.AsyncMessageSendActionSettings#getSqlFilePackage() + "." + バッチ起動時に指定した送信メッセージのメッセージリクエストID」となる。
- getSQLState() - Method in exception nablarch.core.db.DbAccessException
-
SQLState値を取得する。
- getSslContextSettings() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
HTTP通信時に使用するSSLContextを取得する。
- getStartFreeMemory() - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
-
空きメモリ量(開始時)を取得する。
- getStartLogFormat() - Method in class nablarch.fw.launcher.logging.LauncherLogFormatter
-
開始ログのフォーマットを取得する。
設定ファイル(nablarch.core.log.app.AppLogUtil#getProps())にログフォーマットが指定されている場合は、そのフォーマットを返却する。
設定されていない場合には、デフォルトのフォーマットを使用する。
デフォルトのフォーマットは、以下の設定例のようにフォーマット定義を行うことにより変更可能
- getStartLogItems() - Method in class nablarch.fw.launcher.logging.LauncherLogFormatter
-
開始ログ用のログ出力項目を生成する。
- getStartLogMsg(CommandLine) - Method in class nablarch.fw.launcher.logging.LauncherLogFormatter
-
- getStartPosition() - Method in class nablarch.core.db.statement.SelectOption
-
検索処理の取得開始位置(1から開始)を返す。
- getStartPosition() - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
-
取得開始位置を取得する。
- getStartPosition() - Method in class nablarch.core.db.support.ListSearchInfo
-
検索結果の取得開始位置を取得する。
- getStartTime() - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
-
開始日時を取得する。
- getStartUsedMemory() - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
-
使用メモリ量(開始時)を取得する。
- getStateEncoder() - Method in class nablarch.common.web.session.SessionStore
-
セッション内容の直列化モジュールを取得する。
- getStatusCode() - Method in exception nablarch.fw.handler.DuplicateProcessCheckHandler.DuplicateProcess
-
- getStatusCode() - Method in exception nablarch.fw.handler.ProcessStopHandler.ProcessStop
-
- getStatusCode() - Method in exception nablarch.fw.messaging.ErrorResponseMessage
-
- getStatusCode() - Method in class nablarch.fw.messaging.FwHeader
-
要求電文に対する処理結果を表すコード値を返す。
- getStatusCode() - Method in exception nablarch.fw.messaging.MessageReadError
-
- getStatusCode() - Method in exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingException
-
例外発生時のHTTPステータスコードを取得する。
- getStatusCode() - Method in exception nablarch.fw.Result.ClientError
-
ステータスコードを返す。
- getStatusCode() - Method in exception nablarch.fw.Result.Error
-
ステータスコードを返す。
- getStatusCode() - Method in interface nablarch.fw.Result
-
ステータスコードを返す。
- getStatusCode() - Method in class nablarch.fw.Result.MultiStatus
-
ステータスコードを返す。
- getStatusCode() - Method in exception nablarch.fw.Result.NotFound
-
ステータスコードを返す。
- getStatusCode() - Method in exception nablarch.fw.results.BadRequest
-
ステータスコードを返す。
- getStatusCode() - Method in exception nablarch.fw.results.Conflicted
-
ステータスコードを返す。
- getStatusCode() - Method in exception nablarch.fw.results.Forbidden
-
ステータスコードを返す。
- getStatusCode() - Method in exception nablarch.fw.results.InternalError
-
ステータスコードを返す。
- getStatusCode() - Method in exception nablarch.fw.results.RequestEntityTooLarge
-
ステータスコードを返す。
- getStatusCode() - Method in exception nablarch.fw.results.ServiceError
-
ステータスコードを返す。
- getStatusCode() - Method in exception nablarch.fw.results.ServiceUnavailable
-
ステータスコードを返す。
- getStatusCode() - Method in exception nablarch.fw.results.TransactionAbnormalEnd
-
ステータスコードを返す。
- getStatusCode() - Method in exception nablarch.fw.results.Unauthorized
-
ステータスコードを返す。
- getStatusCode() - Method in class nablarch.fw.web.HttpResponse
-
HTTPレスポンスのステータスコードの値を返す。
HTTPレスポンスがリダイレクトである場合は
302
を返す。
- getStatusCode() - Method in enum nablarch.fw.web.HttpResponse.Status
-
HTTPステータスコードを取得する。
- getStatusFailure() - Method in class nablarch.common.mail.MailConfig
-
メール送信ステータス(送信失敗)のコード値を取得する。
- getStatusSent() - Method in class nablarch.common.mail.MailConfig
-
メール送信ステータス(送信済)のコード値を取得する。
- getStatusUnsent() - Method in class nablarch.common.mail.MailConfig
-
メール送信ステータス(未送信)のコード値を取得する。
- getStepConfig(String, String) - Method in class nablarch.etl.config.JobConfig
-
ステップの設定を取得する。
- getStepContext() - Method in class nablarch.fw.batch.ee.listener.NablarchListenerContext
-
StepContext
を返す。
- getStepExitStatus() - Method in class nablarch.fw.batch.ee.listener.NablarchListenerContext
-
ステップの終了ステータスを取得する。
- getStepId() - Method in class nablarch.etl.config.StepConfig
-
ステップIDを取得する。
- getStepName() - Method in class nablarch.fw.batch.ee.listener.NablarchListenerContext
-
ステップ名を取得する。
- getSteps() - Method in class nablarch.etl.config.JobConfig
-
ステップの設定を取得する。
- getStorage() - Method in class nablarch.common.web.session.SessionEntry
-
- getString(String) - Method in class nablarch.core.dataformat.DataRecord
-
フィールドの値を文字列型に変換して返却する。
- getString(int) - Method in class nablarch.core.db.statement.ResultSetIterator
-
カレント行の指定されたカラムの値をString
で取得する。
- getString(String) - Method in class nablarch.core.db.statement.SqlRow
-
指定されたカラムの情報を文字列で取得する。
- getString(String) - Static method in class nablarch.core.repository.SystemRepository
-
設定値の登録名を指定してリポジトリに登録された文字列の設定値を取得する。
- getStringArray(String) - Method in class nablarch.core.dataformat.DataRecord
-
フィールドの値を文字列配列型に変換して返却する。
- getStringResource(String) - Static method in class nablarch.core.message.MessageUtil
-
メッセージIDに対応する
StringResource
を取得する。
メッセージIDがnullである場合は、nullを返す。
テンプレート文字列が以下であるときの例を示す。
「errors.maxLength={0}は{1}文字以下で入力してください。」
例:
- getStringSetting(String, MessageSenderSettings.SettingType, boolean, String) - Method in class nablarch.fw.messaging.MessageSenderSettings
-
String型の設定値を取得する。
- getSubject() - Method in class nablarch.common.mail.FreeTextMailContext
-
件名を取得する。
- getSubject() - Method in class nablarch.common.mail.MailContext
-
件名を取得する。
- getSyncMessagingEventHookList() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
メッセージ送信の処理前後に行う処理を取得する。
- getTableName() - Method in class nablarch.common.dao.EntityMeta
-
テーブル名を返す。
- getTableName(Class<?>) - Static method in class nablarch.common.dao.EntityUtil
-
エンティティクラスからテーブル名を取得する。
- getTableName() - Method in class nablarch.common.exclusivecontrol.ExclusiveControlContext
-
排他制御用テーブルのテーブル名を取得する。
- getTableName() - Method in class nablarch.common.exclusivecontrol.Version
-
排他制御用テーブルのテーブル名を取得する。
- getTableName() - Method in class nablarch.common.mail.MailRecipientTable
-
メール送信先テーブルの名前を取得する。
- getTableNameWithSchema(Class<?>) - Static method in class nablarch.common.dao.EntityUtil
-
エンティティクラスからスキーマ名を修飾したテーブル名("スキーマ名.テーブル名"形式)を取得する。
スキーマを持たないテーブルの場合、テーブル名のみを返す。
- getTargetAnnotation() - Method in interface nablarch.core.validation.convertor.ExtendedStringConvertor
-
対応するアノテーションのクラスを取得する。
- getTargetClass() - Method in class nablarch.core.validation.convertor.BigDecimalConvertor
-
変換対象のクラスを取得する。
- getTargetClass() - Method in interface nablarch.core.validation.Convertor
-
変換対象のクラスを取得する。
- getTargetClass() - Method in class nablarch.core.validation.convertor.IntegerConvertor
-
変換対象のクラスを取得する。
- getTargetClass() - Method in class nablarch.core.validation.convertor.LongConvertor
-
変換対象のクラスを取得する。
- getTargetCount(String) - Method in class nablarch.common.mail.MailRequestTable
-
処理対象件数を取得する。
本クラスのスキーマ設定にメール送信パターンIDを設定した場合には、
処理対象のメール送信パターンIDの設定が必須となる。
スキーマ定義にメール送信パターンIDが設定されているのに、
処理対象のメール送信パターンIDが設定されていない場合にはSQL実行時エラーとなる。
- getTargetUrl() - Method in exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingException
-
例外発生時の接続先を取得する。
- getTemplateId() - Method in class nablarch.common.mail.TemplateMailContext
-
テンプレートIDを取得する。
- getText() - Method in class nablarch.fw.web.useragent.UserAgent
-
UserAgent文字列を取得する。
- getTextEncoding(Map<String, Object>) - Static method in class nablarch.core.dataformat.DataRecordFormatterSupport.Directive
-
エンコーディングを取得する
- getTimeout() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
応答タイムアウト(単位:ミリ秒)を取得する。
- getTimestamp() - Method in interface nablarch.core.date.SystemTimeProvider
-
システム日時を取得する。
- getTimestamp() - Static method in class nablarch.core.date.SystemTimeUtil
-
システム日時を取得する。
- getTimestamp(int) - Method in class nablarch.core.db.statement.ResultSetIterator
-
カレント行の指定されたカラムの値をTimestamp
で取得する。
- getTimestamp(String) - Method in class nablarch.core.db.statement.SqlRow
-
指定されたカラムの情報を
Timestamp
として取得する。
データベースから取得したデータのデータタイプが下記のデータの場合、
Timestamp
として取得する。
下記に該当しない場合は、
IllegalStateException
を送出する。
Timestamp
- getTimeZone(HttpRequest, ServletExecutionContext) - Method in class nablarch.common.web.handler.threadcontext.TimeZoneAttributeInHttpSupport
-
スレッドコンテキストに保持するタイムゾーン属性を返す。
- getTimeZone() - Static method in class nablarch.core.ThreadContext
-
スレッドローカルからタイムゾーンを取得する。
- getToken() - Method in exception nablarch.core.dataformat.SyntaxErrorException
-
構文エラーの発生箇所を返却する。
- getToList() - Method in class nablarch.common.mail.MailContext
-
送信先(TO)メールアドレスのリストを取得する。
- getTps() - Method in class nablarch.fw.batch.progress.Progress
-
全体のTPSを返す。
- getTransaction() - Static method in class nablarch.core.transaction.TransactionContext
-
トランザクションオブジェクトを取得する。
トランザクション名でスレッドローカルに登録されたトランザクションを取得する。
- getTransaction(String) - Static method in class nablarch.core.transaction.TransactionContext
-
トランザクションオブジェクトを取得する。
- getTransactionManagerConnection() - Static method in class nablarch.core.db.connection.DbConnectionContext
-
現在のスレッドに紐付いたデフォルトのトランザクション制御を取得する。
トランザクション制御の取得には、"transaction"という名前が使用される。
- getTransactionManagerConnection(String) - Static method in class nablarch.core.db.connection.DbConnectionContext
-
現在のスレッドから指定した名前のトランザクション制御を取得する。
- getType() - Method in class nablarch.core.dataformat.DataRecordFormatterSupport.Directive
-
ディレクティブの値の型を取得する。
- getTypeName() - Method in class nablarch.core.dataformat.RecordDefinition
-
このレコードフォーマットのレコードタイプ名を返却する。
- getUpdateCount() - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
-
更新件数を取得する。
- getUpdateSize() - Method in class nablarch.etl.config.DbToDbStepConfig
-
1回のSQL実行で処理するサイズに関する設定を取得する。
- getUri() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
HTTP通信の接続先URIを取得する。
- getUrl(TransactionManagerConnection) - Static method in class nablarch.etl.EtlUtil
-
データベース接続からURLを取得する。
- getUserAgent() - Method in class nablarch.fw.web.HttpRequest
-
- getUserAgentPattern() - Method in class nablarch.fw.web.download.encorder.DownloadFileNameEncoderEntry
-
User-Agentヘッダのパターンを取得する。
- getUserId() - Method in class nablarch.core.log.basic.LogContext
-
LogContext作成時点のユーザIDを取得する。
- getUserId() - Static method in class nablarch.core.ThreadContext
-
スレッドローカルからユーザIDを取得する。
- getUserId() - Method in class nablarch.fw.messaging.FwHeader
-
ユーザIDヘッダの値を返す。
- getUserIdToFormatKey() - Method in class nablarch.fw.messaging.realtime.http.client.HttpMessagingClient
-
ユーザIDとフォーマット定義ファイル上のキーとの対応を取得する。
- getValidator() - Static method in class nablarch.core.validation.ee.ValidatorUtil
-
Validator
インスタンスを取得する。
Validator
インスタンスは以下の手順で取得される。
SystemRepository
から"validatorFactoryBuilder"という名前で
ValidatorFactoryBuilder
を取得する。
SystemRepository
から
ValidatorFactoryBuilder
が取得できなかった場合は、
このクラスの内部クラスとして用意されている
ValidatorFactoryBuilder
のデフォルトの実装が使用される。
ValidatorFactoryBuilder
を使用して、
ValidatorFactory
を生成する。
ValidatorFactory
から
Validator
インスタンスを生成して返却する。
- getValidatorAction() - Method in class nablarch.fw.action.FileBatchActionBase
-
入力ファイルのバリデーションを実装したオブジェクトを返す。
デフォルト実装ではバリデーションは行われない。
入力ファイルのバリデーションが必要な場合にオーバーライドすること。
- getValidatorAnnotations() - Method in interface nablarch.core.validation.domain.DomainDefinition
-
ドメイン定義に指定されたバリデータのアノテーションを取得する。
- getValidatorAnnotations(Annotation) - Method in class nablarch.core.validation.domain.DomainValidationHelper
-
ドメイン定義に指定されたバリデータのアノテーションを取得する。
- getValidatorAnnotations(Enum<?>) - Static method in class nablarch.core.validation.domain.DomainValidationHelper
-
- getValue(T, ExecutionContext) - Method in interface nablarch.common.handler.threadcontext.ThreadContextAttribute
-
スレッドコンテキストに格納するプロパティの値を返す。
- getValue(Request<?>, ExecutionContext) - Method in class nablarch.common.web.handler.threadcontext.TimeZoneAttributeInHttpSupport
-
- getValue() - Method in class nablarch.common.web.session.SessionEntry
-
セッションに登録された値を取得する。
- getValue(Object) - Method in interface nablarch.core.cache.StaticDataCache
-
IDを指定して静的データを取得する。
- getValue(Object) - Method in interface nablarch.core.cache.StaticDataLoader
-
IDに紐付くデータをロードする。
- getValue(Object) - Method in class nablarch.core.dataformat.DataRecord
-
指定されたフィールドの値を返却する。
- getValue(Object) - Method in class nablarch.core.db.statement.autoproperty.FieldAndAnnotationLoader
-
Objectのフィールド、アノテーション情報をロードする。
ロードしたフィールドとアノテーション情報は、下記のオブジェクト形式で返却する。
- getValue() - Method in enum nablarch.core.log.basic.LogLevel
-
ログレベルの値を取得する。
- getValue(Locale) - Method in interface nablarch.core.message.StringResource
-
言語に対応する文字列を取得する。
- getValue() - Method in interface nablarch.fw.web.handler.secure.SecureResponseHeader
-
レスポンスヘッダの値を返す。
- getValues(String) - Method in interface nablarch.common.code.CodeManager
-
コードIDに紐付く全てのコード値を取得する。
取得対象言語は、
ThreadContext
でデフォルトとして指定された言語とする。
ThreadContext
からデフォルト言語を取得できなかった場合、
デフォルトロケールから言語を取得する。
返却値は、あらかじめ言語ごとに定義されたソート順に従い、並び替えを行う。
- getValues(String, String) - Method in interface nablarch.common.code.CodeManager
-
コードID、パターンを条件に、対応するコード値を全て取得する。
取得対象言語は、
ThreadContext
でデフォルトとして指定された言語とする。
ThreadContext
からデフォルト言語を取得できなかった場合、
デフォルトロケールから言語を取得する。
返却値は、あらかじめ言語ごとに定義されたソート順に従い、並び替えを行う。
- getValues(String, Locale) - Method in interface nablarch.common.code.CodeManager
-
コードIDと言語を条件に、対応するコード値を全て取得する。
返却値は、あらかじめ言語ごとに定義されたソート順に従い、並び替えを行う。
- getValues(String, String, Locale) - Method in interface nablarch.common.code.CodeManager
-
コードID、パターン、言語を条件に、対応するコード値を全て取得する。
返却値は、あらかじめ言語ごとに定義されたソート順に従い、並び替えを行う。
- getValues(String) - Static method in class nablarch.common.code.CodeUtil
-
コードIDに紐付く全てのコード値を取得する。
- getValues(String, String) - Static method in class nablarch.common.code.CodeUtil
-
コードIDとパターンに紐付くコード値を取得する。
- getValues(String, Locale) - Static method in class nablarch.common.code.CodeUtil
-
コードIDに紐付く全てのコード値を取得する。
- getValues(String, String, Locale) - Static method in class nablarch.common.code.CodeUtil
-
コードIDとパターンに紐付くコード値を取得する。
- getValues(String, Object) - Method in interface nablarch.core.cache.StaticDataCache
-
条件に合致した静的データのリストを取得する。
条件は事前にインデックスとして辞書に登録する必要があり、
このメソッドではそのインデックス名を指定して静的データを取得する。
- getValues(String, Object) - Method in interface nablarch.core.cache.StaticDataLoader
-
インデックスに紐付くデータをロードする。
- getValues(String, Object) - Method in class nablarch.core.db.statement.autoproperty.FieldAndAnnotationLoader
-
インデックスに紐付くデータをロードする(本メソッドは、サポートしない)。
- getVariableConditionSql(String, Object) - Method in interface nablarch.core.db.statement.StatementFactory
-
可変条件を持つSQL文の可変部分を構築する。
- getVariableConditionSqlBySqlId(String, Object) - Method in interface nablarch.core.db.statement.StatementFactory
-
可変条件を持つSQL文の可変部分を構築する。
- getVariables() - Method in class nablarch.common.mail.TemplateMailContext
-
テンプレートとマージする変数を取得する。
- getVersion(ExclusiveControlContext) - Method in interface nablarch.common.exclusivecontrol.ExclusiveControlManager
-
バージョン番号を取得する。(楽観的ロック)
- getVersion(ExclusiveControlContext) - Static method in class nablarch.common.exclusivecontrol.ExclusiveControlUtil
-
バージョン番号を取得する。(楽観的ロック)
- getVersion() - Method in class nablarch.common.exclusivecontrol.Version
-
バージョン番号を取得する。
- getVersionColumn() - Method in class nablarch.common.dao.EntityMeta
-
バージョンカラムを返す。
- getVersionColumnName() - Method in class nablarch.common.exclusivecontrol.ExclusiveControlContext
-
バージョン番号カラム名を取得する。
- getVersionColumnName() - Method in class nablarch.common.exclusivecontrol.Version
-
バージョン番号カラム名を取得する。
- getWritablePropertyNames(Class<?>) - Static method in class nablarch.core.util.ObjectUtil
-
clazz
に定義されたプロパティの名称リストを取得する。
setterが定義されているプロパティのみが対象となる。
clazz
にsetterが定義されたプロパティがない場合、空のリストを返す。
- getWriteTarget() - Method in class nablarch.fw.messaging.realtime.http.streamio.AbstractCharHttpStreamWritter
-
書き込み対象の文字列を取得する。
- getXHtmlName() - Method in enum nablarch.common.web.tag.HtmlAttribute
-
XHTMLの属性名を取得する。
- getZenkakuAlphaChars() - Static method in class nablarch.core.util.JapaneseCharsetUtil
-
Deprecated.
JIS第1水準に含まれる全てのアルファベットを取得する。
- getZenkakuGreekChars() - Static method in class nablarch.core.util.JapaneseCharsetUtil
-
Deprecated.
JIS第1水準に含まれる全ての全角ギリシャ文字を取得する。
- getZenkakuHiraganaChars() - Static method in class nablarch.core.util.JapaneseCharsetUtil
-
Deprecated.
JIS第1水準に含まれる全ての全角ひらがなを取得する。
- getZenkakuKatakanaChars() - Static method in class nablarch.core.util.JapaneseCharsetUtil
-
Deprecated.
JIS第1水準に含まれる全ての全角カタカナを取得する。
- getZenkakuKeisenChars() - Static method in class nablarch.core.util.JapaneseCharsetUtil
-
Deprecated.
JIS第1水準に含まれる全ての全角罫線を取得する。
- getZenkakuNumChars() - Static method in class nablarch.core.util.JapaneseCharsetUtil
-
Deprecated.
JIS第1水準に含まれる全ての全角数字を取得する。
- getZenkakuRussianChars() - Static method in class nablarch.core.util.JapaneseCharsetUtil
-
Deprecated.
JIS第1水準に含まれる全ての全角ロシア文字を取得する。
- GroupSequenceManager - Interface in nablarch.core.validation.ee
-
BeanValidationのバリデーション順序を定義するインタフェース。
バリデーション順序をカスタマイズしたい場合、
本インタフェースを実装したクラスをコンポーネント定義にgroupSequenceManagerというキーで登録する。