Uses of Class
com.avoka.fc.core.entity.GroovyServiceLog
Package
Description
Provides the Data Access Objects used by SmartForm Manager.
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
Provides the SmartForm Manager service classes.
Provides the Email Client Services.
Provides the Fluent Groovy API services.
Provides web automated test services.
Provides common utility classes and exception objects.
Provides Fluent Function classes.
-
Uses of GroovyServiceLog in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionGroovyServiceLogDao.getLogForID
(Long id) Return the GroovyServiceLog record for the id, or null if not found.Modifier and TypeMethodDescriptionGroovyServiceLogDao.getGroovyServiceLog
(Submission submission) Return the list of service log entries for the given submission, if any.GroovyServiceLogDao.getGroovyServiceLog
(String clientId, String serviceType, String serviceId, String status, Integer minDuration, Submission submission, String sessionId, String logMessage, Date startDate, Date endDate, int pageSize, int fetchLimit) Return the list of GroovyServiceLog records for the given query parameters.GroovyServiceLogDao.getGroovyServiceLogForService
(ServiceDefinition service, String clientId, int fetchLimit) Return the list of GroovyServiceLog records for the specified service. -
Uses of GroovyServiceLog in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<List<GroovyServiceLog>>
_Client.GROOVY_SERVICE_LOG
Provides the 'GROOVY_SERVICE_LOG' property.static final org.apache.cayenne.exp.Property<List<GroovyServiceLog>>
_ErrorLog.GROOVY_SERVICE_LOG
Provides the 'GROOVY_SERVICE_LOG' property.static final org.apache.cayenne.exp.Property<List<GroovyServiceLog>>
_Form.GROOVY_SERVICE_LOG
Provides the 'GROOVY_SERVICE_LOG' property.static final org.apache.cayenne.exp.Property<GroovyServiceLog>
_GroovyServiceLogData.GROOVY_SERVICE_LOG
Provides the 'GROOVY_SERVICE_LOG' property.static final org.apache.cayenne.exp.Property<List<GroovyServiceLog>>
_ServiceDefinition.GROOVY_SERVICE_LOG
Provides the 'GROOVY_SERVICE_LOG' property.static final org.apache.cayenne.exp.Property<List<GroovyServiceLog>>
_Submission.GROOVY_SERVICE_LOG
Provides the 'GROOVY_SERVICE_LOG' property.static final org.apache.cayenne.exp.Property<GroovyServiceLog>
_SubmissionDeliveryFunc.GROOVY_SERVICE_LOG
Provides the 'GROOVY_SERVICE_LOG' property.Modifier and TypeMethodDescription_GroovyServiceLogData.getGroovyServiceLog()
Return the GroovyServiceLog._SubmissionDeliveryFunc.getGroovyServiceLog()
Return the GroovyServiceLog.Modifier and TypeMethodDescription_Client.getGroovyServiceLog()
Return the GroovyServiceLog._ErrorLog.getGroovyServiceLog()
Return the GroovyServiceLog._Form.getGroovyServiceLog()
Return the GroovyServiceLog._ServiceDefinition.getGroovyServiceLog()
Return the GroovyServiceLog._Submission.getGroovyServiceLog()
Return the GroovyServiceLog.Modifier and TypeMethodDescriptionvoid
_Client.addToGroovyServiceLog
(GroovyServiceLog obj) Add the GroovyServiceLog object.void
_ErrorLog.addToGroovyServiceLog
(GroovyServiceLog obj) Add the GroovyServiceLog object.void
_Form.addToGroovyServiceLog
(GroovyServiceLog obj) Add the GroovyServiceLog object.void
_ServiceDefinition.addToGroovyServiceLog
(GroovyServiceLog obj) Add the GroovyServiceLog object.void
_Submission.addToGroovyServiceLog
(GroovyServiceLog obj) Add the GroovyServiceLog object.void
_Client.removeFromGroovyServiceLog
(GroovyServiceLog obj) Remove the GroovyServiceLog object.void
_ErrorLog.removeFromGroovyServiceLog
(GroovyServiceLog obj) Remove the GroovyServiceLog object.void
_Form.removeFromGroovyServiceLog
(GroovyServiceLog obj) Remove the GroovyServiceLog object.void
_ServiceDefinition.removeFromGroovyServiceLog
(GroovyServiceLog obj) Remove the GroovyServiceLog object.void
_Submission.removeFromGroovyServiceLog
(GroovyServiceLog obj) Remove the GroovyServiceLog object.void
_GroovyServiceLogData.setGroovyServiceLog
(GroovyServiceLog groovyServiceLog) Set the GroovyServiceLog.void
_SubmissionDeliveryFunc.setGroovyServiceLog
(GroovyServiceLog groovyServiceLog) Set the GroovyServiceLog. -
Uses of GroovyServiceLog in com.avoka.fc.core.service
Modifier and TypeMethodDescriptionAbstractGroovyService.getGroovyServiceLog()
Return the GroovyServiceLog record created after executing the script.FormDataService.getGroovyServiceLog()
Return the GroovyServiceLog record which may optionally be created after running a form prefill service.GroovyLogService.logServiceCall
(ServiceDefinition serviceDefinition, Date startTime, com.jezhumble.javasysmon.CpuTimes startCpuTimes, Long startFreeMemory, HttpServletRequest request, Submission submission, Form form, Client client, ErrorLog errorLog, boolean debugEnabled, String funcTrigger) Log Groovy Service invocation using the specified parameters. -
Uses of GroovyServiceLog in com.avoka.fc.core.service.email
Modifier and TypeMethodDescriptionGroovyEmailService.getGroovyServiceLog()
Return the GroovyServiceLog record created after executing the script. -
Uses of GroovyServiceLog in com.avoka.fc.core.service.fluent
Modifier and TypeMethodDescriptionAbstractFluentService.getGroovyServiceLog()
Return the GroovyServiceLog record created after executing the script.FluentEmailService.getGroovyServiceLog()
Return the GroovyServiceLog record created after executing the script. -
Uses of GroovyServiceLog in com.avoka.fc.core.service.test
Modifier and TypeMethodDescriptionMockEntityService.createGroovyServiceLog
(Client client, Submission submission, ServiceDefinition serviceDefinition, ErrorLog errorLog) Create a mock GroovyServiceLog for the given parameters. -
Uses of GroovyServiceLog in com.avoka.fc.core.sysevent
Modifier and TypeMethodDescriptionvoid
SysEventBuilder.ISysEventBuilder.addGroovyServiceLog
(GroovyServiceLog gsl) Registers the Groovy Service Log for inclusion in the system event messages. -
Uses of GroovyServiceLog in com.avoka.fc.core.util
Modifier and TypeMethodDescriptionApplicationException.getGroovyServiceLog()
Return the GroovyServiceLog object.Modifier and TypeMethodDescriptionvoid
ApplicationException.setGroovyServiceLog
(GroovyServiceLog groovyServiceLog) Set the GroovyServiceLog object. -
Uses of GroovyServiceLog in com.avoka.tm.func