Uses of Class
de.hybris.platform.platformbackoffice.services.converters.SavedQueryValue
Packages that use SavedQueryValue
Package
Description
-
Uses of SavedQueryValue in de.hybris.platform.platformbackoffice.services.converters
Methods in de.hybris.platform.platformbackoffice.services.converters that return SavedQueryValueModifier and TypeMethodDescriptionBackofficeSavedQueryValueConverter.convertValue(Object value, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute) Converts object into savedQueryValue - an object which holds value string representation and value metadata.Methods in de.hybris.platform.platformbackoffice.services.converters with parameters of type SavedQueryValueModifier and TypeMethodDescriptionBackofficeSavedQueryValueConverter.convertValue(SavedQueryValue savedQueryValue, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute) Converts savedQueryValue into object value. -
Uses of SavedQueryValue in de.hybris.platform.platformbackoffice.services.converters.impl
Methods in de.hybris.platform.platformbackoffice.services.converters.impl that return SavedQueryValueModifier and TypeMethodDescriptionAtomicValueConverter.convertValue(Object value, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute) HybrisEnumValueConverter.convertValue(Object value, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute) HybrisItemTypeValueConverter.convertValue(Object value, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute) Methods in de.hybris.platform.platformbackoffice.services.converters.impl with parameters of type SavedQueryValueModifier and TypeMethodDescriptionAtomicValueConverter.convertValue(SavedQueryValue queryValue, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute) HybrisEnumValueConverter.convertValue(SavedQueryValue savedQueryValue, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute) HybrisItemTypeValueConverter.convertValue(SavedQueryValue savedQueryValue, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute) protected LocaleAbstractValueConverter.getSavedQueryValueLocale(SavedQueryValue savedQueryValue, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute) -
Uses of SavedQueryValue in de.hybris.platform.platformbackoffice.services.impl
Methods in de.hybris.platform.platformbackoffice.services.impl that return SavedQueryValueModifier and TypeMethodDescriptionprotected SavedQueryValueBackofficeSavedQueriesServiceImpl.convertValue(Object value, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute) Methods in de.hybris.platform.platformbackoffice.services.impl with parameters of type SavedQueryValueModifier and TypeMethodDescriptionprotected ObjectBackofficeSavedQueriesServiceImpl.convertValue(SavedQueryValue savedQueryValue, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute)