Class DefaultCustomerListService
java.lang.Object
de.hybris.platform.commerceservices.customer.impl.DefaultCustomerListService
- All Implemented Interfaces:
CustomerListService
Concrete implementation for the customer list service interface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCustomerListForEmployee(String customerListUid, String employeeUid) retrieves a specific customer list model based on its IDgetCustomerListsForEmployee(String employeeUid) Gets list of customer lists available for specific employeeprotected UserServicevoidsetUserService(UserService userService)
-
Constructor Details
-
DefaultCustomerListService
public DefaultCustomerListService()
-
-
Method Details
-
getCustomerListsForEmployee
Description copied from interface:CustomerListServiceGets list of customer lists available for specific employee- Specified by:
getCustomerListsForEmployeein interfaceCustomerListService- Parameters:
employeeUid- the employee to get the list for- Returns:
- set containing matching customer list model
-
getCustomerListForEmployee
Description copied from interface:CustomerListServiceretrieves a specific customer list model based on its ID- Specified by:
getCustomerListForEmployeein interfaceCustomerListService- Parameters:
customerListUid- the Id of the customer list model to retrieve its dataemployeeUid- the employee UId for which this customer list belongs to- Returns:
- customer list model
-
getUserService
-
setUserService
-