Uses of Class
com.hybris.cockpitng.dataaccess.services.PropertyReadResult
-
Packages that use PropertyReadResult Package Description com.hybris.cockpitng.dataaccess.services com.hybris.cockpitng.dataaccess.services.impl com.hybris.cockpitng.widgets.util.impl -
-
Uses of PropertyReadResult in com.hybris.cockpitng.dataaccess.services
Methods in com.hybris.cockpitng.dataaccess.services that return PropertyReadResult Modifier and Type Method Description default PropertyReadResultPropertyValueService. readRestrictedValue(java.lang.Object sourceObject, java.lang.String propertyQualifiers)Read property value from source object.Methods in com.hybris.cockpitng.dataaccess.services that return types with arguments of type PropertyReadResult Modifier and Type Method Description default java.util.Map<java.util.Locale,PropertyReadResult>PropertyValueService. readRestrictedValue(java.lang.Object sourceObject, java.lang.String propertyQualifier, java.util.List<java.util.Locale> locales)Read localized qualifier values from source object.default java.util.Map<java.lang.String,PropertyReadResult>PropertyValueService. readRestrictedValues(java.lang.Object sourceObject, java.util.List<java.lang.String> propertyQualifiers)Read property values from source object.default java.util.Map<java.lang.String,PropertyReadResult>PropertyValueService. readRestrictedValues(java.lang.Object sourceObject, java.util.List<java.lang.String> propertyQualifiers, java.util.List<java.util.Locale> locales)Read qualifiers values from the source object. -
Uses of PropertyReadResult in com.hybris.cockpitng.dataaccess.services.impl
Methods in com.hybris.cockpitng.dataaccess.services.impl that return PropertyReadResult Modifier and Type Method Description protected PropertyReadResultDefaultPropertyValueService. createPropertyResult(java.lang.Object sourceObject, java.util.List<java.util.Locale> locales, java.lang.String qualifier)protected PropertyReadResultDefaultPropertyValueService. handleEvaluationException(org.springframework.expression.spel.SpelEvaluationException e)PropertyReadResultDefaultPropertyValueService. readRestrictedValue(java.lang.Object sourceObject, java.lang.String propertyQualifier)Methods in com.hybris.cockpitng.dataaccess.services.impl that return types with arguments of type PropertyReadResult Modifier and Type Method Description java.util.Map<java.util.Locale,PropertyReadResult>DefaultPropertyValueService. readRestrictedValue(java.lang.Object sourceObject, java.lang.String qualifier, java.util.List<java.util.Locale> locales)java.util.Map<java.lang.String,PropertyReadResult>DefaultPropertyValueService. readRestrictedValues(java.lang.Object sourceObject, java.util.List<java.lang.String> propertyQualifiers)java.util.Map<java.lang.String,PropertyReadResult>DefaultPropertyValueService. readRestrictedValues(java.lang.Object sourceObject, java.util.List<java.lang.String> qualifiers, java.util.List<java.util.Locale> locales) -
Uses of PropertyReadResult in com.hybris.cockpitng.widgets.util.impl
Methods in com.hybris.cockpitng.widgets.util.impl that return PropertyReadResult Modifier and Type Method Description protected PropertyReadResultDefaultWidgetRenderingUtils. readProperty(java.lang.Object object, DataType dataType, java.lang.String qualifier, DataAttribute attribute)Methods in com.hybris.cockpitng.widgets.util.impl with parameters of type PropertyReadResult Modifier and Type Method Description protected QualifierLabelDefaultWidgetRenderingUtils. computeLabel(java.lang.String qualifier, DataAttribute attribute, PropertyReadResult readResult)Computes label for property described by qualifier, attribute and read result.
-