Uses of Class
de.hybris.platform.core.servicelayer.data.SearchPageData
-
-
Uses of SearchPageData in de.hybris.platform.adaptivesearch.daos
Methods in de.hybris.platform.adaptivesearch.daos that return SearchPageData Modifier and Type Method Description <T extends AbstractAsSearchProfileModel>
SearchPageData<T>AsSearchProfileDao. getSearchProfiles(java.lang.String query, java.util.Map<java.lang.String,java.lang.Object> filters, SearchPageData<?> pagination)Search for search profiles with filters.Methods in de.hybris.platform.adaptivesearch.daos with parameters of type SearchPageData Modifier and Type Method Description <T extends AbstractAsSearchProfileModel>
SearchPageData<T>AsSearchProfileDao. getSearchProfiles(java.lang.String query, java.util.Map<java.lang.String,java.lang.Object> filters, SearchPageData<?> pagination)Search for search profiles with filters. -
Uses of SearchPageData in de.hybris.platform.adaptivesearch.daos.impl
Methods in de.hybris.platform.adaptivesearch.daos.impl that return SearchPageData Modifier and Type Method Description protected <T> SearchPageData<T>AbstractAsGenericDao. buildSearchPageData(SearchResult<T> searchResult, PaginationData requestPagination)<T extends AbstractAsSearchProfileModel>
SearchPageData<T>DefaultAsSearchProfileDao. getSearchProfiles(java.lang.String query, java.util.Map<java.lang.String,java.lang.Object> filters, SearchPageData<?> pagination)protected <T> SearchPageData<T>AbstractAsGenericDao. queryList(java.lang.String baseQuery, java.util.Map<java.lang.String,java.lang.Object> params, PaginationData pagination)Methods in de.hybris.platform.adaptivesearch.daos.impl with parameters of type SearchPageData Modifier and Type Method Description <T extends AbstractAsSearchProfileModel>
SearchPageData<T>DefaultAsSearchProfileDao. getSearchProfiles(java.lang.String query, java.util.Map<java.lang.String,java.lang.Object> filters, SearchPageData<?> pagination) -
Uses of SearchPageData in de.hybris.platform.adaptivesearch.services
Methods in de.hybris.platform.adaptivesearch.services that return SearchPageData Modifier and Type Method Description <T extends AbstractAsSearchProfileModel>
SearchPageData<T>AsSearchProfileService. getSearchProfiles(java.lang.String query, java.util.Map<java.lang.String,java.lang.Object> filters, SearchPageData<?> pagination)Returns paginated search profiles.Methods in de.hybris.platform.adaptivesearch.services with parameters of type SearchPageData Modifier and Type Method Description <T extends AbstractAsSearchProfileModel>
SearchPageData<T>AsSearchProfileService. getSearchProfiles(java.lang.String query, java.util.Map<java.lang.String,java.lang.Object> filters, SearchPageData<?> pagination)Returns paginated search profiles. -
Uses of SearchPageData in de.hybris.platform.adaptivesearch.services.impl
Methods in de.hybris.platform.adaptivesearch.services.impl that return SearchPageData Modifier and Type Method Description <T extends AbstractAsSearchProfileModel>
SearchPageData<T>DefaultAsSearchProfileService. getSearchProfiles(java.lang.String query, java.util.Map<java.lang.String,java.lang.Object> filters, SearchPageData<?> pagination)Methods in de.hybris.platform.adaptivesearch.services.impl with parameters of type SearchPageData Modifier and Type Method Description <T extends AbstractAsSearchProfileModel>
SearchPageData<T>DefaultAsSearchProfileService. getSearchProfiles(java.lang.String query, java.util.Map<java.lang.String,java.lang.Object> filters, SearchPageData<?> pagination) -
Uses of SearchPageData in de.hybris.platform.adaptivesearchfacades.facades
Methods in de.hybris.platform.adaptivesearchfacades.facades that return SearchPageData Modifier and Type Method Description SearchPageData<AsSearchProfileData>AsSearchProfileFacade. getSearchProfiles(java.lang.String query, java.util.Map<java.lang.String,java.lang.String> filters, SearchPageData<?> pagination)Returns paginated search profiles.Methods in de.hybris.platform.adaptivesearchfacades.facades with parameters of type SearchPageData Modifier and Type Method Description SearchPageData<AsSearchProfileData>AsSearchProfileFacade. getSearchProfiles(java.lang.String query, java.util.Map<java.lang.String,java.lang.String> filters, SearchPageData<?> pagination)Returns paginated search profiles. -
Uses of SearchPageData in de.hybris.platform.adaptivesearchfacades.facades.impl
Methods in de.hybris.platform.adaptivesearchfacades.facades.impl that return SearchPageData Modifier and Type Method Description protected SearchPageData<AsSearchProfileData>DefaultAsSearchProfileFacade. createAsSearchPageData(SearchPageData<AbstractAsSearchProfileModel> input)protected SearchPageData<AsSearchProfileData>DefaultAsSearchProfileFacade. createEmptyAsSearchPageData(SearchPageData<?> pagination)SearchPageData<AsSearchProfileData>DefaultAsSearchProfileFacade. getSearchProfiles(java.lang.String query, java.util.Map<java.lang.String,java.lang.String> filters, SearchPageData<?> pagination)Methods in de.hybris.platform.adaptivesearchfacades.facades.impl with parameters of type SearchPageData Modifier and Type Method Description protected SearchPageData<AsSearchProfileData>DefaultAsSearchProfileFacade. createAsSearchPageData(SearchPageData<AbstractAsSearchProfileModel> input)protected SearchPageData<AsSearchProfileData>DefaultAsSearchProfileFacade. createEmptyAsSearchPageData(SearchPageData<?> pagination)SearchPageData<AsSearchProfileData>DefaultAsSearchProfileFacade. getSearchProfiles(java.lang.String query, java.util.Map<java.lang.String,java.lang.String> filters, SearchPageData<?> pagination) -
Uses of SearchPageData in de.hybris.platform.adaptivesearchwebservices.controllers
Methods in de.hybris.platform.adaptivesearchwebservices.controllers with parameters of type SearchPageData Modifier and Type Method Description protected SearchProfileListWsDTOSearchProfileController. createListDTO(SearchPageData<AsSearchProfileData> searchProfiles) -
Uses of SearchPageData in de.hybris.platform.cms2.servicelayer.daos
Methods in de.hybris.platform.cms2.servicelayer.daos that return SearchPageData Modifier and Type Method Description <T extends AbstractCMSComponentModel>
SearchPageData<T>CMSComponentDao. findAllCMSComponentsByCatalogVersions(java.util.Collection<CatalogVersionModel> catalogVersions, SearchPageData searchPageData)Find cms components that belong to a given catalog version.<T extends AbstractCMSComponentModel>
SearchPageData<T>CMSComponentDao. findCMSComponentsByIdsAndCatalogVersions(java.util.Collection<java.lang.String> ids, java.util.Collection<CatalogVersionModel> catalogVersions, SearchPageData searchPageData)Find cms components by list of IDs and catalog versions with pagination and sorting.Methods in de.hybris.platform.cms2.servicelayer.daos with parameters of type SearchPageData Modifier and Type Method Description <T extends AbstractCMSComponentModel>
SearchPageData<T>CMSComponentDao. findAllCMSComponentsByCatalogVersions(java.util.Collection<CatalogVersionModel> catalogVersions, SearchPageData searchPageData)Find cms components that belong to a given catalog version.<T extends AbstractCMSComponentModel>
SearchPageData<T>CMSComponentDao. findCMSComponentsByIdsAndCatalogVersions(java.util.Collection<java.lang.String> ids, java.util.Collection<CatalogVersionModel> catalogVersions, SearchPageData searchPageData)Find cms components by list of IDs and catalog versions with pagination and sorting. -
Uses of SearchPageData in de.hybris.platform.cms2.servicelayer.daos.impl
Methods in de.hybris.platform.cms2.servicelayer.daos.impl that return SearchPageData Modifier and Type Method Description <T extends AbstractCMSComponentModel>
SearchPageData<T>DefaultCMSComponentDao. findAllCMSComponentsByCatalogVersions(java.util.Collection<CatalogVersionModel> catalogVersions, SearchPageData searchPageData)<T extends AbstractCMSComponentModel>
SearchPageData<T>DefaultCMSComponentDao. findCMSComponentsByIdsAndCatalogVersions(java.util.Collection<java.lang.String> ids, java.util.Collection<CatalogVersionModel> catalogVersions, SearchPageData searchPageDataInput)Find cms components by list of IDs and catalog versions with pagination and sorting.Methods in de.hybris.platform.cms2.servicelayer.daos.impl with parameters of type SearchPageData Modifier and Type Method Description <T extends AbstractCMSComponentModel>
SearchPageData<T>DefaultCMSComponentDao. findAllCMSComponentsByCatalogVersions(java.util.Collection<CatalogVersionModel> catalogVersions, SearchPageData searchPageData)<T extends AbstractCMSComponentModel>
SearchPageData<T>DefaultCMSComponentDao. findCMSComponentsByIdsAndCatalogVersions(java.util.Collection<java.lang.String> ids, java.util.Collection<CatalogVersionModel> catalogVersions, SearchPageData searchPageDataInput)Find cms components by list of IDs and catalog versions with pagination and sorting. -
Uses of SearchPageData in de.hybris.platform.cms2.servicelayer.services
Methods in de.hybris.platform.cms2.servicelayer.services that return SearchPageData Modifier and Type Method Description <T extends AbstractCMSComponentModel>
SearchPageData<T>CMSComponentService. getAbstractCMSComponents(java.util.Collection<java.lang.String> ids, SearchPageData searchPageData)Gets the abstract cms component.<T extends AbstractCMSComponentModel>
SearchPageData<T>CMSComponentService. getAllAbstractCMSComponents(SearchPageData searchPageData)Gets all abstract cms components filtered by the specified pagination and sorting information.Methods in de.hybris.platform.cms2.servicelayer.services with parameters of type SearchPageData Modifier and Type Method Description <T extends AbstractCMSComponentModel>
SearchPageData<T>CMSComponentService. getAbstractCMSComponents(java.util.Collection<java.lang.String> ids, SearchPageData searchPageData)Gets the abstract cms component.<T extends AbstractCMSComponentModel>
SearchPageData<T>CMSComponentService. getAllAbstractCMSComponents(SearchPageData searchPageData)Gets all abstract cms components filtered by the specified pagination and sorting information. -
Uses of SearchPageData in de.hybris.platform.cms2.servicelayer.services.impl
Methods in de.hybris.platform.cms2.servicelayer.services.impl that return SearchPageData Modifier and Type Method Description <T extends AbstractCMSComponentModel>
SearchPageData<T>DefaultCMSComponentService. getAbstractCMSComponents(java.util.Collection<java.lang.String> ids, SearchPageData searchPageData)Gets the abstract cms component.<T extends AbstractCMSComponentModel>
SearchPageData<T>DefaultCMSComponentService. getAllAbstractCMSComponents(SearchPageData searchPageData)Methods in de.hybris.platform.cms2.servicelayer.services.impl with parameters of type SearchPageData Modifier and Type Method Description <T extends AbstractCMSComponentModel>
SearchPageData<T>DefaultCMSComponentService. getAbstractCMSComponents(java.util.Collection<java.lang.String> ids, SearchPageData searchPageData)Gets the abstract cms component.<T extends AbstractCMSComponentModel>
SearchPageData<T>DefaultCMSComponentService. getAllAbstractCMSComponents(SearchPageData searchPageData) -
Uses of SearchPageData in de.hybris.platform.cmsfacades.items
Methods in de.hybris.platform.cmsfacades.items that return SearchPageData Modifier and Type Method Description SearchPageData<AbstractCMSComponentData>ComponentItemFacade. getComponentsByIds(java.util.Collection<java.lang.String> componentIds, java.lang.String categoryCode, java.lang.String productCode, java.lang.String catalogCode, SearchPageData searchPageData)Returns the list of foundAbstractCMSComponentDatainSearchPageData.Methods in de.hybris.platform.cmsfacades.items with parameters of type SearchPageData Modifier and Type Method Description SearchPageData<AbstractCMSComponentData>ComponentItemFacade. getComponentsByIds(java.util.Collection<java.lang.String> componentIds, java.lang.String categoryCode, java.lang.String productCode, java.lang.String catalogCode, SearchPageData searchPageData)Returns the list of foundAbstractCMSComponentDatainSearchPageData. -
Uses of SearchPageData in de.hybris.platform.cmsfacades.items.impl
Methods in de.hybris.platform.cmsfacades.items.impl that return SearchPageData Modifier and Type Method Description SearchPageData<AbstractCMSComponentData>DefaultComponentItemFacade. getComponentsByIds(java.util.Collection<java.lang.String> componentIds, java.lang.String categoryCode, java.lang.String productCode, java.lang.String catalogCode, SearchPageData searchPageData)Methods in de.hybris.platform.cmsfacades.items.impl with parameters of type SearchPageData Modifier and Type Method Description SearchPageData<AbstractCMSComponentData>DefaultComponentItemFacade. getComponentsByIds(java.util.Collection<java.lang.String> componentIds, java.lang.String categoryCode, java.lang.String productCode, java.lang.String catalogCode, SearchPageData searchPageData) -
Uses of SearchPageData in de.hybris.platform.cmsfacades.rendering
Methods in de.hybris.platform.cmsfacades.rendering that return SearchPageData Modifier and Type Method Description SearchPageData<AbstractCMSComponentData>ComponentRenderingService. getAllComponents(java.lang.String categoryCode, java.lang.String productCode, java.lang.String catalogCode, SearchPageData searchPageData)Returns the list of allAbstractCMSComponentDatafound inSearchPageData.SearchPageData<AbstractCMSComponentData>ComponentRenderingService. getComponentsByIds(java.util.Collection<java.lang.String> componentIds, java.lang.String categoryCode, java.lang.String productCode, java.lang.String catalogCode, SearchPageData searchPageData)Returns the list of foundAbstractCMSComponentDatainSearchPageData.Methods in de.hybris.platform.cmsfacades.rendering with parameters of type SearchPageData Modifier and Type Method Description SearchPageData<AbstractCMSComponentData>ComponentRenderingService. getAllComponents(java.lang.String categoryCode, java.lang.String productCode, java.lang.String catalogCode, SearchPageData searchPageData)Returns the list of allAbstractCMSComponentDatafound inSearchPageData.SearchPageData<AbstractCMSComponentData>ComponentRenderingService. getComponentsByIds(java.util.Collection<java.lang.String> componentIds, java.lang.String categoryCode, java.lang.String productCode, java.lang.String catalogCode, SearchPageData searchPageData)Returns the list of foundAbstractCMSComponentDatainSearchPageData. -
Uses of SearchPageData in de.hybris.platform.cmsfacades.rendering.impl
Methods in de.hybris.platform.cmsfacades.rendering.impl that return SearchPageData Modifier and Type Method Description SearchPageData<AbstractCMSComponentData>DefaultComponentRenderingService. getAllComponents(java.lang.String categoryCode, java.lang.String productCode, java.lang.String catalogCode, SearchPageData searchPageData)SearchPageData<AbstractCMSComponentData>DefaultComponentRenderingService. getComponentsByIds(java.util.Collection<java.lang.String> componentIds, java.lang.String categoryCode, java.lang.String productCode, java.lang.String catalogCode, SearchPageData searchPageData)protected SearchPageData<AbstractCMSComponentData>DefaultComponentRenderingService. getComponentsData(SearchPageData<AbstractCMSComponentModel> componentsSearchData, RestrictionData restrictionData)Returns the list of foundAbstractCMSComponentDatainSearchPageDatabased onRestrictionDataobject.Methods in de.hybris.platform.cmsfacades.rendering.impl with parameters of type SearchPageData Modifier and Type Method Description SearchPageData<AbstractCMSComponentData>DefaultComponentRenderingService. getAllComponents(java.lang.String categoryCode, java.lang.String productCode, java.lang.String catalogCode, SearchPageData searchPageData)SearchPageData<AbstractCMSComponentData>DefaultComponentRenderingService. getComponentsByIds(java.util.Collection<java.lang.String> componentIds, java.lang.String categoryCode, java.lang.String productCode, java.lang.String catalogCode, SearchPageData searchPageData)protected SearchPageData<AbstractCMSComponentData>DefaultComponentRenderingService. getComponentsData(SearchPageData<AbstractCMSComponentModel> componentsSearchData, RestrictionData restrictionData)Returns the list of foundAbstractCMSComponentDatainSearchPageDatabased onRestrictionDataobject. -
Uses of SearchPageData in de.hybris.platform.cmsoccaddon.controllers
Methods in de.hybris.platform.cmsoccaddon.controllers with parameters of type SearchPageData Modifier and Type Method Description protected ComponentListWsDTOAdapter.ListAdaptedComponentsComponentController. formatSearchPageDataResult(java.lang.String fields, SearchPageData<AbstractCMSComponentData> searchPageDataResult)Transforms theSearchPageDatacontaining the list of cms component data into aListAdaptedComponentsobject. -
Uses of SearchPageData in de.hybris.platform.couponwebservices.facades
Methods in de.hybris.platform.couponwebservices.facades that return SearchPageData Modifier and Type Method Description SearchPageData<CodeGenerationConfigurationWsDTO>CodeGenerationConfigurationWsFacade. getCodeGenerationConfigurations(PaginationData paginationData, java.util.List<SortData> sortData)Returns a restricted size list (page) of available Code Generation ConfigurationSearchPageDataCouponWsFacades. getCoupons(PaginationData pagination, java.util.List<SortData> sort)Returns a restricted size list (page) of available coupons -
Uses of SearchPageData in de.hybris.platform.couponwebservices.facades.impl
Methods in de.hybris.platform.couponwebservices.facades.impl that return SearchPageData Modifier and Type Method Description protected SearchPageDataAbstractCouponWsFacades. buildSearchPageData(PaginationData pagination, java.util.List<SortData> sorts)protected <S extends AbstractCouponModel>
SearchPageData<D>AbstractCouponWsFacades. convertSearchPageData(SearchPageData<S> source)Converts the result ofSearchPageDataprotected SearchPageData<CodeGenerationConfigurationWsDTO>DefaultCodeGenerationConfigurationWsFacade. convertSearchResults(SearchPageData<CodeGenerationConfigurationModel> source)Converts the result ofSearchPageDataSearchPageData<CodeGenerationConfigurationWsDTO>DefaultCodeGenerationConfigurationWsFacade. getCodeGenerationConfigurations(PaginationData paginationData, java.util.List<SortData> sortData)SearchPageDataAbstractCouponWsFacades. getCoupons(PaginationData pagination, java.util.List<SortData> sorts)Methods in de.hybris.platform.couponwebservices.facades.impl with parameters of type SearchPageData Modifier and Type Method Description protected <S extends AbstractCouponModel>
SearchPageData<D>AbstractCouponWsFacades. convertSearchPageData(SearchPageData<S> source)Converts the result ofSearchPageDataprotected SearchPageData<CodeGenerationConfigurationWsDTO>DefaultCodeGenerationConfigurationWsFacade. convertSearchResults(SearchPageData<CodeGenerationConfigurationModel> source)Converts the result ofSearchPageData -
Uses of SearchPageData in de.hybris.platform.customercouponfacades
Methods in de.hybris.platform.customercouponfacades with parameters of type SearchPageData Modifier and Type Method Description CustomerCouponSearchPageDataCustomerCouponFacade. getPaginatedCoupons(SearchPageData searchPageData)Gets paginated customer coupon data by searchPageData -
Uses of SearchPageData in de.hybris.platform.customercouponfacades.converter.populators
Methods in de.hybris.platform.customercouponfacades.converter.populators with parameters of type SearchPageData Modifier and Type Method Description voidCustomerCouponSearchPageDataPopulator. populate(SearchPageData<CustomerCouponModel> source, CustomerCouponSearchPageData target) -
Uses of SearchPageData in de.hybris.platform.customercouponfacades.impl
Methods in de.hybris.platform.customercouponfacades.impl that return types with arguments of type SearchPageData Modifier and Type Method Description protected Converter<SearchPageData<CustomerCouponModel>,CustomerCouponSearchPageData>DefaultCustomerCouponFacade. getCustomerCouponSearchPageDataConverter()Methods in de.hybris.platform.customercouponfacades.impl with parameters of type SearchPageData Modifier and Type Method Description CustomerCouponSearchPageDataDefaultCustomerCouponFacade. getPaginatedCoupons(SearchPageData searchPageData)Method parameters in de.hybris.platform.customercouponfacades.impl with type arguments of type SearchPageData Modifier and Type Method Description voidDefaultCustomerCouponFacade. setCustomerCouponSearchPageDataConverter(Converter<SearchPageData<CustomerCouponModel>,CustomerCouponSearchPageData> customerCouponSearchPageDataConverter) -
Uses of SearchPageData in de.hybris.platform.customercouponoccaddon.controllers.customercoupon
Methods in de.hybris.platform.customercouponoccaddon.controllers.customercoupon with parameters of type SearchPageData Modifier and Type Method Description protected voidCustomerCouponsController. recalculatePageSize(SearchPageData searchPageData) -
Uses of SearchPageData in de.hybris.platform.customercouponservices
Methods in de.hybris.platform.customercouponservices that return SearchPageData Modifier and Type Method Description SearchPageData<CustomerCouponModel>CustomerCouponService. getPaginatedCouponsForCustomer(CustomerModel customer, SearchPageData searchPageData)Gets paginated customer coupon data by searchPageDataMethods in de.hybris.platform.customercouponservices with parameters of type SearchPageData Modifier and Type Method Description SearchPageData<CustomerCouponModel>CustomerCouponService. getPaginatedCouponsForCustomer(CustomerModel customer, SearchPageData searchPageData)Gets paginated customer coupon data by searchPageData -
Uses of SearchPageData in de.hybris.platform.customercouponservices.daos
Methods in de.hybris.platform.customercouponservices.daos that return SearchPageData Modifier and Type Method Description SearchPageData<CustomerCouponModel>CustomerCouponDao. findPaginatedCouponsByCustomer(CustomerModel customer, SearchPageData searchPageData)Finds paginated customer coupons by the customer and searchPageDataMethods in de.hybris.platform.customercouponservices.daos with parameters of type SearchPageData Modifier and Type Method Description SearchPageData<CustomerCouponModel>CustomerCouponDao. findPaginatedCouponsByCustomer(CustomerModel customer, SearchPageData searchPageData)Finds paginated customer coupons by the customer and searchPageData -
Uses of SearchPageData in de.hybris.platform.customercouponservices.daos.impl
Methods in de.hybris.platform.customercouponservices.daos.impl that return SearchPageData Modifier and Type Method Description SearchPageData<CustomerCouponModel>DefaultCustomerCouponDao. findPaginatedCouponsByCustomer(CustomerModel customer, SearchPageData searchPageData)Methods in de.hybris.platform.customercouponservices.daos.impl with parameters of type SearchPageData Modifier and Type Method Description SearchPageData<CustomerCouponModel>DefaultCustomerCouponDao. findPaginatedCouponsByCustomer(CustomerModel customer, SearchPageData searchPageData) -
Uses of SearchPageData in de.hybris.platform.customercouponservices.impl
Methods in de.hybris.platform.customercouponservices.impl that return SearchPageData Modifier and Type Method Description SearchPageData<CustomerCouponModel>DefaultCustomerCouponService. getPaginatedCouponsForCustomer(CustomerModel customer, SearchPageData searchPageData)Methods in de.hybris.platform.customercouponservices.impl with parameters of type SearchPageData Modifier and Type Method Description SearchPageData<CustomerCouponModel>DefaultCustomerCouponService. getPaginatedCouponsForCustomer(CustomerModel customer, SearchPageData searchPageData) -
Uses of SearchPageData in de.hybris.platform.customerinterestsfacades.productinterest
Methods in de.hybris.platform.customerinterestsfacades.productinterest that return SearchPageData Modifier and Type Method Description SearchPageData<ProductInterestRelationData>ProductInterestFacade. getPaginatedProductInterestsByCustomer(SearchPageData searchPageData)Finds interests watched by current customerSearchPageData<ProductInterestRelationData>ProductInterestFacade. getPaginatedProductInterestsForNotificationType(java.lang.String productCode, NotificationType notificationType, SearchPageData searchPageData)Finds interests watched by current customerMethods in de.hybris.platform.customerinterestsfacades.productinterest with parameters of type SearchPageData Modifier and Type Method Description SearchPageData<ProductInterestRelationData>ProductInterestFacade. getPaginatedProductInterestsByCustomer(SearchPageData searchPageData)Finds interests watched by current customerSearchPageData<ProductInterestRelationData>ProductInterestFacade. getPaginatedProductInterestsForNotificationType(java.lang.String productCode, NotificationType notificationType, SearchPageData searchPageData)Finds interests watched by current customer -
Uses of SearchPageData in de.hybris.platform.customerinterestsfacades.productinterest.impl
Methods in de.hybris.platform.customerinterestsfacades.productinterest.impl that return SearchPageData Modifier and Type Method Description SearchPageData<ProductInterestRelationData>DefaultProductInterestFacade. getPaginatedProductInterestsByCustomer(SearchPageData searchPageData)SearchPageData<ProductInterestRelationData>DefaultProductInterestFacade. getPaginatedProductInterestsForNotificationType(java.lang.String productCode, NotificationType notificationType, SearchPageData searchPageData)protected SearchPageData<ProductInterestRelationData>DefaultProductInterestFacade. pagingProductInterestsList(SearchPageData searchPageData, java.util.List<ProductInterestRelationData> interestsList)Methods in de.hybris.platform.customerinterestsfacades.productinterest.impl with parameters of type SearchPageData Modifier and Type Method Description SearchPageData<ProductInterestRelationData>DefaultProductInterestFacade. getPaginatedProductInterestsByCustomer(SearchPageData searchPageData)SearchPageData<ProductInterestRelationData>DefaultProductInterestFacade. getPaginatedProductInterestsForNotificationType(java.lang.String productCode, NotificationType notificationType, SearchPageData searchPageData)protected SearchPageData<ProductInterestRelationData>DefaultProductInterestFacade. pagingProductInterestsList(SearchPageData searchPageData, java.util.List<ProductInterestRelationData> interestsList)protected voidDefaultProductInterestFacade. sortingProductInterestsList(SearchPageData searchPageData, java.util.List<ProductInterestRelationData> interestsList) -
Uses of SearchPageData in de.hybris.platform.customerinterestsoccaddon.controllers.customerinterests
Methods in de.hybris.platform.customerinterestsoccaddon.controllers.customerinterests with parameters of type SearchPageData Modifier and Type Method Description protected voidProductInterestsController. recalculatePageSize(SearchPageData searchPageData) -
Uses of SearchPageData in de.hybris.platform.notificationfacades.facades
Methods in de.hybris.platform.notificationfacades.facades that return SearchPageData Modifier and Type Method Description SearchPageData<SiteMessageData>SiteMessageFacade. getPaginatedSiteMessages(SearchPageData searchPageData)get all site messagesSearchPageData<SiteMessageData>SiteMessageFacade. getPaginatedSiteMessagesForType(java.lang.String type, SearchPageData searchPageData)get all site messages according to the given typeMethods in de.hybris.platform.notificationfacades.facades with parameters of type SearchPageData Modifier and Type Method Description SearchPageData<SiteMessageData>SiteMessageFacade. getPaginatedSiteMessages(SearchPageData searchPageData)get all site messagesSearchPageData<SiteMessageData>SiteMessageFacade. getPaginatedSiteMessagesForType(java.lang.String type, SearchPageData searchPageData)get all site messages according to the given type -
Uses of SearchPageData in de.hybris.platform.notificationfacades.facades.impl
Methods in de.hybris.platform.notificationfacades.facades.impl that return SearchPageData Modifier and Type Method Description SearchPageData<SiteMessageData>DefaultSiteMessageFacade. getPaginatedSiteMessages(SearchPageData searchPageData)SearchPageData<SiteMessageData>DefaultSiteMessageFacade. getPaginatedSiteMessagesForType(java.lang.String type, SearchPageData searchPageData)Methods in de.hybris.platform.notificationfacades.facades.impl that return types with arguments of type SearchPageData Modifier and Type Method Description protected Converter<SearchPageData<SiteMessageForCustomerModel>,SearchPageData<SiteMessageData>>DefaultSiteMessageFacade. getSiteMessageSearchPageDataConverter()protected Converter<SearchPageData<SiteMessageForCustomerModel>,SearchPageData<SiteMessageData>>DefaultSiteMessageFacade. getSiteMessageSearchPageDataConverter()Methods in de.hybris.platform.notificationfacades.facades.impl with parameters of type SearchPageData Modifier and Type Method Description SearchPageData<SiteMessageData>DefaultSiteMessageFacade. getPaginatedSiteMessages(SearchPageData searchPageData)SearchPageData<SiteMessageData>DefaultSiteMessageFacade. getPaginatedSiteMessagesForType(java.lang.String type, SearchPageData searchPageData)Method parameters in de.hybris.platform.notificationfacades.facades.impl with type arguments of type SearchPageData Modifier and Type Method Description voidDefaultSiteMessageFacade. setSiteMessageSearchPageDataConverter(Converter<SearchPageData<SiteMessageForCustomerModel>,SearchPageData<SiteMessageData>> converter)voidDefaultSiteMessageFacade. setSiteMessageSearchPageDataConverter(Converter<SearchPageData<SiteMessageForCustomerModel>,SearchPageData<SiteMessageData>> converter) -
Uses of SearchPageData in de.hybris.platform.notificationfacades.populators
Methods in de.hybris.platform.notificationfacades.populators with parameters of type SearchPageData Modifier and Type Method Description voidSiteMessageSearchPageDataPopulator. populate(SearchPageData<SiteMessageForCustomerModel> source, SearchPageData<SiteMessageData> target) -
Uses of SearchPageData in de.hybris.platform.notificationoccaddon.controllers
Methods in de.hybris.platform.notificationoccaddon.controllers with parameters of type SearchPageData Modifier and Type Method Description protected voidSiteMessageController. recalculatePageSize(SearchPageData searchPageData) -
Uses of SearchPageData in de.hybris.platform.notificationservices.dao
Methods in de.hybris.platform.notificationservices.dao that return SearchPageData Modifier and Type Method Description SearchPageData<SiteMessageForCustomerModel>SiteMessageDao. findPaginatedMessages(CustomerModel customer, SearchPageData searchPageData)Finds all paginated site messageSearchPageData<SiteMessageForCustomerModel>SiteMessageDao. findPaginatedMessagesByType(CustomerModel customer, SiteMessageType type, SearchPageData searchPageData)Finds paginated site message for given parametersMethods in de.hybris.platform.notificationservices.dao with parameters of type SearchPageData Modifier and Type Method Description SearchPageData<SiteMessageForCustomerModel>SiteMessageDao. findPaginatedMessages(CustomerModel customer, SearchPageData searchPageData)Finds all paginated site messageSearchPageData<SiteMessageForCustomerModel>SiteMessageDao. findPaginatedMessagesByType(CustomerModel customer, SiteMessageType type, SearchPageData searchPageData)Finds paginated site message for given parameters -
Uses of SearchPageData in de.hybris.platform.notificationservices.dao.impl
Methods in de.hybris.platform.notificationservices.dao.impl that return SearchPageData Modifier and Type Method Description SearchPageData<SiteMessageForCustomerModel>DefaultSiteMessageDao. findPaginatedMessages(CustomerModel customer, SearchPageData searchPageData)SearchPageData<SiteMessageForCustomerModel>DefaultSiteMessageDao. findPaginatedMessagesByType(CustomerModel customer, SiteMessageType type, SearchPageData searchPageData)Methods in de.hybris.platform.notificationservices.dao.impl with parameters of type SearchPageData Modifier and Type Method Description SearchPageData<SiteMessageForCustomerModel>DefaultSiteMessageDao. findPaginatedMessages(CustomerModel customer, SearchPageData searchPageData)SearchPageData<SiteMessageForCustomerModel>DefaultSiteMessageDao. findPaginatedMessagesByType(CustomerModel customer, SiteMessageType type, SearchPageData searchPageData) -
Uses of SearchPageData in de.hybris.platform.notificationservices.service
Methods in de.hybris.platform.notificationservices.service that return SearchPageData Modifier and Type Method Description SearchPageData<SiteMessageForCustomerModel>SiteMessageService. getPaginatedMessagesForCustomer(CustomerModel customer, SearchPageData searchPageData)Gets all paginated site messagesSearchPageData<SiteMessageForCustomerModel>SiteMessageService. getPaginatedMessagesForType(CustomerModel customer, SiteMessageType type, SearchPageData searchPageData)Gets paginated site messages for the given typeMethods in de.hybris.platform.notificationservices.service with parameters of type SearchPageData Modifier and Type Method Description SearchPageData<SiteMessageForCustomerModel>SiteMessageService. getPaginatedMessagesForCustomer(CustomerModel customer, SearchPageData searchPageData)Gets all paginated site messagesSearchPageData<SiteMessageForCustomerModel>SiteMessageService. getPaginatedMessagesForType(CustomerModel customer, SiteMessageType type, SearchPageData searchPageData)Gets paginated site messages for the given type -
Uses of SearchPageData in de.hybris.platform.notificationservices.service.impl
Methods in de.hybris.platform.notificationservices.service.impl that return SearchPageData Modifier and Type Method Description SearchPageData<SiteMessageForCustomerModel>DefaultSiteMessageService. getPaginatedMessagesForCustomer(CustomerModel customer, SearchPageData searchPageData)SearchPageData<SiteMessageForCustomerModel>DefaultSiteMessageService. getPaginatedMessagesForType(CustomerModel customer, SiteMessageType type, SearchPageData searchPageData)protected SearchPageDataDefaultSiteMessageServiceIntegrationTest. prepareSearchPageData()Methods in de.hybris.platform.notificationservices.service.impl with parameters of type SearchPageData Modifier and Type Method Description SearchPageData<SiteMessageForCustomerModel>DefaultSiteMessageService. getPaginatedMessagesForCustomer(CustomerModel customer, SearchPageData searchPageData)SearchPageData<SiteMessageForCustomerModel>DefaultSiteMessageService. getPaginatedMessagesForType(CustomerModel customer, SiteMessageType type, SearchPageData searchPageData) -
Uses of SearchPageData in de.hybris.platform.personalizationcms.action.dao.impl
Methods in de.hybris.platform.personalizationcms.action.dao.impl that return SearchPageData Modifier and Type Method Description SearchPageData<CxCmsActionModel>CxCmsActionTypeDao. getActions(CatalogVersionModel catalogVersion, java.util.Map<java.lang.String,java.lang.String> searchCriteria, SearchPageData<?> pagination)Methods in de.hybris.platform.personalizationcms.action.dao.impl with parameters of type SearchPageData Modifier and Type Method Description SearchPageData<CxCmsActionModel>CxCmsActionTypeDao. getActions(CatalogVersionModel catalogVersion, java.util.Map<java.lang.String,java.lang.String> searchCriteria, SearchPageData<?> pagination) -
Uses of SearchPageData in de.hybris.platform.personalizationfacades
Methods in de.hybris.platform.personalizationfacades that return SearchPageData Modifier and Type Method Description protected <I,R>
SearchPageData<R>AbstractBaseFacade. convertSearchPage(SearchPageData<I> input, java.util.function.Function<java.util.List<I>,java.util.List<R>> mapper)protected <T> SearchPageData<T>AbstractBaseFacade. getEmptySearchData()protected <T> SearchPageData<T>AbstractBaseFacade. getSearchDataForSingleElement()Methods in de.hybris.platform.personalizationfacades with parameters of type SearchPageData Modifier and Type Method Description protected <I,R>
SearchPageData<R>AbstractBaseFacade. convertSearchPage(SearchPageData<I> input, java.util.function.Function<java.util.List<I>,java.util.List<R>> mapper) -
Uses of SearchPageData in de.hybris.platform.personalizationfacades.action
Methods in de.hybris.platform.personalizationfacades.action that return SearchPageData Modifier and Type Method Description SearchPageData<ActionFullData>ActionFacade. getActions(CxActionType type, java.lang.String catalogId, java.lang.String catalogVersionId, java.util.Map<java.lang.String,java.lang.String> searchCriteria, SearchPageData<?> pagination)Retrieve actions of given type that fulfills search criteria in paginated list.Methods in de.hybris.platform.personalizationfacades.action with parameters of type SearchPageData Modifier and Type Method Description SearchPageData<ActionFullData>ActionFacade. getActions(CxActionType type, java.lang.String catalogId, java.lang.String catalogVersionId, java.util.Map<java.lang.String,java.lang.String> searchCriteria, SearchPageData<?> pagination)Retrieve actions of given type that fulfills search criteria in paginated list. -
Uses of SearchPageData in de.hybris.platform.personalizationfacades.action.impl
Methods in de.hybris.platform.personalizationfacades.action.impl that return SearchPageData Modifier and Type Method Description SearchPageData<ActionFullData>DefaultActionFacade. getActions(CxActionType type, java.lang.String catalogId, java.lang.String catalogVersionId, java.util.Map<java.lang.String,java.lang.String> searchCriteria, SearchPageData<?> pagination)Methods in de.hybris.platform.personalizationfacades.action.impl with parameters of type SearchPageData Modifier and Type Method Description SearchPageData<ActionFullData>DefaultActionFacade. getActions(CxActionType type, java.lang.String catalogId, java.lang.String catalogVersionId, java.util.Map<java.lang.String,java.lang.String> searchCriteria, SearchPageData<?> pagination) -
Uses of SearchPageData in de.hybris.platform.personalizationfacades.customersegmentation
Methods in de.hybris.platform.personalizationfacades.customersegmentation that return SearchPageData Modifier and Type Method Description SearchPageData<CustomerSegmentationData>CustomerSegmentationFacade. getCustomerSegmentations(java.lang.String customerCode, java.lang.String segmentCode, java.lang.String baseSite, SearchPageData<?> pagination)Retrieves customer - segment relations fulfilling provided parameters.Methods in de.hybris.platform.personalizationfacades.customersegmentation with parameters of type SearchPageData Modifier and Type Method Description SearchPageData<CustomerSegmentationData>CustomerSegmentationFacade. getCustomerSegmentations(java.lang.String customerCode, java.lang.String segmentCode, java.lang.String baseSite, SearchPageData<?> pagination)Retrieves customer - segment relations fulfilling provided parameters. -
Uses of SearchPageData in de.hybris.platform.personalizationfacades.customersegmentation.impl
Methods in de.hybris.platform.personalizationfacades.customersegmentation.impl that return SearchPageData Modifier and Type Method Description protected SearchPageData<CustomerSegmentationData>DefaultCustomerSegmentationFacade. convertCustomerSegmentationList(java.lang.String customerId, java.lang.String segmentId, SearchPageData<CxUserToSegmentModel> segmentations)SearchPageData<CustomerSegmentationData>DefaultCustomerSegmentationFacade. getCustomerSegmentations(java.lang.String customerId, java.lang.String segmentId, java.lang.String baseSiteId, SearchPageData<?> pagination)protected <T> SearchPageData<T>DefaultCustomerSegmentationFacade. getSearchPage(int page, int pageSize)Methods in de.hybris.platform.personalizationfacades.customersegmentation.impl with parameters of type SearchPageData Modifier and Type Method Description protected SearchPageData<CustomerSegmentationData>DefaultCustomerSegmentationFacade. convertCustomerSegmentationList(java.lang.String customerId, java.lang.String segmentId, SearchPageData<CxUserToSegmentModel> segmentations)SearchPageData<CustomerSegmentationData>DefaultCustomerSegmentationFacade. getCustomerSegmentations(java.lang.String customerId, java.lang.String segmentId, java.lang.String baseSiteId, SearchPageData<?> pagination) -
Uses of SearchPageData in de.hybris.platform.personalizationfacades.customization
Methods in de.hybris.platform.personalizationfacades.customization that return SearchPageData Modifier and Type Method Description SearchPageData<CustomizationData>CustomizationFacade. getCustomizations(java.lang.String catalogId, java.lang.String catalogVersionId, java.util.Map<java.lang.String,java.lang.String> params, SearchPageData<?> pagination)Retrieves all customizations for given catalog version filtered by given paramsMethods in de.hybris.platform.personalizationfacades.customization with parameters of type SearchPageData Modifier and Type Method Description SearchPageData<CustomizationData>CustomizationFacade. getCustomizations(java.lang.String catalogId, java.lang.String catalogVersionId, java.util.Map<java.lang.String,java.lang.String> params, SearchPageData<?> pagination)Retrieves all customizations for given catalog version filtered by given params -
Uses of SearchPageData in de.hybris.platform.personalizationfacades.customization.impl
Methods in de.hybris.platform.personalizationfacades.customization.impl that return SearchPageData Modifier and Type Method Description SearchPageData<CustomizationData>DefaultCustomizationFacade. getCustomizations(java.lang.String catalogId, java.lang.String catalogVersionId, java.util.Map<java.lang.String,java.lang.String> params, SearchPageData<?> pagination)Methods in de.hybris.platform.personalizationfacades.customization.impl with parameters of type SearchPageData Modifier and Type Method Description SearchPageData<CustomizationData>DefaultCustomizationFacade. getCustomizations(java.lang.String catalogId, java.lang.String catalogVersionId, java.util.Map<java.lang.String,java.lang.String> params, SearchPageData<?> pagination) -
Uses of SearchPageData in de.hybris.platform.personalizationfacades.segment
Methods in de.hybris.platform.personalizationfacades.segment that return SearchPageData Modifier and Type Method Description SearchPageData<SegmentData>SegmentFacade. getSegments(java.util.Map<java.lang.String,java.lang.String> filters, SearchPageData<?> pagination)Retrieves segmentsMethods in de.hybris.platform.personalizationfacades.segment with parameters of type SearchPageData Modifier and Type Method Description SearchPageData<SegmentData>SegmentFacade. getSegments(java.util.Map<java.lang.String,java.lang.String> filters, SearchPageData<?> pagination)Retrieves segments -
Uses of SearchPageData in de.hybris.platform.personalizationfacades.segment.impl
Methods in de.hybris.platform.personalizationfacades.segment.impl that return SearchPageData Modifier and Type Method Description SearchPageData<SegmentData>DefaultSegmentFacade. getSegments(java.util.Map<java.lang.String,java.lang.String> filters, SearchPageData<?> pagination)Methods in de.hybris.platform.personalizationfacades.segment.impl with parameters of type SearchPageData Modifier and Type Method Description SearchPageData<SegmentData>DefaultSegmentFacade. getSegments(java.util.Map<java.lang.String,java.lang.String> filters, SearchPageData<?> pagination) -
Uses of SearchPageData in de.hybris.platform.personalizationservices.action
Methods in de.hybris.platform.personalizationservices.action that return SearchPageData Modifier and Type Method Description <T extends CxAbstractActionModel>
SearchPageData<T>CxActionService. getActions(CxActionType type, CatalogVersionModel catalogVersion, java.util.Map<java.lang.String,java.lang.String> searchCriteria, SearchPageData<?> pagination)Retrieve actions of given type that fulfills search criteria in paginated list.Methods in de.hybris.platform.personalizationservices.action with parameters of type SearchPageData Modifier and Type Method Description <T extends CxAbstractActionModel>
SearchPageData<T>CxActionService. getActions(CxActionType type, CatalogVersionModel catalogVersion, java.util.Map<java.lang.String,java.lang.String> searchCriteria, SearchPageData<?> pagination)Retrieve actions of given type that fulfills search criteria in paginated list. -
Uses of SearchPageData in de.hybris.platform.personalizationservices.action.dao
Methods in de.hybris.platform.personalizationservices.action.dao that return SearchPageData Modifier and Type Method Description SearchPageData<T>CxActionTypeDao. getActions(CatalogVersionModel catalogVersion, java.util.Map<java.lang.String,java.lang.String> searchCriteria, SearchPageData<?> pagination)Retrieve actions of given type that fulfills search criteria in paginated list.Methods in de.hybris.platform.personalizationservices.action.dao with parameters of type SearchPageData Modifier and Type Method Description SearchPageData<T>CxActionTypeDao. getActions(CatalogVersionModel catalogVersion, java.util.Map<java.lang.String,java.lang.String> searchCriteria, SearchPageData<?> pagination)Retrieve actions of given type that fulfills search criteria in paginated list. -
Uses of SearchPageData in de.hybris.platform.personalizationservices.action.impl
Methods in de.hybris.platform.personalizationservices.action.impl that return SearchPageData Modifier and Type Method Description <T extends CxAbstractActionModel>
SearchPageData<T>DefaultCxActionService. getActions(CxActionType type, CatalogVersionModel catalogVersion, java.util.Map<java.lang.String,java.lang.String> searchCriteria, SearchPageData<?> pagination)Methods in de.hybris.platform.personalizationservices.action.impl with parameters of type SearchPageData Modifier and Type Method Description <T extends CxAbstractActionModel>
SearchPageData<T>DefaultCxActionService. getActions(CxActionType type, CatalogVersionModel catalogVersion, java.util.Map<java.lang.String,java.lang.String> searchCriteria, SearchPageData<?> pagination) -
Uses of SearchPageData in de.hybris.platform.personalizationservices.customization
Methods in de.hybris.platform.personalizationservices.customization that return SearchPageData Modifier and Type Method Description SearchPageData<CxCustomizationModel>CxCustomizationService. getCustomizations(CatalogVersionModel catalogVersion, java.util.Map<java.lang.String,java.lang.String> params, SearchPageData<?> pagination)Retrieves all customizations from the system filtered by given paramsMethods in de.hybris.platform.personalizationservices.customization with parameters of type SearchPageData Modifier and Type Method Description SearchPageData<CxCustomizationModel>CxCustomizationService. getCustomizations(CatalogVersionModel catalogVersion, java.util.Map<java.lang.String,java.lang.String> params, SearchPageData<?> pagination)Retrieves all customizations from the system filtered by given params -
Uses of SearchPageData in de.hybris.platform.personalizationservices.customization.dao
Methods in de.hybris.platform.personalizationservices.customization.dao that return SearchPageData Modifier and Type Method Description SearchPageData<CxCustomizationModel>CxCustomizationDao. findCustomizations(CatalogVersionModel catalogVersion, java.util.Map<java.lang.String,java.lang.String> params, SearchPageData<?> pagination)Retrieves all customizations for given catalog version filtered by paramsMethods in de.hybris.platform.personalizationservices.customization.dao with parameters of type SearchPageData Modifier and Type Method Description SearchPageData<CxCustomizationModel>CxCustomizationDao. findCustomizations(CatalogVersionModel catalogVersion, java.util.Map<java.lang.String,java.lang.String> params, SearchPageData<?> pagination)Retrieves all customizations for given catalog version filtered by params -
Uses of SearchPageData in de.hybris.platform.personalizationservices.customization.dao.impl
Methods in de.hybris.platform.personalizationservices.customization.dao.impl that return SearchPageData Modifier and Type Method Description SearchPageData<CxCustomizationModel>DefaultCxCustomizationDao. findCustomizations(CatalogVersionModel catalogVersion, java.util.Map<java.lang.String,java.lang.String> params, SearchPageData<?> pagination)Methods in de.hybris.platform.personalizationservices.customization.dao.impl with parameters of type SearchPageData Modifier and Type Method Description SearchPageData<CxCustomizationModel>DefaultCxCustomizationDao. findCustomizations(CatalogVersionModel catalogVersion, java.util.Map<java.lang.String,java.lang.String> params, SearchPageData<?> pagination) -
Uses of SearchPageData in de.hybris.platform.personalizationservices.customization.impl
Methods in de.hybris.platform.personalizationservices.customization.impl that return SearchPageData Modifier and Type Method Description SearchPageData<CxCustomizationModel>DefaultCxCustomizationService. getCustomizations(CatalogVersionModel catalogVersion, java.util.Map<java.lang.String,java.lang.String> params, SearchPageData<?> pagination)Methods in de.hybris.platform.personalizationservices.customization.impl with parameters of type SearchPageData Modifier and Type Method Description SearchPageData<CxCustomizationModel>DefaultCxCustomizationService. getCustomizations(CatalogVersionModel catalogVersion, java.util.Map<java.lang.String,java.lang.String> params, SearchPageData<?> pagination) -
Uses of SearchPageData in de.hybris.platform.personalizationservices.dao.impl
Methods in de.hybris.platform.personalizationservices.dao.impl that return SearchPageData Modifier and Type Method Description protected <T> SearchPageData<T>AbstractCxDao. buildEmptySearchPageData(PaginationData requestPagination)protected <T> SearchPageData<T>AbstractCxDao. queryList(java.lang.String baseQuery, java.util.Map<java.lang.String,java.lang.Object> params, SearchPageData searchPageData)protected <T> SearchPageData<T>AbstractCxDao. queryList(java.lang.String baseQuery, java.util.Map<java.lang.String,java.lang.Object> params, java.util.Collection<? extends CxDaoStrategy> strategies, java.util.Map<java.lang.String,java.lang.String> extraParams, SearchPageData<?> searchPageData)Methods in de.hybris.platform.personalizationservices.dao.impl with parameters of type SearchPageData Modifier and Type Method Description protected <T> SearchPageData<T>AbstractCxDao. queryList(java.lang.String baseQuery, java.util.Map<java.lang.String,java.lang.Object> params, SearchPageData searchPageData)protected <T> SearchPageData<T>AbstractCxDao. queryList(java.lang.String baseQuery, java.util.Map<java.lang.String,java.lang.Object> params, java.util.Collection<? extends CxDaoStrategy> strategies, java.util.Map<java.lang.String,java.lang.String> extraParams, SearchPageData<?> searchPageData) -
Uses of SearchPageData in de.hybris.platform.personalizationservices.segment
Methods in de.hybris.platform.personalizationservices.segment that return SearchPageData Modifier and Type Method Description SearchPageData<CxSegmentModel>CxSegmentService. getSegments(java.util.Map<java.lang.String,java.lang.String> filters, SearchPageData<?> pagination)Retrieves segmentsSearchPageData<CxUserToSegmentModel>CxSegmentService. getUserToSegmentModel(UserModel user, CxSegmentModel segment, BaseSiteModel baseSite, SearchPageData<?> pagination)Retrieves relation object between user and segment.Methods in de.hybris.platform.personalizationservices.segment with parameters of type SearchPageData Modifier and Type Method Description SearchPageData<CxSegmentModel>CxSegmentService. getSegments(java.util.Map<java.lang.String,java.lang.String> filters, SearchPageData<?> pagination)Retrieves segmentsSearchPageData<CxUserToSegmentModel>CxSegmentService. getUserToSegmentModel(UserModel user, CxSegmentModel segment, BaseSiteModel baseSite, SearchPageData<?> pagination)Retrieves relation object between user and segment. -
Uses of SearchPageData in de.hybris.platform.personalizationservices.segment.dao
Methods in de.hybris.platform.personalizationservices.segment.dao that return SearchPageData Modifier and Type Method Description SearchPageData<CxSegmentModel>CxSegmentDao. findSegments(java.util.Map<java.lang.String,java.lang.String> params, SearchPageData<?> pagination)Retrieves all segmentsSearchPageData<CxUserToSegmentModel>CxUserToSegmentDao. findUserToSegmentRelations(UserModel user, CxSegmentModel segment, BaseSiteModel baseSite, SearchPageData<?> pagination)Retrieves relation object between user and segment.Methods in de.hybris.platform.personalizationservices.segment.dao with parameters of type SearchPageData Modifier and Type Method Description SearchPageData<CxSegmentModel>CxSegmentDao. findSegments(java.util.Map<java.lang.String,java.lang.String> params, SearchPageData<?> pagination)Retrieves all segmentsSearchPageData<CxUserToSegmentModel>CxUserToSegmentDao. findUserToSegmentRelations(UserModel user, CxSegmentModel segment, BaseSiteModel baseSite, SearchPageData<?> pagination)Retrieves relation object between user and segment. -
Uses of SearchPageData in de.hybris.platform.personalizationservices.segment.dao.impl
Methods in de.hybris.platform.personalizationservices.segment.dao.impl that return SearchPageData Modifier and Type Method Description SearchPageData<CxSegmentModel>DefaultCxSegmentDao. findSegments(java.util.Map<java.lang.String,java.lang.String> params, SearchPageData<?> pagination)SearchPageData<CxUserToSegmentModel>DefaultCxUserToSegmentDao. findUserToSegmentRelations(UserModel user, CxSegmentModel segment, BaseSiteModel baseSite, SearchPageData<?> pagination)Methods in de.hybris.platform.personalizationservices.segment.dao.impl with parameters of type SearchPageData Modifier and Type Method Description SearchPageData<CxSegmentModel>DefaultCxSegmentDao. findSegments(java.util.Map<java.lang.String,java.lang.String> params, SearchPageData<?> pagination)SearchPageData<CxUserToSegmentModel>DefaultCxUserToSegmentDao. findUserToSegmentRelations(UserModel user, CxSegmentModel segment, BaseSiteModel baseSite, SearchPageData<?> pagination) -
Uses of SearchPageData in de.hybris.platform.personalizationservices.segment.impl
Methods in de.hybris.platform.personalizationservices.segment.impl that return SearchPageData Modifier and Type Method Description protected SearchPageData<?>DefaultCxSegmentServiceIntegrationTest. buildSearchPageData(int currentPage, int pageSize)SearchPageData<CxSegmentModel>DefaultCxSegmentService. getSegments(java.util.Map<java.lang.String,java.lang.String> filters, SearchPageData<?> pagination)SearchPageData<CxUserToSegmentModel>DefaultCxSegmentService. getUserToSegmentModel(UserModel user, CxSegmentModel segment, BaseSiteModel baseSite, SearchPageData<?> pagination)Methods in de.hybris.platform.personalizationservices.segment.impl with parameters of type SearchPageData Modifier and Type Method Description SearchPageData<CxSegmentModel>DefaultCxSegmentService. getSegments(java.util.Map<java.lang.String,java.lang.String> filters, SearchPageData<?> pagination)SearchPageData<CxUserToSegmentModel>DefaultCxSegmentService. getUserToSegmentModel(UserModel user, CxSegmentModel segment, BaseSiteModel baseSite, SearchPageData<?> pagination) -
Uses of SearchPageData in de.hybris.platform.personalizationservices.variation
Methods in de.hybris.platform.personalizationservices.variation that return SearchPageData Modifier and Type Method Description SearchPageData<CxVariationModel>CxVariationService. getVariations(CxCustomizationModel customization, java.util.Map<java.lang.String,java.lang.String> params, SearchPageData<?> pagination)Retrieves variations fulfilling given parameters from given customization.Methods in de.hybris.platform.personalizationservices.variation with parameters of type SearchPageData Modifier and Type Method Description SearchPageData<CxVariationModel>CxVariationService. getVariations(CxCustomizationModel customization, java.util.Map<java.lang.String,java.lang.String> params, SearchPageData<?> pagination)Retrieves variations fulfilling given parameters from given customization. -
Uses of SearchPageData in de.hybris.platform.personalizationservices.variation.dao
Methods in de.hybris.platform.personalizationservices.variation.dao that return SearchPageData Modifier and Type Method Description SearchPageData<CxVariationModel>CxVariationDao. findVariations(CxCustomizationModel customization, java.util.Map<java.lang.String,java.lang.String> params, SearchPageData<?> pagination)Retrieves variations for given customization and catalog version filtered by paramsMethods in de.hybris.platform.personalizationservices.variation.dao with parameters of type SearchPageData Modifier and Type Method Description SearchPageData<CxVariationModel>CxVariationDao. findVariations(CxCustomizationModel customization, java.util.Map<java.lang.String,java.lang.String> params, SearchPageData<?> pagination)Retrieves variations for given customization and catalog version filtered by params -
Uses of SearchPageData in de.hybris.platform.personalizationservices.variation.dao.impl
Methods in de.hybris.platform.personalizationservices.variation.dao.impl that return SearchPageData Modifier and Type Method Description SearchPageData<CxVariationModel>DefaultCxVariationDao. findVariations(CxCustomizationModel customization, java.util.Map<java.lang.String,java.lang.String> params, SearchPageData<?> pagination)Methods in de.hybris.platform.personalizationservices.variation.dao.impl with parameters of type SearchPageData Modifier and Type Method Description SearchPageData<CxVariationModel>DefaultCxVariationDao. findVariations(CxCustomizationModel customization, java.util.Map<java.lang.String,java.lang.String> params, SearchPageData<?> pagination) -
Uses of SearchPageData in de.hybris.platform.personalizationservices.variation.impl
Methods in de.hybris.platform.personalizationservices.variation.impl that return SearchPageData Modifier and Type Method Description SearchPageData<CxVariationModel>DefaultCxVariationService. getVariations(CxCustomizationModel customization, java.util.Map<java.lang.String,java.lang.String> params, SearchPageData<?> pagination)Methods in de.hybris.platform.personalizationservices.variation.impl with parameters of type SearchPageData Modifier and Type Method Description SearchPageData<CxVariationModel>DefaultCxVariationService. getVariations(CxCustomizationModel customization, java.util.Map<java.lang.String,java.lang.String> params, SearchPageData<?> pagination) -
Uses of SearchPageData in de.hybris.platform.personalizationwebservices.controllers
Methods in de.hybris.platform.personalizationwebservices.controllers with parameters of type SearchPageData Modifier and Type Method Description protected CustomerSegmentationListWsDTOCustomerSegmentationController. createListDTO(SearchPageData<CustomerSegmentationData> segmentations)protected CustomizationListWsDTOCustomizationController. createListDTO(SearchPageData<CustomizationData> customizations)protected SegmentListWsDTOSegmentController. createListDTO(SearchPageData<SegmentData> segments) -
Uses of SearchPageData in de.hybris.platform.sap.productconfig.services.event.impl
Methods in de.hybris.platform.sap.productconfig.services.event.impl that return SearchPageData Modifier and Type Method Description protected SearchPageData<ProductConfigurationModel>ProductConfigAfterInitializationStartEventListener. createEmptyResult()protected SearchPageData<ProductConfigurationModel>ProductConfigAfterInitializationStartEventListener. getConfigs(java.lang.Integer currentPage) -
Uses of SearchPageData in de.hybris.platform.sap.productconfig.services.impl
Methods in de.hybris.platform.sap.productconfig.services.impl that return SearchPageData Modifier and Type Method Description protected SearchPageData<ProductConfigurationModel>ProductConfigurationPagingUtilTest. dummySearchReturn(SearchPageData<ProductConfigurationModel> result)SearchPageData<ProductConfigurationModel>ProductConfigurationPersistenceServiceImpl. getAll(int pageSize, int currentPage)SearchPageData<ProductConfigurationModel>ProductConfigurationPersistenceServiceImpl. getOrphaned(int pageSize, int currentPage)SearchPageData<ProductConfigurationModel>ProductConfigurationPersistenceServiceImpl. getProductRelatedByThreshold(java.lang.Integer thresholdInDays, int pageSize, int currentPage)protected SearchPageData<ProductConfigurationModel>ProductConfigurationPagingUtilTest. mockFullSearchPage()Methods in de.hybris.platform.sap.productconfig.services.impl with parameters of type SearchPageData Modifier and Type Method Description protected SearchPageData<ProductConfigurationModel>ProductConfigurationPagingUtilTest. dummySearchReturn(SearchPageData<ProductConfigurationModel> result)Method parameters in de.hybris.platform.sap.productconfig.services.impl with type arguments of type SearchPageData Modifier and Type Method Description protected <T> booleanProductConfigurationPagingUtil. processPage(java.util.function.Function<java.lang.Integer,SearchPageData<T>> searchFunction, int currentPage, java.util.function.Consumer<java.util.List<T>> searchResultConsumer)<T> voidProductConfigurationPagingUtil. processPageWise(java.util.function.Function<java.lang.Integer,SearchPageData<T>> searchFunction, java.util.function.Consumer<java.util.List<T>> searchResultConsumer) -
Uses of SearchPageData in de.hybris.platform.sap.productconfig.services.intf
Methods in de.hybris.platform.sap.productconfig.services.intf that return SearchPageData Modifier and Type Method Description SearchPageData<ProductConfigurationModel>ProductConfigurationPersistenceService. getAll(int pageSize, int currentPage)Gets all configurations currently persistetSearchPageData<ProductConfigurationModel>ProductConfigurationPersistenceService. getOrphaned(int pageSize, int currentPage)Gets configurations that are neither related to any abstract order entry nor are related to any Product.SearchPageData<ProductConfigurationModel>ProductConfigurationPersistenceService. getProductRelatedByThreshold(java.lang.Integer thresholdInDays, int pageSize, int currentPage)Gets configurations that are not related to abstract order entries and have not been touched for a certain time (specified in days) -
Uses of SearchPageData in de.hybris.platform.sap.productconfig.services.job
Methods in de.hybris.platform.sap.productconfig.services.job that return SearchPageData Modifier and Type Method Description protected SearchPageData<ProductConfigurationModel>PersistenceCleanUpJobTest. mockFullSearchPage()protected SearchPageData<ProductConfigurationModel>PersistenceCleanUpJob. searchOrphaned(java.lang.Integer currentPage)protected SearchPageData<ProductConfigurationModel>PersistenceCleanUpJob. searchProductRelated(java.lang.Integer thresholdDays, java.lang.Integer currentPage)Method parameters in de.hybris.platform.sap.productconfig.services.job with type arguments of type SearchPageData Modifier and Type Method Description protected voidPersistenceCleanUpJob. cleanUpConfigs(java.util.function.Function<java.lang.Integer,SearchPageData<ProductConfigurationModel>> searchService) -
Uses of SearchPageData in de.hybris.platform.servicelayer.search.paginated
Methods in de.hybris.platform.servicelayer.search.paginated that return SearchPageData Modifier and Type Method Description SearchPageDataPaginatedFlexibleSearchParameter. getSearchPageData()<T> SearchPageData<T>PaginatedFlexibleSearchService. search(PaginatedFlexibleSearchParameter parameter)Searches according toPaginatedFlexibleSearchParameter.Methods in de.hybris.platform.servicelayer.search.paginated with parameters of type SearchPageData Modifier and Type Method Description voidPaginatedFlexibleSearchParameter. setSearchPageData(SearchPageData searchPageData) -
Uses of SearchPageData in de.hybris.platform.servicelayer.search.paginated.dao
Methods in de.hybris.platform.servicelayer.search.paginated.dao that return SearchPageData Modifier and Type Method Description SearchPageData<M>PaginatedGenericDao. find(SearchPageData<M> searchPageData)Search for all instances of model given as a generic type using given sorts inSearchPageDatato sort the results and return paginated results by specified pagination inSearchPageData.SearchPageData<M>PaginatedGenericDao. find(java.util.Map<java.lang.String,?> params, SearchPageData searchPageData)Search for all instances of model given as a generic type matching givenFlexibleSearchQueryparameters.Methods in de.hybris.platform.servicelayer.search.paginated.dao with parameters of type SearchPageData Modifier and Type Method Description SearchPageData<M>PaginatedGenericDao. find(SearchPageData<M> searchPageData)Search for all instances of model given as a generic type using given sorts inSearchPageDatato sort the results and return paginated results by specified pagination inSearchPageData.SearchPageData<M>PaginatedGenericDao. find(java.util.Map<java.lang.String,?> params, SearchPageData searchPageData)Search for all instances of model given as a generic type matching givenFlexibleSearchQueryparameters. -
Uses of SearchPageData in de.hybris.platform.servicelayer.search.paginated.dao.impl
Methods in de.hybris.platform.servicelayer.search.paginated.dao.impl that return SearchPageData Modifier and Type Method Description SearchPageData<M>DefaultPaginatedGenericDao. find(SearchPageData<M> searchPageData)SearchPageData<M>DefaultPaginatedGenericDao. find(java.util.Map<java.lang.String,?> params, SearchPageData searchPageData)Methods in de.hybris.platform.servicelayer.search.paginated.dao.impl with parameters of type SearchPageData Modifier and Type Method Description protected voidDefaultPaginatedGenericDaoIntegrationTest. assertPaginationResults(int expectedPaginatedResultSize, int expectedTotalResultSize, SearchPageData<UserGroupModel> searchResult)Asserts the given searchPageData results to see if it has the expected result count based on requested pagination pageSize.SearchPageData<M>DefaultPaginatedGenericDao. find(SearchPageData<M> searchPageData)SearchPageData<M>DefaultPaginatedGenericDao. find(java.util.Map<java.lang.String,?> params, SearchPageData searchPageData)protected java.util.Map<java.lang.String,java.lang.String>DefaultPaginatedGenericDao. getSortCodeToQueryAlias(SearchPageData searchPageData)Creates a map between sortCode to query alias which is required fromPaginatedFlexibleSearchServiceto append "ORDER BY" clause. -
Uses of SearchPageData in de.hybris.platform.servicelayer.search.paginated.impl
Methods in de.hybris.platform.servicelayer.search.paginated.impl that return SearchPageData 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.protected <T> SearchPageData<T>DefaultPaginatedFlexibleSearchService. createSearchPageData()Returns a new instance ofSearchPageData<T> SearchPageData<T>DefaultPaginatedFlexibleSearchService. search(PaginatedFlexibleSearchParameter parameter)Methods in de.hybris.platform.servicelayer.search.paginated.impl with parameters of type SearchPageData Modifier and Type Method Description protected voidDefaultPaginatedFlexibleSearchServiceIntegrationTest. assertPaginationResults(int expectedPaginatedResultSize, int expectedTotalResultSize, int expectedSortSize, int expectedPageSize, int expectedCurrentPage, int expectedNumberOfPages, java.lang.Boolean expectedHasNextValue, java.lang.Boolean expectedHasPreviousValve, SearchPageData<UserGroupModel> searchResult)protected voidDefaultPaginatedFlexibleSearchServiceIntegrationTest. assertPaginationResults(int expectedPaginatedResultSize, int expectedTotalResultSize, int expectedSortSize, SearchPageData<UserGroupModel> searchResult)Asserts the given searchPageData results to see if it has the expected result count based on requested pagination pageSize.protected java.lang.StringDefaultPaginatedFlexibleSearchService. buildSortsAppliedQuery(java.lang.String query, SearchPageData searchPageData, java.util.Map<java.lang.String,java.lang.String> sortCodeToQueryAlias)Builds a requested sorts applied query based on given query by appending list ofSortDatapassed from given searchPageData.protected <T> SearchPageData<T>DefaultPaginatedFlexibleSearchService. createPagedSearchResult(SearchResult<T> searchResult, SearchPageData searchPageData, DefaultPaginatedFlexibleSearchService.SearchResultInfo searchResultInfo)Returns an instance of {link SearchPageData} with givenSearchResult.protected <T> PaginationDataDefaultPaginatedFlexibleSearchService. createPagination(SearchPageData searchPageDataInput, DefaultPaginatedFlexibleSearchService.SearchResultInfo searchResultInfo)CreatesPaginationDatabased on searchPageDataInput.pagination and calculates the numberOfPages based on the totalNumberOfResults.protected java.util.List<SortData>DefaultPaginatedFlexibleSearchService. filterSearchPageDataSorts(SearchPageData searchPageData, java.util.Map<java.lang.String,java.lang.String> sortCodeToQueryAlias)Returns a list ofSortDatawhere each of it exists from given sortCodeToQueryAlias map.protected FlexibleSearchQueryDefaultPaginatedFlexibleSearchService. populateSearchQuery(SearchPageData searchPageData, FlexibleSearchQuery searchQuery, java.util.Map<java.lang.String,java.lang.String> sortCodeToQueryAlias, boolean nextElementAdded)Populates aFlexibleSearchQuerybased on given searchQuery by appending "ORDER BY" clause if given searchPageData has list ofSortData. -
Uses of SearchPageData in de.hybris.platform.servicelayer.search.paginated.util
Methods in de.hybris.platform.servicelayer.search.paginated.util that return SearchPageData Modifier and Type Method Description static <T> SearchPageData<T>PaginatedSearchUtils. createSearchPageDataWithPagination(int pageSize, int currentPage, boolean needsTotal)Creates a new instance ofSearchPageDatawith given paginationData parameters.static <T> SearchPageData<T>PaginatedSearchUtils. createSearchPageDataWithPaginationAndSorting(int pageSize, int currentPage, boolean needsTotal, java.util.Map<java.lang.String,java.lang.String> sortMap)Creates a new instance ofSearchPageDatawith given paginationData and SortData parameters. -
Uses of SearchPageData in de.hybris.platform.webservicescommons.pagination
Methods in de.hybris.platform.webservicescommons.pagination that return SearchPageData Modifier and Type Method Description <RESULT> SearchPageData<RESULT>WebPaginationUtils. buildSearchPageData(java.lang.String sort, int currentPage, int pageSize, boolean needsTotal)Builds whole SearchPageData object from provided request<RESULT> SearchPageData<RESULT>WebPaginationUtils. buildSearchPageData(java.util.Map<java.lang.String,java.lang.String> requestParams)Builds whole SearchPageData object from provided request<RESULT> SearchPageData<RESULT>WebPaginationUtils. buildSearchPageData(javax.servlet.http.HttpServletRequest request)Builds whole SearchPageData object from provided requestMethods in de.hybris.platform.webservicescommons.pagination with parameters of type SearchPageData Modifier and Type Method Description <RESULT,INPUT>
SearchPageWsDTO<RESULT>WebPaginationUtils. buildSearchPageWsDto(SearchPageData<INPUT> searchPage)Converts SearchPageData into SearchPageWsDTO.<RESULT,INPUT>
SearchPageWsDTO<RESULT>WebPaginationUtils. buildSearchPageWsDto(SearchPageData<INPUT> searchPage, Converter<INPUT,RESULT> dataConverter)Converts SearchPageData into SearchPageWsDTO. -
Uses of SearchPageData in de.hybris.platform.webservicescommons.pagination.impl
Methods in de.hybris.platform.webservicescommons.pagination.impl that return SearchPageData Modifier and Type Method Description <RESULT> SearchPageData<RESULT>DefaultWebPaginationUtils. buildSearchPageData(java.lang.String sort, int currentPage, int pageSize, boolean needsTotal)<RESULT> SearchPageData<RESULT>DefaultWebPaginationUtils. buildSearchPageData(java.util.Map<java.lang.String,java.lang.String> requestParams)<RESULT> SearchPageData<RESULT>DefaultWebPaginationUtils. buildSearchPageData(javax.servlet.http.HttpServletRequest request)Methods in de.hybris.platform.webservicescommons.pagination.impl with parameters of type SearchPageData Modifier and Type Method Description <RESULT,INPUT>
SearchPageWsDTO<RESULT>DefaultWebPaginationUtils. buildSearchPageWsDto(SearchPageData<INPUT> searchPage)<RESULT,INPUT>
SearchPageWsDTO<RESULT>DefaultWebPaginationUtils. buildSearchPageWsDto(SearchPageData<INPUT> searchPage, Converter<INPUT,RESULT> dataConverter) -
Uses of SearchPageData in ywebservicespackage.facades
Methods in ywebservicespackage.facades that return SearchPageData Modifier and Type Method Description SearchPageData<UserData>SampleFacades. getUsers(SearchPageData<?> params)Methods in ywebservicespackage.facades with parameters of type SearchPageData Modifier and Type Method Description SearchPageData<UserData>SampleFacades. getUsers(SearchPageData<?> params) -
Uses of SearchPageData in ywebservicespackage.facades.impl
Methods in ywebservicespackage.facades.impl that return SearchPageData Modifier and Type Method Description SearchPageData<UserData>DefaultSampleFacades. getUsers(SearchPageData<?> params)Methods in ywebservicespackage.facades.impl with parameters of type SearchPageData Modifier and Type Method Description SearchPageData<UserData>DefaultSampleFacades. getUsers(SearchPageData<?> params)
-