Class ExcelCategoryValidator

java.lang.Object
com.hybris.backoffice.excel.validators.ExcelCategoryValidator
All Implemented Interfaces:
ExcelValidator

public class ExcelCategoryValidator extends Object implements ExcelValidator
Default excel validator for product's supercategories. The validator checks whether import parameters contains "category" key, whether category exists and the category belongs to given catalog and version. This validator doesn't check whether catalog and version exist. To do this, add ExcelCatalogVersionValidator to a list of validators.