Uses of Class
de.hybris.platform.platformbackoffice.services.converters.SavedQueryValue
-
-
Uses of SavedQueryValue in de.hybris.platform.platformbackoffice.services.converters
Methods in de.hybris.platform.platformbackoffice.services.converters that return SavedQueryValue Modifier and Type Method Description SavedQueryValueBackofficeSavedQueryValueConverter. convertValue(java.lang.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 SavedQueryValue Modifier and Type Method Description java.lang.ObjectBackofficeSavedQueryValueConverter. 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 SavedQueryValue Modifier and Type Method Description SavedQueryValueAtomicValueConverter. convertValue(java.lang.Object value, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute)SavedQueryValueHybrisEnumValueConverter. convertValue(java.lang.Object value, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute)SavedQueryValueHybrisItemTypeValueConverter. convertValue(java.lang.Object value, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute)Methods in de.hybris.platform.platformbackoffice.services.converters.impl with parameters of type SavedQueryValue Modifier and Type Method Description java.lang.ObjectAtomicValueConverter. convertValue(SavedQueryValue queryValue, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute)java.lang.ObjectHybrisEnumValueConverter. convertValue(SavedQueryValue savedQueryValue, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute)java.lang.ObjectHybrisItemTypeValueConverter. convertValue(SavedQueryValue savedQueryValue, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute)protected java.util.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 SavedQueryValue Modifier and Type Method Description protected SavedQueryValueBackofficeSavedQueriesServiceImpl. convertValue(java.lang.Object value, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute)Methods in de.hybris.platform.platformbackoffice.services.impl with parameters of type SavedQueryValue Modifier and Type Method Description protected java.lang.ObjectBackofficeSavedQueriesServiceImpl. convertValue(SavedQueryValue savedQueryValue, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute)
-