Uses of Class
de.hybris.platform.cms2.namedquery.NamedQuery
Packages that use NamedQuery
Package
Description
-
Uses of NamedQuery in de.hybris.platform.cms2.namedquery
Methods in de.hybris.platform.cms2.namedquery that return NamedQueryModifier and TypeMethodDescriptionNamedQueryConversionDto.getNamedQuery()NamedQuery.withCurrentPage(Integer currentPage) NamedQuery.withPageSize(Integer pageSize) NamedQuery.withParameters(Map<String, ? extends Object> parameters) NamedQuery.withQueryName(String queryName) Methods in de.hybris.platform.cms2.namedquery with parameters of type NamedQueryModifier and TypeMethodDescriptionvoidNamedQueryConversionDto.setNamedQuery(NamedQuery namedQuery) 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 NamedQueryModifier and TypeMethodDescription<T> SearchResult<T>NamedQueryService.getSearchResult(NamedQuery namedQuery) Performs a search based on the given namedQuery attribute<T> 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 NamedQueryModifier and TypeMethodDescriptionprotected NamedQueryConversionDtoFlexibleSearchNamedQueryService.getInternalNamedQuery(NamedQuery namedQuery, String query) Creates the internal named query object, which contains the query statement<T> SearchResult<T>FlexibleSearchNamedQueryService.getSearchResult(NamedQuery namedQuery) <T> 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 NamedQueryModifier and TypeMethodDescriptionprotected NamedQueryDefaultUserGroupNamedQuerySearchService.getNamedQueryForUserGroupSearch(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 NamedQueryModifier and TypeMethodDescriptionvoidAbstractNamedQueryDataPopulator.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 NamedQueryModifier and TypeMethodDescriptionprotected Converter<NamedQueryData,NamedQuery> DefaultMediaFacade.getMediaNamedQueryConverter()Method parameters in de.hybris.platform.cmsfacades.media.impl with type arguments of type NamedQueryModifier and TypeMethodDescriptionvoidDefaultMediaFacade.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 NamedQueryModifier and TypeMethodDescriptionvoidBasicNamedQueryDataPopulator.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 NamedQueryModifier and TypeMethodDescriptionprotected NamedQueryDefaultProductCategorySearchService.getNamedQueryForProductCategorySearch(String text, PageableData pageableData, CatalogVersionModel catalogVersion) Get the NamedQuery data bean for searching product categories.protected NamedQueryDefaultNamedQueryServiceProductSearchService.getNamedQueryForProductSearch(String text, PageableData pageableData, CatalogVersionModel catalogVersion) Get the NamedQuery data bean for searching products.