Class TableReportColumnMetadataServiceImpl
java.lang.Object
net.datenwerke.rs.base.service.reportengines.table.utils.TableReportColumnMetadataServiceImpl
- All Implemented Interfaces:
TableReportColumnMetadataService
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public class TableReportColumnMetadataServiceImpl
extends Object
implements TableReportColumnMetadataService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaugmentWithMetadata(Collection<Column> columns, TableReport report, User user) voidaugmentWithMetadata(TableReport report, User user) createColumnMetadataMap(TableReport report, User user)
-
Constructor Details
-
TableReportColumnMetadataServiceImpl
-
-
Method Details
-
augmentWithMetadata
- Specified by:
augmentWithMetadatain interfaceTableReportColumnMetadataService- Throws:
NonFatalException
-
augmentWithMetadata
public void augmentWithMetadata(Collection<Column> columns, TableReport report, User user) throws NonFatalException - Specified by:
augmentWithMetadatain interfaceTableReportColumnMetadataService- Throws:
NonFatalException
-
createColumnMetadataMap
public Map<String,ColumnMetadata> createColumnMetadataMap(TableReport report, User user) throws NonFatalException - Specified by:
createColumnMetadataMapin interfaceTableReportColumnMetadataService- Throws:
NonFatalException
-