public interface ExcelValidationEngineAwareStrategy
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandle(ImportParameters importParameters,
ExcelAttribute excelAttribute)
Indicates whether current strategy is able to handle given attribute
|
ExcelValidationResult |
validate(ImportParameters importParameters,
ExcelAttribute excelAttribute)
Validates current value based on backoffice's validation engine
|
boolean canHandle(ImportParameters importParameters, ExcelAttribute excelAttribute)
importParameters - ImportParameters list of parsed import parametersexcelAttribute - ExcelAttribute representation of currently processed attributeExcelValidationResult validate(ImportParameters importParameters, ExcelAttribute excelAttribute)
importParameters - ImportParameters list of parsed import parametersexcelAttribute - ExcelAttribute representation of currently processed attributeCopyright © 2018 SAP SE. All Rights Reserved.