Class DefaultRecentlyStartedSessionCustomerListSearchStrategy
- java.lang.Object
-
- de.hybris.platform.assistedserviceservices.strategy.DefaultRecentlyStartedSessionCustomerListSearchStrategy
-
- All Implemented Interfaces:
CustomerListSearchStrategy
public class DefaultRecentlyStartedSessionCustomerListSearchStrategy extends java.lang.Object implements CustomerListSearchStrategy
Concrete implementation for ASM recent sessions
-
-
Constructor Summary
Constructors Constructor Description DefaultRecentlyStartedSessionCustomerListSearchStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CustomerSupportEventServicegetCustomerSupportEventService()<T extends CustomerModel>
SearchPageData<T>getPagedCustomers(java.lang.String customerListUid, java.lang.String employeeUid, PageableData pageableData, java.util.Map<java.lang.String,java.lang.Object> parameterMap)Gets customer data list based on specific implementationprotected UserServicegetUserService()voidsetCustomerSupportEventService(CustomerSupportEventService customerSupportEventService)voidsetUserService(UserService userService)
-
-
-
Method Detail
-
getPagedCustomers
public <T extends CustomerModel> SearchPageData<T> getPagedCustomers(java.lang.String customerListUid, java.lang.String employeeUid, PageableData pageableData, java.util.Map<java.lang.String,java.lang.Object> parameterMap)
Description copied from interface:CustomerListSearchStrategyGets customer data list based on specific implementation- Specified by:
getPagedCustomersin interfaceCustomerListSearchStrategy- Parameters:
customerListUid- customer list Uid to fetchemployeeUid- the employee UidpageableData- paging information to return the data in a paginated fashionparameterMap- extra parameters supplied for this call- Returns:
- list of customer data
-
getCustomerSupportEventService
protected CustomerSupportEventService getCustomerSupportEventService()
-
setCustomerSupportEventService
public void setCustomerSupportEventService(CustomerSupportEventService customerSupportEventService)
-
getUserService
protected UserService getUserService()
-
setUserService
public void setUserService(UserService userService)
-
-