public class DefaultRecentlyStartedSessionCustomerListSearchStrategy extends java.lang.Object implements CustomerListSearchStrategy
| Constructor and Description |
|---|
DefaultRecentlyStartedSessionCustomerListSearchStrategy() |
| Modifier and Type | Method and Description |
|---|---|
protected CustomerSupportEventService |
getCustomerSupportEventService() |
<T extends CustomerModel> |
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 implementation
|
protected UserService |
getUserService() |
void |
setCustomerSupportEventService(CustomerSupportEventService customerSupportEventService) |
void |
setUserService(UserService userService) |
public DefaultRecentlyStartedSessionCustomerListSearchStrategy()
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)
CustomerListSearchStrategygetPagedCustomers in interface CustomerListSearchStrategycustomerListUid - customer list Uid to fetchemployeeUid - the employee UidpageableData - paging information to return the data in a paginated fashionparameterMap - extra parameters supplied for this callprotected CustomerSupportEventService getCustomerSupportEventService()
public void setCustomerSupportEventService(CustomerSupportEventService customerSupportEventService)
protected UserService getUserService()
public void setUserService(UserService userService)
Copyright © 2018 SAP SE. All Rights Reserved.