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 Details

    • findRow

      public Optional<TypeSystemRow> findRow(String attributeDisplayName)
      Description copied from interface: TypeSystem
      Allows to retrieve the whole row of TypeSystem's sheet based on passed attributeDisplayName
      Specified by:
      findRow in interface TypeSystem<TypeSystemRow>
      Parameters:
      attributeDisplayName - value of "attributeDisplayName" column
      Returns:
      the whole row
    • putRow

      public void putRow(String key, TypeSystemRow value)
    • exists

      public boolean exists()