Uses of Class
org.exoplatform.cs.dao.EnvironmentDAO
-
Packages that use EnvironmentDAO Package Description org.exoplatform.cs.service -
-
Uses of EnvironmentDAO in org.exoplatform.cs.service
Fields in org.exoplatform.cs.service declared as EnvironmentDAO Modifier and Type Field Description protected EnvironmentDAOBaseService. environmentDAOConstructors in org.exoplatform.cs.service with parameters of type EnvironmentDAO 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, 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)
-