Package org.exoplatform.cs.dao
Class LogDAO
public class LogDAO
extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<LogEntity,String>
Created by IntelliJ IDEA.
User: ali
Date: 06/01/17
Time: 12:15
-
Field Summary
Fields inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
modelClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncountLogsBySpaceGroupdByNewValueAndDates(String spaceId, Calendar to) countLogsByTypeAndNewValueAndSpaceBetweenDates(String spaceId, Calendar from, Calendar to, LogType type, String newValue) intcountLogsByTypeAndNewValueAndSpaceBetweenDatesGroupedByTickets(String spaceId, Calendar from, Calendar to, LogType type, String newValue) countLogsByTypeAndNewValueBetweenDates(Calendar from, Calendar to, LogType type, String newValue, boolean internal) intcountLogsByTypeAndNewValueBetweenDatesGroupedByTickets(Calendar from, Calendar to, LogType type, String newValue, boolean internal) countLogsGroupdByNewValue(boolean internal) countLogsGroupdByNewValueAndDates(boolean internal, Calendar to) countLogsNumber(LogType type, String newValue, boolean internal) countLogsNumberBetweenDates(Calendar from, Calendar to, LogType type, boolean internal) countLogsNumberBySpaceBetweenDates(String spaceId, Calendar from, Calendar to, LogType type) getFirstLogByType(LogType type) getFirstLogByTypeAndSpace(String spaceId, LogType type) getLogsByNewValue(String newValue) getLogsByTicket(String topicId) getLogsByTicketAndStatus(String topicId, List<String> status) getLogsGroupdByNewValue(boolean internal) getTimeToFirstResponseAvgBetweenDates(Calendar from, Calendar to, boolean internal) getTimeToFirstResponseAvgBySpaceBetweenDates(String spaceId, Calendar from, Calendar to) getTimeToFirstResponseBetweenDates(Calendar from, Calendar to, boolean internal) getTimeToResolutionAvgBetweenDates(Calendar from, Calendar to, boolean internal) getTimeToResolutionAvgBySpaceBetweenDates(String spaceId, Calendar from, Calendar to) getTimeToResolutionBetweenDates(Calendar from, Calendar to, boolean internal) getupdates(Calendar from, Calendar to) Methods inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, getEntityManager, getHibernateDialect, isMSSQLDialect, isOrcaleDialect, update, updateAll
-
Constructor Details
-
LogDAO
public LogDAO()
-
-
Method Details
-
getupdates
-
getLogsByTicketAndStatus
-
getLogsByTicket
-
getTimeToFirstResponseBetweenDates
-
getTimeToResolutionBetweenDates
-
getLogsByNewValue
-
getTimeToFirstResponseAvgBetweenDates
-
getTimeToFirstResponseAvgBySpaceBetweenDates
-
getTimeToResolutionAvgBetweenDates
-
getTimeToResolutionAvgBySpaceBetweenDates
-
countLogsByTypeAndNewValueBetweenDates
-
countLogsByTypeAndNewValueAndSpaceBetweenDates
-
countLogsByTypeAndNewValueBetweenDatesGroupedByTickets
-
countLogsByTypeAndNewValueAndSpaceBetweenDatesGroupedByTickets
-
countLogsNumberBetweenDates
-
countLogsNumberBySpaceBetweenDates
-
countLogsNumber
-
getFirstLogByType
-
getFirstLogByTypeAndSpace
-
getByType
-
getTimeToFirstResponseFirstLog
-
getTimeToResolutionFirstLog
-
countLogsGroupdByNewValue
-
getLogsGroupdByNewValue
-
countLogsGroupdByNewValueAndDates
-
countLogsBySpaceGroupdByNewValueAndDates
-