Interface ColumnModelService
- All Known Implementing Classes:
ColumnModelServiceImpl
public interface ColumnModelService
-
Method Summary
Modifier and TypeMethodDescriptioncreateColumnModel
(EntityModel mainEntityModel, String field, GenericImporterValidateResult validateResult) getConvertibleFieldType
(EntityModel entityModel, String fieldName)
-
Method Details
-
createColumnModel
GenericImporterService.ColumnModel createColumnModel(EntityModel mainEntityModel, String field, GenericImporterValidateResult validateResult) - Returns:
- a
GenericImporterService.ColumnModel
for the given entity model and field
-
getConvertibleFieldType
- Returns:
- the type or base type of the provided field model that can be converted given the present converters
-