Uses of Class
org.exoplatform.cs.dao.TopicDAO
-
Packages that use TopicDAO Package Description org.exoplatform.cs.listener org.exoplatform.cs.service -
-
Uses of TopicDAO in org.exoplatform.cs.listener
Constructors in org.exoplatform.cs.listener with parameters of type TopicDAO Constructor Description ForumListener(org.exoplatform.container.xml.InitParams initParams, TopicDAO topicDAO, org.exoplatform.forum.service.DataStorage dataStorage, LogDAO logDAO) -
Uses of TopicDAO in org.exoplatform.cs.service
Fields in org.exoplatform.cs.service declared as TopicDAO Modifier and Type Field Description protected TopicDAOBaseService. topicDAOConstructors in org.exoplatform.cs.service with parameters of type TopicDAO Constructor Description BaseService(EnvironmentDAO environmentDAO, SpaceDAO spaceDAO, TopicDAO topicDAO, TypeDAO typeDAO)EnvironmentService(EnvironmentDAO environmentDAO, SpaceDAO spaceDAO, TopicDAO topicDAO, TypeDAO typeDAO)TicketService(org.exoplatform.forum.service.ForumService forumService, org.exoplatform.services.listener.ListenerService listenerService, org.exoplatform.task.service.ProjectService projectService, org.exoplatform.task.service.StatusService statusService, org.exoplatform.task.service.TaskService taskService, SlaService slaService, EnvironmentDAO environmentDAO, SpaceDAO spaceDAO, TopicDAO topicDAO, LogDAO logDAO, org.exoplatform.social.core.manager.IdentityManager identityManager)
-