Uses of Class
org.exoplatform.cs.entity.TopicEntity
-
-
Uses of TopicEntity in org.exoplatform.cs.dao
Methods in org.exoplatform.cs.dao that return TopicEntity Modifier and Type Method Description TopicEntityTopicDAO. findByTicketId(String ticketId) -
Uses of TopicEntity in org.exoplatform.cs.entity
Constructors in org.exoplatform.cs.entity with parameters of type TopicEntity Constructor Description LogEntity(LogType type, String userID, Calendar when, String originalValue, String newValue, TopicEntity topic, Long timeToFirstResponse, Long timeToResolution, String spaceId) -
Uses of TopicEntity in org.exoplatform.cs.integration.notification
Fields in org.exoplatform.cs.integration.notification with type parameters of type TopicEntity Modifier and Type Field Description static org.exoplatform.commons.api.notification.model.ArgumentLiteral<TopicEntity>CSAddPostPlugin. TICKETstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<TopicEntity>CSPrivatePostPlugin. TICKETstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<TopicEntity>CSReminderPlugin. TICKETstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<TopicEntity>CSSLAReminderPlugin. TICKETstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<TopicEntity>CSStatusChangedNotificationPlugin. TICKETstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<TopicEntity>CSTicketAssignedNotificationPlugin. TICKETstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<TopicEntity>CSTicketAssignedToMeNotificationPlugin. TICKETstatic 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 TopicEntity Modifier and Type Method Description List<TopicEntity>TicketService. findAllTickets()List<TopicEntity>TicketService. findTicketsForReminder(Calendar toDate)List<TopicEntity>TicketService. getAllTickets()List<TopicEntity>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 TopicEntity Modifier and Type Method Description voidTicketCreatedLogListener. 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 TopicEntity Modifier and Type Method Description static 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)
-