クラス ReportTemplateDefinition
java.lang.Object
org.iplass.mtp.web.template.definition.TemplateDefinition
org.iplass.mtp.web.template.report.definition.ReportTemplateDefinition
- すべての実装されたインタフェース:
Serializable
,Definition
帳票出力用テンプレートファイルのTemplate定義。
※注意
バイナリデータは、メモリ内にロード&キャッシュされるため、
大きなサイズのバイナリデータは当Templateとして利用しないこと。
また、ReportTemplateDefinitionは、layout機能の利用、別テンプレート内からのincludeはできない。
- 関連項目:
-
コンストラクタの概要
-
メソッドの概要
修飾子とタイプメソッド説明void
addLocalizedReport
(LocalizedReportDefinition localizedReport) 多言語設定情報を追加します。byte[]
多言語設定情報を取得します。reportTypeを取得します。void
setBinary
(byte[] binary) void
setFileName
(String fileName) void
setLocalizedReportList
(List<LocalizedReportDefinition> localizedReportList) 多言語設定情報を設定します。void
setReportType
(ReportType reportType) reportTypeを設定します。クラスから継承されたメソッド org.iplass.mtp.web.template.definition.TemplateDefinition
addLocalizedDisplayName, getContentType, getDescription, getDisplayName, getLayoutActionName, getLocalizedDisplayNameList, getName, setContentType, setDescription, setDisplayName, setLayoutActionName, setLocalizedDisplayNameList, setName
-
コンストラクタの詳細
-
ReportTemplateDefinition
public ReportTemplateDefinition()
-
-
メソッドの詳細
-
getReportType
reportTypeを取得します。- 戻り値:
- reportType
-
setReportType
reportTypeを設定します。- パラメータ:
reportType
- reportType
-
getFileName
-
setFileName
-
getBinary
public byte[] getBinary() -
setBinary
public void setBinary(byte[] binary) -
getLocalizedReportList
多言語設定情報を取得します。- 戻り値:
- リスト
-
setLocalizedReportList
多言語設定情報を設定します。- パラメータ:
リスト
-
-
addLocalizedReport
多言語設定情報を追加します。- パラメータ:
多言語設定情報
-
-