Uses of Interface
de.hybris.platform.integrationservices.model.AttributeValueSetter
-
Packages that use AttributeValueSetter Package Description de.hybris.platform.integrationservices.model Contains generated models for each type of de.hybris.platform.integrationservices.jalo package.de.hybris.platform.integrationservices.model.impl -
-
Uses of AttributeValueSetter in de.hybris.platform.integrationservices.model
Subinterfaces of AttributeValueSetter in de.hybris.platform.integrationservices.model Modifier and Type Interface Description interfaceAttributeValueAccessorAn AttributeValueAccessor provides access, e.g.Methods in de.hybris.platform.integrationservices.model that return AttributeValueSetter Modifier and Type Method Description AttributeValueSetterAttributeValueSetterFactory. create(TypeAttributeDescriptor descriptor)Creates anAttributeValueSetterfor the givenTypeAttributeDescriptor -
Uses of AttributeValueSetter in de.hybris.platform.integrationservices.model.impl
Classes in de.hybris.platform.integrationservices.model.impl that implement AttributeValueSetter Modifier and Type Class Description classClassificationAttributeValueAccessorDeprecated, for removal: This API element is subject to removal in a future version.UseClassificationAttributeValueGetterinsteadclassDelegatingAttributeValueAccessorA default implementation theAttributeValueAccessor, which delegates its calls toAttributeValueSetterand toAttributeValueGetterclassNullAttributeValueAccessorDeprecated, for removal: This API element is subject to removal in a future version.UseDelegatingAttributeValueAccessordelegating toNullAttributeValueGetterand toNullAttributeValueSetterclassNullAttributeValueSetterAnAttributeValueSetterthat does not set any value in the modelclassStandardAttributeValueAccessorDeprecated, for removal: This API element is subject to removal in a future version.UseStandardAttributeValueGetterinsteadclassStandardAttributeValueSetterMethods in de.hybris.platform.integrationservices.model.impl that return AttributeValueSetter Modifier and Type Method Description AttributeValueSetterDefaultAttributeValueSetterFactory. create(TypeAttributeDescriptor descriptor)AttributeValueSetterNullAttributeValueSetterFactory. create(TypeAttributeDescriptor descriptor)Constructors in de.hybris.platform.integrationservices.model.impl with parameters of type AttributeValueSetter Constructor Description DelegatingAttributeValueAccessor(AttributeValueGetter get, AttributeValueSetter set)
-