Class ImportBatchContentModelAttributeHandler
java.lang.Object
de.hybris.platform.servicelayer.model.attribute.AbstractDynamicAttributeHandler<ImportBatchContentModel,ImportBatchModel>
de.hybris.platform.impex.distributed.model.ImportBatchContentModelAttributeHandler
- All Implemented Interfaces:
DynamicAttributeHandler<ImportBatchContentModel,ImportBatchModel>
public class ImportBatchContentModelAttributeHandler
extends AbstractDynamicAttributeHandler<ImportBatchContentModel,ImportBatchModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(ImportBatchModel model) Holds logic behind getter for dynamic attribute.voidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService) Methods inherited from class de.hybris.platform.servicelayer.model.attribute.AbstractDynamicAttributeHandler
set
-
Constructor Details
-
ImportBatchContentModelAttributeHandler
public ImportBatchContentModelAttributeHandler()
-
-
Method Details
-
get
Description copied from interface:DynamicAttributeHandlerHolds logic behind getter for dynamic attribute.- Specified by:
getin interfaceDynamicAttributeHandler<ImportBatchContentModel,ImportBatchModel> - Overrides:
getin classAbstractDynamicAttributeHandler<ImportBatchContentModel,ImportBatchModel> - Parameters:
model- model for which dynamic attribute is declared.- Returns:
- computed value.
-
setFlexibleSearchService
-