Uses of Class
org.exoplatform.cs.entity.LogEntity
-
Packages that use LogEntity Package Description org.exoplatform.cs.dao org.exoplatform.cs.entity org.exoplatform.cs.integration.notification org.exoplatform.cs.service -
-
Uses of LogEntity in org.exoplatform.cs.dao
Methods in org.exoplatform.cs.dao that return types with arguments of type LogEntity Modifier and Type Method Description List<LogEntity>LogDAO. getByType(LogType type, int offset, int limit)List<LogEntity>LogDAO. getFirstLogByType(LogType type)List<LogEntity>LogDAO. getFirstLogByTypeAndSpace(String spaceId, LogType type)List<LogEntity>LogDAO. getLogsByNewValue(String newValue)List<LogEntity>LogDAO. getLogsByTicket(String topicId)List<LogEntity>LogDAO. getLogsByTicketAndStatus(String topicId, List<String> status)List<LogEntity>LogDAO. getTimeToFirstResponseBetweenDates(Calendar from, Calendar to, boolean internal)List<LogEntity>LogDAO. getTimeToFirstResponseFirstLog()List<LogEntity>LogDAO. getTimeToResolutionBetweenDates(Calendar from, Calendar to, boolean internal)List<LogEntity>LogDAO. getTimeToResolutionFirstLog()List<LogEntity>LogDAO. getupdates(Calendar from, Calendar to) -
Uses of LogEntity in org.exoplatform.cs.entity
Methods in org.exoplatform.cs.entity that return types with arguments of type LogEntity Modifier and Type Method Description List<LogEntity>TopicEntity. getLogs()Method parameters in org.exoplatform.cs.entity with type arguments of type LogEntity Modifier and Type Method Description voidTopicEntity. setLogs(List<LogEntity> logs) -
Uses of LogEntity in org.exoplatform.cs.integration.notification
Fields in org.exoplatform.cs.integration.notification with type parameters of type LogEntity Modifier and Type Field Description static org.exoplatform.commons.api.notification.model.ArgumentLiteral<LogEntity>CSStatusChangedNotificationPlugin. LOG_ENTITYstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<LogEntity>CSTicketAssignedNotificationPlugin. LOG_ENTITYstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<LogEntity>CSTicketAssignedToMeNotificationPlugin. LOG_ENTITYstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<LogEntity>CSTicketClosedNotificationPlugin. LOG_ENTITY -
Uses of LogEntity in org.exoplatform.cs.service
Methods in org.exoplatform.cs.service that return types with arguments of type LogEntity Modifier and Type Method Description List<LogEntity>TicketService. getUpdatedTickets(Calendar from, Calendar to)
-