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 NamedQueryNamedQueryConversionDto. getNamedQuery()NamedQueryNamedQuery. withCurrentPage(java.lang.Integer currentPage)NamedQueryNamedQuery. withPageSize(java.lang.Integer pageSize)NamedQueryNamedQuery. withParameters(java.util.Map<java.lang.String,? extends java.lang.Object> parameters)NamedQueryNamedQuery. withQueryName(java.lang.String queryName)NamedQueryNamedQuery. withSort(java.util.List<Sort> sort)Methods in de.hybris.platform.cms2.namedquery with parameters of type NamedQuery Modifier and Type Method Description voidNamedQueryConversionDto. setNamedQuery(NamedQuery namedQuery)NamedQueryConversionDtoNamedQueryConversionDto. 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 NamedQueryConversionDtoFlexibleSearchNamedQueryService. 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 NamedQueryDefaultUserGroupNamedQuerySearchService. 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 voidAbstractNamedQueryDataPopulator. 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 voidDefaultMediaFacade. 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 voidBasicNamedQueryDataPopulator. 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 NamedQueryDefaultProductCategorySearchService. getNamedQueryForProductCategorySearch(java.lang.String text, PageableData pageableData, CatalogVersionModel catalogVersion)Get the NamedQuery data bean for searching product categories.protected NamedQueryDefaultNamedQueryServiceProductSearchService. getNamedQueryForProductSearch(java.lang.String text, PageableData pageableData, CatalogVersionModel catalogVersion)Get the NamedQuery data bean for searching products.
-