Uses of Class
com.avoka.fc.core.entity.GroovyServiceLog
-
Packages that use GroovyServiceLog Package Description com.avoka.fc.core.dao Provides the Data Access Objects used by SmartForm Manager.com.avoka.fc.core.entity.auto Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.com.avoka.fc.core.service Provides the SmartForm Manager service classes.com.avoka.fc.core.service.email Provides the Email Client Services.com.avoka.fc.core.service.fluent Provides the Fluent Groovy API services.com.avoka.fc.core.service.test Provides web automated test services.com.avoka.fc.core.sysevent com.avoka.fc.core.util Provides common utility classes and exception objects.com.avoka.tm.func Provides Fluent Function classes. -
-
Uses of GroovyServiceLog in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao that return GroovyServiceLog Modifier and Type Method Description GroovyServiceLog
GroovyServiceLogDao. 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 GroovyServiceLog Modifier and Type Method Description List<GroovyServiceLog>
GroovyServiceLogDao. getGroovyServiceLog(Submission submission)
Return the list of service log entries for the given submission, if any.List<GroovyServiceLog>
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.List<GroovyServiceLog>
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 GroovyServiceLog Modifier and Type Field Description static org.apache.cayenne.exp.Property<List<GroovyServiceLog>>
_Client. GROOVY_SERVICE_LOG
Provides the 'GROOVY_SERVICE_LOG' property.static org.apache.cayenne.exp.Property<List<GroovyServiceLog>>
_ErrorLog. GROOVY_SERVICE_LOG
Provides the 'GROOVY_SERVICE_LOG' property.static org.apache.cayenne.exp.Property<List<GroovyServiceLog>>
_Form. GROOVY_SERVICE_LOG
Provides the 'GROOVY_SERVICE_LOG' property.static org.apache.cayenne.exp.Property<GroovyServiceLog>
_GroovyServiceLogData. GROOVY_SERVICE_LOG
Provides the 'GROOVY_SERVICE_LOG' property.static org.apache.cayenne.exp.Property<List<GroovyServiceLog>>
_ServiceDefinition. GROOVY_SERVICE_LOG
Provides the 'GROOVY_SERVICE_LOG' property.static org.apache.cayenne.exp.Property<List<GroovyServiceLog>>
_Submission. GROOVY_SERVICE_LOG
Provides the 'GROOVY_SERVICE_LOG' property.static 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 GroovyServiceLog Modifier and Type Method Description GroovyServiceLog
_GroovyServiceLogData. getGroovyServiceLog()
Return the GroovyServiceLog.GroovyServiceLog
_SubmissionDeliveryFunc. getGroovyServiceLog()
Return the GroovyServiceLog.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type GroovyServiceLog Modifier and Type Method Description List<GroovyServiceLog>
_Client. getGroovyServiceLog()
Return the GroovyServiceLog.List<GroovyServiceLog>
_ErrorLog. getGroovyServiceLog()
Return the GroovyServiceLog.List<GroovyServiceLog>
_Form. getGroovyServiceLog()
Return the GroovyServiceLog.List<GroovyServiceLog>
_ServiceDefinition. getGroovyServiceLog()
Return the GroovyServiceLog.List<GroovyServiceLog>
_Submission. getGroovyServiceLog()
Return the GroovyServiceLog.Methods in com.avoka.fc.core.entity.auto with parameters of type GroovyServiceLog Modifier and Type Method Description void
_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 GroovyServiceLog Modifier and Type Method Description GroovyServiceLog
AbstractGroovyService. getGroovyServiceLog()
Return the GroovyServiceLog record created after executing the script.GroovyServiceLog
FormDataService. getGroovyServiceLog()
Return the GroovyServiceLog record which may optionally be created after running a form prefill service.GroovyServiceLog
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
Methods in com.avoka.fc.core.service.email that return GroovyServiceLog Modifier and Type Method Description GroovyServiceLog
GroovyEmailService. 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 GroovyServiceLog Modifier and Type Method Description GroovyServiceLog
AbstractFluentService. getGroovyServiceLog()
Return the GroovyServiceLog record created after executing the script.GroovyServiceLog
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 GroovyServiceLog Modifier and Type Method Description GroovyServiceLog
MockEntityService. 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 GroovyServiceLog Modifier and Type Method Description void
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 GroovyServiceLog Modifier and Type Method Description GroovyServiceLog
ApplicationException. getGroovyServiceLog()
Return the GroovyServiceLog object.Methods in com.avoka.fc.core.util with parameters of type GroovyServiceLog Modifier and Type Method Description void
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 Modifier and Type Method Description GroovyServiceLog
IFluentFunction. getGroovyServiceLog()
-