Uses of Class
org.exoplatform.cs.entity.LogEntity
Packages that use LogEntity
Package
Description
-
Uses of LogEntity in org.exoplatform.cs.dao
Methods in org.exoplatform.cs.dao that return types with arguments of type LogEntityModifier and TypeMethodDescriptionLogDAO.getFirstLogByType(LogType type) LogDAO.getFirstLogByTypeAndSpace(String spaceId, LogType type) LogDAO.getLogsByNewValue(String newValue) LogDAO.getLogsByTicket(String topicId) LogDAO.getLogsByTicketAndStatus(String topicId, List<String> status) LogDAO.getTimeToFirstResponseBetweenDates(Calendar from, Calendar to, boolean internal) LogDAO.getTimeToFirstResponseFirstLog()LogDAO.getTimeToResolutionBetweenDates(Calendar from, Calendar to, boolean internal) LogDAO.getTimeToResolutionFirstLog()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 LogEntityMethod parameters in org.exoplatform.cs.entity with type arguments of type LogEntity -
Uses of LogEntity in org.exoplatform.cs.integration.notification
Fields in org.exoplatform.cs.integration.notification with type parameters of type LogEntityModifier and TypeFieldDescriptionstatic final org.exoplatform.commons.api.notification.model.ArgumentLiteral<LogEntity>CSStatusChangedNotificationPlugin.LOG_ENTITYstatic final org.exoplatform.commons.api.notification.model.ArgumentLiteral<LogEntity>CSTicketAssignedNotificationPlugin.LOG_ENTITYstatic final org.exoplatform.commons.api.notification.model.ArgumentLiteral<LogEntity>CSTicketAssignedToMeNotificationPlugin.LOG_ENTITYstatic final 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