Uses of Class
org.exoplatform.cs.dao.TopicDAO
Packages that use TopicDAO
-
Uses of TopicDAO in org.exoplatform.cs.listener
Constructors in org.exoplatform.cs.listener with parameters of type TopicDAOModifierConstructorDescriptionForumListener(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 TopicDAOConstructors in org.exoplatform.cs.service with parameters of type TopicDAOModifierConstructorDescriptionBaseService(EnvironmentDAO environmentDAO, SpaceDAO spaceDAO, TopicDAO topicDAO, TypeDAO typeDAO) EnvironmentService(EnvironmentDAO environmentDAO, SpaceDAO spaceDAO, TopicDAO topicDAO, TypeDAO typeDAO) TicketService(org.exoplatform.forum.service.ForumService forumService, TicketAttachmentService ticketAttachmentService, 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)