public interface ReportTemplate
extends java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_TEMPLATE_CODE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode() |
CustomReport |
getCustomReport() |
java.io.InputStream |
getDocumentContent() |
java.lang.String |
getDocumentName() |
java.lang.String |
getDocumentPath() |
java.lang.String |
getOutputNamePattern() |
ReportOutputType |
getOutputType() |
boolean |
isCustom() |
static final java.lang.String DEFAULT_TEMPLATE_CODE
java.lang.String getCode()
java.lang.String getDocumentName()
java.lang.String getDocumentPath()
java.io.InputStream getDocumentContent()
ReportOutputType getOutputType()
java.lang.String getOutputNamePattern()
boolean isCustom()
CustomReport getCustomReport()