Class RSSimpleTableBean
java.lang.Object
net.datenwerke.rs.base.service.reportengines.table.output.object.CompiledTableReport
net.datenwerke.rs.base.service.reportengines.table.output.object.RSSimpleTableBean
- All Implemented Interfaces:
Serializable,CompiledReport
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidclose()Returns a file extension for files of this typeReturns the mime type of this report.Returns the actual report.List<DynaBean> getTable()booleanReturns true if the report is String based (in contrast to binary)voidnextRow()voidsetDefinition(TableDefinition td, TableReport report) Methods inherited from class net.datenwerke.rs.base.service.reportengines.table.output.object.CompiledTableReport
hasData, setHasDataMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.datenwerke.rs.core.service.reportmanager.engine.CompiledReport
hasData
-
Constructor Details
-
RSSimpleTableBean
public RSSimpleTableBean()
-
-
Method Details
-
setDefinition
-
getAttributes
-
getReport
Description copied from interface:CompiledReportReturns the actual report.- Specified by:
getReportin interfaceCompiledReport
-
getMimeType
Description copied from interface:CompiledReportReturns the mime type of this report.- Specified by:
getMimeTypein interfaceCompiledReport
-
getFileExtension
Description copied from interface:CompiledReportReturns a file extension for files of this type- Specified by:
getFileExtensionin interfaceCompiledReport
-
addField
-
getTable
-
nextRow
public void nextRow() -
isStringReport
public boolean isStringReport()Description copied from interface:CompiledReportReturns true if the report is String based (in contrast to binary)- Specified by:
isStringReportin interfaceCompiledReport- Overrides:
isStringReportin classCompiledTableReport
-
close
public void close()
-