Uses of Class
de.hybris.platform.directpersistence.cache.SLDDataContainer.AttributeValue
-
Packages that use SLDDataContainer.AttributeValue Package Description de.hybris.platform.cms2.version.converter.impl de.hybris.platform.directpersistence.cache de.hybris.platform.directpersistence.read -
-
Uses of SLDDataContainer.AttributeValue in de.hybris.platform.cms2.version.converter.impl
Methods in de.hybris.platform.cms2.version.converter.impl that return SLDDataContainer.AttributeValue Modifier and Type Method Description protected SLDDataContainer.AttributeValueDefaultCMSVersionToDataConverter. prepareSimpleValueForSerialization(AttributeDescriptorModel attribute, java.lang.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.AttributeValue Modifier and Type Method Description SLDDataContainer.AttributeValueSLDDataContainer. getAttributeValue(java.lang.String attributeName, PK langPk)SLDDataContainer.AttributeValueSLDDataContainer. getPropertyValue(java.lang.String propertyName, PK langPk)Methods in de.hybris.platform.directpersistence.cache that return types with arguments of type SLDDataContainer.AttributeValue Modifier and Type Method Description java.util.List<SLDDataContainer.AttributeValue>SLDDataContainer. getAllAttributes()java.util.List<SLDDataContainer.AttributeValue>SLDDataContainer. getAllLocalizedAttributes()java.util.List<SLDDataContainer.AttributeValue>SLDDataContainer. getAllPropertyValues()Method parameters in de.hybris.platform.directpersistence.cache with type arguments of type SLDDataContainer.AttributeValue Modifier and Type Method Description SLDDataContainer.BuilderSLDDataContainer.Builder. withAttributes(java.util.List<SLDDataContainer.AttributeValue> attributeValues)SLDDataContainer.BuilderSLDDataContainer.Builder. withLocalizedAttributes(java.util.List<SLDDataContainer.AttributeValue> localizedAttributeValues)SLDDataContainer.BuilderSLDDataContainer.Builder. withProperties(java.util.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.AttributeValue Modifier and Type Method Description static AttributeValueAssertAttributeValueAssert. assertThat(SLDDataContainer.AttributeValue actual)Constructors in de.hybris.platform.directpersistence.read with parameters of type SLDDataContainer.AttributeValue Constructor Description AttributeValueAssert(SLDDataContainer.AttributeValue actual)
-