Class DefaultRecentlyStartedSessionCustomerListSearchStrategy

    • Constructor Detail

      • DefaultRecentlyStartedSessionCustomerListSearchStrategy

        public DefaultRecentlyStartedSessionCustomerListSearchStrategy()
    • Method Detail

      • getPagedCustomers

        public <T extends CustomerModelSearchPageData<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: CustomerListSearchStrategy
        Gets customer data list based on specific implementation
        Specified by:
        getPagedCustomers in interface CustomerListSearchStrategy
        Parameters:
        customerListUid - customer list Uid to fetch
        employeeUid - the employee Uid
        pageableData - paging information to return the data in a paginated fashion
        parameterMap - extra parameters supplied for this call
        Returns:
        list of customer data
      • setCustomerSupportEventService

        public void setCustomerSupportEventService​(CustomerSupportEventService customerSupportEventService)
      • getUserService

        protected UserService getUserService()
      • setUserService

        public void setUserService​(UserService userService)