Uses of Class
de.hybris.platform.directpersistence.cache.SLDDataContainer.AttributeValue
Packages that use SLDDataContainer.AttributeValue
Package
Description
-
Uses of SLDDataContainer.AttributeValue in de.hybris.platform.cms2.version.converter.impl
Methods in de.hybris.platform.cms2.version.converter.impl that return SLDDataContainer.AttributeValueModifier and TypeMethodDescriptionprotected SLDDataContainer.AttributeValueDefaultCMSVersionToDataConverter.prepareSimpleValueForSerialization(AttributeDescriptorModel attribute, Object convertedValue) Packs the converted value inside a class supported byPayloadSerializer. -
Uses of SLDDataContainer.AttributeValue in de.hybris.platform.directpersistence.cache
Methods in de.hybris.platform.directpersistence.cache that return SLDDataContainer.AttributeValueModifier and TypeMethodDescriptionSLDDataContainer.getAttributeValue(String attributeName, PK langPk) SLDDataContainer.getPropertyValue(String propertyName, PK langPk) Methods in de.hybris.platform.directpersistence.cache that return types with arguments of type SLDDataContainer.AttributeValueModifier and TypeMethodDescriptionSLDDataContainer.getAllAttributes()SLDDataContainer.getAllLocalizedAttributes()SLDDataContainer.getAllPropertyValues()Method parameters in de.hybris.platform.directpersistence.cache with type arguments of type SLDDataContainer.AttributeValueModifier and TypeMethodDescriptionSLDDataContainer.Builder.withAttributes(List<SLDDataContainer.AttributeValue> attributeValues) SLDDataContainer.Builder.withLocalizedAttributes(List<SLDDataContainer.AttributeValue> localizedAttributeValues) SLDDataContainer.Builder.withProperties(List<SLDDataContainer.AttributeValue> propertyValues) -
Uses of SLDDataContainer.AttributeValue in de.hybris.platform.directpersistence.read
Methods in de.hybris.platform.directpersistence.read with parameters of type SLDDataContainer.AttributeValueModifier and TypeMethodDescriptionstatic AttributeValueAssertAttributeValueAssert.assertThat(SLDDataContainer.AttributeValue actual) Constructors in de.hybris.platform.directpersistence.read with parameters of type SLDDataContainer.AttributeValue