| Modifier and Type | Method and Description |
|---|---|
SearchResult<AbstractCMSComponentModel> |
CMSComponentDao.findByCatalogVersionAndMask(CatalogVersionModel catalogVersionModel,
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 |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<AbstractCMSComponentModel> |
DefaultCMSComponentDao.findByCatalogVersionAndMask(CatalogVersionModel catalogVersionModel,
String mask,
PageableData pageableData) |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<AbstractCMSComponentModel> |
CMSAdminComponentService.findByCatalogVersionAndMask(CatalogVersionModel catalogVersionModel,
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 |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<AbstractCMSComponentModel> |
DefaultCMSAdminComponentService.findByCatalogVersionAndMask(CatalogVersionModel catalogVersionModel,
String mask,
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<Object> |
SynchronizationServiceDao.getSyncSources(ItemModel model)
Gets the sync sources.
|
SearchResult<Object> |
SynchronizationServiceDao.getSyncSourcesAndTargets(ItemModel model)
Gets the sync sources and targets in one result.
|
SearchResult<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<Object> |
DefaultSynchronizationServiceDao.getSyncSources(ItemModel model) |
SearchResult<Object> |
DefaultSynchronizationServiceDao.getSyncSourcesAndTargets(ItemModel model) |
SearchResult<Object> |
DefaultSynchronizationServiceDao.getSyncTargets(ItemModel model) |
| 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<List<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<List<Object>> |
DefaultCardPaymentInfoDao.getAllCreditCardsRawData(int start,
int count,
int orderByColNum,
CreditCardPaymentInfoDao.SortDirection sortDirection) |
| Modifier and Type | Method and Description |
|---|---|
protected SearchResult<Object> |
DefaultImportProcessorTest.getAddressSearchResult() |
protected SearchResult<Object> |
DefaultImportProcessorTest.getTitleSearchResult() |
| Modifier and Type | Method and Description |
|---|---|
protected CxCmsComponentsListWsDTO |
CmsContainersFromVariationQueryExecutor.readResults(SearchResult<CxCmsComponentContainerModel> searchResult) |
| Modifier and Type | Field and Description |
|---|---|
static SearchResult |
AbstractBaseFacade.EMPTY_SEARCH_RESULT |
| Modifier and Type | Method and Description |
|---|---|
protected <I,R> SearchResult<R> |
AbstractBaseFacade.convertSearchResult(SearchResult<I> input,
Function<List<I>,List<R>> mapper) |
| Modifier and Type | Method and Description |
|---|---|
protected <I,R> SearchResult<R> |
AbstractBaseFacade.convertSearchResult(SearchResult<I> input,
Function<List<I>,List<R>> mapper) |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<CustomerSegmentationData> |
CustomerSegmentationFacade.getCustomerSegmentations(String customerCode,
String segmentCode,
int startPosition,
int count)
Retrieves customer - segment relations fulfilling provided parameters.
|
| Modifier and Type | Method and Description |
|---|---|
protected SearchResult<CustomerSegmentationData> |
DefaultCustomerSegmentationFacade.convertCustomerSegmentationList(String customerId,
String segmentId,
SearchResult<CxUserToSegmentModel> segmentations) |
SearchResult<CustomerSegmentationData> |
DefaultCustomerSegmentationFacade.getCustomerSegmentations(String customerId,
String segmentId,
int startPosition,
int count) |
| Modifier and Type | Method and Description |
|---|---|
protected SearchResult<CustomerSegmentationData> |
DefaultCustomerSegmentationFacade.convertCustomerSegmentationList(String customerId,
String segmentId,
SearchResult<CxUserToSegmentModel> segmentations) |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<CustomizationData> |
CustomizationFacade.getCustomizations(String catalogId,
String catalogVersionId,
Map<String,String> params,
int startPosition,
int count)
Retrieves all customizations for given catalog version filtered by given params
|
| Modifier and Type | Method and Description |
|---|---|
SearchResult<CustomizationData> |
DefaultCustomizationFacade.getCustomizations(String catalogId,
String catalogVersionId,
Map<String,String> params,
int startPosition,
int count) |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<SegmentData> |
SegmentFacade.getSegments(Map<String,String> params,
int startPosition,
int count)
Retrieves segments in the system.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResult<SegmentData> |
DefaultSegmentFacade.getSegments(Map<String,String> params,
int startPosition,
int count) |
| Modifier and Type | Method and Description |
|---|---|
protected PromotionRuleListWsDTO |
CxPromotionsForCatalogQueryExecutor.readResults(SearchResult<PromotionSourceRuleModel> searchResult) |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<CxCustomizationModel> |
CxCustomizationService.getCustomizations(CatalogVersionModel catalogVersion,
Map<String,String> params,
int startPosition,
int count)
Retrieves all customizations from the system filtered by given params
|
| Modifier and Type | Method and Description |
|---|---|
SearchResult<CxCustomizationModel> |
CxCustomizationDao.findCustomizations(CatalogVersionModel catalogVersion,
Map<String,String> params,
int startPosition,
int count)
Retrieves all customizations for given catalog version filtered by params
|
| Modifier and Type | Method and Description |
|---|---|
SearchResult<CxCustomizationModel> |
DefaultCxCustomizationDao.findCustomizations(CatalogVersionModel catalogVersion,
Map<String,String> params,
int startPosition,
int count) |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<CxCustomizationModel> |
DefaultCxCustomizationService.getCustomizations(CatalogVersionModel catalogVersion,
Map<String,String> params,
int startPosition,
int count) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> SearchResult<T> |
AbstractCxDao.queryList(String baseQuery,
Map<String,Object> params,
Collection<? extends CxDaoStrategy> strategies,
Map<String,String> extraParams,
int startPosition,
int count) |
protected <T> SearchResult<T> |
AbstractCxDao.queryList(String baseQuery,
Map<String,Object> params,
int startPosition,
int count) |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<CxSegmentModel> |
CxSegmentService.getSegments(Map<String,String> params,
int startPosition,
int count)
Retrieves segments
|
SearchResult<CxUserToSegmentModel> |
CxSegmentService.getUserToSegmentModel(UserModel user,
CxSegmentModel segment,
int startPosition,
int count)
Retrieves relation object between user and segment.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResult<CxSegmentModel> |
CxSegmentDao.findSegments(Map<String,String> params,
int startPosition,
int count)
Retrieves all segments
|
SearchResult<CxUserToSegmentModel> |
CxUserToSegmentDao.findUserToSegmentRelations(UserModel user,
CxSegmentModel segment,
int startPosition,
int count)
Retrieves relation object between user and segment.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResult<CxSegmentModel> |
DefaultCxSegmentDao.findSegments(Map<String,String> params,
int startPosition,
int count) |
SearchResult<CxUserToSegmentModel> |
DefaultCxUserToSegmentDao.findUserToSegmentRelations(UserModel user,
CxSegmentModel segment,
int startPosition,
int count) |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<CxSegmentModel> |
DefaultCxSegmentService.getSegments(Map<String,String> params,
int startPosition,
int count) |
SearchResult<CxUserToSegmentModel> |
DefaultCxSegmentService.getUserToSegmentModel(UserModel user,
CxSegmentModel segment,
int startPosition,
int count) |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<CxVariationModel> |
CxVariationService.getVariations(CxCustomizationModel customization,
Map<String,String> params,
int startPosition,
int count)
Retrieves variations fulfilling given parameters from given customization.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResult<CxVariationModel> |
CxVariationDao.findVariations(CxCustomizationModel customization,
Map<String,String> params,
int startPosition,
int count)
Retrieves variations for given customization and catalog version filtered by params
|
| Modifier and Type | Method and Description |
|---|---|
SearchResult<CxVariationModel> |
DefaultCxVariationDao.findVariations(CxCustomizationModel customization,
Map<String,String> params,
int startPosition,
int count) |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<CxVariationModel> |
DefaultCxVariationService.getVariations(CxCustomizationModel customization,
Map<String,String> params,
int startPosition,
int count) |
| Modifier and Type | Method and Description |
|---|---|
protected CustomerSegmentationListWsDTO |
CustomerSegmentationController.createListDTO(SearchResult<CustomerSegmentationData> segmentations) |
protected CustomizationListWsDTO |
CustomizationController.createListDTO(SearchResult<CustomizationData> customizations) |
protected SegmentListWsDTO |
SegmentController.createListDTO(SearchResult<SegmentData> segments) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
AbstractFlexibleSearchRestQueryExecutor.readResults(SearchResult<Q> searchResult) |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<ProductModel> |
CatalogNavigationDao.findUncategorizedProducts(CatalogVersionModel catalogVersion) |
SearchResult<PK> |
CatalogNavigationDao.queryPrintElements(String term,
List<SortCriterion> sort,
Set<String> permittedTypes) |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<ProductModel> |
DefaultCatalogNavigationDao.findUncategorizedProducts(CatalogVersionModel catalogVersion) |
SearchResult<PK> |
DefaultCatalogNavigationDao.queryPrintElements(String term,
List<SortCriterion> sort,
Set<String> permittedTypes) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCatalogNavigationService.checkSizeOfSearchResult(SearchResult<ProductModel> searchResult,
int maxCount)
This method checks the size of the given search result. If the result is bigger than the property
'printcockpit.table.manager.max.search.result' it throws a Exception.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T> SearchResult<T> |
AbstractItemDao.search(FlexibleSearchQuery searchQuery) |
protected <T> SearchResult<T> |
AbstractItemDao.search(String query,
Map queryParams) |
| Modifier and Type | Method and Description |
|---|---|
<T> SearchResult<T> |
FlexibleSearchService.search(FlexibleSearchQuery searchQuery)
Search.
|
<T> SearchResult<T> |
FlexibleSearchService.search(String query)
Simplest search available.
|
<T> SearchResult<T> |
FlexibleSearchService.search(String query,
Map<String,? extends Object> queryParams)
Convenience method which internally delegates to
FlexibleSearchService.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.
|
| 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(String query)
Simplest search available.
|
<T> SearchResult<T> |
DefaultFlexibleSearchService.search(String query,
Map<String,? extends Object> queryParams)
Convenience method which internally delegates to
FlexibleSearchService.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.
|
| 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(EnumSet<WorkflowStatus> workflowsStatuses,
Date adhocDateFrom,
Date adhocDateTo,
int startIndex,
int pageSize)
Pageable version of method
WorkflowService.getAllAdhocWorkflows(EnumSet, Date, Date) |
SearchResult<WorkflowModel> |
WorkflowService.getAllWorkflows(EnumSet<WorkflowStatus> workflowsStatuses,
Date dateFrom,
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(Date adhocDateFrom,
Date adhocDateTo,
EnumSet<WorkflowStatus> workflowsStatuses,
int startIndex,
int pageSize) |
SearchResult<WorkflowModel> |
WorkflowDao.findAllWorkflows(Date dateFrom,
Date dateTo,
EnumSet<WorkflowStatus> workflowsStatuses,
int startIndex,
int pageSize) |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<WorkflowModel> |
DefaultWorkflowDao.findAllAdhocWorkflows(Date adhocDateFrom,
Date adhocDateTo,
EnumSet<WorkflowStatus> workflowsStatuses,
int startIndex,
int pageSize) |
SearchResult<WorkflowModel> |
DefaultWorkflowDao.findAllWorkflows(Date dateFrom,
Date dateTo,
EnumSet<WorkflowStatus> workflowsStatuses,
int startIndex,
int pageSize) |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<WorkflowModel> |
DefaultWorkflowService.getAllAdhocWorkflows(EnumSet<WorkflowStatus> workflowsStatuses,
Date adhocDateFrom,
Date adhocDateTo,
int startIndex,
int pageSize) |
SearchResult<WorkflowModel> |
DefaultWorkflowService.getAllWorkflows(EnumSet<WorkflowStatus> workflowsStatuses,
Date dateFrom,
Date dateTo,
int startIndex,
int pageSize) |
Copyright © 2017 SAP SE. All Rights Reserved.