Uses of Enum Class
org.exoplatform.cs.dto.LogType
Packages that use LogType
-
Uses of LogType in org.exoplatform.cs.dao
Methods in org.exoplatform.cs.dao with parameters of type LogTypeModifier and TypeMethodDescriptionLogDAO.countLogsByTypeAndNewValueAndSpaceBetweenDates(String spaceId, Calendar from, Calendar to, LogType type, String newValue) intLogDAO.countLogsByTypeAndNewValueAndSpaceBetweenDatesGroupedByTickets(String spaceId, Calendar from, Calendar to, LogType type, String newValue) LogDAO.countLogsByTypeAndNewValueBetweenDates(Calendar from, Calendar to, LogType type, String newValue, boolean internal) intLogDAO.countLogsByTypeAndNewValueBetweenDatesGroupedByTickets(Calendar from, Calendar to, LogType type, String newValue, boolean internal) LogDAO.countLogsNumber(LogType type, String newValue, boolean internal) LogDAO.countLogsNumberBetweenDates(Calendar from, Calendar to, LogType type, boolean internal) LogDAO.countLogsNumberBySpaceBetweenDates(String spaceId, Calendar from, Calendar to, LogType type) LogDAO.getFirstLogByType(LogType type) LogDAO.getFirstLogByTypeAndSpace(String spaceId, LogType type) -
Uses of LogType in org.exoplatform.cs.dto
Methods in org.exoplatform.cs.dto that return LogType -
Uses of LogType in org.exoplatform.cs.entity
Constructors in org.exoplatform.cs.entity with parameters of type LogType