Uses of Class
com.hybris.backoffice.excel.template.populator.typesheet.TypeSystemRow
Packages that use TypeSystemRow
Package
Description
-
Uses of TypeSystemRow in com.hybris.backoffice.excel.importing
Methods in com.hybris.backoffice.excel.importing that return types with arguments of type TypeSystemRowModifier and TypeMethodDescriptionMethods in com.hybris.backoffice.excel.importing with parameters of type TypeSystemRowModifier and TypeMethodDescriptionvoidExcelAttributeTypeSystemService.ExcelTypeSystem.putRow(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 TypeSystemRowModifier and TypeMethodDescriptionTypeSystemRowFactory.create(AttributeDescriptorModel attributeDescriptor) TypeSystemRowFactory.merge(TypeSystemRow first, TypeSystemRow second) Methods in com.hybris.backoffice.excel.template.populator.typesheet that return types with arguments of type TypeSystemRowModifier and TypeMethodDescriptionprotected Map<String,TypeSystemRow> TypeSystemSheetPopulator.mergeAttributesByQualifier(Collection<AttributeDescriptorModel> attributes) GroupsAttributeDescriptorModels byComposedTypeModel's code and name.Methods in com.hybris.backoffice.excel.template.populator.typesheet with parameters of type TypeSystemRowModifier and TypeMethodDescriptionTypeSystemRowFactory.merge(TypeSystemRow first, TypeSystemRow second) Method parameters in com.hybris.backoffice.excel.template.populator.typesheet with type arguments of type TypeSystemRowModifier and TypeMethodDescriptionprotected voidTypeSystemSheetPopulator.populateTypeSystemSheet(org.apache.poi.ss.usermodel.Sheet typeSystemSheet, 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 TypeSystemRowModifier and TypeMethodDescriptionprotected Optional<ExcelValidationResult>WorkbookTypeCodeAndAttributesValidator.validateThatColumnsExistAndUserHasPermission(String typeCode, List<TypeSystemRow> standardAttributes, List<String> unknownAttributes)