Uses of Class
com.hybris.backoffice.excel.template.populator.typesheet.TypeSystemRow
-
Packages that use TypeSystemRow Package Description com.hybris.backoffice.excel.importing com.hybris.backoffice.excel.template.populator.typesheet com.hybris.backoffice.excel.validators -
-
Uses of TypeSystemRow in com.hybris.backoffice.excel.importing
Methods in com.hybris.backoffice.excel.importing that return types with arguments of type TypeSystemRow Modifier and Type Method Description java.util.Optional<TypeSystemRow>ExcelAttributeTypeSystemService.ExcelTypeSystem. findRow(java.lang.String attributeDisplayName)Methods in com.hybris.backoffice.excel.importing with parameters of type TypeSystemRow Modifier and Type Method Description voidExcelAttributeTypeSystemService.ExcelTypeSystem. putRow(java.lang.String key, TypeSystemRow value) -
Uses of TypeSystemRow in com.hybris.backoffice.excel.template.populator.typesheet
Methods in com.hybris.backoffice.excel.template.populator.typesheet that return TypeSystemRow Modifier and Type Method Description TypeSystemRowTypeSystemRowFactory. create(AttributeDescriptorModel attributeDescriptor)TypeSystemRowTypeSystemRowFactory. merge(TypeSystemRow first, TypeSystemRow second)Methods in com.hybris.backoffice.excel.template.populator.typesheet that return types with arguments of type TypeSystemRow Modifier and Type Method Description protected java.util.Map<java.lang.String,TypeSystemRow>TypeSystemSheetPopulator. mergeAttributesByQualifier(java.util.Collection<AttributeDescriptorModel> attributes)GroupsAttributeDescriptorModels byComposedTypeModel's code.Methods in com.hybris.backoffice.excel.template.populator.typesheet with parameters of type TypeSystemRow Modifier and Type Method Description TypeSystemRowTypeSystemRowFactory. merge(TypeSystemRow first, TypeSystemRow second)Method parameters in com.hybris.backoffice.excel.template.populator.typesheet with type arguments of type TypeSystemRow Modifier and Type Method Description protected voidTypeSystemSheetPopulator. populateTypeSystemSheet(org.apache.poi.ss.usermodel.Sheet typeSystemSheet, java.util.Collection<TypeSystemRow> typeSystemRows)Populates sheet with collection ofTypeSystemRows. -
Uses of TypeSystemRow in com.hybris.backoffice.excel.validators
Method parameters in com.hybris.backoffice.excel.validators with type arguments of type TypeSystemRow Modifier and Type Method Description protected java.util.Optional<ExcelValidationResult>WorkbookTypeCodeAndAttributesValidator. validateThatColumnsExistAndUserHasPermission(java.lang.String typeCode, java.util.List<TypeSystemRow> standardAttributes, java.util.List<java.lang.String> unknownAttributes)
-