Class DefaultAgentDao

    • Constructor Detail

      • DefaultAgentDao

        public DefaultAgentDao()
    • Method Detail

      • findAgentGroups

        public java.util.List<CsAgentGroupModel> findAgentGroups()
        Find all agent groups.
        Specified by:
        findAgentGroups in interface AgentDao
        Returns:
        the list of found CsAgentGroupModel objects.
      • findAgentGroupsByBaseStore

        public java.util.List<CsAgentGroupModel> findAgentGroupsByBaseStore​(BaseStoreModel baseStore)
        Find agent groups by base store.
        Specified by:
        findAgentGroupsByBaseStore in interface AgentDao
        Parameters:
        baseStore - the base store for which search will be executed
        Returns:
        the list of found CsAgentGroupModel objects.
      • findAgents

        public java.util.List<EmployeeModel> findAgents()
        Find all agents.
        Specified by:
        findAgents in interface AgentDao
        Returns:
        the list of found EmployeeModel objects.
      • findAgentsByBaseStore

        public java.util.List<EmployeeModel> findAgentsByBaseStore​(BaseStoreModel baseStore)
        Find agents by base store.
        Specified by:
        findAgentsByBaseStore in interface AgentDao
        Parameters:
        baseStore - the base store for which search will be executed
        Returns:
        the list of found EmployeeModel objects.