Uses of Interface
de.hybris.platform.servicelayer.search.SearchResult
Packages that use SearchResult
Package
Description
-
Uses of SearchResult in com.hybris.backoffice.workflow.impl
Methods in com.hybris.backoffice.workflow.impl that return SearchResultModifier and TypeMethodDescriptionBackofficeWorkflowService.getAllAdhocWorkflows(EnumSet<WorkflowStatus> workflowsStatuses, Date adhocDateFrom, Date adhocDateTo, int startIndex, int pageSize) BackofficeWorkflowService.getAllWorkflows(EnumSet<WorkflowStatus> workflowsStatuses, Date dateFrom, Date dateTo, int startIndex, int pageSize) -
Uses of SearchResult in de.hybris.platform.adaptivesearch.daos.impl
Methods in de.hybris.platform.adaptivesearch.daos.impl with parameters of type SearchResultModifier and TypeMethodDescriptionprotected PaginationDataAbstractAsGenericDao.buildPagination(SearchResult<?> search) protected <T> SearchPageData<T>AbstractAsGenericDao.buildSearchPageData(SearchResult<T> searchResult, PaginationData requestPagination) -
Uses of SearchResult in de.hybris.platform.b2bacceleratorfacades.company
Methods in de.hybris.platform.b2bacceleratorfacades.company that return SearchResultModifier and TypeMethodDescriptionB2BAccountSummaryFacade.getAllDocumentTypes()Gets all document types.B2BAccountSummaryFacade.getOpenDocuments(MediaModel mediaModel) Gets open documents for a given Media Model. -
Uses of SearchResult in de.hybris.platform.b2bacceleratorfacades.company.impl
Methods in de.hybris.platform.b2bacceleratorfacades.company.impl that return SearchResultModifier and TypeMethodDescriptionDefaultB2BAccountSummaryFacade.getAllDocumentTypes()DefaultB2BAccountSummaryFacade.getOpenDocuments(MediaModel mediaModel) -
Uses of SearchResult in de.hybris.platform.b2bacceleratorservices.company
Methods in de.hybris.platform.b2bacceleratorservices.company that return SearchResultModifier and TypeMethodDescriptionB2BDocumentTypeService.getAllDocumentTypes()Gets all document types.B2BDocumentPaymentInfoService.getDocumentPaymentInfo(String documentNumber) Gets a list of document payment info associated to a Document.B2BDocumentService.getOpenDocuments(B2BUnitModel unit) Return all open documents for a given B2B Unit.B2BDocumentService.getOpenDocuments(MediaModel mediaModel) Returns all open documents for a given documentMediaModel -
Uses of SearchResult in de.hybris.platform.b2bacceleratorservices.company.impl
Methods in de.hybris.platform.b2bacceleratorservices.company.impl that return SearchResultModifier and TypeMethodDescriptionDefaultB2BDocumentTypeService.getAllDocumentTypes()DefaultB2BDocumentPaymentInfoService.getDocumentPaymentInfo(String documentNumber) DefaultB2BDocumentService.getOpenDocuments(B2BUnitModel unit) DefaultB2BDocumentService.getOpenDocuments(MediaModel mediaModel) -
Uses of SearchResult in de.hybris.platform.b2bacceleratorservices.dao
Methods in de.hybris.platform.b2bacceleratorservices.dao that return SearchResultModifier and TypeMethodDescriptionB2BDocumentDao.findDocument(String b2bUnitCode, String documentNumber) Find a single document given the criteriaB2BDocumentDao.findOldDocumentMedia(int numberOfDays, List<B2BDocumentTypeModel> documentTypes, List<DocumentStatus> documentStatuses) B2BDocumentTypeDao.getAllDocumentTypes()Gets all document types.B2BDocumentPaymentInfoDao.getDocumentPaymentInfo(String documentNumber) Gets a list of document payments associated to a Document.B2BDocumentDao.getOpenDocuments(B2BUnitModel unit) Gets all open documents for a given B2B Unit.B2BDocumentDao.getOpenDocuments(MediaModel mediaModel) Gets all open documents for a given MediaModel. -
Uses of SearchResult in de.hybris.platform.b2bacceleratorservices.dao.impl
Methods in de.hybris.platform.b2bacceleratorservices.dao.impl that return SearchResultModifier and TypeMethodDescriptionDefaultB2BDocumentDao.findDocument(String b2bUnitCode, String documentNumber) DefaultB2BDocumentDao.findOldDocumentMedia(int numberOfDays, List<B2BDocumentTypeModel> documentTypes, List<DocumentStatus> documentStatuses) DefaultB2BDocumentTypeDao.getAllDocumentTypes()DefaultB2BDocumentPaymentInfoDao.getDocumentPaymentInfo(String documentNumber) DefaultB2BDocumentDao.getOpenDocuments(B2BUnitModel unit) DefaultB2BDocumentDao.getOpenDocuments(MediaModel mediaModel) -
Uses of SearchResult in de.hybris.platform.classification.daos
Methods in de.hybris.platform.classification.daos that return SearchResultModifier and TypeMethodDescriptionClassificationDao.findProductsByAttributeValues(CategoryModel category, Map<ClassAttributeAssignmentModel, Object> attributeValues, int start, int count) Find all products by category and filter. -
Uses of SearchResult in de.hybris.platform.classification.daos.impl
Methods in de.hybris.platform.classification.daos.impl that return SearchResultModifier and TypeMethodDescriptionDefaultClassificationDao.findProductsByAttributeValues(CategoryModel category, Map<ClassAttributeAssignmentModel, Object> attributeValues, int start, int count) Find products by a filter. -
Uses of SearchResult in de.hybris.platform.cms2.cmsitems.service
Methods in de.hybris.platform.cms2.cmsitems.service that return SearchResultModifier and TypeMethodDescriptionCMSItemSearchService.findCMSItems(CMSItemSearchData cmsItemSearchData, PageableData pageableData) Paged Search for CMSItems -
Uses of SearchResult in de.hybris.platform.cms2.cmsitems.service.impl
Methods in de.hybris.platform.cms2.cmsitems.service.impl that return SearchResultModifier and TypeMethodDescriptionDefaultFlexibleCMSItemSearchService.findCMSItems(CMSItemSearchData cmsItemSearchData, PageableData pageableData) Paged Search for CMSItems -
Uses of SearchResult in de.hybris.platform.cms2.namedquery.service
Methods in de.hybris.platform.cms2.namedquery.service that return SearchResultModifier and TypeMethodDescription<T> SearchResult<T>NamedQueryService.getSearchResult(NamedQuery namedQuery) Performs a search based on the given namedQuery attribute -
Uses of SearchResult in de.hybris.platform.cms2.namedquery.service.impl
Methods in de.hybris.platform.cms2.namedquery.service.impl that return SearchResultModifier and TypeMethodDescription<T> SearchResult<T>FlexibleSearchNamedQueryService.getSearchResult(NamedQuery namedQuery) -
Uses of SearchResult in de.hybris.platform.cms2.servicelayer.daos
Methods in de.hybris.platform.cms2.servicelayer.daos that return SearchResultModifier and TypeMethodDescriptionCMSWorkflowActionDao.findAllActiveWorkflowActionsByStatusAndPrincipals(Set<CronJobStatus> workflowStatuses, Collection<PrincipalModel> currentPrincipals, PageableData pageableData) This method finds all the activeWorkflowActionModelofAbstractPageModelattachment types for the given principals and specified workflow statuses.CMSComponentDao.findByCatalogVersionAndMask(CatalogVersionModel catalogVersionModel, String mask, PageableData pageableData) For a given mask used as filter and aPageableDataquery, will return a page object consisting of the content list of the requested page number and the total number of entities for the given maskCMSItemDao.findByTypeCodeAndName(CatalogVersionModel catalogVersion, String typeCode, String name) Find all CMS Items on a given catalog and typeCode matching the provided name.CMSMediaContainerDao.findMediaContainersForCatalogVersion(String text, CatalogVersionModel catalogVersion, PageableData pageableData) Finds media containers using a free-text form in a given catalog version.CMSMediaFolderDao.findMediaFolders(String qualifier, PageableData pageableData) Retrieve all media folders which have the specified qualifier value.CMSMediaDao.findMediasForCatalogVersion(String mask, String mimeType, CatalogVersionModel catalogVersion, PageableData pageableData) Finds medias using a free-mask form in a given catalog version.CMSWorkflowDao.findWorkflowsByAttachedItems(List<? extends CMSItemModel> items, Set<CronJobStatus> statuses, PageableData pageableData) This is the paginated version ofCMSWorkflowDao.findAllWorkflowsByAttachedItems(List, Set) -
Uses of SearchResult in de.hybris.platform.cms2.servicelayer.daos.impl
Methods in de.hybris.platform.cms2.servicelayer.daos.impl that return SearchResultModifier and TypeMethodDescriptionDefaultCMSWorkflowActionDao.findAllActiveWorkflowActionsByStatusAndPrincipals(Set<CronJobStatus> workflowStatuses, Collection<PrincipalModel> currentPrincipals, PageableData pageableData) DefaultCMSComponentDao.findByCatalogVersionAndMask(CatalogVersionModel catalogVersionModel, String mask, PageableData pageableData) DefaultCMSItemDao.findByTypeCodeAndName(CatalogVersionModel catalogVersion, String typeCode, String name) DefaultCMSMediaContainerDao.findMediaContainersForCatalogVersion(String text, CatalogVersionModel catalogVersion, PageableData pageableData) DefaultCMSMediaFolderDao.findMediaFolders(String qualifier, PageableData pageableData) DefaultCMSMediaDao.findMediasForCatalogVersion(String mask, String mimeType, CatalogVersionModel catalogVersion, PageableData pageableData) protected SearchResult<AbstractRestrictionModel>DefaultCMSRestrictionDao.findRestrictionsForPageInternal(AbstractPageModel page, CatalogVersionModel catalogVersion) DefaultCMSWorkflowDao.findWorkflowsByAttachedItems(List<? extends CMSItemModel> items, Set<CronJobStatus> statuses, PageableData pageableData) -
Uses of SearchResult in de.hybris.platform.cms2.servicelayer.services.admin
Methods in de.hybris.platform.cms2.servicelayer.services.admin that return SearchResultModifier and TypeMethodDescriptionCMSAdminComponentService.findByCatalogVersionAndMask(CatalogVersionModel catalogVersionModel, String mask, PageableData pageableData) For a given mask used as filter and aPageableDataquery, will return a page object consisting of the content list of the requested page number and the total number of entities for the given maskCMSAdminItemService.findByTypeCodeAndName(CatalogVersionModel catalogVersion, String typeCode, String name) Count the number of CMS Items on a given catalog, typeCode and name. -
Uses of SearchResult in de.hybris.platform.cms2.servicelayer.services.admin.impl
Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl that return SearchResultModifier and TypeMethodDescriptionDefaultCMSAdminComponentService.findByCatalogVersionAndMask(CatalogVersionModel catalogVersionModel, String mask, PageableData pageableData) DefaultCMSAdminItemService.findByTypeCodeAndName(CatalogVersionModel catalogVersion, String typeCode, String name) -
Uses of SearchResult in de.hybris.platform.cms2.usergroups.service
Methods in de.hybris.platform.cms2.usergroups.service that return SearchResultModifier and TypeMethodDescriptionUserGroupSearchService.findUserGroups(String text, PageableData pageableData) Method to find user groups using a free-text form. -
Uses of SearchResult in de.hybris.platform.cms2.usergroups.service.impl
Methods in de.hybris.platform.cms2.usergroups.service.impl that return SearchResultModifier and TypeMethodDescriptionDefaultUserGroupNamedQuerySearchService.findUserGroups(String text, PageableData pageableData) -
Uses of SearchResult in de.hybris.platform.cms2.version.service
Methods in de.hybris.platform.cms2.version.service that return SearchResultModifier and TypeMethodDescriptionCMSVersionSearchService.findVersions(CMSVersionSearchData cmsVersionSearchData, PageableData pageableData) Returns versions matching the search criteria -
Uses of SearchResult in de.hybris.platform.cms2.version.service.impl
Methods in de.hybris.platform.cms2.version.service.impl that return SearchResultModifier and TypeMethodDescriptionDefaultCMSVersionSearchService.findVersions(CMSVersionSearchData cmsVersionSearchData, PageableData pageableData) Returns versions matching the search criteria -
Uses of SearchResult in de.hybris.platform.cms2.workflow.service
Methods in de.hybris.platform.cms2.workflow.service that return SearchResultModifier and TypeMethodDescriptionCMSWorkflowActionService.findAllActiveWorkflowActionsByStatusAndPrincipals(Set<CronJobStatus> workflowStatuses, Collection<PrincipalModel> currentPrincipals, PageableData pageableData) This method finds all the activeWorkflowActionModelofAbstractPageModelattachment types for the given principals and specified workflow statuses.CMSWorkflowService.findWorkflowsForAttachedItemsAndStatuses(List<? extends CMSItemModel> items, Set<CronJobStatus> statuses, PageableData pageableData) This is the pageable version ofCMSWorkflowService.findAllWorkflowsByAttachedItems(List, Set)
This method finds allWorkflowModel, with the specified workflow statuses, to which the given items are attached to. -
Uses of SearchResult in de.hybris.platform.cms2.workflow.service.impl
Methods in de.hybris.platform.cms2.workflow.service.impl that return SearchResultModifier and TypeMethodDescriptionDefaultCMSWorkflowActionService.findAllActiveWorkflowActionsByStatusAndPrincipals(Set<CronJobStatus> workflowStatuses, Collection<PrincipalModel> currentPrincipals, PageableData pageableData) DefaultCMSWorkflowService.findWorkflowsForAttachedItemsAndStatuses(List<? extends CMSItemModel> items, Set<CronJobStatus> statuses, PageableData pageableData) -
Uses of SearchResult in de.hybris.platform.cmsfacades.cmsitems
Methods in de.hybris.platform.cmsfacades.cmsitems that return SearchResultModifier and TypeMethodDescriptionCMSItemFacade.findCMSItems(CMSItemSearchData cmsItemSearchData, PageableData pageableData) A paged Search for CMSItems in a given catalogversion. -
Uses of SearchResult in de.hybris.platform.cmsfacades.cmsitems.impl
Methods in de.hybris.platform.cmsfacades.cmsitems.impl that return SearchResultModifier and TypeMethodDescriptionDefaultCMSItemFacade.findCMSItems(CMSItemSearchData cmsItemSearchData, PageableData pageableData) -
Uses of SearchResult in de.hybris.platform.cmsfacades.common.service
Methods in de.hybris.platform.cmsfacades.common.service that return SearchResultModifier and TypeMethodDescription<S extends ItemModel,T>
SearchResult<T>SearchResultConverter.convert(SearchResult<S> modelSearchResult, Function<S, T> convertFunction) Methods in de.hybris.platform.cmsfacades.common.service with parameters of type SearchResultModifier and TypeMethodDescription<S extends ItemModel,T>
SearchResult<T>SearchResultConverter.convert(SearchResult<S> modelSearchResult, Function<S, T> convertFunction) -
Uses of SearchResult in de.hybris.platform.cmsfacades.common.service.impl
Methods in de.hybris.platform.cmsfacades.common.service.impl that return SearchResultModifier and TypeMethodDescription<S extends ItemModel,T>
SearchResult<T>DefaultSearchResultConverter.convert(SearchResult<S> modelSearchResult, Function<S, T> convertFunction) Methods in de.hybris.platform.cmsfacades.common.service.impl with parameters of type SearchResultModifier and TypeMethodDescription<S extends ItemModel,T>
SearchResult<T>DefaultSearchResultConverter.convert(SearchResult<S> modelSearchResult, Function<S, T> convertFunction) -
Uses of SearchResult in de.hybris.platform.cmsfacades.media
Methods in de.hybris.platform.cmsfacades.media that return SearchResultModifier and TypeMethodDescriptionCMSMediaFolderFacade.findMediaFolders(String text, PageableData pageableData) Finds media folders using a free-text form.default SearchResult<MediaData>MediaFacade.findMedias(String mask, String mimeType, PageableData pageableData) Finds medias using a free-text form. -
Uses of SearchResult in de.hybris.platform.cmsfacades.media.impl
Methods in de.hybris.platform.cmsfacades.media.impl that return SearchResultModifier and TypeMethodDescriptionDefaultCMSMediaFolderFacade.findMediaFolders(String text, PageableData pageableData) DefaultMediaFacade.findMedias(String mask, String mimeType, PageableData pageableData) -
Uses of SearchResult in de.hybris.platform.cmsfacades.media.service
Methods in de.hybris.platform.cmsfacades.media.service that return SearchResultModifier and TypeMethodDescriptionCMSMediaContainerService.findMediaContainersForCatalogVersion(String text, CatalogVersionModel catalogVersion, PageableData pageableData) Finds media containers using a free-text form in a given catalog version.CMSMediaFolderService.findMediaFolders(String text, PageableData pageableData) Finds media folders using a free-text.CMSMediaService.findMediasForCatalogVersion(String mask, String mimeType, CatalogVersionModel catalogVersion, PageableData pageableData) Finds medias using a free-text form in a given catalog version. -
Uses of SearchResult in de.hybris.platform.cmsfacades.media.service.impl
Methods in de.hybris.platform.cmsfacades.media.service.impl that return SearchResultModifier and TypeMethodDescriptionDefaultCMSMediaContainerService.findMediaContainersForCatalogVersion(String text, CatalogVersionModel catalogVersion, PageableData pageableData) DefaultCMSMediaFolderService.findMediaFolders(String text, PageableData pageableData) DefaultCMSMediaService.findMediasForCatalogVersion(String mask, String mimeType, CatalogVersionModel catalogVersion, PageableData pageableData) -
Uses of SearchResult in de.hybris.platform.cmsfacades.mediacontainers
Methods in de.hybris.platform.cmsfacades.mediacontainers that return SearchResultModifier and TypeMethodDescriptionMediaContainerFacade.findMediaContainers(String text, PageableData pageableData) Finds media containers using a free-text form. -
Uses of SearchResult in de.hybris.platform.cmsfacades.mediacontainers.impl
Methods in de.hybris.platform.cmsfacades.mediacontainers.impl that return SearchResultModifier and TypeMethodDescriptionDefaultMediaContainerFacade.findMediaContainers(String text, PageableData pageableData) -
Uses of SearchResult in de.hybris.platform.cmsfacades.products
Methods in de.hybris.platform.cmsfacades.products that return SearchResultModifier and TypeMethodDescriptionProductSearchFacade.findProductCategories(String text, PageableData pageableData) Method to find product categories using a free-text form.ProductSearchFacade.findProducts(String text, PageableData pageableData) Method to find products using a free-text form. -
Uses of SearchResult in de.hybris.platform.cmsfacades.products.impl
Methods in de.hybris.platform.cmsfacades.products.impl that return SearchResultModifier and TypeMethodDescriptionDefaultProductSearchFacade.findProductCategories(String text, PageableData pageableData) DefaultProductSearchFacade.findProducts(String text, PageableData pageableData) protected SearchResult<CategoryModel>DefaultProductSearchFacadeTest.prepareServiceNonEmptySearchResults() -
Uses of SearchResult in de.hybris.platform.cmsfacades.products.service
Methods in de.hybris.platform.cmsfacades.products.service that return SearchResultModifier and TypeMethodDescriptionProductCategorySearchService.findProductCategories(String text, PageableData pageableData, CatalogVersionModel catalogVersion) Method to find product categories using a free-text form.ProductSearchService.findProducts(String text, PageableData pageableData, CatalogVersionModel catalogVersion) Method to find products using a free-text form. -
Uses of SearchResult in de.hybris.platform.cmsfacades.products.service.impl
Methods in de.hybris.platform.cmsfacades.products.service.impl that return SearchResultModifier and TypeMethodDescriptionDefaultProductCategorySearchService.findProductCategories(String text, PageableData pageableData, CatalogVersionModel catalogVersion) DefaultNamedQueryServiceProductSearchService.findProducts(String text, PageableData pageableData, CatalogVersionModel catalogVersion) -
Uses of SearchResult in de.hybris.platform.cmsfacades.types
Methods in de.hybris.platform.cmsfacades.types that return SearchResultModifier and TypeMethodDescriptiondefault SearchResult<ComponentTypeData>ComponentTypeFacade.getAllComponentTypesForPage(CMSComponentTypesForPageSearchData searchData, PageableData pageableData) A paged Search for ComponentTypes that are valid to be used in a given page. -
Uses of SearchResult in de.hybris.platform.cmsfacades.types.impl
Methods in de.hybris.platform.cmsfacades.types.impl that return SearchResultModifier and TypeMethodDescriptionDefaultComponentTypeFacade.getAllComponentTypesForPage(CMSComponentTypesForPageSearchData searchData, PageableData pageableData) -
Uses of SearchResult in de.hybris.platform.cmsfacades.usergroups
Methods in de.hybris.platform.cmsfacades.usergroups that return SearchResultModifier and TypeMethodDescriptionUserGroupFacade.findUserGroups(String text, PageableData pageableData) Method to find user groups using a free-text form. -
Uses of SearchResult in de.hybris.platform.cmsfacades.usergroups.impl
Methods in de.hybris.platform.cmsfacades.usergroups.impl that return SearchResultModifier and TypeMethodDescriptionDefaultUserGroupFacade.findUserGroups(String text, PageableData pageableData) -
Uses of SearchResult in de.hybris.platform.cmsfacades.version
Methods in de.hybris.platform.cmsfacades.version that return SearchResultModifier and TypeMethodDescriptionCMSVersionFacade.findVersionsForItem(String itemUUID, String mask, PageableData pageableData) Retrieves a paginated result of CMSVersionData matching the search criteria -
Uses of SearchResult in de.hybris.platform.cmsfacades.version.impl
Methods in de.hybris.platform.cmsfacades.version.impl that return SearchResultModifier and TypeMethodDescriptionDefaultCMSVersionFacade.findVersionsForItem(String itemUUID, String mask, PageableData pageableData) -
Uses of SearchResult in de.hybris.platform.cmsfacades.workflow
Methods in de.hybris.platform.cmsfacades.workflow that return SearchResultModifier and TypeMethodDescriptionCMSWorkflowFacade.findAllWorkflows(CMSWorkflowData workflowData, PageableData pageableData) Finds all workflows containing the given attachment for the specified workflow statuses.CMSWorkflowActionFacade.findAllWorkflowTasks(PageableData pageableData) Returns paginated list of workflow tasks.CMSWorkflowActionFacade.getActionComments(String workflowCode, String actionCode, PageableData pageableData) Returns paginated list of action comments. -
Uses of SearchResult in de.hybris.platform.cmsfacades.workflow.impl
Methods in de.hybris.platform.cmsfacades.workflow.impl that return SearchResultModifier and TypeMethodDescriptionDefaultCMSWorkflowFacade.findAllWorkflows(CMSWorkflowData workflowData, PageableData pageableData) DefaultCMSWorkflowActionFacade.findAllWorkflowTasks(PageableData pageableData) DefaultCMSWorkflowActionFacade.getActionComments(String workflowCode, String actionCode, PageableData pageableData) -
Uses of SearchResult in de.hybris.platform.cmssmarteditwebservices.pages.controller
Methods in de.hybris.platform.cmssmarteditwebservices.pages.controller with parameters of type SearchResultModifier and TypeMethodDescriptionprotected CMSComponentTypeListWsDTOPageComponentTypesController.buildReply(SearchResult<ComponentTypeData> searchResult, String fields) -
Uses of SearchResult in de.hybris.platform.cmssmarteditwebservices.products.facade
Methods in de.hybris.platform.cmssmarteditwebservices.products.facade that return SearchResultModifier and TypeMethodDescriptionProductSearchFacade.findProductCategories(String text, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.default SearchResult<CategoryData>ProductSearchFacade.findProductCategories(String text, PageableData pageableData, String langIsoCode) Method to find product categories using a free-text form.ProductSearchFacade.findProducts(String text, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.since 2005, please useProductSearchFacade.findProducts(String, PageableData, String)default SearchResult<ProductData>ProductSearchFacade.findProducts(String text, PageableData pageableData, String langIsoCode) Method to find products using a free-text form. -
Uses of SearchResult in de.hybris.platform.cmssmarteditwebservices.products.facade.impl
Methods in de.hybris.platform.cmssmarteditwebservices.products.facade.impl that return SearchResultModifier and TypeMethodDescriptionDefaultProductSearchFacade.findProductCategories(String text, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.since 2005, please useProductSearchFacade.findProductCategories(String, PageableData, String)DefaultProductSearchFacade.findProductCategories(String text, PageableData pageableData, String langIsoCode) DefaultProductSearchFacade.findProducts(String text, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.since 2005, please useProductSearchFacade.findProducts(String, PageableData, String)DefaultProductSearchFacade.findProducts(String text, PageableData pageableData, String langIsoCode) -
Uses of SearchResult in de.hybris.platform.cockpit.daos
Methods in de.hybris.platform.cockpit.daos that return SearchResultModifier and TypeMethodDescriptionSynchronizationServiceDao.getSyncSources(ItemModel model) Gets the sync sources.SynchronizationServiceDao.getSyncSourcesAndTargets(ItemModel model) Gets the sync sources and targets in one result.SynchronizationServiceDao.getSyncTargets(ItemModel model) Gets the sync targets. -
Uses of SearchResult in de.hybris.platform.cockpit.daos.impl
Methods in de.hybris.platform.cockpit.daos.impl that return SearchResultModifier and TypeMethodDescriptionprotected SearchResult<ObjectCollectionItemReferenceModel>DefaultCockpitObjectAbstractCollectionDao.findElementsInternal(CockpitObjectAbstractCollectionModel collection, int start, int count, boolean needTotal) DefaultCockpitObjectAbstractCollectionDao.getElementsContainingItemInternal(CockpitObjectAbstractCollectionModel collection, ItemModel item, int count) DefaultSynchronizationServiceDao.getSyncSources(ItemModel model) DefaultSynchronizationServiceDao.getSyncSourcesAndTargets(ItemModel model) DefaultSynchronizationServiceDao.getSyncTargets(ItemModel model) -
Uses of SearchResult in de.hybris.platform.comments.services
Methods in de.hybris.platform.comments.services that return SearchResultModifier and TypeMethodDescriptionCommentDao.findAll(UserModel user, Collection<ComponentModel> components, int offset, int count) Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useCommentDao.findCommentsByUser(UserModel, Collection, int, int)CommentDao.findAllByItem(UserModel user, Collection<ComponentModel> components, ItemModel item, int offset, int count) Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useCommentDao.findCommentsByItem(UserModel, Collection, ItemModel, int, int)CommentDao.findAllByItemAndType(UserModel user, Collection<ComponentModel> components, ItemModel item, Collection<CommentTypeModel> types, int offset, int count) Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useCommentDao.findCommentsByItemAndType(UserModel, Collection, ItemModel, Collection, int, int)CommentDao.findAllByType(UserModel user, Collection<ComponentModel> components, Collection<CommentTypeModel> types, int offset, int count) Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useCommentDao.findCommentsByType(UserModel, Collection, Collection, int, int)CommentDao.findAllDirectReplies(CommentModel comment, int offset, int count) Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useCommentDao.findDirectRepliesByComment(CommentModel, int, int)CommentDao.findUserSettingByComment(UserModel user, AbstractCommentModel comment) Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useCommentDao.findUserSettingsByComment(UserModel, AbstractCommentModel) -
Uses of SearchResult in de.hybris.platform.comments.services.impl
Methods in de.hybris.platform.comments.services.impl that return SearchResultModifier and TypeMethodDescriptionDefaultCommentDao.findAll(UserModel user, Collection<ComponentModel> components, int offset, int count) Deprecated, for removal: This API element is subject to removal in a future version.since agesDefaultCommentDao.findAllByItem(UserModel user, Collection<ComponentModel> components, ItemModel item, int offset, int count) Deprecated, for removal: This API element is subject to removal in a future version.since agesDefaultCommentDao.findAllByItemAndType(UserModel user, Collection<ComponentModel> components, ItemModel item, Collection<CommentTypeModel> types, int offset, int count) Deprecated, for removal: This API element is subject to removal in a future version.since agesDefaultCommentDao.findAllByType(UserModel user, Collection<ComponentModel> components, Collection<CommentTypeModel> types, int offset, int count) Deprecated, for removal: This API element is subject to removal in a future version.since agesDefaultCommentDao.findAllDirectReplies(CommentModel comment, int offset, int count) Deprecated, for removal: This API element is subject to removal in a future version.since agesprotected SearchResult<CommentModel>DefaultCommentDao.findAllInternal(UserModel user, Collection<ComponentModel> components, Collection<CommentTypeModel> types, ItemModel item, int offset, int count) DefaultCommentDao.findUserSettingByComment(UserModel user, AbstractCommentModel commentItem) Deprecated, for removal: This API element is subject to removal in a future version.since agesprotected <T extends AbstractItemModel>
SearchResult<T>DefaultCommentDao.searchInternal(String query, Map<String, Object> params, int offset, int count) -
Uses of SearchResult in de.hybris.platform.commerceservices.multisite.restrictions
Methods in de.hybris.platform.commerceservices.multisite.restrictions that return SearchResultModifier and TypeMethodDescriptionprotected <T> SearchResult<T>MultiSiteSearchRestrictionTest.getAllResults(String typeCode) -
Uses of SearchResult in de.hybris.platform.commerceservices.order.dao
Methods in de.hybris.platform.commerceservices.order.dao that return SearchResultModifier and TypeMethodDescriptionCommerceQuoteDao.findQuotesExpired(Date currentDate, QuoteNotificationType quoteNotificationType, Set<QuoteState> quoteStates) Returns a list of active (last version) quotes filtered by given statuses which are expiredCommerceQuoteDao.findQuotesSoonToExpire(Date expiredAfter, Date expiredBy, QuoteNotificationType quoteNotificationType, Set<QuoteState> quoteStates) Returns a list of active (last version) quotes filtered by given statuses which will expire by the specified date -
Uses of SearchResult in de.hybris.platform.commerceservices.order.dao.impl
Methods in de.hybris.platform.commerceservices.order.dao.impl that return SearchResultModifier and TypeMethodDescriptionDefaultCommerceQuoteDao.findQuotesExpired(Date currentDate, QuoteNotificationType notificationType, Set<QuoteState> quoteStates) DefaultCommerceQuoteDao.findQuotesSoonToExpire(Date expiredAfter, Date expiredBy, QuoteNotificationType notificationType, Set<QuoteState> quoteStates) -
Uses of SearchResult in de.hybris.platform.commerceservices.search.flexiblesearch.impl
Methods in de.hybris.platform.commerceservices.search.flexiblesearch.impl with parameters of type SearchResultModifier and TypeMethodDescriptionprotected <T> SearchPageData<T>DefaultPagedFlexibleSearchService.createPagedSearchResult(SearchResult<T> searchResult, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.protected <T> PaginationDataDefaultPagedFlexibleSearchService.createPagination(PageableData pageableData, SearchResult<T> searchResult) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SearchResult in de.hybris.platform.genericsearch
Methods in de.hybris.platform.genericsearch that return SearchResultModifier and TypeMethodDescription<T> SearchResult<T>GenericSearchService.search(GenericQuery query) Initiates a search with the givenGenericQueryobject.<T> SearchResult<T>GenericSearchService.search(GenericSearchQuery query) Initiates a search with the givenGenericSearchQueryobject. -
Uses of SearchResult in de.hybris.platform.genericsearch.impl
Methods in de.hybris.platform.genericsearch.impl that return SearchResultModifier and TypeMethodDescriptionDefaultGenericSearchService.search(GenericQuery query) Initiates a search with the givenGenericQueryobject.DefaultGenericSearchService.search(GenericSearchQuery genericSearchQuery) Initiates a search with the givenGenericSearchQueryobject. -
Uses of SearchResult in de.hybris.platform.hac.dao
Methods in de.hybris.platform.hac.dao that return SearchResultModifier and TypeMethodDescriptionCreditCardPaymentInfoDao.getAllCreditCardsRawData(int start, int count, int orderByColNum, CreditCardPaymentInfoDao.SortDirection sortDirection) Gets the all credit cards raw info data which containsCreditCardPaymentInfoModel.PK,CreditCardPaymentInfoModel.TYPEandCreditCardPaymentInfoModel.NUMBER. -
Uses of SearchResult in de.hybris.platform.hac.dao.impl
Methods in de.hybris.platform.hac.dao.impl that return SearchResultModifier and TypeMethodDescriptionDefaultCardPaymentInfoDao.getAllCreditCardsRawData(int start, int count, int orderByColNum, CreditCardPaymentInfoDao.SortDirection sortDirection) -
Uses of SearchResult in de.hybris.platform.impex.jalo.imp
Methods in de.hybris.platform.impex.jalo.imp that return SearchResultModifier and TypeMethodDescriptionprotected SearchResult<Object>DefaultImportProcessorTest.getAddressSearchResult()protected SearchResult<Object>DefaultImportProcessorTest.getTitleSearchResult() -
Uses of SearchResult in de.hybris.platform.integrationservices.search
Methods in de.hybris.platform.integrationservices.search with parameters of type SearchResultModifier and TypeMethodDescriptionstatic <T> ItemSearchResult<T>ItemSearchResult.createFrom(SearchResult<T> result) Creates new item search result instance from the specified Flexible Search result. -
Uses of SearchResult in de.hybris.platform.odata2services.odata.persistence.lookup
Methods in de.hybris.platform.odata2services.odata.persistence.lookup that return SearchResultModifier and TypeMethodDescriptionprotected SearchResult<ItemModel>DefaultItemLookupStrategy.search(FlexibleSearchQueryBuilder builder) Deprecated, for removal: This API element is subject to removal in a future version.protected SearchResult<ItemModel>DefaultItemLookupStrategy.search(FlexibleSearchQuery query) Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.odata2services.odata.persistence.lookup with parameters of type SearchResultModifier and TypeMethodDescriptionstatic <T> ItemLookupResult<T>ItemLookupResult.createFrom(SearchResult<T> result) -
Uses of SearchResult in de.hybris.platform.personalizationcms.setup
Methods in de.hybris.platform.personalizationcms.setup that return SearchResultModifier and TypeMethodDescriptionprotected SearchResult<CxCmsComponentContainerModel>PersonalizationcmsSystemSetup.getCxContainers(int start) -
Uses of SearchResult in de.hybris.platform.personalizationcmsweb.queries
Methods in de.hybris.platform.personalizationcmsweb.queries with parameters of type SearchResultModifier and TypeMethodDescriptionprotected CxCmsComponentsListWsDTOCmsContainersFromVariationQueryExecutor.readResults(SearchResult<String> searchResult) -
Uses of SearchResult in de.hybris.platform.personalizationfacades
Fields in de.hybris.platform.personalizationfacades declared as SearchResultModifier and TypeFieldDescriptionstatic final SearchResultAbstractBaseFacade.EMPTY_SEARCH_RESULT -
Uses of SearchResult in de.hybris.platform.personalizationservices.setup
Methods in de.hybris.platform.personalizationservices.setup that return SearchResultModifier and TypeMethodDescriptionprotected SearchResult<CxConfigModel>PersonalizationServicesSystemSetup.getCxConfigs()protected SearchResult<CxResultsModel>PersonalizationServicesSystemSetup.getResultsForDelete(PaginationData pagination) protected SearchResult<CxUserToSegmentModel>PersonalizationServicesSystemSetup.getUserSegmentsForUpdate(int start) -
Uses of SearchResult in de.hybris.platform.personalizationwebservices.queries.impl
Methods in de.hybris.platform.personalizationwebservices.queries.impl with parameters of type SearchResultModifier and TypeMethodDescriptionprotected abstract TAbstractFlexibleSearchRestQueryExecutor.readResults(SearchResult<Q> searchResult) -
Uses of SearchResult in de.hybris.platform.product
Methods in de.hybris.platform.product that return SearchResultModifier and TypeMethodDescriptionProductService.getProducts(CategoryModel category, int start, int count) Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useProductService.getProductsForCategory(CategoryModel, int, int) -
Uses of SearchResult in de.hybris.platform.product.daos
Methods in de.hybris.platform.product.daos that return SearchResultModifier and TypeMethodDescriptionProductDao.findProductsByCategory(CategoryModel category, int start, int count) Returns for the givenCategoryModeland all sub categories all foundProductModels. -
Uses of SearchResult in de.hybris.platform.product.daos.impl
Methods in de.hybris.platform.product.daos.impl that return SearchResultModifier and TypeMethodDescriptionDefaultProductDao.findProductsByCategory(CategoryModel category, int start, int count) -
Uses of SearchResult in de.hybris.platform.product.impl
Methods in de.hybris.platform.product.impl that return SearchResultModifier and TypeMethodDescriptionDefaultProductDao.findAllByCategory(CategoryModel category, int start, int count) Deprecated, for removal: This API element is subject to removal in a future version.ProductDao.findAllByCategory(CategoryModel category, int start, int count) Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useProductDao.findProductsByCategory(CategoryModel, int, int)DefaultProductService.getProducts(CategoryModel category, int start, int count) Deprecated, for removal: This API element is subject to removal in a future version.since ages -
Uses of SearchResult in de.hybris.platform.servicelayer.internal.dao
Methods in de.hybris.platform.servicelayer.internal.dao that return SearchResultModifier and TypeMethodDescriptionprotected <T> SearchResult<T>AbstractItemDao.search(FlexibleSearchQuery searchQuery) protected <T> SearchResult<T> -
Uses of SearchResult in de.hybris.platform.servicelayer.search
Methods in de.hybris.platform.servicelayer.search that return SearchResultModifier and TypeMethodDescription<T> SearchResult<T>FlexibleSearchService.search(FlexibleSearchQuery searchQuery) Search.<T> SearchResult<T>Simplest search available.<T> SearchResult<T>Convenience method which internally delegates toFlexibleSearchService.search(FlexibleSearchQuery).<T> SearchResult<T>FlexibleSearchService.searchRelation(ItemModel model, String attribute, int start, int count) This method is not implemented.<T> SearchResult<T>FlexibleSearchService.searchRelation(RelationQuery query) This method is not implemented. -
Uses of SearchResult in de.hybris.platform.servicelayer.search.impl
Classes in de.hybris.platform.servicelayer.search.impl that implement SearchResultModifier and TypeClassDescriptionclassImplementation of the servicelayer SearchResult interface.Methods in de.hybris.platform.servicelayer.search.impl that return SearchResultModifier and TypeMethodDescription<T> SearchResult<T>DefaultFlexibleSearchService.search(FlexibleSearchQuery query) Search.<T> SearchResult<T>Simplest search available.<T> SearchResult<T>Convenience method which internally delegates toFlexibleSearchService.search(FlexibleSearchQuery).<T> SearchResult<T>DefaultFlexibleSearchService.searchRelation(ItemModel model, String attribute, int start, int count) This method is not implemented.<T> SearchResult<T>DefaultFlexibleSearchService.searchRelation(RelationQuery query) This method is not implemented. -
Uses of SearchResult in de.hybris.platform.servicelayer.search.paginated.impl
Methods in de.hybris.platform.servicelayer.search.paginated.impl with parameters of type SearchResultModifier and TypeMethodDescriptionprotected <T> SearchPageData<T>DefaultPaginatedFlexibleSearchService.createPagedSearchResult(SearchResult<T> searchResult, SearchPageData searchPageData, DefaultPaginatedFlexibleSearchService.SearchResultInfo searchResultInfo) Returns an instance of {link SearchPageData} with givenSearchResult. -
Uses of SearchResult in de.hybris.platform.webservicescommons.pagination
Methods in de.hybris.platform.webservicescommons.pagination with parameters of type SearchResultModifier and TypeMethodDescriptionWebPaginationUtils.buildPagination(SearchResult<?> search) ExtractsPaginationWsDTOform data in providedSearchResult. -
Uses of SearchResult in de.hybris.platform.webservicescommons.pagination.impl
Methods in de.hybris.platform.webservicescommons.pagination.impl with parameters of type SearchResultModifier and TypeMethodDescriptionDefaultWebPaginationUtils.buildPagination(SearchResult<?> search) -
Uses of SearchResult in de.hybris.platform.workflow
Methods in de.hybris.platform.workflow that return SearchResultModifier and TypeMethodDescriptionWorkflowService.getAllAdhocWorkflows(EnumSet<WorkflowStatus> workflowsStatuses, Date adhocDateFrom, Date adhocDateTo, int startIndex, int pageSize) Pageable version of methodWorkflowService.getAllAdhocWorkflows(EnumSet, Date, Date)WorkflowService.getAllWorkflows(EnumSet<WorkflowStatus> workflowsStatuses, Date dateFrom, Date dateTo, int startIndex, int pageSize) Pageable version of methodWorkflowService.getAllWorkflows(EnumSet, Date, Date) -
Uses of SearchResult in de.hybris.platform.workflow.daos
Methods in de.hybris.platform.workflow.daos that return SearchResultModifier and TypeMethodDescriptionWorkflowDao.findAllAdhocWorkflows(Date adhocDateFrom, Date adhocDateTo, EnumSet<WorkflowStatus> workflowsStatuses, int startIndex, int pageSize) WorkflowDao.findAllWorkflows(Date dateFrom, Date dateTo, EnumSet<WorkflowStatus> workflowsStatuses, int startIndex, int pageSize) -
Uses of SearchResult in de.hybris.platform.workflow.daos.impl
Methods in de.hybris.platform.workflow.daos.impl that return SearchResultModifier and TypeMethodDescriptionDefaultWorkflowDao.findAllAdhocWorkflows(Date adhocDateFrom, Date adhocDateTo, EnumSet<WorkflowStatus> workflowsStatuses, int startIndex, int pageSize) DefaultWorkflowDao.findAllWorkflows(Date dateFrom, Date dateTo, EnumSet<WorkflowStatus> workflowsStatuses, int startIndex, int pageSize) -
Uses of SearchResult in de.hybris.platform.workflow.impl
Methods in de.hybris.platform.workflow.impl that return SearchResultModifier and TypeMethodDescriptionDefaultWorkflowService.getAllAdhocWorkflows(EnumSet<WorkflowStatus> workflowsStatuses, Date adhocDateFrom, Date adhocDateTo, int startIndex, int pageSize) DefaultWorkflowService.getAllWorkflows(EnumSet<WorkflowStatus> workflowsStatuses, Date dateFrom, Date dateTo, int startIndex, int pageSize)
ProductSearchFacade.findProductCategories(String, PageableData, String)