public class TableReportColumnMetadataServiceImpl extends java.lang.Object implements TableReportColumnMetadataService
| Constructor and Description |
|---|
TableReportColumnMetadataServiceImpl(SimpleDataSupplier simpleDataSupplyer) |
| Modifier and Type | Method and Description |
|---|---|
void |
augmentWithMetadata(java.util.Collection<Column> columns,
TableReport report,
User user) |
void |
augmentWithMetadata(TableReport report,
User user) |
java.util.Map<java.lang.String,ColumnMetadata> |
createColumnMetadataMap(TableReport report,
User user) |
public TableReportColumnMetadataServiceImpl(SimpleDataSupplier simpleDataSupplyer)
public void augmentWithMetadata(TableReport report, User user) throws NonFatalException
augmentWithMetadata in interface TableReportColumnMetadataServiceNonFatalExceptionpublic void augmentWithMetadata(java.util.Collection<Column> columns, TableReport report, User user) throws NonFatalException
augmentWithMetadata in interface TableReportColumnMetadataServiceNonFatalExceptionpublic java.util.Map<java.lang.String,ColumnMetadata> createColumnMetadataMap(TableReport report, User user) throws NonFatalException
createColumnMetadataMap in interface TableReportColumnMetadataServiceNonFatalException