Class ExcelAttributeTypeSystemService.ExcelTypeSystem
java.lang.Object
com.hybris.backoffice.excel.importing.ExcelAttributeTypeSystemService.ExcelTypeSystem
- All Implemented Interfaces:
TypeSystem<TypeSystemRow>
- Enclosing class:
- ExcelAttributeTypeSystemService
public static class ExcelAttributeTypeSystemService.ExcelTypeSystem
extends Object
implements TypeSystem<TypeSystemRow>
Represents the hidden TypeSystem 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, TypeSystemRow 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<TypeSystemRow>- Parameters:
attributeDisplayName- value of "attributeDisplayName" column- Returns:
- the whole row
-
putRow
-
exists
public boolean exists()
-