ナビゲーション・リンクをスキップ
A B C D E F G H I J K L M N O P Q R S T U V W Y 

W

WebUtil - nablarch.common.webのクラス
Webアプリケーションの作成に必要となる共通機能を提供するユーティリティ。
withCharset(String) - クラス のメソッドnablarch.common.databind.csv.CsvDataBindConfig
文字コードを設定する。
withCharset(Charset) - クラス のメソッドnablarch.common.databind.csv.CsvDataBindConfig
文字コードを設定する。
withEmptyToNull(boolean) - クラス のメソッドnablarch.common.databind.csv.CsvDataBindConfig
空フィールドをnullに置き換えるか否かを設定する。
withFieldSeparator(char) - クラス のメソッドnablarch.common.databind.csv.CsvDataBindConfig
列区切り文字を設定する。
withHeaderTitles(String...) - クラス のメソッドnablarch.common.databind.csv.CsvDataBindConfig
ヘッダー行(タイトル行)に出力するタイトルを設定する。
withIgnoreEmptyLine() - クラス のメソッドnablarch.common.databind.csv.CsvDataBindConfig
空行を無視する。
withIgnoreEmptyLine(boolean) - クラス のメソッドnablarch.common.databind.csv.CsvDataBindConfig
空行を無視するか否かを設定する。
withLineSeparator(String) - クラス のメソッドnablarch.common.databind.csv.CsvDataBindConfig
改行文字を設定する。
withQuote(char) - クラス のメソッドnablarch.common.databind.csv.CsvDataBindConfig
フィールド囲み文字を設定する。
withQuotedColumnNames(String...) - クラス のメソッドnablarch.common.databind.csv.CsvDataBindConfig
フィールド囲み文字(CsvDataBindConfig.getQuote()で囲むフィールドのリストを設定する。
withQuoteMode(CsvDataBindConfig.QuoteMode) - クラス のメソッドnablarch.common.databind.csv.CsvDataBindConfig
出力時にフィールド囲み文字で囲むフィールドを設定する。
withRequiredHeader() - クラス のメソッドnablarch.common.databind.csv.CsvDataBindConfig
ヘッダー行(タイトル行)を必須に設定する。
withRequiredHeader(boolean) - クラス のメソッドnablarch.common.databind.csv.CsvDataBindConfig
ヘッダー行(タイトル行)を必須とするか否かを設定する。
WorkItem - nablarch.etlのクラス
全てのワークテーブルに共通するプロパティを保持するクラス。
write(T) - インタフェース のメソッドnablarch.common.databind.ObjectMapper
オブジェクトの情報をアウトプットする。
write(Map<String, ?>, String) - クラス のstaticメソッドnablarch.common.io.FileRecordWriterHolder
FilePathSettingから"output"という論理名で取得したベースパス配下のデータファイルにレコードを出力する。
write(Map<String, ?>, String, String) - クラス のstaticメソッドnablarch.common.io.FileRecordWriterHolder
FilePathSettingに設定した論理名(論理ベースパス)配下のデータファイルにレコードを出力する。
write(String, Map<String, ?>, String) - クラス のstaticメソッドnablarch.common.io.FileRecordWriterHolder
FilePathSettingから"output"という論理名で取得したベースパス配下のデータファイルにレコードを出力する。
write(String, Map<String, ?>, String, String) - クラス のstaticメソッドnablarch.common.io.FileRecordWriterHolder
引数で指定したデータファイルにレコードを出力する。
write(Map<String, ?>) - クラス のメソッドnablarch.common.web.download.DataRecordResponse
メッセージボディに1レコード分のデータを書き込む。
write(String, Map<String, ?>) - クラス のメソッドnablarch.common.web.download.DataRecordResponse
データレイアウト(レコードタイプ)を指定して、メッセージボディに1レコード分のデータを書き込む。
write(LogLevel, String) - クラス のstaticメソッドnablarch.core.log.operation.OperationLogger
メッセージをログに出力する。
write(LogLevel, String, Throwable) - クラス のstaticメソッドnablarch.core.log.operation.OperationLogger
メッセージをログに出力する。
write(CharSequence) - クラス のメソッドnablarch.fw.web.HttpResponse
HTTPレスポンスボディに文字列を書き込む。
write(byte[]) - クラス のメソッドnablarch.fw.web.HttpResponse
HTTPレスポンスボディにバイト配列を書き込む。
write(ByteBuffer) - クラス のメソッドnablarch.fw.web.HttpResponse
HTTPレスポンスボディにバイト配列を書き込む。
writeErrorLog(Object, String, Object...) - クラス のメソッドnablarch.fw.action.BatchActionBase
ERRORレベルで障害ログ出力を行う。
writeFatalLog(Object, String, Object...) - クラス のメソッドnablarch.fw.action.BatchActionBase
FATALレベルで障害ログ出力を行う。
writeLog(String, Object...) - クラス のメソッドnablarch.fw.action.BatchActionBase
INFOレベルでログ出力を行う。
writeLog(DatabaseTableQueueReader.InputDataIdentifier) - クラス のメソッドnablarch.fw.reader.DatabaseTableQueueReader
要求の識別情報をログに出力する。
writeRecord(Map<String, ?>) - インタフェース のメソッドnablarch.core.dataformat.DataRecordFormatter
出力ストリームに1レコード分の内容を書き込む。
writeRecord(String, Map<String, ?>) - インタフェース のメソッドnablarch.core.dataformat.DataRecordFormatter
指定したデータレイアウト(レコードタイプ)で、出力ストリームに1レコード分の内容を書き込む。
A B C D E F G H I J K L M N O P Q R S T U V W Y 
ナビゲーション・リンクをスキップ