Uses of Interface
de.hybris.platform.servicelayer.search.SearchResult
-
-
Uses of SearchResult in com.hybris.backoffice.workflow.impl
Methods in com.hybris.backoffice.workflow.impl that return SearchResult Modifier and Type Method Description SearchResult<WorkflowModel>BackofficeWorkflowService. getAllAdhocWorkflows(java.util.EnumSet<WorkflowStatus> workflowsStatuses, java.util.Date adhocDateFrom, java.util.Date adhocDateTo, int startIndex, int pageSize)SearchResult<WorkflowModel>BackofficeWorkflowService. getAllWorkflows(java.util.EnumSet<WorkflowStatus> workflowsStatuses, java.util.Date dateFrom, java.util.Date dateTo, int startIndex, int pageSize) -
Uses of SearchResult in de.hybris.platform.accountsummaryaddon.document.dao
Methods in de.hybris.platform.accountsummaryaddon.document.dao that return SearchResult Modifier and Type Method Description SearchResult<DocumentMediaModel>B2BDocumentDao. findOldDocumentMedia(int numberOfDays, java.util.List<B2BDocumentTypeModel> documentTypes, java.util.List<DocumentStatus> documentStatuses)SearchResult<B2BDocumentTypeModel>B2BDocumentTypeDao. getAllDocumentTypes()Gets all document types.SearchResult<B2BDocumentPaymentInfoModel>B2BDocumentPaymentInfoDao. getDocumentPaymentInfo(java.lang.String documentNumber)Gets a list of document payments associated to a Document.SearchResult<B2BDocumentModel>B2BDocumentDao. getOpenDocuments(B2BUnitModel unit)Gets all open documents for a given B2B Unit.SearchResult<B2BDocumentModel>B2BDocumentDao. getOpenDocuments(MediaModel mediaModel)Gets all open documents for a given MediaModel. -
Uses of SearchResult in de.hybris.platform.accountsummaryaddon.document.dao.impl
Methods in de.hybris.platform.accountsummaryaddon.document.dao.impl that return SearchResult Modifier and Type Method Description SearchResult<DocumentMediaModel>DefaultB2BDocumentDao. findOldDocumentMedia(int numberOfDays, java.util.List<B2BDocumentTypeModel> documentTypes, java.util.List<DocumentStatus> documentStatuses)SearchResult<B2BDocumentTypeModel>DefaultB2BDocumentTypeDao. getAllDocumentTypes()SearchResult<B2BDocumentPaymentInfoModel>DefaultB2BDocumentPaymentInfoDao. getDocumentPaymentInfo(java.lang.String documentNumber)SearchResult<B2BDocumentModel>DefaultB2BDocumentDao. getOpenDocuments(B2BUnitModel unit)SearchResult<B2BDocumentModel>DefaultB2BDocumentDao. getOpenDocuments(MediaModel mediaModel) -
Uses of SearchResult in de.hybris.platform.accountsummaryaddon.document.service
Methods in de.hybris.platform.accountsummaryaddon.document.service that return SearchResult Modifier and Type Method Description SearchResult<B2BDocumentTypeModel>B2BDocumentTypeService. getAllDocumentTypes()Gets all document types.SearchResult<B2BDocumentPaymentInfoModel>B2BDocumentPaymentInfoService. getDocumentPaymentInfo(java.lang.String documentNumber)Gets a list of document payment info associated to a Document.SearchResult<B2BDocumentModel>B2BDocumentService. getOpenDocuments(B2BUnitModel unit)Return all open documents for a given B2B Unit.SearchResult<B2BDocumentModel>B2BDocumentService. getOpenDocuments(MediaModel mediaModel)Returns all open documents for a given documentMediaModel -
Uses of SearchResult in de.hybris.platform.accountsummaryaddon.document.service.impl
Methods in de.hybris.platform.accountsummaryaddon.document.service.impl that return SearchResult Modifier and Type Method Description SearchResult<B2BDocumentTypeModel>DefaultB2BDocumentTypeService. getAllDocumentTypes()SearchResult<B2BDocumentPaymentInfoModel>DefaultB2BDocumentPaymentInfoService. getDocumentPaymentInfo(java.lang.String documentNumber)SearchResult<B2BDocumentModel>DefaultB2BDocumentService. getOpenDocuments(B2BUnitModel unit)SearchResult<B2BDocumentModel>DefaultB2BDocumentService. getOpenDocuments(MediaModel mediaModel) -
Uses of SearchResult in de.hybris.platform.accountsummaryaddon.facade
Methods in de.hybris.platform.accountsummaryaddon.facade that return SearchResult Modifier and Type Method Description SearchResult<B2BDocumentTypeModel>B2BAccountSummaryFacade. getAllDocumentTypes()Gets all document types.SearchResult<B2BDocumentModel>B2BAccountSummaryFacade. getOpenDocuments(MediaModel mediaModel)Gets open documents for a given Media Model. -
Uses of SearchResult in de.hybris.platform.accountsummaryaddon.facade.impl
Methods in de.hybris.platform.accountsummaryaddon.facade.impl that return SearchResult Modifier and Type Method Description SearchResult<B2BDocumentTypeModel>DefaultB2BAccountSummaryFacade. getAllDocumentTypes()SearchResult<B2BDocumentModel>DefaultB2BAccountSummaryFacade. getOpenDocuments(MediaModel mediaModel) -
Uses of SearchResult in de.hybris.platform.adaptivesearch.daos.impl
Methods in de.hybris.platform.adaptivesearch.daos.impl with parameters of type SearchResult Modifier and Type Method Description protected PaginationDataAbstractAsGenericDao. buildPagination(SearchResult<?> search)protected <T> SearchPageData<T>AbstractAsGenericDao. buildSearchPageData(SearchResult<T> searchResult, PaginationData requestPagination) -
Uses of SearchResult in de.hybris.platform.classification.daos
Methods in de.hybris.platform.classification.daos that return SearchResult Modifier and Type Method Description SearchResult<ProductModel>ClassificationDao. findProductsByAttributeValues(CategoryModel category, java.util.Map<ClassAttributeAssignmentModel,java.lang.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 SearchResult Modifier and Type Method Description SearchResult<ProductModel>DefaultClassificationDao. findProductsByAttributeValues(CategoryModel category, java.util.Map<ClassAttributeAssignmentModel,java.lang.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 SearchResult Modifier and Type Method Description SearchResult<CMSItemModel>CMSItemSearchService. 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 SearchResult Modifier and Type Method Description SearchResult<CMSItemModel>DefaultFlexibleCMSItemSearchService. 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 SearchResult Modifier and Type Method Description <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 SearchResult Modifier and Type Method Description <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 SearchResult Modifier and Type Method Description SearchResult<WorkflowActionModel>CMSWorkflowActionDao. findAllActiveWorkflowActionsByStatusAndPrincipals(java.util.Set<CronJobStatus> workflowStatuses, java.util.Collection<PrincipalModel> currentPrincipals, PageableData pageableData)This method finds all the activeWorkflowActionModelofAbstractPageModelattachment types for the given principals and specified workflow statuses.SearchResult<CMSVersionModel>CMSVersionGCDao. findAllExcludedBy(java.util.Collection<CMSVersionModel> excludedVersions, PageableData pageableData)Returns all cms versions omitting the excludedVersionsSearchResult<AbstractCMSComponentModel>CMSComponentDao. findByCatalogVersionAndMask(CatalogVersionModel catalogVersionModel, java.lang.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 maskSearchResult<CMSItemModel>CMSItemDao. findByTypeCodeAndName(CatalogVersionModel catalogVersion, java.lang.String typeCode, java.lang.String name)Find all CMS Items on a given catalog and typeCode matching the provided name.SearchResult<MediaContainerModel>CMSMediaContainerDao. findMediaContainersForCatalogVersion(java.lang.String text, CatalogVersionModel catalogVersion, PageableData pageableData)Finds media containers using a free-text form in a given catalog version.SearchResult<WorkflowModel>CMSWorkflowDao. findWorkflowsByAttachedItems(java.util.List<? extends CMSItemModel> items, java.util.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 SearchResult Modifier and Type Method Description SearchResult<WorkflowActionModel>DefaultCMSWorkflowActionDao. findAllActiveWorkflowActionsByStatusAndPrincipals(java.util.Set<CronJobStatus> workflowStatuses, java.util.Collection<PrincipalModel> currentPrincipals, PageableData pageableData)SearchResult<CMSVersionModel>DefaultCMSVersionGCDao. findAllExcludedBy(java.util.Collection<CMSVersionModel> excludedVersions, PageableData pageableData)SearchResult<AbstractCMSComponentModel>DefaultCMSComponentDao. findByCatalogVersionAndMask(CatalogVersionModel catalogVersionModel, java.lang.String mask, PageableData pageableData)SearchResult<CMSItemModel>DefaultCMSItemDao. findByTypeCodeAndName(CatalogVersionModel catalogVersion, java.lang.String typeCode, java.lang.String name)SearchResult<MediaContainerModel>DefaultCMSMediaContainerDao. findMediaContainersForCatalogVersion(java.lang.String text, CatalogVersionModel catalogVersion, PageableData pageableData)protected SearchResult<AbstractRestrictionModel>DefaultCMSRestrictionDao. findRestrictionsForPageInternal(AbstractPageModel page, CatalogVersionModel catalogVersion)SearchResult<WorkflowModel>DefaultCMSWorkflowDao. findWorkflowsByAttachedItems(java.util.List<? extends CMSItemModel> items, java.util.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 SearchResult Modifier and Type Method Description SearchResult<AbstractCMSComponentModel>CMSAdminComponentService. findByCatalogVersionAndMask(CatalogVersionModel catalogVersionModel, java.lang.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 maskSearchResult<CMSItemModel>CMSAdminItemService. findByTypeCodeAndName(CatalogVersionModel catalogVersion, java.lang.String typeCode, java.lang.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 SearchResult Modifier and Type Method Description SearchResult<AbstractCMSComponentModel>DefaultCMSAdminComponentService. findByCatalogVersionAndMask(CatalogVersionModel catalogVersionModel, java.lang.String mask, PageableData pageableData)SearchResult<CMSItemModel>DefaultCMSAdminItemService. findByTypeCodeAndName(CatalogVersionModel catalogVersion, java.lang.String typeCode, java.lang.String name) -
Uses of SearchResult in de.hybris.platform.cms2.usergroups.service
Methods in de.hybris.platform.cms2.usergroups.service that return SearchResult Modifier and Type Method Description SearchResult<UserGroupModel>UserGroupSearchService. findUserGroups(java.lang.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 SearchResult Modifier and Type Method Description SearchResult<UserGroupModel>DefaultUserGroupNamedQuerySearchService. findUserGroups(java.lang.String text, PageableData pageableData) -
Uses of SearchResult in de.hybris.platform.cms2.version.service
Methods in de.hybris.platform.cms2.version.service that return SearchResult Modifier and Type Method Description SearchResult<CMSVersionModel>CMSVersionSearchService. findVersions(CMSVersionSearchData cmsVersionSearchData, PageableData pageableData)Returns versions matching the search criteriaSearchResult<CMSVersionModel>CMSVersionGCService. getVersionsExcludedBy(java.util.Collection<CMSVersionModel> excludedVersions, PageableData pageableData)Retrieves a list of cms versions excluding all found in excludedVersions -
Uses of SearchResult in de.hybris.platform.cms2.version.service.impl
Methods in de.hybris.platform.cms2.version.service.impl that return SearchResult Modifier and Type Method Description SearchResult<CMSVersionModel>DefaultCMSVersionSearchService. findVersions(CMSVersionSearchData cmsVersionSearchData, PageableData pageableData)Returns versions matching the search criteriaSearchResult<CMSVersionModel>DefaultCMSVersionGCService. getVersionsExcludedBy(java.util.Collection<CMSVersionModel> excludedVersions, PageableData pageableData) -
Uses of SearchResult in de.hybris.platform.cms2.workflow.service
Methods in de.hybris.platform.cms2.workflow.service that return SearchResult Modifier and Type Method Description SearchResult<WorkflowActionModel>CMSWorkflowActionService. findAllActiveWorkflowActionsByStatusAndPrincipals(java.util.Set<CronJobStatus> workflowStatuses, java.util.Collection<PrincipalModel> currentPrincipals, PageableData pageableData)This method finds all the activeWorkflowActionModelofAbstractPageModelattachment types for the given principals and specified workflow statuses.SearchResult<WorkflowModel>CMSWorkflowService. findWorkflowsForAttachedItemsAndStatuses(java.util.List<? extends CMSItemModel> items, java.util.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 SearchResult Modifier and Type Method Description SearchResult<WorkflowActionModel>DefaultCMSWorkflowActionService. findAllActiveWorkflowActionsByStatusAndPrincipals(java.util.Set<CronJobStatus> workflowStatuses, java.util.Collection<PrincipalModel> currentPrincipals, PageableData pageableData)SearchResult<WorkflowModel>DefaultCMSWorkflowService. findWorkflowsForAttachedItemsAndStatuses(java.util.List<? extends CMSItemModel> items, java.util.Set<CronJobStatus> statuses, PageableData pageableData) -
Uses of SearchResult in de.hybris.platform.cmsfacades.cmsitems
Methods in de.hybris.platform.cmsfacades.cmsitems that return SearchResult Modifier and Type Method Description SearchResult<java.util.Map<java.lang.String,java.lang.Object>>CMSItemFacade. 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 SearchResult Modifier and Type Method Description SearchResult<java.util.Map<java.lang.String,java.lang.Object>>DefaultCMSItemFacade. 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 SearchResult Modifier and Type Method Description <S extends ItemModel,T>
SearchResult<T>SearchResultConverter. convert(SearchResult<S> modelSearchResult, java.util.function.Function<S,T> convertFunction)Methods in de.hybris.platform.cmsfacades.common.service with parameters of type SearchResult Modifier and Type Method Description <S extends ItemModel,T>
SearchResult<T>SearchResultConverter. convert(SearchResult<S> modelSearchResult, java.util.function.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 SearchResult Modifier and Type Method Description <S extends ItemModel,T>
SearchResult<T>DefaultSearchResultConverter. convert(SearchResult<S> modelSearchResult, java.util.function.Function<S,T> convertFunction)Methods in de.hybris.platform.cmsfacades.common.service.impl with parameters of type SearchResult Modifier and Type Method Description <S extends ItemModel,T>
SearchResult<T>DefaultSearchResultConverter. convert(SearchResult<S> modelSearchResult, java.util.function.Function<S,T> convertFunction) -
Uses of SearchResult in de.hybris.platform.cmsfacades.media.service
Methods in de.hybris.platform.cmsfacades.media.service that return SearchResult Modifier and Type Method Description SearchResult<MediaContainerModel>CMSMediaContainerService. findMediaContainersForCatalogVersion(java.lang.String text, CatalogVersionModel catalogVersion, PageableData pageableData)Finds media containers 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 SearchResult Modifier and Type Method Description SearchResult<MediaContainerModel>DefaultCMSMediaContainerService. findMediaContainersForCatalogVersion(java.lang.String text, CatalogVersionModel catalogVersion, PageableData pageableData) -
Uses of SearchResult in de.hybris.platform.cmsfacades.mediacontainers
Methods in de.hybris.platform.cmsfacades.mediacontainers that return SearchResult Modifier and Type Method Description SearchResult<MediaContainerData>MediaContainerFacade. findMediaContainers(java.lang.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 SearchResult Modifier and Type Method Description SearchResult<MediaContainerData>DefaultMediaContainerFacade. findMediaContainers(java.lang.String text, PageableData pageableData) -
Uses of SearchResult in de.hybris.platform.cmsfacades.products
Methods in de.hybris.platform.cmsfacades.products that return SearchResult Modifier and Type Method Description SearchResult<CategoryData>ProductSearchFacade. findProductCategories(java.lang.String text, PageableData pageableData)Method to find product categories using a free-text form.SearchResult<ProductData>ProductSearchFacade. findProducts(java.lang.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 SearchResult Modifier and Type Method Description SearchResult<CategoryData>DefaultProductSearchFacade. findProductCategories(java.lang.String text, PageableData pageableData)SearchResult<ProductData>DefaultProductSearchFacade. findProducts(java.lang.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 SearchResult Modifier and Type Method Description SearchResult<CategoryModel>ProductCategorySearchService. findProductCategories(java.lang.String text, PageableData pageableData, CatalogVersionModel catalogVersion)Method to find product categories using a free-text form.SearchResult<ProductModel>ProductSearchService. findProducts(java.lang.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 SearchResult Modifier and Type Method Description SearchResult<CategoryModel>DefaultProductCategorySearchService. findProductCategories(java.lang.String text, PageableData pageableData, CatalogVersionModel catalogVersion)SearchResult<ProductModel>DefaultNamedQueryServiceProductSearchService. findProducts(java.lang.String text, PageableData pageableData, CatalogVersionModel catalogVersion) -
Uses of SearchResult in de.hybris.platform.cmsfacades.types
Methods in de.hybris.platform.cmsfacades.types that return SearchResult Modifier and Type Method Description default 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 SearchResult Modifier and Type Method Description SearchResult<ComponentTypeData>DefaultComponentTypeFacade. getAllComponentTypesForPage(CMSComponentTypesForPageSearchData searchData, PageableData pageableData) -
Uses of SearchResult in de.hybris.platform.cmsfacades.usergroups
Methods in de.hybris.platform.cmsfacades.usergroups that return SearchResult Modifier and Type Method Description SearchResult<UserGroupData>UserGroupFacade. findUserGroups(java.lang.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 SearchResult Modifier and Type Method Description SearchResult<UserGroupData>DefaultUserGroupFacade. findUserGroups(java.lang.String text, PageableData pageableData) -
Uses of SearchResult in de.hybris.platform.cmsfacades.version
Methods in de.hybris.platform.cmsfacades.version that return SearchResult Modifier and Type Method Description SearchResult<CMSVersionData>CMSVersionFacade. findVersionsForItem(java.lang.String itemUUID, java.lang.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 SearchResult Modifier and Type Method Description SearchResult<CMSVersionData>DefaultCMSVersionFacade. findVersionsForItem(java.lang.String itemUUID, java.lang.String mask, PageableData pageableData) -
Uses of SearchResult in de.hybris.platform.cmsfacades.workflow
Methods in de.hybris.platform.cmsfacades.workflow that return SearchResult Modifier and Type Method Description SearchResult<CMSWorkflowData>CMSWorkflowFacade. findAllWorkflows(CMSWorkflowData workflowData, PageableData pageableData)Finds all workflows containing the given attachment for the specified workflow statuses.SearchResult<CMSWorkflowTaskData>CMSWorkflowActionFacade. findAllWorkflowTasks(PageableData pageableData)Returns paginated list of workflow tasks.SearchResult<CMSCommentData>CMSWorkflowActionFacade. getActionComments(java.lang.String workflowCode, java.lang.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 SearchResult Modifier and Type Method Description SearchResult<CMSWorkflowData>DefaultCMSWorkflowFacade. findAllWorkflows(CMSWorkflowData workflowData, PageableData pageableData)SearchResult<CMSWorkflowTaskData>DefaultCMSWorkflowActionFacade. findAllWorkflowTasks(PageableData pageableData)SearchResult<CMSCommentData>DefaultCMSWorkflowActionFacade. getActionComments(java.lang.String workflowCode, java.lang.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 SearchResult Modifier and Type Method Description protected CMSComponentTypeListWsDTOPageComponentTypesController. buildReply(SearchResult<ComponentTypeData> searchResult, java.lang.String fields) -
Uses of SearchResult in de.hybris.platform.cmssmarteditwebservices.products.facade
Methods in de.hybris.platform.cmssmarteditwebservices.products.facade that return SearchResult Modifier and Type Method Description SearchResult<CategoryData>ProductSearchFacade. findProductCategories(java.lang.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)default SearchResult<CategoryData>ProductSearchFacade. findProductCategories(java.lang.String text, PageableData pageableData, java.lang.String langIsoCode)Method to find product categories using a free-text form.SearchResult<ProductData>ProductSearchFacade. findProducts(java.lang.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(java.lang.String text, PageableData pageableData, java.lang.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 SearchResult Modifier and Type Method Description SearchResult<CategoryData>DefaultProductSearchFacade. findProductCategories(java.lang.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)SearchResult<CategoryData>DefaultProductSearchFacade. findProductCategories(java.lang.String text, PageableData pageableData, java.lang.String langIsoCode)SearchResult<ProductData>DefaultProductSearchFacade. findProducts(java.lang.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)SearchResult<ProductData>DefaultProductSearchFacade. findProducts(java.lang.String text, PageableData pageableData, java.lang.String langIsoCode) -
Uses of SearchResult in de.hybris.platform.cockpit.components.navigationarea.workflow.visualization
Methods in de.hybris.platform.cockpit.components.navigationarea.workflow.visualization that return SearchResult Modifier and Type Method Description SearchResult<WorkflowModel>WorkflowFacade. getAllWorkflows(WorkflowViewOptions wflOptions, WorkflowViewOptions adhocwflOptions, int startIndex, int pageSize)Return all workflows (normal and adhoc workflows) assigned to current user. -
Uses of SearchResult in de.hybris.platform.cockpit.daos
Methods in de.hybris.platform.cockpit.daos that return SearchResult Modifier and Type Method Description SearchResult<java.lang.Object>SynchronizationServiceDao. getSyncSources(ItemModel model)Gets the sync sources.SearchResult<java.lang.Object>SynchronizationServiceDao. getSyncSourcesAndTargets(ItemModel model)Gets the sync sources and targets in one result.SearchResult<java.lang.Object>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 SearchResult Modifier and Type Method Description protected SearchResult<ObjectCollectionItemReferenceModel>DefaultCockpitObjectAbstractCollectionDao. findElementsInternal(CockpitObjectAbstractCollectionModel collection, int start, int count, boolean needTotal)SearchResult<ObjectCollectionItemReferenceModel>DefaultCockpitObjectAbstractCollectionDao. getElementsContainingItemInternal(CockpitObjectAbstractCollectionModel collection, ItemModel item, int count)SearchResult<java.lang.Object>DefaultSynchronizationServiceDao. getSyncSources(ItemModel model)SearchResult<java.lang.Object>DefaultSynchronizationServiceDao. getSyncSourcesAndTargets(ItemModel model)SearchResult<java.lang.Object>DefaultSynchronizationServiceDao. getSyncTargets(ItemModel model) -
Uses of SearchResult in de.hybris.platform.comments.services
Methods in de.hybris.platform.comments.services that return SearchResult Modifier and Type Method Description SearchResult<CommentModel>CommentDao. findAll(UserModel user, java.util.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)SearchResult<CommentModel>CommentDao. findAllByItem(UserModel user, java.util.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)SearchResult<CommentModel>CommentDao. findAllByItemAndType(UserModel user, java.util.Collection<ComponentModel> components, ItemModel item, java.util.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)SearchResult<CommentModel>CommentDao. findAllByType(UserModel user, java.util.Collection<ComponentModel> components, java.util.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)SearchResult<ReplyModel>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)SearchResult<CommentUserSettingModel>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 SearchResult Modifier and Type Method Description SearchResult<CommentModel>DefaultCommentDao. findAll(UserModel user, java.util.Collection<ComponentModel> components, int offset, int count)Deprecated, for removal: This API element is subject to removal in a future version.since agesSearchResult<CommentModel>DefaultCommentDao. findAllByItem(UserModel user, java.util.Collection<ComponentModel> components, ItemModel item, int offset, int count)Deprecated, for removal: This API element is subject to removal in a future version.since agesSearchResult<CommentModel>DefaultCommentDao. findAllByItemAndType(UserModel user, java.util.Collection<ComponentModel> components, ItemModel item, java.util.Collection<CommentTypeModel> types, int offset, int count)Deprecated, for removal: This API element is subject to removal in a future version.since agesSearchResult<CommentModel>DefaultCommentDao. findAllByType(UserModel user, java.util.Collection<ComponentModel> components, java.util.Collection<CommentTypeModel> types, int offset, int count)Deprecated, for removal: This API element is subject to removal in a future version.since agesSearchResult<ReplyModel>DefaultCommentDao. 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, java.util.Collection<ComponentModel> components, java.util.Collection<CommentTypeModel> types, ItemModel item, int offset, int count)SearchResult<CommentUserSettingModel>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(java.lang.String query, java.util.Map<java.lang.String,java.lang.Object> params, int offset, int count) -
Uses of SearchResult in de.hybris.platform.commerceservices.order.dao
Methods in de.hybris.platform.commerceservices.order.dao that return SearchResult Modifier and Type Method Description SearchResult<QuoteModel>CommerceQuoteDao. findQuotesExpired(java.util.Date currentDate, QuoteNotificationType quoteNotificationType, java.util.Set<QuoteState> quoteStates)Returns a list of active (last version) quotes filtered by given statuses which are expiredSearchResult<QuoteModel>CommerceQuoteDao. findQuotesSoonToExpire(java.util.Date expiredAfter, java.util.Date expiredBy, QuoteNotificationType quoteNotificationType, java.util.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 SearchResult Modifier and Type Method Description SearchResult<QuoteModel>DefaultCommerceQuoteDao. findQuotesExpired(java.util.Date currentDate, QuoteNotificationType notificationType, java.util.Set<QuoteState> quoteStates)SearchResult<QuoteModel>DefaultCommerceQuoteDao. findQuotesSoonToExpire(java.util.Date expiredAfter, java.util.Date expiredBy, QuoteNotificationType notificationType, java.util.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 SearchResult Modifier and Type Method Description protected <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 SearchResult Modifier and Type Method Description <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 SearchResult Modifier and Type Method Description SearchResultDefaultGenericSearchService. search(GenericQuery query)Initiates a search with the givenGenericQueryobject.SearchResultDefaultGenericSearchService. 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 SearchResult Modifier and Type Method Description SearchResult<java.util.List<java.lang.Object>>CreditCardPaymentInfoDao. 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 SearchResult Modifier and Type Method Description SearchResult<java.util.List<java.lang.Object>>DefaultCardPaymentInfoDao. 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 SearchResult Modifier and Type Method Description protected SearchResult<java.lang.Object>DefaultImportProcessorTest. getAddressSearchResult()protected SearchResult<java.lang.Object>DefaultImportProcessorTest. getTitleSearchResult() -
Uses of SearchResult in de.hybris.platform.integrationservices.search
Methods in de.hybris.platform.integrationservices.search with parameters of type SearchResult Modifier and Type Method Description static <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 SearchResult Modifier and Type Method Description protected SearchResult<ItemModel>DefaultItemLookupStrategy. search(FlexibleSearchQueryBuilder builder)protected SearchResult<ItemModel>DefaultItemLookupStrategy. search(FlexibleSearchQuery query)Methods in de.hybris.platform.odata2services.odata.persistence.lookup with parameters of type SearchResult Modifier and Type Method Description static <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 SearchResult Modifier and Type Method Description protected 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 SearchResult Modifier and Type Method Description protected CxCmsComponentsListWsDTOCmsContainersFromVariationQueryExecutor. readResults(SearchResult<java.lang.String> searchResult) -
Uses of SearchResult in de.hybris.platform.personalizationfacades
Fields in de.hybris.platform.personalizationfacades declared as SearchResult Modifier and Type Field Description static SearchResultAbstractBaseFacade. EMPTY_SEARCH_RESULT -
Uses of SearchResult in de.hybris.platform.personalizationservices.setup
Methods in de.hybris.platform.personalizationservices.setup that return SearchResult Modifier and Type Method Description protected 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 SearchResult Modifier and Type Method Description protected abstract TAbstractFlexibleSearchRestQueryExecutor. readResults(SearchResult<Q> searchResult) -
Uses of SearchResult in de.hybris.platform.product
Methods in de.hybris.platform.product that return SearchResult Modifier and Type Method Description SearchResult<ProductModel>ProductService. 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 SearchResult Modifier and Type Method Description SearchResult<ProductModel>ProductDao. 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 SearchResult Modifier and Type Method Description SearchResult<ProductModel>DefaultProductDao. 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 SearchResult Modifier and Type Method Description SearchResult<ProductModel>DefaultProductDao. findAllByCategory(CategoryModel category, int start, int count)Deprecated, for removal: This API element is subject to removal in a future version.SearchResult<ProductModel>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)SearchResult<ProductModel>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 SearchResult Modifier and Type Method Description protected <T> SearchResult<T>AbstractItemDao. search(FlexibleSearchQuery searchQuery)protected <T> SearchResult<T>AbstractItemDao. search(java.lang.String query, java.util.Map queryParams) -
Uses of SearchResult in de.hybris.platform.servicelayer.search
Methods in de.hybris.platform.servicelayer.search that return SearchResult Modifier and Type Method Description <T> SearchResult<T>FlexibleSearchService. search(FlexibleSearchQuery searchQuery)Search.<T> SearchResult<T>FlexibleSearchService. search(java.lang.String query)Simplest search available.<T> SearchResult<T>FlexibleSearchService. search(java.lang.String query, java.util.Map<java.lang.String,? extends java.lang.Object> queryParams)Convenience method which internally delegates toFlexibleSearchService.search(FlexibleSearchQuery).<T> SearchResult<T>FlexibleSearchService. searchRelation(ItemModel model, java.lang.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 SearchResult Modifier and Type Class Description classSearchResultImpl<E>Implementation of the servicelayer SearchResult interface.Methods in de.hybris.platform.servicelayer.search.impl that return SearchResult Modifier and Type Method Description <T> SearchResult<T>DefaultFlexibleSearchService. search(FlexibleSearchQuery query)Search.<T> SearchResult<T>DefaultFlexibleSearchService. search(java.lang.String query)Simplest search available.<T> SearchResult<T>DefaultFlexibleSearchService. search(java.lang.String query, java.util.Map<java.lang.String,? extends java.lang.Object> queryParams)Convenience method which internally delegates toFlexibleSearchService.search(FlexibleSearchQuery).<T> SearchResult<T>DefaultFlexibleSearchService. searchRelation(ItemModel model, java.lang.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 SearchResult Modifier and Type Method Description protected <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 SearchResult Modifier and Type Method Description PaginationWsDTOWebPaginationUtils. 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 SearchResult Modifier and Type Method Description PaginationWsDTODefaultWebPaginationUtils. buildPagination(SearchResult<?> search) -
Uses of SearchResult in de.hybris.platform.workflow
Methods in de.hybris.platform.workflow that return SearchResult Modifier and Type Method Description SearchResult<WorkflowModel>WorkflowService. getAllAdhocWorkflows(java.util.EnumSet<WorkflowStatus> workflowsStatuses, java.util.Date adhocDateFrom, java.util.Date adhocDateTo, int startIndex, int pageSize)Pageable version of methodWorkflowService.getAllAdhocWorkflows(EnumSet, Date, Date)SearchResult<WorkflowModel>WorkflowService. getAllWorkflows(java.util.EnumSet<WorkflowStatus> workflowsStatuses, java.util.Date dateFrom, java.util.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 SearchResult Modifier and Type Method Description SearchResult<WorkflowModel>WorkflowDao. findAllAdhocWorkflows(java.util.Date adhocDateFrom, java.util.Date adhocDateTo, java.util.EnumSet<WorkflowStatus> workflowsStatuses, int startIndex, int pageSize)SearchResult<WorkflowModel>WorkflowDao. findAllWorkflows(java.util.Date dateFrom, java.util.Date dateTo, java.util.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 SearchResult Modifier and Type Method Description SearchResult<WorkflowModel>DefaultWorkflowDao. findAllAdhocWorkflows(java.util.Date adhocDateFrom, java.util.Date adhocDateTo, java.util.EnumSet<WorkflowStatus> workflowsStatuses, int startIndex, int pageSize)SearchResult<WorkflowModel>DefaultWorkflowDao. findAllWorkflows(java.util.Date dateFrom, java.util.Date dateTo, java.util.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 SearchResult Modifier and Type Method Description SearchResult<WorkflowModel>DefaultWorkflowService. getAllAdhocWorkflows(java.util.EnumSet<WorkflowStatus> workflowsStatuses, java.util.Date adhocDateFrom, java.util.Date adhocDateTo, int startIndex, int pageSize)SearchResult<WorkflowModel>DefaultWorkflowService. getAllWorkflows(java.util.EnumSet<WorkflowStatus> workflowsStatuses, java.util.Date dateFrom, java.util.Date dateTo, int startIndex, int pageSize)
-