Uses of Class
org.exoplatform.cs.entity.TopicEntity
Packages that use TopicEntity
Package
Description
-
Uses of TopicEntity in org.exoplatform.cs.dao
Methods in org.exoplatform.cs.dao that return TopicEntityMethods in org.exoplatform.cs.dao that return types with arguments of type TopicEntityModifier and TypeMethodDescriptionTopicDAO.findByStatus(String selectedStatus) TopicDAO.findTicketsForReminder(Calendar toDate) TopicDAO.findTicketsForSLAReminder(Calendar instant) TopicDAO.findUpdatedBetween(Calendar fromDate, Calendar toDate) TopicDAO.getAllTickets()TopicDAO.getAllTicketsWithPagination(int offset, int limit) TopicDAO.getCreatedTickets(Calendar fromDate, Calendar toDate) TopicDAO.getCreatedTicketsBySpace(String space, Calendar fromDate, Calendar toDate) TopicDAO.getEmptyTitleOrCreationDate()Deprecated.TopicDAO.getNotAssignedTickets()TopicDAO.getNotAssignedTicketsBySpace(String space) TopicDAO.getOpenTickets()TopicDAO.getOpenTicketsBySpace(String selectedSpace, String selectedStatus) TopicDAO.getOpenTicketsByStatus(String selectedStatus) TopicDAO.getTopicsByAssignee(String assignee, boolean allTickets, String selectedStatus) Fetches all topics by assigneeTopicDAO.getTopicsByAssignee(String assignee, String selectedSpace, boolean allTickets, String selectedStatus) Fetches all topics by assigneeTopicDAO.getTopicsByCreator(String creator, boolean allTickets, String selectedStatus) Fetches all topics by creatorTopicDAO.getTopicsByCreator(String creator, String selectedSpace, boolean allTickets, String selectedStatus) Fetches all topics by creatorTopicDAO.getTopicsByEnvironment(Long environmentId) TopicDAO.getTopicsBySpace(String spaceGroupId, String selectedStatus) TopicDAO.getUpdatedTicketsBySpace(String space, Calendar fromDate, Calendar toDate) TopicDAO.getUpdatedTicketsBySpaceAndStatus(String space, String status, Calendar fromDate, Calendar toDate) TopicDAO.getUpdatedTicketsByStatus(String status, Calendar fromDate, Calendar toDate) TopicDAO.getWithEmptyTicketID() -
Uses of TopicEntity in org.exoplatform.cs.entity
Constructors in org.exoplatform.cs.entity with parameters of type TopicEntity -
Uses of TopicEntity in org.exoplatform.cs.integration.notification
Fields in org.exoplatform.cs.integration.notification with type parameters of type TopicEntityModifier and TypeFieldDescriptionstatic final org.exoplatform.commons.api.notification.model.ArgumentLiteral<TopicEntity>CSAddPostPlugin.TICKETstatic final org.exoplatform.commons.api.notification.model.ArgumentLiteral<TopicEntity>CSPrivatePostPlugin.TICKETstatic final org.exoplatform.commons.api.notification.model.ArgumentLiteral<TopicEntity>CSReminderPlugin.TICKETstatic final org.exoplatform.commons.api.notification.model.ArgumentLiteral<TopicEntity>CSSLAReminderPlugin.TICKETstatic final org.exoplatform.commons.api.notification.model.ArgumentLiteral<TopicEntity>CSStatusChangedNotificationPlugin.TICKETstatic final org.exoplatform.commons.api.notification.model.ArgumentLiteral<TopicEntity>CSTicketAssignedNotificationPlugin.TICKETstatic final org.exoplatform.commons.api.notification.model.ArgumentLiteral<TopicEntity>CSTicketAssignedToMeNotificationPlugin.TICKETstatic final org.exoplatform.commons.api.notification.model.ArgumentLiteral<TopicEntity>CSTicketClosedNotificationPlugin.TICKET -
Uses of TopicEntity in org.exoplatform.cs.service
Methods in org.exoplatform.cs.service that return types with arguments of type TopicEntityModifier and TypeMethodDescriptionTicketService.findAllTickets()TicketService.findTicketsForReminder(Calendar toDate) TicketService.getAllTickets()TicketService.getTicketsEntityByEnvironment(Long id) -
Uses of TopicEntity in org.exoplatform.cs.service.listener
Method parameters in org.exoplatform.cs.service.listener with type arguments of type TopicEntityModifier and TypeMethodDescriptionvoidTicketCreatedLogListener.onEvent(org.exoplatform.services.listener.Event<TopicEntity, Map<String, String>> event) voidTicketUpdatedLogListener.onEvent(org.exoplatform.services.listener.Event<TopicEntity, Map<String, String>> event) -
Uses of TopicEntity in org.exoplatform.cs.service.util
Methods in org.exoplatform.cs.service.util with parameters of type TopicEntityModifier and TypeMethodDescriptionstatic org.exoplatform.forum.service.TopicForumUtils.getTopicByTicket(org.exoplatform.forum.service.ForumService forumService, TopicEntity ticket) static voidForumUtils.postMessageToTicket(org.exoplatform.forum.service.ForumService forumService, TopicEntity ticket, String message)