Uses of Class
com.avoka.tm.query.LogQuery
Packages that use LogQuery
-
Uses of LogQuery in com.avoka.tm.query
Methods in com.avoka.tm.query that return LogQueryModifier and TypeMethodDescriptionLogQuery.addOrderByAsc
(String orderProperty) Add the sort order by ascending to the query.LogQuery.addOrderByDesc
(String orderProperty) Add the sort order by descending to the query.LogQuery.setClientCode
(String clientCode) Set the log clientCode query parameter.LogQuery.setEntityName
(String entityName) Set the log entityName query parameter.LogQuery.setErrorId
(Long errorId) Set the log errorId query parameter.LogQuery.setErrorType
(String errorType) Set the log errorType query parameter.LogQuery.setEventType
(String eventType) Set the log eventType query parameter.LogQuery.setFetchLimit
(int fetchLimit) Set the query fetch limit to limit the maximum number of records returned.Set the log formId query parameter.Set the log id (PK) query parameter.LogQuery.setLogType
(String logType) Set the log type query parameter.Set the log name query parameter.LogQuery.setPortalName
(String portalName) Set the log portalName query parameter.LogQuery.setRenderMode
(String renderMode) Set the log renderMode query parameter.LogQuery.setRequestKey
(String requestKey) Set the log requestKey query parameter.LogQuery.setSecurityManagerName
(String securityManagerName) Set the log securityManagerName query parameter.LogQuery.setServiceId
(Long serviceId) Set the log serviceId query parameter.LogQuery.setSubmissionId
(Long submissionId) Set the log submissionId query parameter.Set the log userId query parameter.LogQuery.setUserName
(String userName) Set the log userName query parameter.Methods in com.avoka.tm.query with parameters of type LogQueryModifier and TypeMethodDescriptionorg.apache.cayenne.query.SelectQuery
AuditLogQuery.getBaseQuery
(LogQuery logQuery) org.apache.cayenne.query.SelectQuery
ErrorLogQuery.getBaseQuery
(LogQuery logQuery) org.apache.cayenne.query.SelectQuery
EventLogQuery.getBaseQuery
(LogQuery logQuery) org.apache.cayenne.query.SelectQuery
GroovyServiceLogQuery.getBaseQuery
(LogQuery logQuery) org.apache.cayenne.query.SelectQuery
ILogQuery.getBaseQuery
(LogQuery logQuery) org.apache.cayenne.query.SelectQuery
RequestLogQuery.getBaseQuery
(LogQuery logQuery) org.apache.cayenne.query.SelectQuery
SecurityManagerLogQuery.getBaseQuery
(LogQuery logQuery)