Class DefaultAttributeValueSetterFactory
java.lang.Object
de.hybris.platform.integrationservices.model.impl.DefaultAttributeValueSetterFactory
- All Implemented Interfaces:
AttributeValueSetterFactory
public class DefaultAttributeValueSetterFactory
extends Object
implements AttributeValueSetterFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(TypeAttributeDescriptor descriptor) Creates anAttributeValueSetterfor the givenTypeAttributeDescriptorprotected ModelServiceprotected List<ClassificationAttributeValueConverter>voidsetModelService(ModelService modelService) voidsetValueConverters(List<ClassificationAttributeValueConverter> valueConverters) voidsetValueHandlers(List<ClassificationAttributeValueHandler> valueHandlers)
-
Constructor Details
-
DefaultAttributeValueSetterFactory
public DefaultAttributeValueSetterFactory()
-
-
Method Details
-
create
Description copied from interface:AttributeValueSetterFactoryCreates anAttributeValueSetterfor the givenTypeAttributeDescriptor- Specified by:
createin interfaceAttributeValueSetterFactory- Parameters:
descriptor- The TypeAttributeDescriptor to associate with this AttributeValueSetter- Returns:
- The corresponding AttributeValueSetters for the descriptor. If the condition isn't met to create the appropriate setter, a default value setter is returned
-
getModelService
-
setModelService
-
getValueHandlers
-
setValueHandlers
-
getValueConverters
-
setValueConverters
-