パッケージ | 説明 |
---|---|
org.bbreak.excella.reports.model |
ExCella Reportsモデルクラス群
|
org.bbreak.excella.reports.processor |
ExCella Reportsのプロセッサクラス群
|
org.bbreak.excella.reports.tag |
ExCella Reportsタグパースクラス群
|
org.bbreak.excella.reports.util |
ExCella Reportsのユーティリティクラス群
|
修飾子とタイプ | メソッドと説明 |
---|---|
ParamInfo |
ReportSheet.getParamInfo()
置換パラメータ情報を取得する
|
修飾子とタイプ | メソッドと説明 |
---|---|
ParamInfo |
ReportsParserInfo.getParamInfo()
パラメータ情報を取得します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
ReportsParserInfo |
ReportsParserInfo.createChildParserInfo(ParamInfo paramInfo)
システム情報と帳票パーサーが同一の、帳票解析情報を作成する。
|
void |
ReportsParserInfo.setParamInfo(ParamInfo paramInfo)
パラメータ情報を設定します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
T |
ReportsTagParser.getParamData(ParamInfo paramInfo,
String paramName)
パラメータ情報よりパラメータ名で格納されている値を取得する。
|
修飾子とタイプ | メソッドと説明 |
---|---|
static List<Object> |
ReportsUtil.getParamValues(ParamInfo info,
String propertyNameString,
List<ReportsTagParser<?>> parsers)
パラメータ情報(子パラメータを含む)より、置換変数名で指定されている変換値を取得する。
|
static BigDecimal |
ReportsUtil.getSumValue(ParamInfo info,
String propertyName,
List<ReportsTagParser<?>> parsers)
合計値を取得する。
|
Copyright © 2009–2023. All rights reserved.