Class ExcelImportDownloadValidationErrorHandler
java.lang.Object
com.hybris.backoffice.excel.imp.wizard.ExcelImportDownloadValidationErrorHandler
- All Implemented Interfaces:
com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
@Deprecated(since="1808",
forRemoval=true)
public class ExcelImportDownloadValidationErrorHandler
extends Object
implements com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
Deprecated, for removal: This API element is subject to removal in a future version.
Handler which is used in Excel Import Process' wizard. When validation errors occur the second step is presented to
the user with list of errors and there's a possibility of downloading report with the errors.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidDeprecated, for removal: This API element is subject to removal in a future version.protected StringgenerateValidationContent(List<ExcelValidationResult> validationWorkbookResults) Deprecated, for removal: This API element is subject to removal in a future version.voidgenerateValidationError(StringBuilder sb, ValidationMessage validationMessage) Deprecated, for removal: This API element is subject to removal in a future version.protected voidDeprecated, for removal: This API element is subject to removal in a future version.protected voidgenerateValidationRowHeader(StringBuilder sb, ExcelValidationResult excelValidationResult) Deprecated, for removal: This API element is subject to removal in a future version.protected StringgetLabel(String key, Serializable... params) Deprecated, for removal: This API element is subject to removal in a future version.voidperform(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter, Map<String, String> parameters) Deprecated, for removal: This API element is subject to removal in a future version.protected voidtriggerDownload(String fileContent) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
ExcelImportDownloadValidationErrorHandler
public ExcelImportDownloadValidationErrorHandler()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
perform
public void perform(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter, Map<String, String> parameters) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
performin interfacecom.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
-
generateValidationContent
Deprecated, for removal: This API element is subject to removal in a future version. -
generateValidationRow
Deprecated, for removal: This API element is subject to removal in a future version. -
generateValidationRowHeader
protected void generateValidationRowHeader(StringBuilder sb, ExcelValidationResult excelValidationResult) Deprecated, for removal: This API element is subject to removal in a future version. -
generateValidationError
Deprecated, for removal: This API element is subject to removal in a future version. -
getLabel
Deprecated, for removal: This API element is subject to removal in a future version. -
appendNewLine
Deprecated, for removal: This API element is subject to removal in a future version. -
triggerDownload
Deprecated, for removal: This API element is subject to removal in a future version.
-
ExcelDownloadReportServiceinstead.