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 Constructor Description ImportBatchContentModelAttributeHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImportBatchContentModelget(ImportBatchModel model)Holds logic behind getter for dynamic attribute.voidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService)-
Methods inherited from class de.hybris.platform.servicelayer.model.attribute.AbstractDynamicAttributeHandler
set
-
-
-
-
Method Detail
-
get
@Nullable public ImportBatchContentModel get(ImportBatchModel model)
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
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
-
-