Uses of Class
de.hybris.platform.assistedservicewebservices.dto.CustomerSearchPageWsDTO
-
Packages that use CustomerSearchPageWsDTO Package Description de.hybris.platform.assistedservicewebservices.controllers de.hybris.platform.assistedservicewebservices.helper -
-
Uses of CustomerSearchPageWsDTO in de.hybris.platform.assistedservicewebservices.controllers
Methods in de.hybris.platform.assistedservicewebservices.controllers that return CustomerSearchPageWsDTO Modifier and Type Method Description CustomerSearchPageWsDTOCustomersController. getPageableCustomers(java.lang.String query, int currentPage, int pageSize, java.lang.String customerListId, java.lang.String orderId, java.lang.String baseSite, java.lang.String sort) -
Uses of CustomerSearchPageWsDTO in de.hybris.platform.assistedservicewebservices.helper
Methods in de.hybris.platform.assistedservicewebservices.helper that return CustomerSearchPageWsDTO Modifier and Type Method Description CustomerSearchPageWsDTOCustomerHelper. getCustomerSearchPageDto(SearchPageData<CustomerData> customers)
-