Uses of Class
de.hybris.platform.cms2.namedquery.NamedQueryConversionDto
-
Packages that use NamedQueryConversionDto Package Description de.hybris.platform.cms2.namedquery de.hybris.platform.cms2.namedquery.service.impl -
-
Uses of NamedQueryConversionDto in de.hybris.platform.cms2.namedquery
Methods in de.hybris.platform.cms2.namedquery that return NamedQueryConversionDto Modifier and Type Method Description NamedQueryConversionDtoNamedQueryConversionDto. withNamedQuery(NamedQuery namedQuery)NamedQueryConversionDtoNamedQueryConversionDto. withQuery(java.lang.String query) -
Uses of NamedQueryConversionDto in de.hybris.platform.cms2.namedquery.service.impl
Methods in de.hybris.platform.cms2.namedquery.service.impl that return NamedQueryConversionDto Modifier and Type Method Description protected NamedQueryConversionDtoFlexibleSearchNamedQueryService. getInternalNamedQuery(NamedQuery namedQuery, java.lang.String query)Creates the internal named query object, which contains the query statementMethods in de.hybris.platform.cms2.namedquery.service.impl with parameters of type NamedQueryConversionDto Modifier and Type Method Description FlexibleSearchQueryFlexibleSearchNamedQueryConverter. convert(NamedQueryConversionDto namedQueryConversion)
-