Class ReportTemplateDefinition
java.lang.Object
org.iplass.mtp.web.template.definition.TemplateDefinition
org.iplass.mtp.web.template.report.definition.ReportTemplateDefinition
- All Implemented Interfaces:
Serializable
,Definition
帳票出力用テンプレートファイルのTemplate定義。
※注意
バイナリデータは、メモリ内にロード&キャッシュされるため、
大きなサイズのバイナリデータは当Templateとして利用しないこと。
また、ReportTemplateDefinitionは、layout機能の利用、別テンプレート内からのincludeはできない。
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addLocalizedReport
(LocalizedReportDefinition localizedReport) 多言語設定情報を追加します。byte[]
多言語設定情報を取得します。reportTypeを取得します。void
setBinary
(byte[] binary) void
setFileName
(String fileName) void
setLocalizedReportList
(List<LocalizedReportDefinition> localizedReportList) 多言語設定情報を設定します。void
setReportType
(ReportType reportType) reportTypeを設定します。Methods inherited from class org.iplass.mtp.web.template.definition.TemplateDefinition
addLocalizedDisplayName, getContentType, getDescription, getDisplayName, getLayoutActionName, getLocalizedDisplayNameList, getName, setContentType, setDescription, setDisplayName, setLayoutActionName, setLocalizedDisplayNameList, setName
-
Constructor Details
-
ReportTemplateDefinition
public ReportTemplateDefinition()
-
-
Method Details
-
getReportType
reportTypeを取得します。- Returns:
- reportType
-
setReportType
reportTypeを設定します。- Parameters:
reportType
- reportType
-
getFileName
-
setFileName
-
getBinary
public byte[] getBinary() -
setBinary
public void setBinary(byte[] binary) -
getLocalizedReportList
多言語設定情報を取得します。- Returns:
- リスト
-
setLocalizedReportList
多言語設定情報を設定します。- Parameters:
リスト
-
-
addLocalizedReport
多言語設定情報を追加します。- Parameters:
多言語設定情報
-
-