Class FromTypeCodeToAttributeDescriptorsMapper
java.lang.Object
com.hybris.backoffice.excel.template.mapper.FromTypeCodeToAttributeDescriptorsMapper
- All Implemented Interfaces:
ExcelMapper<String,,AttributeDescriptorModel> ToAttributeDescriptorsMapper<String>,Function<String,Collection<AttributeDescriptorModel>>
public class FromTypeCodeToAttributeDescriptorsMapper
extends Object
implements ToAttributeDescriptorsMapper<String>
Allows to map
String to Collection<AttributeDescriptorModel>-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetFilters(Collection<ExcelFilter<AttributeDescriptorModel>> filters) voidvoidsetTypeService(TypeService typeService) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hybris.backoffice.excel.template.mapper.ExcelMapper
filter
-
Constructor Details
-
FromTypeCodeToAttributeDescriptorsMapper
public FromTypeCodeToAttributeDescriptorsMapper()
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<String,Collection<AttributeDescriptorModel>>
-
setMapper
-
setTypeService
-
setFilters
-