Class DefaultAttributeValueGetterFactory
java.lang.Object
de.hybris.platform.integrationservices.model.impl.DefaultAttributeValueGetterFactory
- All Implemented Interfaces:
AttributeValueGetterFactory
public class DefaultAttributeValueGetterFactory
extends Object
implements AttributeValueGetterFactory
Default implementation of the
AttributeValueGetterFactory-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(TypeAttributeDescriptor descriptor) Creates anAttributeValueGetterfor the givenTypeAttributeDescriptorprotected ClassificationServiceprotected LogicExecutorFactoryprotected ModelServicevoidsetClassificationService(ClassificationService classificationService) voidsetLogicExecutorFactory(LogicExecutorFactory logicExecutorFactory) voidsetModelService(ModelService modelService)
-
Constructor Details
-
DefaultAttributeValueGetterFactory
public DefaultAttributeValueGetterFactory()
-
-
Method Details
-
create
Description copied from interface:AttributeValueGetterFactoryCreates anAttributeValueGetterfor the givenTypeAttributeDescriptor- Specified by:
createin interfaceAttributeValueGetterFactory- Parameters:
descriptor- The TypeAttributeDescriptor to associate with this AttributeValueGetter- Returns:
- The corresponding AttributeValueGetter for the descriptor. If the condition isn't met to create the appropriate getter, a default value getter is returned.
-
getModelService
-
setModelService
-
getClassificationService
-
setClassificationService
-
getLogicExecutorFactory
-
setLogicExecutorFactory
-