Uses of Class
de.hybris.platform.commerceservices.search.pagedata.SearchPageData
Packages that use SearchPageData
Package
Description
-
Uses of SearchPageData in de.hybris.platform.acceleratorservices.data
Methods in de.hybris.platform.acceleratorservices.data that return SearchPageDataMethods in de.hybris.platform.acceleratorservices.data with parameters of type SearchPageData -
Uses of SearchPageData in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages
Methods in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages with parameters of type SearchPageDataModifier and TypeMethodDescriptionprotected BooleanAbstractSearchPageController.calculateShowAll(SearchPageData<?> searchPageData, AbstractSearchPageController.ShowMode showMode) protected BooleanAbstractSearchPageController.calculateShowPaged(SearchPageData<?> searchPageData, AbstractSearchPageController.ShowMode showMode) protected booleanAbstractSearchPageController.isShowAllAllowed(SearchPageData<?> searchPageData) Special case, when total number of results >AbstractSearchPageController.MAX_PAGE_LIMITprotected voidAbstractSearchPageController.populateModel(org.springframework.ui.Model model, SearchPageData<?> searchPageData, AbstractSearchPageController.ShowMode showMode) -
Uses of SearchPageData in de.hybris.platform.accountsummaryaddon.document.dao
Methods in de.hybris.platform.accountsummaryaddon.document.dao that return SearchPageDataModifier and TypeMethodDescriptionPagedB2BDocumentDao.findDocuments(AccountSummaryDocumentQuery query) Finds all B2BDocumentModel filtered by the query.PagedB2BDocumentDao.getAllPagedDocuments(PageableData pageableData, List<DefaultCriteria> criteriaList) PagedB2BDocumentDao.getPagedDocumentsForUnit(String b2bUnitCode, PageableData pageableData, List<DefaultCriteria> criteriaList) -
Uses of SearchPageData in de.hybris.platform.accountsummaryaddon.document.dao.impl
Methods in de.hybris.platform.accountsummaryaddon.document.dao.impl that return SearchPageDataModifier and TypeMethodDescriptionDefaultPagedB2BDocumentDao.findDocuments(AccountSummaryDocumentQuery query) DefaultPagedB2BDocumentDao.getAllPagedDocuments(PageableData pageableData, List<DefaultCriteria> criteriaList) protected SearchPageData<B2BDocumentModel>DefaultPagedB2BDocumentDao.getPagedDocuments(Optional<String> b2bUnitCode, PageableData pageableData, List<DefaultCriteria> criteriaList) DefaultPagedB2BDocumentDao.getPagedDocumentsForUnit(String b2bUnitCode, PageableData pageableData, List<DefaultCriteria> criteriaList) -
Uses of SearchPageData in de.hybris.platform.accountsummaryaddon.document.service
Methods in de.hybris.platform.accountsummaryaddon.document.service that return SearchPageDataModifier and TypeMethodDescriptionB2BDocumentService.findDocuments(AccountSummaryDocumentQuery query) Finds all B2BDocumentModel filtered by the query.B2BDocumentService.getPagedDocumentsForUnit(String b2bUnitCode, PageableData pageableData, List<DefaultCriteria> criteriaList) Returns paged documents for the given unit -
Uses of SearchPageData in de.hybris.platform.accountsummaryaddon.document.service.impl
Methods in de.hybris.platform.accountsummaryaddon.document.service.impl that return SearchPageDataModifier and TypeMethodDescriptionprotected SearchPageData<B2BDocumentModel>DefaultB2BDocumentServiceMockTest.createSearchPageData(PageableData pageableData) DefaultB2BDocumentService.findDocuments(AccountSummaryDocumentQuery query) DefaultB2BDocumentService.getPagedDocumentsForUnit(String b2bUnitCode, PageableData pageableData, List<DefaultCriteria> criteriaList) Methods in de.hybris.platform.accountsummaryaddon.document.service.impl with parameters of type SearchPageDataModifier and TypeMethodDescriptionprotected voidDefaultB2BDocumentServiceMockTest.assertPagination(SearchPageData<B2BDocumentModel> pagedB2BDocuments, PageableData pageableData) protected voidDefaultB2BDocumentServiceMockTest.assertResults(SearchPageData<B2BDocumentModel> pagedB2BDocuments, int expectedSize) -
Uses of SearchPageData in de.hybris.platform.accountsummaryaddon.facade
Methods in de.hybris.platform.accountsummaryaddon.facade that return SearchPageDataModifier and TypeMethodDescriptionB2BAccountSummaryFacade.findDocuments(Map<String, String> queryParameters) Finds documents filtered by given query.B2BAccountSummaryFacade.getPagedDocumentsForUnit(String b2bUnitCode, PageableData pageableData, FilterByCriteriaData filterByCriteriaData, DefaultCriteria criteria) Returns List of documents based on supplied criteria. -
Uses of SearchPageData in de.hybris.platform.accountsummaryaddon.facade.impl
Methods in de.hybris.platform.accountsummaryaddon.facade.impl that return SearchPageDataModifier and TypeMethodDescriptionprotected <S,T> SearchPageData<T> DefaultB2BAccountSummaryFacade.convertPageData(SearchPageData<S> source, Converter<S, T> converter) DefaultB2BAccountSummaryFacade.findDocuments(Map<String, String> queryParameters) DefaultB2BAccountSummaryFacade.getPagedDocumentsForUnit(String b2bUnitCode, PageableData pageableData, FilterByCriteriaData filterByCriteriaData, DefaultCriteria criteria) Methods in de.hybris.platform.accountsummaryaddon.facade.impl with parameters of type SearchPageDataModifier and TypeMethodDescriptionprotected <S,T> SearchPageData<T> DefaultB2BAccountSummaryFacade.convertPageData(SearchPageData<S> source, Converter<S, T> converter) -
Uses of SearchPageData in de.hybris.platform.assistedserviceservices
Methods in de.hybris.platform.assistedserviceservices that return SearchPageDataModifier and TypeMethodDescriptionAssistedServiceService.getCustomers(String searchCriteria, PageableData pageableData) Get list of customers which username or email starts with provided value. -
Uses of SearchPageData in de.hybris.platform.assistedserviceservices.dao
Methods in de.hybris.platform.assistedserviceservices.dao that return SearchPageDataModifier and TypeMethodDescription<T extends CustomerModel>
SearchPageData<T>CustomerGroupDao.findAllCustomersByConsignmentsInPointOfServices(List<PointOfServiceModel> pointOfServiceModels, PageableData pageableData) Get paginated customers for specific pos-list where customer have a consignment.<T extends CustomerModel>
SearchPageData<T>CustomerGroupDao.findAllCustomersByGroups(List<UserGroupModel> groupsUid, PageableData pageableData) Get paginated customers for specific customer list -
Uses of SearchPageData in de.hybris.platform.assistedserviceservices.dao.impl
Methods in de.hybris.platform.assistedserviceservices.dao.impl that return SearchPageDataModifier and TypeMethodDescription<T extends CustomerModel>
SearchPageData<T>DefaultCustomerGroupDao.findAllCustomersByConsignmentsInPointOfServices(List<PointOfServiceModel> poses, PageableData pageableData) <T extends CustomerModel>
SearchPageData<T>DefaultCustomerGroupDao.findAllCustomersByGroups(List<UserGroupModel> groups, PageableData pageableData) -
Uses of SearchPageData in de.hybris.platform.assistedserviceservices.events
Methods in de.hybris.platform.assistedserviceservices.events that return SearchPageDataModifier and TypeMethodDescription<T extends CustomerModel>
SearchPageData<T>CustomerSupportEventService.findAllCustomersByEventsAndAgent(EmployeeModel agent, EventType eventType, Date startDate, Date endDate, PageableData pageableData, int limit) Search for customer based on event parameters.<T extends CustomerModel>
SearchPageData<T>CustomerSupportEventService.findAllCustomersByEventsAndAgent(EmployeeModel agent, EventType eventType, Date startDate, Date endDate, PageableData pageableData, int limit, boolean includeDisabledAccounts) Searching customers based on event typeCustomerSupportEventService.getAllEventsForAgent(EmployeeModel agent, EventType eventType, Date startDate, Date endDate, PageableData pageableData, int limit) Deprecated, for removal: This API element is subject to removal in a future version.since 6.7 -
Uses of SearchPageData in de.hybris.platform.assistedserviceservices.events.impl
Methods in de.hybris.platform.assistedserviceservices.events.impl that return SearchPageDataModifier and TypeMethodDescription<T extends CustomerModel>
SearchPageData<T>DefaultCustomerSupportEventService.findAllCustomersByEventsAndAgent(EmployeeModel agent, EventType eventType, Date startDate, Date endDate, PageableData pageableData, int limit) <T extends CustomerModel>
SearchPageData<T>DefaultCustomerSupportEventService.findAllCustomersByEventsAndAgent(EmployeeModel agent, EventType eventType, Date startDate, Date endDate, PageableData pageableData, int limit, boolean includeDisabledAccounts) DefaultCustomerSupportEventService.getAllEventsForAgent(EmployeeModel agent, EventType eventType, Date startDate, Date endDate, PageableData pageableData, int limit) -
Uses of SearchPageData in de.hybris.platform.assistedserviceservices.impl
Methods in de.hybris.platform.assistedserviceservices.impl that return SearchPageDataModifier and TypeMethodDescriptionDefaultAssistedServiceService.getCustomers(String searchCriteria, PageableData pageableData) -
Uses of SearchPageData in de.hybris.platform.assistedserviceservices.strategy
Methods in de.hybris.platform.assistedserviceservices.strategy that return SearchPageDataModifier and TypeMethodDescription<T extends CustomerModel>
SearchPageData<T>DefaultBopisCustomerListSearchStrategy.getPagedCustomers(String customerListUid, String employeeUid, PageableData pageableData, Map<String, Object> parameterMap) <T extends CustomerModel>
SearchPageData<T>DefaultInStoreCustomerListSearchStrategy.getPagedCustomers(String customerListUid, String employeeUid, PageableData pageableData, Map<String, Object> parameterMap) <T extends CustomerModel>
SearchPageData<T>DefaultRecentlyStartedSessionCustomerListSearchStrategy.getPagedCustomers(String customerListUid, String employeeUid, PageableData pageableData, Map<String, Object> parameterMap) -
Uses of SearchPageData in de.hybris.platform.assistedservicestorefront.controllers
Methods in de.hybris.platform.assistedservicestorefront.controllers with parameters of type SearchPageDataModifier and TypeMethodDescriptionprotected BooleanCustomerListController.calculateShowAll(SearchPageData<?> searchPageData, AbstractSearchPageController.ShowMode showMode) protected BooleanCustomerListController.calculateShowPaged(SearchPageData<?> searchPageData, AbstractSearchPageController.ShowMode showMode) protected voidCustomerListController.populateModel(org.springframework.ui.Model model, SearchPageData<?> searchPageData, AbstractSearchPageController.ShowMode showMode) -
Uses of SearchPageData in de.hybris.platform.assistedservicewebservices.controllers
Methods in de.hybris.platform.assistedservicewebservices.controllers that return SearchPageDataModifier and TypeMethodDescriptionprotected <T> SearchPageData<T>AbstractAssistedServiceWebServiceController.createSearchPageData(List<T> entries, PaginationData paginationData) protected SearchPageData<CustomerData>CustomersController.getCustomersFromCustomerList(String customerListId, String query, PageableData pageableData) protected SearchPageData<CustomerData>CustomersController.searchCustomerByOrder(String orderId, PageableData pageableData) protected SearchPageData<CustomerData>CustomersController.searchCustomersByQuery(String query, PageableData pageableData) -
Uses of SearchPageData in de.hybris.platform.assistedservicewebservices.helper
Methods in de.hybris.platform.assistedservicewebservices.helper with parameters of type SearchPageDataModifier and TypeMethodDescriptionCustomerHelper.getCustomerSearchPageDto(SearchPageData<CustomerData> customers) -
Uses of SearchPageData in de.hybris.platform.b2b.company
Methods in de.hybris.platform.b2b.company that return SearchPageDataModifier and TypeMethodDescriptionB2BCommerceB2BUserGroupService.getPagedB2BUserGroups(PageableData pageableData) Gets list ofSearchPageDatafor pagination given the required pagination parameters withPageableDataB2BCommerceCostCenterService.getPagedCostCenters(PageableData pageableData) Gets list ofSearchPageDataB2BCostCenterModel for pagination given the required pagination parameters withPageableDataB2BCommerceUserService.getPagedCustomers(PageableData pageableData) Gets list ofSearchPageDatafor pagination given the required pagination parameters withPageableDataB2BCommerceUserService.getPagedCustomersByGroupMembership(PageableData pageableData, String... userGroupUids) Gets list ofSearchPageDatafor pagination given the required pagination parameters withPageableDataB2BCommerceUserService.getPagedCustomersBySearchTermAndGroupMembership(PageableData pageableData, String searchTerm, String... userGroupUids) Gets a pageable list of b2b customers that belong to the supplied groups.B2BCommercePermissionService.getPagedPermissions(PageableData pageableData) Gets list ofSearchPageDataB2BPermissionModel for pagination given the required pagination parameters withPageableDataB2BCommerceUnitService.getPagedUsersForUnit(PageableData pageableData, String unit) Gets list ofSearchPageDataB2BCustomerModelfor a given unit for pagination provided with required pagination parameters withPageableData -
Uses of SearchPageData in de.hybris.platform.b2b.company.impl
Methods in de.hybris.platform.b2b.company.impl that return SearchPageDataModifier and TypeMethodDescriptionprotected SearchPageData<B2BUserGroupModel>DefaultB2BCommerceB2BUserGroupServiceTest.createSearchPageData(PageableData pageableData) DefaultB2BCommerceB2BUserGroupService.getPagedB2BUserGroups(PageableData pageableData) DefaultB2BCommerceCostCenterService.getPagedCostCenters(PageableData pageableData) DefaultB2BCommerceUserService.getPagedCustomers(PageableData pageableData) DefaultB2BCommerceUserService.getPagedCustomersByGroupMembership(PageableData pageableData, String... userGroupUids) DefaultB2BCommerceUserService.getPagedCustomersBySearchTermAndGroupMembership(PageableData pageableData, String searchTerm, String... userGroupUids) DefaultB2BCommercePermissionService.getPagedPermissions(PageableData pageableData) DefaultB2BCommerceUnitService.getPagedUsersForUnit(PageableData pageableData, String unit) Methods in de.hybris.platform.b2b.company.impl with parameters of type SearchPageDataModifier and TypeMethodDescriptionprotected voidDefaultB2BCommerceB2BUserGroupServiceTest.assertPagination(SearchPageData<B2BUserGroupModel> pagedB2BUserGroups, PageableData pageableData) protected voidDefaultB2BCommerceB2BUserGroupServiceTest.assertResults(SearchPageData<B2BUserGroupModel> pagedB2BUserGroups, int expectedSize) -
Uses of SearchPageData in de.hybris.platform.b2b.dao
Methods in de.hybris.platform.b2b.dao that return SearchPageDataModifier and TypeMethodDescriptionPagedB2BCustomerDao.findPagedApproversForUnitByGroupMembership(PageableData pageableData, String unit, String... userGroupId) Paged search to findB2BCustomerModelby B2BUnit or User Groups.PagedB2BCustomerDao.findPagedCustomersByGroupMembership(PageableData pageableData, String... userGroupId) Paged search to findB2BCustomerModelby User Group.PagedB2BCustomerDao.findPagedCustomersBySearchTermAndGroupMembership(PageableData pageableData, String searchTerm, String... userGroupId) Paged search to findB2BCustomerModelby User Group.PagedB2BCustomerDao.findPagedCustomersForUnit(PageableData pageableData, String unit) aged search to findB2BCustomerModelby B2BUnit.PagedB2BCustomerDao.findPagedCustomersForUnitByGroupMembership(PageableData pageableData, String unit, String... userGroupId) Paged search to findB2BCustomerModelby B2BUnit and User Groups. -
Uses of SearchPageData in de.hybris.platform.b2b.dao.impl
Methods in de.hybris.platform.b2b.dao.impl that return SearchPageDataModifier and TypeMethodDescriptionDefaultPagedB2BBudgetDao.find(PageableData pageableData) DefaultPagedB2BCostCenterDao.find(PageableData pageableData) DefaultPagedB2BCustomerDao.find(PageableData pageableData) DefaultPagedB2BPermissionDao.find(PageableData pageableData) DefaultPagedB2BUserGroupDao.find(PageableData pageableData) DefaultPagedB2BCustomerDao.findPagedApproversForUnitByGroupMembership(PageableData pageableData, String unit, String... userGroupid) DefaultPagedB2BCustomerDao.findPagedCustomersByGroupMembership(PageableData pageableData, String... userGroupid) DefaultPagedB2BCustomerDao.findPagedCustomersBySearchTermAndGroupMembership(PageableData pageableData, String searchTerm, String... userGroupid) DefaultPagedB2BCustomerDao.findPagedCustomersForUnit(PageableData pageableData, String unit) DefaultPagedB2BCustomerDao.findPagedCustomersForUnitByGroupMembership(PageableData pageableData, String unit, String... userGroupid) Methods in de.hybris.platform.b2b.dao.impl with parameters of type SearchPageDataModifier and TypeMethodDescriptionvoidB2BDaoTestUtils.assertResultsSize(int expectedSize, SearchPageData<?> pageData) -
Uses of SearchPageData in de.hybris.platform.b2b.occ.strategy
Methods in de.hybris.platform.b2b.occ.strategy that return SearchPageDataModifier and TypeMethodDescriptionOrgUnitUsersDisplayStrategy.getPagedUsersForUnit(int currentPage, int pageSize, String sort, String unitId) Displays users based on a role in the unit -
Uses of SearchPageData in de.hybris.platform.b2b.occ.strategy.impl
Methods in de.hybris.platform.b2b.occ.strategy.impl that return SearchPageDataModifier and TypeMethodDescriptionOrgUnitAdministratorsDisplayStrategy.getPagedUsersForUnit(int currentPage, int pageSize, String sort, String unitId) OrgUnitApproversDisplayStrategy.getPagedUsersForUnit(int currentPage, int pageSize, String sort, String unitId) OrgUnitCustomersDisplayStrategy.getPagedUsersForUnit(int currentPage, int pageSize, String sort, String unitId) OrgUnitManagersDisplayStrategy.getPagedUsersForUnit(int currentPage, int pageSize, String sort, String unitId) -
Uses of SearchPageData in de.hybris.platform.b2b.occ.v2.helper
Methods in de.hybris.platform.b2b.occ.v2.helper with parameters of type SearchPageDataModifier and TypeMethodDescriptionOrgUnitsHelper.convertPagedUsersForUnit(SearchPageData<CustomerData> result, String fields) protected BudgetsDataBudgetManagementHelper.createBudgetsData(SearchPageData<B2BBudgetData> result) protected B2BPermissionsDataOrderApprovalPermissionsHelper.createPermissionList(SearchPageData<B2BPermissionData> result) protected B2BPermissionsDataOrgUnitUserGroupsHelper.createPermissionList(SearchPageData<B2BPermissionData> result) protected OrgUnitUserGroupsDataOrgCustomerManagementHelper.createUserGroupList(SearchPageData<B2BUserGroupData> result) protected OrgUnitUserGroupsDataOrgUnitUserGroupsHelper.createUserGroupList(SearchPageData<B2BUserGroupData> result) protected OrgUnitUsersDataOrgCustomerManagementHelper.createUserList(SearchPageData<CustomerData> result) protected OrgUnitUsersDataOrgUnitsHelper.createUserList(SearchPageData<CustomerData> result) protected OrgUnitUsersDataOrgUnitUserGroupsHelper.createUserList(SearchPageData<CustomerData> result) protected B2BOrderApprovalsDataOrderApprovalsHelper.creatOrderApprovalsList(SearchPageData<B2BOrderApprovalData> result) -
Uses of SearchPageData in de.hybris.platform.b2b.services
Methods in de.hybris.platform.b2b.services that return SearchPageDataModifier and TypeMethodDescriptionB2BApproverService.findPagedApproversForUnitByGroupMembership(PageableData pageableData, String unitUid, String... userGroupUid) Gets list ofSearchPageDataB2BCustomerModelprovided with required pagination parameters withPageableDataB2BBudgetService.findPagedBudgets(PageableData pageableData) Gets list ofSearchPageDatafor pagination given the required pagination parameters withPageableDataB2BQuoteService.getQuoteList(CustomerModel customerModel, BaseStoreModel store, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Returns a paged list of quotes for the given customer and base store. -
Uses of SearchPageData in de.hybris.platform.b2b.services.impl
Methods in de.hybris.platform.b2b.services.impl that return SearchPageDataModifier and TypeMethodDescriptionDefaultB2BApproverService.findPagedApproversForUnitByGroupMembership(PageableData pageableData, String unitUid, String... usergroupUid) DefaultB2BBudgetService.findPagedBudgets(PageableData pageableData) DefaultB2BQuoteService.getQuoteList(CustomerModel customerModel, BaseStoreModel store, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SearchPageData in de.hybris.platform.b2b.strategies.impl
Methods in de.hybris.platform.b2b.strategies.impl that return SearchPageDataModifier and TypeMethodDescription<T extends CustomerModel>
SearchPageData<T>B2BCustomerListSearchStrategy.getPagedCustomers(String customerListUid, String employeeUid, PageableData pageableData, Map<String, Object> parameterMap) -
Uses of SearchPageData in de.hybris.platform.b2bacceleratorfacades.api.search
Methods in de.hybris.platform.b2bacceleratorfacades.api.search that return SearchPageDataModifier and TypeMethodDescriptionSearchFacade.search(STATE searchState, PageableData pageableData) Searches for the ITEM's based on the search state. -
Uses of SearchPageData in de.hybris.platform.b2bacceleratorfacades.company
Methods in de.hybris.platform.b2bacceleratorfacades.company that return SearchPageDataModifier and TypeMethodDescriptionB2BCommerceUserFacade.getPagedApproversForCustomer(PageableData pageableData, String uid) Deprecated, for removal: This API element is subject to removal in a future version.Gets the list of approvers for the customersB2BCommerceUnitFacade.getPagedApproversForUnit(PageableData pageableData, String unitUid) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.B2BCommerceUserFacade.getPagedB2BUserGroupsForCustomer(PageableData pageableData, String user) Deprecated, for removal: This API element is subject to removal in a future version.Get Paginated list of B2B User groups the customer belongs to.CompanyB2BCommerceFacade.getPagedBudgets(PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Get paged B2Budgets for both Manage budgets and Select Budgets for CostCentersB2BCommerceCostCenterFacade.getPagedBudgetsForCostCenters(PageableData pageableData, String costCenterCode) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves paged budgets for given cost centerB2BCommerceCostCenterFacade.getPagedCostCenters(PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Gets paginated list of Cost Centers visible to the current users branch.B2BCommerceUserFacade.getPagedPermissionsForCustomer(PageableData pageableData, String uid) Deprecated, for removal: This API element is subject to removal in a future version.Gets the list of permissions of the customersB2BCommerceB2BUserGroupFacade.getPagedPermissionsForUserGroup(PageableData pageableData, String usergroupUID) Deprecated, for removal: This API element is subject to removal in a future version.Get paginated list of permissions associated to aB2BUserGroupModel -
Uses of SearchPageData in de.hybris.platform.b2bacceleratorfacades.company.impl
Methods in de.hybris.platform.b2bacceleratorfacades.company.impl that return SearchPageDataModifier and TypeMethodDescriptionprotected <S,T> SearchPageData<T> DefaultCompanyB2BCommerceFacade.convertPageData(SearchPageData<S> source, Converter<S, T> converter) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.DefaultB2BCommerceUnitFacade.getPagedAdministratorsForUnit(PageableData pageableData, String unitUid) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BCommerceUserFacade.getPagedApproversForCustomer(PageableData pageableData, String uid) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BCommerceUnitFacade.getPagedApproversForUnit(PageableData pageableData, String unitUid) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.DefaultB2BCommerceB2BUserGroupFacade.getPagedB2BUserGroups(PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BCommerceUserFacade.getPagedB2BUserGroupsForCustomer(PageableData pageableData, String user) Deprecated, for removal: This API element is subject to removal in a future version.DefaultCompanyB2BCommerceFacade.getPagedBudgets(PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BCommerceCostCenterFacade.getPagedBudgetsForCostCenters(PageableData pageableData, String costCenterCode) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BCommerceCostCenterFacade.getPagedCostCenters(PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BCommerceUserFacade.getPagedCustomers(PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BCommerceUnitFacade.getPagedCustomersForUnit(PageableData pageableData, String unitUid) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BCommerceB2BUserGroupFacade.getPagedCustomersForUserGroup(PageableData pageableData, String usergroupUID) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BCommerceUnitFacade.getPagedManagersForUnit(PageableData pageableData, String unitUid) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BCommercePermissionFacade.getPagedPermissions(PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BCommercePermissionFacade.getPagedPermissionsForCustomer(PageableData pageableData, String uid) Deprecated, for removal: This API element is subject to removal in a future version.Not implemented.DefaultB2BCommerceUserFacade.getPagedPermissionsForCustomer(PageableData pageableData, String uid) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BCommerceB2BUserGroupFacade.getPagedPermissionsForUserGroup(PageableData pageableData, String usergroupUID) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BCommercePermissionFacade.getPagedPermissionsForUserGroup(PageableData pageableData, String usergroupUID) Deprecated, for removal: This API element is subject to removal in a future version.Not implemented.DefaultB2BCommerceB2BUserGroupFacade.getPagedUserData(PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BCommerceUnitFacade.getPagedUserDataForUnit(PageableData pageableData, String unit) Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.b2bacceleratorfacades.company.impl with parameters of type SearchPageDataModifier and TypeMethodDescriptionprotected <S,T> SearchPageData<T> DefaultCompanyB2BCommerceFacade.convertPageData(SearchPageData<S> source, Converter<S, T> converter) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0. -
Uses of SearchPageData in de.hybris.platform.b2bacceleratorfacades.company.refactoring.impl
Methods in de.hybris.platform.b2bacceleratorfacades.company.refactoring.impl that return SearchPageDataModifier and TypeMethodDescriptionprotected <S,T> SearchPageData<T> DefaultB2BBudgetFacade.convertPageData(SearchPageData<S> source, Converter<S, T> converter) Deprecated, for removal: This API element is subject to removal in a future version.protected <S,T> SearchPageData<T> DefaultB2BCostCenterFacade.convertPageData(SearchPageData<S> source, Converter<S, T> converter) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BBudgetFacade.search(BudgetSearchStateData searchState, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BCostCenterFacade.search(SearchStateData searchState, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.b2bacceleratorfacades.company.refactoring.impl with parameters of type SearchPageDataModifier and TypeMethodDescriptionprotected <S,T> SearchPageData<T> DefaultB2BBudgetFacade.convertPageData(SearchPageData<S> source, Converter<S, T> converter) Deprecated, for removal: This API element is subject to removal in a future version.protected <S,T> SearchPageData<T> DefaultB2BCostCenterFacade.convertPageData(SearchPageData<S> source, Converter<S, T> converter) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SearchPageData in de.hybris.platform.b2bacceleratorfacades.order
Methods in de.hybris.platform.b2bacceleratorfacades.order that return SearchPageDataModifier and TypeMethodDescriptionB2BOrderFacade.getPagedOrdersForApproval(WorkflowActionType[] actionTypes, PageableData pageableData) Retrieves the order list for approval with configurable parameters.B2BOrderFacade.getPagedReplenishmentHistory(PageableData pageableData) Retrieves replenishment cron jobs associated to the session user with paging supportSearchPageData<? extends OrderHistoryData>B2BOrderFacade.getPagedReplenishmentOrderHistory(String jobCode, PageableData pageableData) Retrieves all the scheduled order for a given jobCode with configurable parameters. -
Uses of SearchPageData in de.hybris.platform.b2bacceleratorfacades.order.impl
Methods in de.hybris.platform.b2bacceleratorfacades.order.impl that return SearchPageDataModifier and TypeMethodDescriptionDefaultB2BOrderFacade.getPagedOrdersForApproval(WorkflowActionType[] actionTypes, PageableData pageableData) DefaultB2BOrderFacade.getPagedReplenishmentHistory(PageableData pageableData) SearchPageData<? extends OrderHistoryData>DefaultB2BOrderFacade.getPagedReplenishmentOrderHistory(String jobCode, PageableData pageableData) -
Uses of SearchPageData in de.hybris.platform.b2bacceleratorfacades.search.converters.impl
Methods in de.hybris.platform.b2bacceleratorfacades.search.converters.impl with parameters of type SearchPageDataModifier and TypeMethodDescriptionAbstractB2BFlexibleSearchConverter.convert(SearchPageData searchPageData) protected List<ProductData>DefaultB2BFlexibleSearchPopulator.getProductDataList(SearchPageData searchPageData) voidDefaultB2BFlexibleSearchPopulator.populate(SearchPageData searchPageData, ProductSearchPageData target) -
Uses of SearchPageData in de.hybris.platform.b2bacceleratorfacades.search.impl
Methods in de.hybris.platform.b2bacceleratorfacades.search.impl that return SearchPageDataModifier and TypeMethodDescriptionDefaultB2BSolrProductSearchFacade.search(ProductSearchStateData searchState, PageableData pageableData) Methods in de.hybris.platform.b2bacceleratorfacades.search.impl that return types with arguments of type SearchPageDataModifier and TypeMethodDescriptionprotected Converter<SearchPageData,ProductSearchPageData> DefaultB2BFlexibleSearchProductSearchFacade.getFlexibleSearchConverter()Method parameters in de.hybris.platform.b2bacceleratorfacades.search.impl with type arguments of type SearchPageDataModifier and TypeMethodDescriptionvoidDefaultB2BFlexibleSearchProductSearchFacade.setFlexibleSearchConverter(Converter<SearchPageData, ProductSearchPageData> flexibleSearchConverter) -
Uses of SearchPageData in de.hybris.platform.b2bacceleratorservices.company
Methods in de.hybris.platform.b2bacceleratorservices.company that return SearchPageDataModifier and TypeMethodDescriptionB2BCommerceUnitService.findPagedApproversForUnitByGroupMembership(PageableData pageableData, String unitUid, String... userGroupUid) Deprecated, for removal: This API element is subject to removal in a future version.Gets list ofSearchPageDataB2BCustomerModelprovided with required pagination parameters withPageableDataB2BCommerceBudgetService.findPagedBudgets(PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.B2BCommerceCostCenterService.getPagedCostCenters(PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Gets list ofSearchPageDataB2BCostCenterModel for pagination given the required pagination parameters withPageableDataB2BCommercePermissionService.getPagedPermissions(PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Gets list ofSearchPageDataB2BPermissionModel for pagination given the required pagination parameters withPageableDataCompanyB2BCommerceService.getPagedUsersForUserGroups(PageableData pageableData, String... userGroupUID) Deprecated, for removal: This API element is subject to removal in a future version.Searches for users -
Uses of SearchPageData in de.hybris.platform.b2bacceleratorservices.company.impl
Methods in de.hybris.platform.b2bacceleratorservices.company.impl that return SearchPageDataModifier and TypeMethodDescriptionprotected SearchPageData<B2BUserGroupModel>DefaultB2BCommerceB2BUserGroupServiceTest.createSearchPageData(PageableData pageableData) DefaultB2BCommerceUnitService.findPagedApproversForUnitByGroupMembership(PageableData pageableData, String unitUid, String... usergroupUid) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BCommerceBudgetService.findPagedBudgets(PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BCommerceB2BUserGroupService.getPagedB2BUserGroups(PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BCommerceCostCenterService.getPagedCostCenters(PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BCommerceUserService.getPagedCustomers(PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BCommerceUserService.getPagedCustomersByGroupMembership(PageableData pageableData, String... userGroupUid) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BCommerceUserService.getPagedCustomersBySearchTermAndGroupMembership(PageableData pageableData, String searchTerm, String... userGroupUid) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BCommercePermissionService.getPagedPermissions(PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.use Since 6.0.DefaultB2BCommerceUnitService.getPagedUsersForUnit(PageableData pageableData, String unit) Deprecated, for removal: This API element is subject to removal in a future version.DefaultCompanyB2BCommerceService.getPagedUsersForUserGroups(PageableData pageableData, String... userGroupUID) Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.b2bacceleratorservices.company.impl with parameters of type SearchPageDataModifier and TypeMethodDescriptionprotected voidDefaultB2BCommerceB2BUserGroupServiceTest.assertPagination(SearchPageData<B2BUserGroupModel> pagedB2BUserGroups, PageableData pageableData) protected voidDefaultB2BCommerceB2BUserGroupServiceTest.assertResults(SearchPageData<B2BUserGroupModel> pagedB2BUserGroups, int expectedSize) -
Uses of SearchPageData in de.hybris.platform.b2bacceleratorservices.customer
Methods in de.hybris.platform.b2bacceleratorservices.customer that return SearchPageDataModifier and TypeMethodDescriptionB2BCustomerAccountService.getOrdersForJob(String jobCode, PageableData pageableData) All orders created by a replenishment cron jobB2BCustomerAccountService.getPagedCartToOrderCronJobsForUser(UserModel user, PageableData pageableData) Gets all order replenishment cron jobs for a given user. -
Uses of SearchPageData in de.hybris.platform.b2bacceleratorservices.customer.impl
Methods in de.hybris.platform.b2bacceleratorservices.customer.impl that return SearchPageDataModifier and TypeMethodDescriptionDefaultB2BCustomerAccountService.getOrdersForJob(String jobCode, PageableData pageableData) DefaultB2BCustomerAccountService.getPagedCartToOrderCronJobsForUser(UserModel user, PageableData pageableData) -
Uses of SearchPageData in de.hybris.platform.b2bacceleratorservices.dao
Methods in de.hybris.platform.b2bacceleratorservices.dao that return SearchPageDataModifier and TypeMethodDescriptionB2BAcceleratorCartToOrderCronJobModelDao.findOrderByJob(String jobCode, PageableData pageableData) All orders created by a replenishment cron jobPagedB2BCustomerDao.findPagedApproversForUnitByGroupMembership(String sortCode, PageableData pageableData, String unit, String... userGroupId) Deprecated, for removal: This API element is subject to removal in a future version.PagedB2BUserGroupDao.findPagedB2BUserGroup(String sortCode, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Finds all visibleB2BUserGroupModelwithin a sessions branch 2 sorts are available by default, sortCode "byName" and "byDate"PagedB2BBudgetDao.findPagedBudgets(String sortCode, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Return paged budget modelsB2BAcceleratorCartToOrderCronJobModelDao.findPagedCartToOrderCronJobsByUser(UserModel user, PageableData pageableData) Gets all order replenishment cron jobs for a given user.PagedB2BCostCenterDao.findPagedCostCenters(String sortCode, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.PagedB2BCustomerDao.findPagedCustomers(String sortCode, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Finds all visible users within a sessions branch 2 sorts are available by default, sortCode "byName" and "byDate"PagedB2BCustomerDao.findPagedCustomersByGroupMembership(String sortCode, PageableData pageableData, String... userGroupId) Deprecated, for removal: This API element is subject to removal in a future version.PagedB2BCustomerDao.findPagedCustomersForUnit(String sortCode, PageableData pageableData, String unit) Deprecated, for removal: This API element is subject to removal in a future version.PagedB2BCustomerDao.findPagedCustomersForUnitByGroupMembership(String sortCode, PageableData pageableData, String unit, String... userGroupId) Deprecated, for removal: This API element is subject to removal in a future version.PagedB2BPermissionDao.findPagedPermissions(String sortCode, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Finds all visible permissions within a sessions branch 2 sorts are available by default, sortCode "byName" and "byDate"PagedB2BProductDao.findPagedProductsForSkus(Collection<String> skus, PageableData pageableData) Finds all visibleProductModelfor a given list of skusPagedB2BWorkflowActionDao.findPagedWorkflowActionsByUserAndActionTypes(UserModel user, WorkflowActionType[] actionTypes, PageableData pageableData) -
Uses of SearchPageData in de.hybris.platform.b2bacceleratorservices.dao.impl
Methods in de.hybris.platform.b2bacceleratorservices.dao.impl that return SearchPageDataModifier and TypeMethodDescriptionDefaultB2BAcceleratorCartToOrderCronJobModelDao.findOrderByJob(String jobCode, PageableData pageableData) DefaultPagedB2BCustomerDao.findPagedApproversForUnitByGroupMembership(String sortCode, PageableData pageableData, String unit, String... userGroupid) Deprecated, for removal: This API element is subject to removal in a future version.DefaultPagedB2BUserGroupDao.findPagedB2BUserGroup(String sortCode, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.DefaultPagedB2BBudgetDao.findPagedBudgets(String sortCode, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.DefaultB2BAcceleratorCartToOrderCronJobModelDao.findPagedCartToOrderCronJobsByUser(UserModel user, PageableData pageableData) DefaultPagedB2BCostCenterDao.findPagedCostCenters(String sortCode, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.DefaultPagedB2BCustomerDao.findPagedCustomers(String sortCode, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.DefaultPagedB2BCustomerDao.findPagedCustomersByGroupMembership(String sortCode, PageableData pageableData, String... userGroupid) Deprecated, for removal: This API element is subject to removal in a future version.DefaultPagedB2BCustomerDao.findPagedCustomersForUnit(String sortCode, PageableData pageableData, String unit) Deprecated, for removal: This API element is subject to removal in a future version.DefaultPagedB2BCustomerDao.findPagedCustomersForUnitByGroupMembership(String sortCode, PageableData pageableData, String unit, String... userGroupid) Deprecated, for removal: This API element is subject to removal in a future version.DefaultPagedB2BPermissionDao.findPagedPermissions(String sortCode, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.DefaultPagedB2BProductDao.findPagedProductsForSkus(Collection<String> skus, PageableData pageableData) DefaultPagedB2BWorkflowActionDao.findPagedWorkflowActionsByUserAndActionTypes(UserModel user, WorkflowActionType[] actionTypes, PageableData pageableData) -
Uses of SearchPageData in de.hybris.platform.b2bacceleratorservices.product
Methods in de.hybris.platform.b2bacceleratorservices.product that return SearchPageDataModifier and TypeMethodDescriptionB2BProductService.findProductsForSkus(Collection<String> skus, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.B2BProductService.getProductsForSkus(Collection<String> skus, PageableData pageableData) Gets all visibleProductModelfor a given collection of skus. -
Uses of SearchPageData in de.hybris.platform.b2bacceleratorservices.product.impl
Methods in de.hybris.platform.b2bacceleratorservices.product.impl that return SearchPageDataModifier and TypeMethodDescriptionDefaultB2BProductService.findProductsForSkus(Collection<String> skus, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.DefaultB2BProductService.getProductsForSkus(Collection<String> skus, PageableData pageableData) -
Uses of SearchPageData in de.hybris.platform.b2bacceleratorservices.search
Methods in de.hybris.platform.b2bacceleratorservices.search that return SearchPageDataModifier and TypeMethodDescriptionB2BProductSearchService.findProductsBySkus(Collection<String> skus, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0. -
Uses of SearchPageData in de.hybris.platform.b2bacceleratorservices.search.impl
Methods in de.hybris.platform.b2bacceleratorservices.search.impl that return SearchPageDataModifier and TypeMethodDescriptionDefaultB2BFlexibleSearchProductSearchService.findProductsBySkus(Collection<String> skus, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0. -
Uses of SearchPageData in de.hybris.platform.b2bapprovalprocessfacades.company
Methods in de.hybris.platform.b2bapprovalprocessfacades.company that return SearchPageDataModifier and TypeMethodDescriptionB2BApproverFacade.getPagedApproversForCustomer(PageableData pageableData, String customerUid) Returns the list of approvers for a customers.B2BApproverFacade.getPagedApproversForUnit(PageableData pageableData, String unitUid) Gets a paged list of approvers.B2BPermissionFacade.getPagedPermissions(PageableData pageableData) Returns pagedB2BPermissionDatafor the givenPageableData.B2BPermissionFacade.getPagedPermissionsForCustomer(PageableData pageableData, String customerUid) Gets the list of permissions of the customers.B2BPermissionFacade.getPagedPermissionsForUserGroup(PageableData pageableData, String userGroupUid) Returns a paginated list of permissions associated to aB2BUserGroupModel. -
Uses of SearchPageData in de.hybris.platform.b2bapprovalprocessfacades.company.impl
Methods in de.hybris.platform.b2bapprovalprocessfacades.company.impl that return SearchPageDataModifier and TypeMethodDescriptionDefaultB2BApproverFacade.getPagedApproversForCustomer(PageableData pageableData, String customerUid) DefaultB2BApproverFacade.getPagedApproversForUnit(PageableData pageableData, String unitUid) DefaultB2BPermissionFacade.getPagedPermissions(PageableData pageableData) DefaultB2BPermissionFacade.getPagedPermissionsForCustomer(PageableData pageableData, String customerUid) DefaultB2BPermissionFacade.getPagedPermissionsForUserGroup(PageableData pageableData, String userGroupUid) -
Uses of SearchPageData in de.hybris.platform.b2bcommercefacades.company
Methods in de.hybris.platform.b2bcommercefacades.company that return SearchPageDataModifier and TypeMethodDescriptionB2BUnitFacade.getPagedAdministratorsForUnit(PageableData pageableData, String unitUid) Get a list of administrators associated with a give unit.B2BUserGroupFacade.getPagedB2BUserGroups(PageableData pageableData) Get a paginated lists of B2B user groups.B2BUserFacade.getPagedB2BUserGroupsForCustomer(PageableData pageableData, String customerUid) Get Paginated list of B2B User groups the customer belongs to.B2BUserFacade.getPagedCustomers(PageableData pageableData) Get Paginated list of customers.B2BUnitFacade.getPagedCustomersForUnit(PageableData pageableData, String unitUid) Get a list of customers associated with a give unit.B2BUserGroupFacade.getPagedCustomersForUserGroup(PageableData pageableData, String userGroupUid) Get paginated list of customers who are members of the given B2B user group.B2BUnitFacade.getPagedManagersForUnit(PageableData pageableData, String unitUid) Get a list of managers associated with a give unit.B2BUserGroupFacade.getPagedUserData(PageableData pageableData) Get a paginated list of B2B users.B2BUnitFacade.getPagedUserDataForUnit(PageableData pageableData, String unitUid) Get a list of customers directly associated to the unit plus all the customers who are members of given list of usergroups with the visible branch for the current session user. -
Uses of SearchPageData in de.hybris.platform.b2bcommercefacades.company.impl
Methods in de.hybris.platform.b2bcommercefacades.company.impl that return SearchPageDataModifier and TypeMethodDescriptionprotected <S,T> SearchPageData<T> DefaultB2BCostCenterFacade.convertPageData(SearchPageData<S> source, Converter<S, T> converter) DefaultB2BUnitFacade.getPagedAdministratorsForUnit(PageableData pageableData, String unitUid) DefaultB2BUserGroupFacade.getPagedB2BUserGroups(PageableData pageableData) DefaultB2BUserFacade.getPagedB2BUserGroupsForCustomer(PageableData pageableData, String customerUid) DefaultB2BUserFacade.getPagedCustomers(PageableData pageableData) DefaultB2BUnitFacade.getPagedCustomersForUnit(PageableData pageableData, String unitUid) DefaultB2BUserGroupFacade.getPagedCustomersForUserGroup(PageableData pageableData, String userGroupUid) DefaultB2BUnitFacade.getPagedManagersForUnit(PageableData pageableData, String unitUid) DefaultB2BUserGroupFacade.getPagedUserData(PageableData pageableData) DefaultB2BUnitFacade.getPagedUserDataForUnit(PageableData pageableData, String unit) protected SearchPageData<CustomerData>DefaultB2BUnitFacade.getPagedUsersForUnit(PageableData pageableData, String unitUid, Collection<?> unitCollection) DefaultB2BBudgetFacade.search(BudgetSearchStateData searchState, PageableData pageableData) DefaultB2BCostCenterFacade.search(SearchStateData searchState, PageableData pageableData) Methods in de.hybris.platform.b2bcommercefacades.company.impl with parameters of type SearchPageDataModifier and TypeMethodDescriptionprotected <S,T> SearchPageData<T> DefaultB2BCostCenterFacade.convertPageData(SearchPageData<S> source, Converter<S, T> converter) -
Uses of SearchPageData in de.hybris.platform.b2bcommercefacades.company.util
Methods in de.hybris.platform.b2bcommercefacades.company.util that return SearchPageDataModifier and TypeMethodDescriptionstatic <S,T> SearchPageData<T> B2BCompanyUtils.convertPageData(SearchPageData<S> source, Converter<S, T> converter) Deprecated, for removal: This API element is subject to removal in a future version."Deprecated since 6.3".Methods in de.hybris.platform.b2bcommercefacades.company.util with parameters of type SearchPageDataModifier and TypeMethodDescriptionstatic <S,T> SearchPageData<T> B2BCompanyUtils.convertPageData(SearchPageData<S> source, Converter<S, T> converter) Deprecated, for removal: This API element is subject to removal in a future version."Deprecated since 6.3". -
Uses of SearchPageData in de.hybris.platform.b2bcommercefacades.order
Methods in de.hybris.platform.b2bcommercefacades.order that return SearchPageDataModifier and TypeMethodDescriptionB2BQuoteFacade.getQuoteHistory(PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Returns the quote history of the current user. -
Uses of SearchPageData in de.hybris.platform.b2bcommercefacades.order.impl
Methods in de.hybris.platform.b2bcommercefacades.order.impl that return SearchPageDataModifier and TypeMethodDescriptionDefaultB2BQuoteFacade.getQuoteHistory(PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SearchPageData in de.hybris.platform.b2bcommercefacades.search
Methods in de.hybris.platform.b2bcommercefacades.search that return SearchPageDataModifier and TypeMethodDescriptionSearchFacade.search(STATE searchState, PageableData pageableData) Searches for the ITEM's based on the search state. -
Uses of SearchPageData in de.hybris.platform.b2bcommercefacades.testframework
Methods in de.hybris.platform.b2bcommercefacades.testframework with parameters of type SearchPageDataModifier and TypeMethodDescriptionprotected voidAbstractCommerceOrgIntegrationTest.assertSearchPageData(int expectedNumberOfResults, SearchPageData<?> searchPageData) Asserts that the givenSearchPageDatais not null, that the list of results it holds is not null and that the list of results has the expected size. -
Uses of SearchPageData in de.hybris.platform.b2bocc.strategy
Methods in de.hybris.platform.b2bocc.strategy that return SearchPageDataModifier and TypeMethodDescriptionOrgUnitUsersDisplayStrategy.getPagedUsersForUnit(int currentPage, int pageSize, String sort, String unitId) Displays users based on a role in the unit -
Uses of SearchPageData in de.hybris.platform.b2bocc.strategy.impl
Methods in de.hybris.platform.b2bocc.strategy.impl that return SearchPageDataModifier and TypeMethodDescriptionOrgUnitAdministratorsDisplayStrategy.getPagedUsersForUnit(int currentPage, int pageSize, String sort, String unitId) OrgUnitApproversDisplayStrategy.getPagedUsersForUnit(int currentPage, int pageSize, String sort, String unitId) OrgUnitCustomersDisplayStrategy.getPagedUsersForUnit(int currentPage, int pageSize, String sort, String unitId) OrgUnitManagersDisplayStrategy.getPagedUsersForUnit(int currentPage, int pageSize, String sort, String unitId) -
Uses of SearchPageData in de.hybris.platform.b2bocc.v2.helper
Methods in de.hybris.platform.b2bocc.v2.helper with parameters of type SearchPageDataModifier and TypeMethodDescriptionOrgUnitsHelper.convertPagedUsersForUnit(SearchPageData<CustomerData> result, String fields) protected BudgetsDataBudgetManagementHelper.createBudgetsData(SearchPageData<B2BBudgetData> result) protected B2BPermissionsDataOrderApprovalPermissionsHelper.createPermissionList(SearchPageData<B2BPermissionData> result) protected B2BPermissionsDataOrgUnitUserGroupsHelper.createPermissionList(SearchPageData<B2BPermissionData> result) protected OrgUnitUserGroupsDataOrgCustomerManagementHelper.createUserGroupList(SearchPageData<B2BUserGroupData> result) protected OrgUnitUserGroupsDataOrgUnitUserGroupsHelper.createUserGroupList(SearchPageData<B2BUserGroupData> result) protected OrgUnitUsersDataOrgCustomerManagementHelper.createUserList(SearchPageData<CustomerData> result) protected OrgUnitUsersDataOrgUnitsHelper.createUserList(SearchPageData<CustomerData> result) protected OrgUnitUsersDataOrgUnitUserGroupsHelper.createUserList(SearchPageData<CustomerData> result) protected B2BOrderApprovalsDataOrderApprovalsHelper.creatOrderApprovalsList(SearchPageData<B2BOrderApprovalData> result) -
Uses of SearchPageData in de.hybris.platform.commercefacades.customer
Methods in de.hybris.platform.commercefacades.customer that return SearchPageDataModifier and TypeMethodDescription<T extends CustomerData>
SearchPageData<T>CustomerListFacade.getPagedCustomersForCustomerListUID(String customerListUid, String employeeUid, PageableData pageableData, Map<String, Object> parameterMap) get list of customers based on specific customer list type -
Uses of SearchPageData in de.hybris.platform.commercefacades.customer.impl
Methods in de.hybris.platform.commercefacades.customer.impl that return SearchPageDataModifier and TypeMethodDescription<T extends CustomerData>
SearchPageData<T>DefaultCustomerListFacade.getPagedCustomersForCustomerListUID(String customerListUid, String employeeUid, PageableData pageableData, Map<String, Object> parameterMap) -
Uses of SearchPageData in de.hybris.platform.commercefacades.order
Methods in de.hybris.platform.commercefacades.order that return SearchPageDataModifier and TypeMethodDescriptionOrderFacade.getPagedOrderHistoryForStatuses(PageableData pageableData, OrderStatus... statuses) Returns the order history of the current user for given statuses.QuoteFacade.getPagedQuotes(PageableData pageableData) Retrieves the paged list of quotes for the current user and the current base store.SaveCartFacade.getSavedCartsForCurrentUser(PageableData pageableData, List<OrderStatus> orderStatus) Retrieve carts where order status equals ones of the status in the list. -
Uses of SearchPageData in de.hybris.platform.commercefacades.order.impl
Methods in de.hybris.platform.commercefacades.order.impl that return SearchPageDataModifier and TypeMethodDescriptionprotected <S,T> SearchPageData<T> DefaultOrderFacade.convertPageData(SearchPageData<S> source, Converter<S, T> converter) DefaultOrderFacade.getPagedOrderHistoryForStatuses(PageableData pageableData, OrderStatus... statuses) DefaultQuoteFacade.getPagedQuotes(PageableData pageableData) DefaultSaveCartFacade.getSavedCartsForCurrentUser(PageableData pageableData, List<OrderStatus> orderStatus) Methods in de.hybris.platform.commercefacades.order.impl with parameters of type SearchPageDataModifier and TypeMethodDescriptionprotected <S,T> SearchPageData<T> DefaultOrderFacade.convertPageData(SearchPageData<S> source, Converter<S, T> converter) -
Uses of SearchPageData in de.hybris.platform.commercefacades.search.converters.populator
Methods in de.hybris.platform.commercefacades.search.converters.populator with parameters of type SearchPageDataModifier and TypeMethodDescriptionvoidProductSearchPageVariantsPopulator.populate(Object source, SearchPageData<ITEM> target) -
Uses of SearchPageData in de.hybris.platform.commercefacades.storefinder.data
Subclasses of SearchPageData in de.hybris.platform.commercefacades.storefinder.data -
Uses of SearchPageData in de.hybris.platform.commercefacades.util
Methods in de.hybris.platform.commercefacades.util that return SearchPageDataModifier and TypeMethodDescriptionstatic <S,T> SearchPageData<T> CommerceUtils.convertPageData(SearchPageData<S> source, Converter<S, T> converter) Converts aSearchPageDataof type <S> into one of type <T> using the converter provided.Methods in de.hybris.platform.commercefacades.util with parameters of type SearchPageDataModifier and TypeMethodDescriptionstatic <S,T> SearchPageData<T> CommerceUtils.convertPageData(SearchPageData<S> source, Converter<S, T> converter) Converts aSearchPageDataof type <S> into one of type <T> using the converter provided. -
Uses of SearchPageData in de.hybris.platform.commerceservices.customer
Methods in de.hybris.platform.commerceservices.customer that return SearchPageDataModifier and TypeMethodDescriptionCustomerAccountService.getOrderList(CustomerModel customerModel, BaseStoreModel store, OrderStatus[] status, PageableData pageableData) Returns the order of the supplied user filtering by OrderStatus<T extends CustomerModel>
SearchPageData<T>CustomerListSearchService.getPagedCustomers(String customerListUid, String employeeUid, PageableData pageableData, Map<String, Object> parameterMap) Get paginated customers for specific customer listCustomerAccountService.getReturnRequestsByCustomerAndStore(CustomerModel customerModel, BaseStoreModel store, ReturnStatus[] returnStatuses, PageableData pageableData) Returns theReturnRequestModelof the given user filtered by given list ofReturnStatus(s). -
Uses of SearchPageData in de.hybris.platform.commerceservices.customer.dao
Methods in de.hybris.platform.commerceservices.customer.dao that return SearchPageDataModifier and TypeMethodDescriptionCustomerAccountDao.findOrdersByCustomerAndStore(CustomerModel customerModel, BaseStoreModel store, OrderStatus[] status, PageableData pageableData) Finds orders for the specified user in the current session's active catalog versionsCustomerAccountDao.findReturnRequestsByCustomerAndStore(CustomerModel customerModel, BaseStoreModel store, ReturnStatus[] returnStatuses, PageableData pageableData) Returns theReturnRequestModelof the given user filtered by given list ofReturnStatus(s). -
Uses of SearchPageData in de.hybris.platform.commerceservices.customer.dao.impl
Methods in de.hybris.platform.commerceservices.customer.dao.impl that return SearchPageDataModifier and TypeMethodDescriptionDefaultCustomerAccountDao.findOrdersByCustomerAndStore(CustomerModel customerModel, BaseStoreModel store, OrderStatus[] status, PageableData pageableData) DefaultCustomerAccountDao.findReturnRequestsByCustomerAndStore(CustomerModel customerModel, BaseStoreModel store, ReturnStatus[] returnStatuses, PageableData pageableData) -
Uses of SearchPageData in de.hybris.platform.commerceservices.customer.impl
Methods in de.hybris.platform.commerceservices.customer.impl that return SearchPageDataModifier and TypeMethodDescriptionDefaultCustomerAccountService.getOrderList(CustomerModel customerModel, BaseStoreModel store, OrderStatus[] status, PageableData pageableData) <T extends CustomerModel>
SearchPageData<T>DefaultCustomerListSearchService.getPagedCustomers(String customerListUid, String employeeUid, PageableData pageableData, Map<String, Object> parameterMap) DefaultCustomerAccountService.getReturnRequestsByCustomerAndStore(CustomerModel customerModel, BaseStoreModel store, ReturnStatus[] returnStatuses, PageableData pageableData) -
Uses of SearchPageData in de.hybris.platform.commerceservices.customer.strategies
Methods in de.hybris.platform.commerceservices.customer.strategies that return SearchPageDataModifier and TypeMethodDescription<T extends CustomerModel>
SearchPageData<T>CustomerListSearchStrategy.getPagedCustomers(String customerListUid, String employeeUid, PageableData pageableData, Map<String, Object> parameterMap) Gets customer data list based on specific implementation -
Uses of SearchPageData in de.hybris.platform.commerceservices.order
Methods in de.hybris.platform.commerceservices.order that return SearchPageDataModifier and TypeMethodDescriptionCommerceQuoteService.getQuoteList(CustomerModel customerModel, UserModel quoteUserModel, BaseStoreModel store, PageableData pageableData) Retrieves the paged list of quotes according to the provided selection criteria.CommerceSaveCartService.getSavedCartsForSiteAndUser(PageableData pageableData, BaseSiteModel baseSite, UserModel user, List<OrderStatus> orderStatus) Retrieve carts by user and baseSite where order status equals ones of the status in the list. -
Uses of SearchPageData in de.hybris.platform.commerceservices.order.dao
Methods in de.hybris.platform.commerceservices.order.dao that return SearchPageDataModifier and TypeMethodDescriptionCommerceQuoteDao.findQuotesByCustomerAndStore(CustomerModel customerModel, BaseStoreModel store, PageableData pageableData, Set<QuoteState> quoteStates) Returns a paged list of maximum version (i.e.SaveCartDao.getSavedCartsForSiteAndUser(PageableData pageableData, BaseSiteModel baseSite, UserModel user, List<OrderStatus> orderStatus) Retrieve carts by user and basesite where order status equals ones of the status in the list. -
Uses of SearchPageData in de.hybris.platform.commerceservices.order.dao.impl
Methods in de.hybris.platform.commerceservices.order.dao.impl that return SearchPageDataModifier and TypeMethodDescriptionDefaultCommerceQuoteDao.findQuotesByCustomerAndStore(CustomerModel customerModel, BaseStoreModel store, PageableData pageableData, Set<QuoteState> quoteStates) DefaultSaveCartDao.getSavedCartsForSiteAndUser(PageableData pageableData, BaseSiteModel baseSite, UserModel user, List<OrderStatus> orderStatus) -
Uses of SearchPageData in de.hybris.platform.commerceservices.order.impl
Methods in de.hybris.platform.commerceservices.order.impl that return SearchPageDataModifier and TypeMethodDescriptionDefaultCommerceQuoteService.getQuoteList(CustomerModel customerModel, UserModel quoteUserModel, BaseStoreModel store, PageableData pageableData) DefaultCommerceSaveCartService.getSavedCartsForSiteAndUser(PageableData pageableData, BaseSiteModel baseSite, UserModel user, List<OrderStatus> orderStatus) -
Uses of SearchPageData in de.hybris.platform.commerceservices.organization.daos
Methods in de.hybris.platform.commerceservices.organization.daos that return SearchPageDataModifier and TypeMethodDescription<U extends OrgUnitModel>
SearchPageData<U>OrgUnitDao.findAllUnits(List<U> units, PageableData pageableData) Find all units in the branches.<U extends PrincipalModel>
SearchPageData<U>OrgUnitDao.findMembersOfType(OrgUnitModel unit, Class<U> memberType, PageableData pageableData) Find all unit members of a given type.<U extends PrincipalModel>
SearchPageData<U>OrgUnitDao.findMembersOfType(Class<U> memberType, PageableData pageableData, String... orgUnitUids) Find all units members of a given type.OrgUnitDao.findQuotesForEmployee(EmployeeModel employee, Set<QuoteState> states, PageableData pageableData) Returns allQuoteModelinstances associated with at least one of the given employee's units. -
Uses of SearchPageData in de.hybris.platform.commerceservices.organization.daos.impl
Methods in de.hybris.platform.commerceservices.organization.daos.impl that return SearchPageDataModifier and TypeMethodDescription<U extends OrgUnitModel>
SearchPageData<U>DefaultOrgUnitDao.findAllUnits(List<U> units, PageableData pageableData) <U extends PrincipalModel>
SearchPageData<U>DefaultOrgUnitDao.findMembersOfType(OrgUnitModel unit, Class<U> memberType, PageableData pageableData) <U extends PrincipalModel>
SearchPageData<U>DefaultOrgUnitDao.findMembersOfType(Class<U> memberType, PageableData pageableData, String... orgUnitUids) DefaultOrgUnitDao.findQuotesForEmployee(EmployeeModel employee, Set<QuoteState> states, PageableData pageableData) -
Uses of SearchPageData in de.hybris.platform.commerceservices.organization.services
Methods in de.hybris.platform.commerceservices.organization.services that return SearchPageDataModifier and TypeMethodDescription<T extends PrincipalModel>
SearchPageData<T>OrgUnitService.getMembers(OrgUnitMemberParameter<T> parameter) Get a paged search result for members of the given organizational unit.OrgUnitQuoteService.getQuotesForEmployee(EmployeeModel employee, PageableData pageableData) Returns allQuoteModelinstances associated with at least one of the given employee's units. -
Uses of SearchPageData in de.hybris.platform.commerceservices.organization.services.impl
Methods in de.hybris.platform.commerceservices.organization.services.impl that return SearchPageDataModifier and TypeMethodDescription<T extends PrincipalModel>
SearchPageData<T>DefaultOrgUnitService.getMembers(OrgUnitMemberParameter<T> parameter) DefaultOrgUnitQuoteService.getQuotesForEmployee(EmployeeModel employee, PageableData pageableData) -
Uses of SearchPageData in de.hybris.platform.commerceservices.product
Methods in de.hybris.platform.commerceservices.product that return SearchPageDataModifier and TypeMethodDescriptionExportProductService.getAllProducts(Collection<CatalogVersionModel> catalogVersions, int start, int count) Returns all Products.ExportProductService.getModifiedProducts(Collection<CatalogVersionModel> catalogVersions, Date timestamp, int start, int count) Returns page of products modified after timestamp for catalog version -
Uses of SearchPageData in de.hybris.platform.commerceservices.product.impl
Methods in de.hybris.platform.commerceservices.product.impl that return SearchPageDataModifier and TypeMethodDescriptionDefaultExportProductService.getAllProducts(Collection<CatalogVersionModel> catalogVersions, int start, int count) DefaultExportProductService.getModifiedProducts(Collection<CatalogVersionModel> catalogVersions, Date timestamp, int start, int count) -
Uses of SearchPageData in de.hybris.platform.commerceservices.search.dao
Methods in de.hybris.platform.commerceservices.search.dao that return SearchPageDataModifier and TypeMethodDescriptionPagedGenericDao.find(PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Searches for all instances of model given as a generic type.PagedGenericDao.find(SortParameters sortParameters, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Searches for all instances of model given as a generic type using givenSortParametersto sort results.PagedGenericDao.find(Map<String, ?> params, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Searches for all instances of model given as a generic type matching given parameters.PagedGenericDao.find(Map<String, ?> params, SortParameters sortParameters, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Searches for all instances of model given as a generic type matching given parameters using givenSortParametersto sort results. -
Uses of SearchPageData in de.hybris.platform.commerceservices.search.dao.impl
Methods in de.hybris.platform.commerceservices.search.dao.impl that return SearchPageDataModifier and TypeMethodDescriptionDefaultPagedGenericDao.find(PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.DefaultPagedGenericDao.find(SortParameters sortParameters, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.DefaultPagedGenericDao.find(Map<String, ?> params, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.DefaultPagedGenericDao.find(Map<String, ?> params, SortParameters sortParameters, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SearchPageData in de.hybris.platform.commerceservices.search.facetdata
Subclasses of SearchPageData in de.hybris.platform.commerceservices.search.facetdataModifier and TypeClassDescriptionclassFacetSearchPageData<STATE,RESULT> POJO that includes all necessary data for creating proper result in facet search.classProductCategorySearchPageData<STATE,RESULT, CATEGORY> POJO containing the result page for product or category search.classProductSearchPageData<STATE,RESULT> POJO containing the result page for product search. -
Uses of SearchPageData in de.hybris.platform.commerceservices.search.flexiblesearch
Methods in de.hybris.platform.commerceservices.search.flexiblesearch that return SearchPageDataModifier and TypeMethodDescription<T> SearchPageData<T>PagedFlexibleSearchService.search(FlexibleSearchQuery searchQuery, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Searches according to a flexible search query and pagination data<T> SearchPageData<T>PagedFlexibleSearchService.search(String query, Map<String, ?> queryParams, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Searches according to a query string and pagination data<T> SearchPageData<T>PagedFlexibleSearchService.search(List<SortQueryData> sortQueries, String defaultSortCode, Map<String, ?> queryParams, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Searches according to a sort query and pagination data -
Uses of SearchPageData in de.hybris.platform.commerceservices.search.flexiblesearch.impl
Methods in de.hybris.platform.commerceservices.search.flexiblesearch.impl that return SearchPageDataModifier and TypeMethodDescriptionprotected <T> SearchPageData<T>DefaultPagedFlexibleSearchService.createPagedSearchResult(SearchResult<T> searchResult, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.protected <T> SearchPageData<T>DefaultPagedFlexibleSearchService.createSearchPageData()Deprecated, for removal: This API element is subject to removal in a future version.<T> SearchPageData<T>DefaultPagedFlexibleSearchService.search(FlexibleSearchQuery searchQuery, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.<T> SearchPageData<T>DefaultPagedFlexibleSearchService.search(String query, Map<String, ?> queryParams, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.<T> SearchPageData<T>DefaultPagedFlexibleSearchService.search(List<SortQueryData> sortQueries, String defaultSortCode, Map<String, ?> queryParams, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SearchPageData in de.hybris.platform.commerceservices.search.solrfacetsearch.populators
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.populators with parameters of type SearchPageDataModifier and TypeMethodDescriptionvoidSearchResponsePaginationPopulator.populate(SolrSearchResponse<FACET_SEARCH_CONFIG_TYPE, INDEXED_TYPE_TYPE, INDEXED_PROPERTY_TYPE, SEARCH_QUERY_TYPE, IndexedTypeSort, SearchResult> source, SearchPageData<ITEM> target) voidSearchResponseResultsPopulator.populate(SolrSearchResponse<FACET_SEARCH_CONFIG_TYPE, INDEXED_TYPE_TYPE, INDEXED_PROPERTY_TYPE, SearchQuery, INDEXED_TYPE_SORT_TYPE, SearchResult> source, SearchPageData<ITEM> target) voidSearchResponseSortsPopulator.populate(SolrSearchResponse<FACET_SEARCH_CONFIG_TYPE, INDEXED_TYPE_TYPE, INDEXED_PROPERTY_TYPE, SearchQuery, IndexedTypeSort, SEARCH_RESULT_TYPE> source, SearchPageData<ITEM> target) -
Uses of SearchPageData in de.hybris.platform.commerceservices.storefinder.data
Subclasses of SearchPageData in de.hybris.platform.commerceservices.storefinder.data -
Uses of SearchPageData in de.hybris.platform.commerceservices.util
Methods in de.hybris.platform.commerceservices.util that return SearchPageDataModifier and TypeMethodDescriptionstatic <T> SearchPageData<T>CommerceSearchUtils.createEmptySearchPageData() -
Uses of SearchPageData in de.hybris.platform.commercewebservices.core.v2.helper
Methods in de.hybris.platform.commercewebservices.core.v2.helper with parameters of type SearchPageDataModifier and TypeMethodDescriptionprotected OrderHistoriesDataOrdersHelper.createOrderHistoriesData(SearchPageData<OrderHistoryData> result) protected ReturnRequestsDataOrderReturnsHelper.createReturnRequestsData(SearchPageData<ReturnRequestData> result) Creates a newReturnRequestsDatafromSearchPageData -
Uses of SearchPageData in de.hybris.platform.couponwebservices.facades.impl
Methods in de.hybris.platform.couponwebservices.facades.impl that return SearchPageDataModifier and TypeMethodDescriptionprotected <S extends AbstractCouponModel>
SearchPageData<D>AbstractCouponWsFacades.convertSearchPageData(SearchPageData<S> source) Converts the result ofSearchPageDataMethods in de.hybris.platform.couponwebservices.facades.impl with parameters of type SearchPageDataModifier and TypeMethodDescriptionprotected <S extends AbstractCouponModel>
SearchPageData<D>AbstractCouponWsFacades.convertSearchPageData(SearchPageData<S> source) Converts the result ofSearchPageData -
Uses of SearchPageData in de.hybris.platform.customercouponfacades
Methods in de.hybris.platform.customercouponfacades that return SearchPageDataModifier and TypeMethodDescriptionCustomerCouponFacade.getPagedCouponsData(PageableData pageableData) Gets paginated customer coupon data by pageableData -
Uses of SearchPageData in de.hybris.platform.customercouponfacades.impl
Methods in de.hybris.platform.customercouponfacades.impl that return SearchPageDataModifier and TypeMethodDescriptionDefaultCustomerCouponFacade.getPagedCouponsData(PageableData pageableData) -
Uses of SearchPageData in de.hybris.platform.customercouponservices
Methods in de.hybris.platform.customercouponservices that return SearchPageDataModifier and TypeMethodDescriptionCustomerCouponService.getCustomerCouponsForCustomer(CustomerModel customer, PageableData pageableData) Gets paginated customer coupon models for the customer by pageableData -
Uses of SearchPageData in de.hybris.platform.customercouponservices.daos
Methods in de.hybris.platform.customercouponservices.daos that return SearchPageDataModifier and TypeMethodDescriptionCustomerCouponDao.findCustomerCouponsByCustomer(CustomerModel customer, PageableData pageableData) Finds paginated customer coupons -
Uses of SearchPageData in de.hybris.platform.customercouponservices.daos.impl
Methods in de.hybris.platform.customercouponservices.daos.impl that return SearchPageDataModifier and TypeMethodDescriptionDefaultCustomerCouponDao.findCustomerCouponsByCustomer(CustomerModel customer, PageableData pageableData) -
Uses of SearchPageData in de.hybris.platform.customercouponservices.impl
Methods in de.hybris.platform.customercouponservices.impl that return SearchPageDataModifier and TypeMethodDescriptionDefaultCustomerCouponService.getCustomerCouponsForCustomer(CustomerModel customer, PageableData pageableData) -
Uses of SearchPageData in de.hybris.platform.customerticketingfacades
Methods in de.hybris.platform.customerticketingfacades that return SearchPageDataModifier and TypeMethodDescriptionTicketFacade.getTickets(PageableData pageableData) Requesting for all tickets of a customer. -
Uses of SearchPageData in de.hybris.platform.customerticketingfacades.customerticket
Methods in de.hybris.platform.customerticketingfacades.customerticket that return SearchPageDataModifier and TypeMethodDescriptionprotected <S,T> SearchPageData<T> DefaultCustomerTicketingFacade.convertPageData(SearchPageData<S> source, Converter<S, T> converter) DefaultCustomerTicketingFacade.getTickets(PageableData pageableData) Methods in de.hybris.platform.customerticketingfacades.customerticket with parameters of type SearchPageDataModifier and TypeMethodDescriptionprotected <S,T> SearchPageData<T> DefaultCustomerTicketingFacade.convertPageData(SearchPageData<S> source, Converter<S, T> converter) -
Uses of SearchPageData in de.hybris.platform.marketplacefacades.vendor
Methods in de.hybris.platform.marketplacefacades.vendor that return SearchPageDataModifier and TypeMethodDescriptionVendorFacade.getPagedIndexVendors(PageableData pageableData) Get paged vendors need to shown in index pageCustomerVendorReviewFacade.getPagedReviewsForVendor(String vendorCode, PageableData pageableData) Get all approved paged reviews for a particular vendor -
Uses of SearchPageData in de.hybris.platform.marketplacefacades.vendor.impl
Methods in de.hybris.platform.marketplacefacades.vendor.impl that return SearchPageDataModifier and TypeMethodDescriptionprotected SearchPageData<VendorReviewData>DefaultCustomerVendorReviewFacade.convertPageData(SearchPageData<CustomerVendorReviewModel> source) protected <S,T> SearchPageData<T> DefaultVendorFacade.convertPageData(SearchPageData<S> source, Converter<S, T> converter) DefaultVendorFacade.getPagedIndexVendors(PageableData pageableData) DefaultCustomerVendorReviewFacade.getPagedReviewsForVendor(String vendorCode, PageableData pageableData) Methods in de.hybris.platform.marketplacefacades.vendor.impl with parameters of type SearchPageDataModifier and TypeMethodDescriptionprotected SearchPageData<VendorReviewData>DefaultCustomerVendorReviewFacade.convertPageData(SearchPageData<CustomerVendorReviewModel> source) protected <S,T> SearchPageData<T> DefaultVendorFacade.convertPageData(SearchPageData<S> source, Converter<S, T> converter) -
Uses of SearchPageData in de.hybris.platform.marketplaceservices.strategies
Methods in de.hybris.platform.marketplaceservices.strategies that return SearchPageDataModifier and TypeMethodDescriptionIndexedVendorsLookupStrategy.getIndexVendors(PageableData pageableData) Get the vendors need to shown in index page -
Uses of SearchPageData in de.hybris.platform.marketplaceservices.strategies.impl
Methods in de.hybris.platform.marketplaceservices.strategies.impl that return SearchPageDataModifier and TypeMethodDescriptionDefaultIndexedVendorsLookupStrategy.getIndexVendors(PageableData pageableData) -
Uses of SearchPageData in de.hybris.platform.marketplaceservices.vendor
Methods in de.hybris.platform.marketplaceservices.vendor that return SearchPageDataModifier and TypeMethodDescriptionVendorService.getIndexVendors(PageableData pageableData) Get expected vendors shown in index pageCustomerVendorReviewService.getPagedReviewsForVendor(String vendorCode, LanguageModel language, PageableData pageableData) Get all approved paged reviews for a particular vendor -
Uses of SearchPageData in de.hybris.platform.marketplaceservices.vendor.daos
Methods in de.hybris.platform.marketplaceservices.vendor.daos that return SearchPageDataModifier and TypeMethodDescriptionVendorDao.findPagedActiveVendors(PageableData pageableData) Find all active vendorsCustomerVendorReviewDao.findPagedReviewsForVendor(String vendorCode, LanguageModel language, PageableData pageableData) Find all approved paged reviews for a particular vendor -
Uses of SearchPageData in de.hybris.platform.marketplaceservices.vendor.daos.impl
Methods in de.hybris.platform.marketplaceservices.vendor.daos.impl that return SearchPageDataModifier and TypeMethodDescriptionDefaultVendorDao.findPagedActiveVendors(PageableData pageableData) DefaultCustomerVendorReviewDao.findPagedReviewsForVendor(String vendorCode, LanguageModel language, PageableData pageableData) -
Uses of SearchPageData in de.hybris.platform.marketplaceservices.vendor.impl
Methods in de.hybris.platform.marketplaceservices.vendor.impl that return SearchPageDataModifier and TypeMethodDescriptionDefaultVendorService.getIndexVendors(PageableData pageableData) DefaultCustomerVendorReviewService.getPagedReviewsForVendor(String vendorCode, LanguageModel language, PageableData pageableData) -
Uses of SearchPageData in de.hybris.platform.ordermanagementfacades
Methods in de.hybris.platform.ordermanagementfacades that return SearchPageDataModifier and TypeMethodDescriptionprotected <S,T> SearchPageData<T> OmsBaseFacade.convertSearchPageData(SearchPageData<S> source, Converter<S, T> converter) Converts the result ofSearchPageDataMethods in de.hybris.platform.ordermanagementfacades with parameters of type SearchPageDataModifier and TypeMethodDescriptionprotected <S,T> SearchPageData<T> OmsBaseFacade.convertSearchPageData(SearchPageData<S> source, Converter<S, T> converter) Converts the result ofSearchPageData -
Uses of SearchPageData in de.hybris.platform.ordermanagementfacades.order
Methods in de.hybris.platform.ordermanagementfacades.order that return SearchPageDataModifier and TypeMethodDescriptionOmsOrderFacade.getOrderEntriesForOrderCode(String orderCode, PageableData pageableData) API to get orderEntries for the givenAbstractOrderModel.CODEOmsOrderFacade.getOrders(PageableData pageableData) API to get all orders in the systemOmsOrderFacade.getOrdersByStatuses(PageableData pageableData, Set<OrderStatus> orderStatusSet) API to get all orders in the system that have certain status(es) -
Uses of SearchPageData in de.hybris.platform.ordermanagementfacades.order.impl
Methods in de.hybris.platform.ordermanagementfacades.order.impl that return SearchPageDataModifier and TypeMethodDescriptionDefaultOmsOrderFacade.getOrderEntriesForOrderCode(String orderCode, PageableData pageableData) DefaultOmsOrderFacade.getOrders(PageableData pageableData) DefaultOmsOrderFacade.getOrdersByStatuses(PageableData pageableData, Set<OrderStatus> orderStatusSet) -
Uses of SearchPageData in de.hybris.platform.ordermanagementfacades.returns
Methods in de.hybris.platform.ordermanagementfacades.returns that return SearchPageDataModifier and TypeMethodDescriptionOmsReturnFacade.getPagedReturnRequestsByCurrentUser(PageableData pageableData, ReturnStatus... returnStatuses) Returns the pagedReturnRequestDatafor the current user.OmsReturnFacade.getReturnEntriesForReturnCode(String code, PageableData pageableData) API to get returnEntries for the givenReturnRequestModel.CODEOmsReturnFacade.getReturns(PageableData pageableData) API to get all returns in the systemOmsReturnFacade.getReturnsByStatuses(PageableData pageableData, Set<ReturnStatus> returnStatusSet) API to get all returns in the system that have certain status(s) -
Uses of SearchPageData in de.hybris.platform.ordermanagementfacades.returns.impl
Methods in de.hybris.platform.ordermanagementfacades.returns.impl that return SearchPageDataModifier and TypeMethodDescriptionDefaultOmsReturnFacade.getPagedReturnRequestsByCurrentUser(PageableData pageableData, ReturnStatus... returnStatuses) DefaultOmsReturnFacade.getReturnEntriesForReturnCode(String code, PageableData pageableData) DefaultOmsReturnFacade.getReturns(PageableData pageableData) DefaultOmsReturnFacade.getReturnsByStatuses(PageableData pageableData, Set<ReturnStatus> returnStatusSet) -
Uses of SearchPageData in de.hybris.platform.selectivecartservices.daos.impl
Methods in de.hybris.platform.selectivecartservices.daos.impl that return SearchPageDataModifier and TypeMethodDescriptionSelectiveSaveCartDao.getSavedCartsForSiteAndUser(PageableData pageableData, BaseSiteModel baseSite, UserModel user, List<OrderStatus> orderStatus) -
Uses of SearchPageData in de.hybris.platform.subscriptionservices.daos.impl
Methods in de.hybris.platform.subscriptionservices.daos.impl that return SearchPageDataModifier and TypeMethodDescriptionDefaultSubscriptionCustomerAccountDao.findOrdersByCustomerAndStore(CustomerModel customerModel, BaseStoreModel store, OrderStatus[] status, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SearchPageData in de.hybris.platform.ticket.dao
Methods in de.hybris.platform.ticket.dao that return SearchPageDataModifier and TypeMethodDescriptionTicketDao.findTicketsByCustomerOrderByModifiedTime(UserModel user, BaseSiteModel baseSite, PageableData pageableData) Find all tickets that are associated with the customer and current site, in descending and order by Modified date time. -
Uses of SearchPageData in de.hybris.platform.ticket.dao.impl
Methods in de.hybris.platform.ticket.dao.impl that return SearchPageDataModifier and TypeMethodDescriptionDefaultTicketDao.findTicketsByCustomerOrderByModifiedTime(UserModel user, BaseSiteModel baseSite, PageableData pageableData) -
Uses of SearchPageData in de.hybris.platform.ticket.event.dao
Methods in de.hybris.platform.ticket.event.dao that return SearchPageDataModifier and TypeMethodDescription<T extends CustomerModel>
SearchPageData<T>CustomerSupportEventDao.findAllCustomersByEventsAndAgent(EmployeeModel agent, EventType eventType, Date startDate, Date endDate, PageableData pageableData, int limit) Deprecated, for removal: This API element is subject to removal in a future version.since 6.7<T extends CustomerModel>
SearchPageData<T>CustomerSupportEventDao.findAllCustomersByEventsAndAgent(EmployeeModel agent, EventType eventType, Date startDate, Date endDate, PageableData pageableData, int limit, boolean includeDisabledAccounts) Searching customers based on event typeCustomerSupportEventDao.findAllEventsByAgent(EmployeeModel agent, EventType eventType, Date startDate, Date endDate, PageableData pageableData, int limit) Search for agent-specific events -
Uses of SearchPageData in de.hybris.platform.ticket.event.dao.impl
Methods in de.hybris.platform.ticket.event.dao.impl that return SearchPageDataModifier and TypeMethodDescription<T extends CustomerModel>
SearchPageData<T>DefaultCustomerSupportEventDao.findAllCustomersByEventsAndAgent(EmployeeModel agent, EventType eventType, Date startDate, Date endDate, PageableData pageableData, int limit) Deprecated, for removal: This API element is subject to removal in a future version.since 6.7<T extends CustomerModel>
SearchPageData<T>DefaultCustomerSupportEventDao.findAllCustomersByEventsAndAgent(EmployeeModel agent, EventType eventType, Date startDate, Date endDate, PageableData pageableData, int limit, boolean includeDisabledAccounts) DefaultCustomerSupportEventDao.findAllEventsByAgent(EmployeeModel agent, EventType eventType, Date startDate, Date endDate, PageableData pageableData, int limit) -
Uses of SearchPageData in de.hybris.platform.ticket.service
Methods in de.hybris.platform.ticket.service that return SearchPageDataModifier and TypeMethodDescriptionTicketService.getTicketsForCustomerOrderByModifiedTime(UserModel user, BaseSiteModel baseSite, PageableData pageableData) Find all tickets that are associated with the customer in order by Modified date and time. -
Uses of SearchPageData in de.hybris.platform.ticket.service.impl
Methods in de.hybris.platform.ticket.service.impl that return SearchPageDataModifier and TypeMethodDescriptionDefaultTicketService.getTicketsForCustomerOrderByModifiedTime(UserModel user, BaseSiteModel baseSite, PageableData pageableData) -
Uses of SearchPageData in de.hybris.platform.warehousingfacades.basestore
Methods in de.hybris.platform.warehousingfacades.basestore that return SearchPageDataModifier and TypeMethodDescriptionWarehousingBaseStoreFacade.getPointsOfServiceForBaseStoreId(PageableData pageableData, String uid) API to get allPointOfServiceDatain the system, for the givenBaseStoreModel.UIDWarehousingBaseStoreFacade.getWarehousesForBaseStoreId(PageableData pageableData, String uid) API to get allWarehouseModelin the system, for the givenBaseStoreModel.UID -
Uses of SearchPageData in de.hybris.platform.warehousingfacades.basestore.impl
Methods in de.hybris.platform.warehousingfacades.basestore.impl that return SearchPageDataModifier and TypeMethodDescriptionDefaultWarehousingBaseStoreFacade.getPointsOfServiceForBaseStoreId(PageableData pageableData, String uid) DefaultWarehousingBaseStoreFacade.getWarehousesForBaseStoreId(PageableData pageableData, String uid) -
Uses of SearchPageData in de.hybris.platform.warehousingfacades.order
Methods in de.hybris.platform.warehousingfacades.order that return SearchPageDataModifier and TypeMethodDescriptionWarehousingConsignmentFacade.getConsignmentEntriesForConsignmentCode(String code, PageableData pageableData) API to get consignmentEntries for the givenConsignmentModel.CODEWarehousingConsignmentFacade.getConsignments(PageableData pageableData) API to fetch all consignments in the systemWarehousingConsignmentFacade.getConsignmentsByStatuses(PageableData pageableData, Set<ConsignmentStatus> consignmentStatusSet) API to fetch all consignments in the system that have certain status(es)WarehousingConsignmentFacade.getSourcingLocationsForConsignmentCode(String code, PageableData pageableData) API to return all warehouses fit for souring for the givenConsignmentModel.CODE. -
Uses of SearchPageData in de.hybris.platform.warehousingfacades.order.impl
Methods in de.hybris.platform.warehousingfacades.order.impl that return SearchPageDataModifier and TypeMethodDescriptionDefaultWarehousingConsignmentFacade.getConsignmentEntriesForConsignmentCode(String code, PageableData pageableData) DefaultWarehousingConsignmentFacade.getConsignments(PageableData pageableData) DefaultWarehousingConsignmentFacade.getConsignmentsByStatuses(PageableData pageableData, Set<ConsignmentStatus> consignmentStatusSet) DefaultWarehousingConsignmentFacade.getSourcingLocationsForConsignmentCode(String code, PageableData pageableData) -
Uses of SearchPageData in de.hybris.platform.warehousingfacades.pointofservice
Methods in de.hybris.platform.warehousingfacades.pointofservice that return SearchPageDataModifier and TypeMethodDescriptionWarehousingPointOfServiceFacade.getWarehousesForPointOfService(PageableData pageableData, String posName) API to get allWarehouseModelin the system, for the givenPointOfServiceModel.NAME -
Uses of SearchPageData in de.hybris.platform.warehousingfacades.pointofservice.impl
Methods in de.hybris.platform.warehousingfacades.pointofservice.impl that return SearchPageDataModifier and TypeMethodDescriptionDefaultWarehousingPointOfServiceFacade.getWarehousesForPointOfService(PageableData pageableData, String posName) -
Uses of SearchPageData in de.hybris.platform.warehousingfacades.stocklevel
Methods in de.hybris.platform.warehousingfacades.stocklevel that return SearchPageDataModifier and TypeMethodDescriptionWarehousingStockLevelFacade.getStockLevelsForWarehouseCode(String code, PageableData pageableData) API to get the stocklevels for theWarehouseModel.CODE -
Uses of SearchPageData in de.hybris.platform.warehousingfacades.stocklevel.impl
Methods in de.hybris.platform.warehousingfacades.stocklevel.impl that return SearchPageDataModifier and TypeMethodDescriptionDefaultWarehousingStockLevelFacade.getStockLevelsForWarehouseCode(String code, PageableData pageableData) -
Uses of SearchPageData in de.hybris.platform.ycommercewebservices.v1.controller
Methods in de.hybris.platform.ycommercewebservices.v1.controller with parameters of type SearchPageDataModifier and TypeMethodDescriptionprotected OrderHistoriesDataOrderController.createOrderHistoriesData(SearchPageData<OrderHistoryData> result) -
Uses of SearchPageData in de.hybris.platform.ycommercewebservices.v2.helper
Methods in de.hybris.platform.ycommercewebservices.v2.helper with parameters of type SearchPageDataModifier and TypeMethodDescriptionprotected OrderHistoriesDataOrdersHelper.createOrderHistoriesData(SearchPageData<OrderHistoryData> result) protected ReturnRequestsDataOrderReturnsHelper.createReturnRequestsData(SearchPageData<ReturnRequestData> result) Creates a newReturnRequestsDatafromSearchPageData