Uses of Class
de.hybris.platform.cms2.namedquery.NamedQuery
-
-
Uses of NamedQuery in de.hybris.platform.cms2.namedquery
Methods in de.hybris.platform.cms2.namedquery that return NamedQuery Modifier and Type Method Description NamedQuery
NamedQueryConversionDto. getNamedQuery()
NamedQuery
NamedQuery. withCurrentPage(java.lang.Integer currentPage)
NamedQuery
NamedQuery. withPageSize(java.lang.Integer pageSize)
NamedQuery
NamedQuery. withParameters(java.util.Map<java.lang.String,? extends java.lang.Object> parameters)
NamedQuery
NamedQuery. withQueryName(java.lang.String queryName)
NamedQuery
NamedQuery. withSort(java.util.List<Sort> sort)
Methods in de.hybris.platform.cms2.namedquery with parameters of type NamedQuery Modifier and Type Method Description void
NamedQueryConversionDto. setNamedQuery(NamedQuery namedQuery)
NamedQueryConversionDto
NamedQueryConversionDto. withNamedQuery(NamedQuery namedQuery)
-
Uses of NamedQuery in de.hybris.platform.cms2.namedquery.service
Methods in de.hybris.platform.cms2.namedquery.service with parameters of type NamedQuery Modifier and Type Method Description <T> SearchResult<T>
NamedQueryService. getSearchResult(NamedQuery namedQuery)
Performs a search based on the given namedQuery attribute<T> java.util.List<T>
NamedQueryService. search(NamedQuery namedQuery)
Performs a search based on the given namedQuery attribute -
Uses of NamedQuery in de.hybris.platform.cms2.namedquery.service.impl
Methods in de.hybris.platform.cms2.namedquery.service.impl with parameters of type NamedQuery Modifier and Type Method Description protected NamedQueryConversionDto
FlexibleSearchNamedQueryService. getInternalNamedQuery(NamedQuery namedQuery, java.lang.String query)
Creates the internal named query object, which contains the query statement<T> SearchResult<T>
FlexibleSearchNamedQueryService. getSearchResult(NamedQuery namedQuery)
<T> java.util.List<T>
FlexibleSearchNamedQueryService. search(NamedQuery namedQuery)
-
Uses of NamedQuery in de.hybris.platform.cms2.usergroups.service.impl
Methods in de.hybris.platform.cms2.usergroups.service.impl that return NamedQuery Modifier and Type Method Description protected NamedQuery
DefaultUserGroupNamedQuerySearchService. getNamedQueryForUserGroupSearch(java.lang.String text, PageableData pageableData)
-
Uses of NamedQuery in de.hybris.platform.cmsfacades.common.populator.impl
Methods in de.hybris.platform.cmsfacades.common.populator.impl with parameters of type NamedQuery Modifier and Type Method Description void
AbstractNamedQueryDataPopulator. populate(NamedQueryData namedQueryData, NamedQuery namedQuery)
-
Uses of NamedQuery in de.hybris.platform.cmsfacades.media.impl
Methods in de.hybris.platform.cmsfacades.media.impl that return types with arguments of type NamedQuery Modifier and Type Method Description protected Converter<NamedQueryData,NamedQuery>
DefaultMediaFacade. getMediaNamedQueryConverter()
Method parameters in de.hybris.platform.cmsfacades.media.impl with type arguments of type NamedQuery Modifier and Type Method Description void
DefaultMediaFacade. setMediaNamedQueryConverter(Converter<NamedQueryData,NamedQuery> mediaNamedQueryConverter)
-
Uses of NamedQuery in de.hybris.platform.cmsfacades.media.populator
Methods in de.hybris.platform.cmsfacades.media.populator with parameters of type NamedQuery Modifier and Type Method Description void
BasicNamedQueryDataPopulator. populate(NamedQueryData namedQueryData, NamedQuery namedQuery)
-
Uses of NamedQuery in de.hybris.platform.cmsfacades.products.service.impl
Methods in de.hybris.platform.cmsfacades.products.service.impl that return NamedQuery Modifier and Type Method Description protected NamedQuery
DefaultProductCategorySearchService. getNamedQueryForProductCategorySearch(java.lang.String text, PageableData pageableData, CatalogVersionModel catalogVersion)
Get the NamedQuery data bean for searching product categories.protected NamedQuery
DefaultNamedQueryServiceProductSearchService. getNamedQueryForProductSearch(java.lang.String text, PageableData pageableData, CatalogVersionModel catalogVersion)
Get the NamedQuery data bean for searching products.
-