| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and 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
|
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<B2BDocumentTypeModel> |
B2BAccountSummaryFacade.getAllDocumentTypes()
Gets all document types.
|
SearchResult<B2BDocumentModel> |
B2BAccountSummaryFacade.getOpenDocuments(MediaModel mediaModel)
Gets open documents for a given Media Model.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResult<B2BDocumentTypeModel> |
DefaultB2BAccountSummaryFacade.getAllDocumentTypes() |
SearchResult<B2BDocumentModel> |
DefaultB2BAccountSummaryFacade.getOpenDocuments(MediaModel mediaModel) |
| Modifier and Type | Method and Description |
|---|---|
protected PaginationData |
AbstractAsGenericDao.buildPagination(SearchResult<?> search) |
protected <T> SearchPageData<T> |
AbstractAsGenericDao.buildSearchPageData(SearchResult<T> searchResult,
PaginationData requestPagination) |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResult<ProductModel> |
DefaultClassificationDao.findProductsByAttributeValues(CategoryModel category,
java.util.Map<ClassAttributeAssignmentModel,java.lang.Object> attributeValues,
int start,
int count)
Find products by a filter.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResult<CMSItemModel> |
CMSItemSearchService.findCMSItems(CMSItemSearchData cmsItemSearchData,
PageableData pageableData)
Paged Search for CMSItems
|
| Modifier and Type | Method and Description |
|---|---|
SearchResult<CMSItemModel> |
DefaultFlexibleCMSItemSearchService.findCMSItems(CMSItemSearchData cmsItemSearchData,
PageableData pageableData)
Paged Search for CMSItems
|
| Modifier and Type | Method and Description |
|---|---|
<T> SearchResult<T> |
NamedQueryService.getSearchResult(NamedQuery namedQuery)
Performs a search based on the given namedQuery attribute
|
| Modifier and Type | Method and Description |
|---|---|
<T> SearchResult<T> |
FlexibleSearchNamedQueryService.getSearchResult(NamedQuery namedQuery) |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<CMSVersionModel> |
CMSVersionGCDao.findAllExcludedBy(java.util.Collection<CMSVersionModel> excludedVersions,
PageableData pageableData)
Returns all cms versions omitting the excludedVersions
|
SearchResult<AbstractCMSComponentModel> |
CMSComponentDao.findByCatalogVersionAndMask(CatalogVersionModel catalogVersionModel,
java.lang.String mask,
PageableData pageableData)
For a given mask used as filter and a
PageableData query, will return a page object consisting of the
content list of the requested page number and the total number of entities for the given mask |
SearchResult<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.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<AbstractCMSComponentModel> |
CMSAdminComponentService.findByCatalogVersionAndMask(CatalogVersionModel catalogVersionModel,
java.lang.String mask,
PageableData pageableData)
For a given mask used as filter and a
PageableData query, will return a page object consisting of the
content list of the requested page number and the total number of entities for the given mask |
SearchResult<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.
|
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<UserGroupModel> |
UserGroupSearchService.findUserGroups(java.lang.String text,
PageableData pageableData)
Method to find user groups using a free-text form.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResult<UserGroupModel> |
DefaultUserGroupNamedQuerySearchService.findUserGroups(java.lang.String text,
PageableData pageableData) |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<CMSVersionModel> |
CMSVersionSearchService.findVersions(CMSVersionSearchData cmsVersionSearchData,
PageableData pageableData)
Returns versions matching the search criteria
|
SearchResult<CMSVersionModel> |
CMSVersionGCService.getVersionsExcludedBy(java.util.Collection<CMSVersionModel> excludedVersions,
PageableData pageableData)
Retrieves a list of cms versions excluding all found in excludedVersions
|
| Modifier and Type | Method and Description |
|---|---|
SearchResult<CMSVersionModel> |
DefaultCMSVersionSearchService.findVersions(CMSVersionSearchData cmsVersionSearchData,
PageableData pageableData)
Returns versions matching the search criteria
|
SearchResult<CMSVersionModel> |
DefaultCMSVersionGCService.getVersionsExcludedBy(java.util.Collection<CMSVersionModel> excludedVersions,
PageableData pageableData) |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResult<java.util.Map<java.lang.String,java.lang.Object>> |
DefaultCMSItemFacade.findCMSItems(CMSItemSearchData cmsItemSearchData,
PageableData pageableData) |
| Modifier and Type | Method and Description |
|---|---|
<S extends ItemModel,T> |
SearchResultConverter.convert(SearchResult<S> modelSearchResult,
java.util.function.Function<S,T> convertFunction)
|
| Modifier and Type | Method and Description |
|---|---|
<S extends ItemModel,T> |
SearchResultConverter.convert(SearchResult<S> modelSearchResult,
java.util.function.Function<S,T> convertFunction)
|
| Modifier and Type | Method and Description |
|---|---|
<S extends ItemModel,T> |
DefaultSearchResultConverter.convert(SearchResult<S> modelSearchResult,
java.util.function.Function<S,T> convertFunction) |
| Modifier and Type | Method and Description |
|---|---|
<S extends ItemModel,T> |
DefaultSearchResultConverter.convert(SearchResult<S> modelSearchResult,
java.util.function.Function<S,T> convertFunction) |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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() |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<UserGroupData> |
UserGroupFacade.findUserGroups(java.lang.String text,
PageableData pageableData)
Method to find user groups using a free-text form.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResult<UserGroupData> |
DefaultUserGroupFacade.findUserGroups(java.lang.String text,
PageableData pageableData) |
| Modifier and Type | Method and 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
|
| Modifier and Type | Method and Description |
|---|---|
SearchResult<CMSVersionData> |
DefaultCMSVersionFacade.findVersionsForItem(java.lang.String itemUUID,
java.lang.String mask,
PageableData pageableData) |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResult<CategoryData> |
DefaultProductSearchFacade.findProductCategories(java.lang.String text,
PageableData pageableData) |
SearchResult<ProductData> |
DefaultProductSearchFacade.findProducts(java.lang.String text,
PageableData pageableData) |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<WorkflowModel> |
WorkflowFacade.getAllWorkflows(WorkflowViewOptions wflOptions,
WorkflowViewOptions adhocwflOptions,
int startIndex,
int pageSize)
Return all workflows (normal and adhoc workflows) assigned to current user.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<CommentModel> |
DefaultCommentDao.findAll(UserModel user,
java.util.Collection<ComponentModel> components,
int offset,
int count)
Deprecated.
since ages
|
SearchResult<CommentModel> |
DefaultCommentDao.findAllByItem(UserModel user,
java.util.Collection<ComponentModel> components,
ItemModel item,
int offset,
int count)
Deprecated.
since ages
|
SearchResult<CommentModel> |
DefaultCommentDao.findAllByItemAndType(UserModel user,
java.util.Collection<ComponentModel> components,
ItemModel item,
java.util.Collection<CommentTypeModel> types,
int offset,
int count)
Deprecated.
since ages
|
SearchResult<CommentModel> |
DefaultCommentDao.findAllByType(UserModel user,
java.util.Collection<ComponentModel> components,
java.util.Collection<CommentTypeModel> types,
int offset,
int count)
Deprecated.
since ages
|
SearchResult<ReplyModel> |
DefaultCommentDao.findAllDirectReplies(CommentModel comment,
int offset,
int count)
Deprecated.
since ages
|
protected 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.
since ages
|
protected <T extends AbstractItemModel> |
DefaultCommentDao.searchInternal(java.lang.String query,
java.util.Map<java.lang.String,java.lang.Object> params,
int offset,
int count) |
| Modifier and Type | Method and 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 expired
|
SearchResult<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
|
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> SearchPageData<T> |
DefaultPagedFlexibleSearchService.createPagedSearchResult(SearchResult<T> searchResult,
PageableData pageableData)
Deprecated.
|
protected <T> PaginationData |
DefaultPagedFlexibleSearchService.createPagination(PageableData pageableData,
SearchResult<T> searchResult)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
<T> SearchResult<T> |
GenericSearchService.search(GenericQuery query)
Initiates a search with the given
GenericQuery object. |
<T> SearchResult<T> |
GenericSearchService.search(GenericSearchQuery query)
Initiates a search with the given
GenericSearchQuery object. |
| Modifier and Type | Method and Description |
|---|---|
SearchResult |
DefaultGenericSearchService.search(GenericQuery query)
Initiates a search with the given
GenericQuery object. |
SearchResult |
DefaultGenericSearchService.search(GenericSearchQuery genericSearchQuery)
Initiates a search with the given
GenericSearchQuery object. |
| Modifier and Type | Method and 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 contains
CreditCardPaymentInfoModel.PK,
CreditCardPaymentInfoModel.TYPE and CreditCardPaymentInfoModel.NUMBER. |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<java.util.List<java.lang.Object>> |
DefaultCardPaymentInfoDao.getAllCreditCardsRawData(int start,
int count,
int orderByColNum,
CreditCardPaymentInfoDao.SortDirection sortDirection) |
| Modifier and Type | Method and Description |
|---|---|
protected SearchResult<java.lang.Object> |
DefaultImportProcessorTest.getAddressSearchResult() |
protected SearchResult<java.lang.Object> |
DefaultImportProcessorTest.getTitleSearchResult() |
| Modifier and Type | Method and Description |
|---|---|
protected SearchResult<ItemModel> |
DefaultItemLookupStrategy.search(FlexibleSearchQuery query) |
protected SearchResult<ItemModel> |
DefaultItemLookupStrategy.search(FlexibleSearchQueryBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
static <T> ItemLookupResult<T> |
ItemLookupResult.createFrom(SearchResult<T> result) |
| Modifier and Type | Method and Description |
|---|---|
protected SearchResult<CxCmsComponentContainerModel> |
PersonalizationcmsSystemSetup.getCxContainers(int start) |
| Modifier and Type | Method and Description |
|---|---|
protected CxCmsComponentsListWsDTO |
CmsContainersFromVariationQueryExecutor.readResults(SearchResult<java.lang.String> searchResult) |
| Modifier and Type | Field and Description |
|---|---|
static SearchResult |
AbstractBaseFacade.EMPTY_SEARCH_RESULT |
| Modifier and Type | Method and Description |
|---|---|
protected SearchResult<CxConfigModel> |
PersonalizationServicesSystemSetup.getCxConfigs() |
protected SearchResult<CxResultsModel> |
PersonalizationServicesSystemSetup.getResultsForDelete(PaginationData pagination) |
protected SearchResult<CxUserToSegmentModel> |
PersonalizationServicesSystemSetup.getUserSegmentsForUpdate(int start) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
AbstractFlexibleSearchRestQueryExecutor.readResults(SearchResult<Q> searchResult) |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<ProductModel> |
ProductService.getProducts(CategoryModel category,
int start,
int count)
Deprecated.
since ages - as of release 4.3, please use
ProductService.getProductsForCategory(CategoryModel, int, int)
Returns the specified range of Products belonging to the specified Category as a List. For the search
the current session active catalog versions of the current user are used. |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<ProductModel> |
ProductDao.findProductsByCategory(CategoryModel category,
int start,
int count)
Returns for the given
CategoryModel and all sub categories all found ProductModels. |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<ProductModel> |
DefaultProductDao.findProductsByCategory(CategoryModel category,
int start,
int count) |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<ProductModel> |
ProductDao.findAllByCategory(CategoryModel category,
int start,
int count)
Deprecated.
since ages - as of release 4.3, please use
ProductDao.findProductsByCategory(CategoryModel, int, int)
Returns for the given CategoryModel and all sub categories all found ProductModels. |
SearchResult<ProductModel> |
DefaultProductDao.findAllByCategory(CategoryModel category,
int start,
int count)
Deprecated.
|
SearchResult<ProductModel> |
DefaultProductService.getProducts(CategoryModel category,
int start,
int count)
Deprecated.
since ages
|
| Modifier and Type | Method and Description |
|---|---|
<T> SearchResult<T> |
MockFlexibleSearchService.search(FlexibleSearchQuery arg0) |
<T> SearchResult<T> |
MockFlexibleSearchService.search(java.lang.String arg0) |
<T> SearchResult<T> |
MockFlexibleSearchService.search(java.lang.String arg0,
java.util.Map<java.lang.String,? extends java.lang.Object> arg1) |
<T> SearchResult<T> |
MockFlexibleSearchService.searchRelation(ItemModel arg0,
java.lang.String arg1,
int arg2,
int arg3) |
<T> SearchResult<T> |
MockFlexibleSearchService.searchRelation(RelationQuery arg0) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> SearchResult<T> |
AbstractItemDao.search(FlexibleSearchQuery searchQuery) |
protected <T> SearchResult<T> |
AbstractItemDao.search(java.lang.String query,
java.util.Map queryParams) |
| Modifier and Type | Method and 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 to
FlexibleSearchService.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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SearchResultImpl<E>
Implementation of the servicelayer SearchResult interface.
|
| Modifier and Type | Method and 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 to
FlexibleSearchService.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.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T> SearchPageData<T> |
DefaultPaginatedFlexibleSearchService.createPagedSearchResult(SearchResult<T> searchResult,
SearchPageData searchPageData,
DefaultPaginatedFlexibleSearchService.SearchResultInfo searchResultInfo)
Returns an instance of {link SearchPageData} with given
SearchResult. |
| Modifier and Type | Method and Description |
|---|---|
PaginationWsDTO |
WebPaginationUtils.buildPagination(SearchResult<?> search)
Extracts
PaginationWsDTO form data in provided SearchResult. |
| Modifier and Type | Method and Description |
|---|---|
PaginationWsDTO |
DefaultWebPaginationUtils.buildPagination(SearchResult<?> search) |
| Modifier and Type | Method and 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 method
WorkflowService.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 method
WorkflowService.getAllWorkflows(EnumSet, Date, Date) |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and 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) |
Copyright © 2018 SAP SE. All Rights Reserved.