Class ExcelClassificationTypeSystemService.ExcelClassificationTypeSystem
java.lang.Object
com.hybris.backoffice.excel.importing.ExcelClassificationTypeSystemService.ExcelClassificationTypeSystem
- All Implemented Interfaces:
TypeSystem<ClassificationTypeSystemRow>
- Enclosing class:
- ExcelClassificationTypeSystemService
public static class ExcelClassificationTypeSystemService.ExcelClassificationTypeSystem
extends Object
implements TypeSystem<ClassificationTypeSystemRow>
Represents the hidden ClassificationTypeSystem sheet in previously exported excel file.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanexists()Allows to retrieve the whole row of TypeSystem's sheet based on passed attributeDisplayNamevoidputRow(String key, ClassificationTypeSystemRow value)
-
Method Details
-
findRow
Description copied from interface:TypeSystemAllows to retrieve the whole row of TypeSystem's sheet based on passed attributeDisplayName- Specified by:
findRowin interfaceTypeSystem<ClassificationTypeSystemRow>- Parameters:
attributeDisplayName- value of "attributeDisplayName" column- Returns:
- the whole row
-
putRow
-
exists
public boolean exists()
-