Uses of Class
com.avoka.fc.core.entity.GroovyServiceLogData
-
Packages that use GroovyServiceLogData Package Description com.avoka.fc.core.entity.auto Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne. -
-
Uses of GroovyServiceLogData in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type GroovyServiceLogData Modifier and Type Field Description static org.apache.cayenne.exp.Property<GroovyServiceLogData>
_GroovyServiceLog. GROOVY_SERVICE_LOG_DATA
Provides the 'GROOVY_SERVICE_LOG_DATA' property.Methods in com.avoka.fc.core.entity.auto that return GroovyServiceLogData Modifier and Type Method Description GroovyServiceLogData
_GroovyServiceLog. getGroovyServiceLogData()
Return the GroovyServiceLogData.Methods in com.avoka.fc.core.entity.auto with parameters of type GroovyServiceLogData Modifier and Type Method Description void
_GroovyServiceLog. setGroovyServiceLogData(GroovyServiceLogData groovyServiceLogData)
Set the GroovyServiceLogData.
-