Class CustomerListsController
- java.lang.Object
-
- de.hybris.platform.assistedservicewebservices.controllers.AbstractAssistedServiceWebServiceController
-
- de.hybris.platform.assistedservicewebservices.controllers.CustomerListsController
-
@Controller public class CustomerListsController extends AbstractAssistedServiceWebServiceController
-
-
Constructor Summary
Constructors Constructor Description CustomerListsController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomerListWsDTOgetCustomerListDetails(java.lang.String customerlist, java.lang.String baseSite)UserGroupListWsDTOgetCustomerLists(java.lang.String baseSite)CustomerListsHelpergetCustomerListsHelper()-
Methods inherited from class de.hybris.platform.assistedservicewebservices.controllers.AbstractAssistedServiceWebServiceController
createSearchPageData, getCustomerFacade, getCustomerListFacade
-
-
-
-
Method Detail
-
getCustomerLists
@RequestMapping(value="/customerlists", method=GET) @ResponseBody public UserGroupListWsDTO getCustomerLists(@RequestParam(required=true) java.lang.String baseSite)
-
getCustomerListDetails
@RequestMapping(value="/customerlists/{customerlist}", method=GET) @ResponseBody public CustomerListWsDTO getCustomerListDetails(@PathVariable("customerlist") java.lang.String customerlist, @RequestParam(required=true) java.lang.String baseSite)
-
getCustomerListsHelper
public CustomerListsHelper getCustomerListsHelper()
-
-