Class FromTypeCodeToAttributeDescriptorsMapper
- java.lang.Object
-
- com.hybris.backoffice.excel.template.mapper.FromTypeCodeToAttributeDescriptorsMapper
-
- All Implemented Interfaces:
ExcelMapper<java.lang.String,AttributeDescriptorModel>,ToAttributeDescriptorsMapper<java.lang.String>,java.util.function.Function<java.lang.String,java.util.Collection<AttributeDescriptorModel>>
public class FromTypeCodeToAttributeDescriptorsMapper extends java.lang.Object implements ToAttributeDescriptorsMapper<java.lang.String>
Allows to mapStringto Collection<AttributeDescriptorModel>
-
-
Constructor Summary
Constructors Constructor Description FromTypeCodeToAttributeDescriptorsMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<AttributeDescriptorModel>apply(java.lang.String s)voidsetFilters(java.util.Collection<ExcelFilter<AttributeDescriptorModel>> filters)voidsetMapper(ExcelMapper<ComposedTypeModel,AttributeDescriptorModel> mapper)voidsetTypeService(TypeService typeService)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.hybris.backoffice.excel.template.mapper.ExcelMapper
filter
-
-
-
-
Method Detail
-
apply
public java.util.Collection<AttributeDescriptorModel> apply(java.lang.String s)
- Specified by:
applyin interfacejava.util.function.Function<java.lang.String,java.util.Collection<AttributeDescriptorModel>>
-
setMapper
public void setMapper(ExcelMapper<ComposedTypeModel,AttributeDescriptorModel> mapper)
-
setTypeService
public void setTypeService(TypeService typeService)
-
setFilters
public void setFilters(java.util.Collection<ExcelFilter<AttributeDescriptorModel>> filters)
-
-