Uses of Class
com.avoka.fc.core.entity.GroovyServiceLog
Packages that use 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.
Provides Value Object persistent entity classes.
-
Uses of GroovyServiceLog in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao that return GroovyServiceLogModifier and TypeMethodDescriptionGroovyServiceLogDao.getLogForID
(Long id) Return the GroovyServiceLog record for the id, or null if not found.Methods in com.avoka.fc.core.dao that return types with arguments of type GroovyServiceLogModifier 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
Fields in com.avoka.fc.core.entity.auto with type parameters of type GroovyServiceLogModifier 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.Methods in com.avoka.fc.core.entity.auto that return GroovyServiceLogModifier and TypeMethodDescription_GroovyServiceLogData.getGroovyServiceLog()
Return the GroovyServiceLog._SubmissionDeliveryFunc.getGroovyServiceLog()
Return the GroovyServiceLog.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type GroovyServiceLogModifier 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.Methods in com.avoka.fc.core.entity.auto with parameters of type GroovyServiceLogModifier 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
Methods in com.avoka.fc.core.service that return GroovyServiceLogModifier 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, jakarta.servlet.http.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
Methods in com.avoka.fc.core.service.email that return GroovyServiceLogModifier and TypeMethodDescriptionGroovyEmailService.getGroovyServiceLog()
Return the GroovyServiceLog record created after executing the script. -
Uses of GroovyServiceLog in com.avoka.fc.core.service.fluent
Methods in com.avoka.fc.core.service.fluent that return GroovyServiceLogModifier 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
Methods in com.avoka.fc.core.service.test that return GroovyServiceLogModifier 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
Methods in com.avoka.fc.core.sysevent with parameters of type GroovyServiceLogModifier 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
Methods in com.avoka.fc.core.util that return GroovyServiceLogModifier and TypeMethodDescriptionApplicationException.getGroovyServiceLog()
Return the GroovyServiceLog object.Methods in com.avoka.fc.core.util with parameters of type GroovyServiceLogModifier and TypeMethodDescriptionvoid
ApplicationException.setGroovyServiceLog
(GroovyServiceLog groovyServiceLog) Set the GroovyServiceLog object. -
Uses of GroovyServiceLog in com.avoka.tm.func
Methods in com.avoka.tm.func that return GroovyServiceLog -
Uses of GroovyServiceLog in com.avoka.tm.vo
Constructors in com.avoka.tm.vo with parameters of type GroovyServiceLog