Uses of Class
com.avoka.fc.core.entity.SecurityManagerLog
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 Value Object persistent entity classes.
-
Uses of SecurityManagerLog in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionSecurityManagerLogDao.createLog
(SecurityManager sm, Portal portal, jakarta.servlet.http.HttpServletRequest request, Integer responseStatus, String responseRedirect, ErrorLog errorLog, StringBuilder logMessage) Create a SecurityManagerLog object from the given parameters. -
Uses of SecurityManagerLog in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<List<SecurityManagerLog>>
_ErrorLog.SECURITY_MANAGER_LOG
Provides the 'SECURITY_MANAGER_LOG' property.static final org.apache.cayenne.exp.Property<List<SecurityManagerLog>>
_Portal.SECURITY_MANAGER_LOG
Provides the 'SECURITY_MANAGER_LOG' property.static final org.apache.cayenne.exp.Property<List<SecurityManagerLog>>
_SecurityManager.SECURITY_MANAGER_LOG
Provides the 'SECURITY_MANAGER_LOG' property.static final org.apache.cayenne.exp.Property<SecurityManagerLog>
_SecurityManagerLogData.SECURITY_MANAGER_LOG
Provides the 'SECURITY_MANAGER_LOG' property.Modifier and TypeMethodDescription_SecurityManagerLogData.getSecurityManagerLog()
Return the SecurityManagerLog.Modifier and TypeMethodDescription_ErrorLog.getSecurityManagerLog()
Return the SecurityManagerLog._Portal.getSecurityManagerLog()
Return the SecurityManagerLog._SecurityManager.getSecurityManagerLog()
Return the SecurityManagerLog.Modifier and TypeMethodDescriptionvoid
_ErrorLog.addToSecurityManagerLog
(SecurityManagerLog obj) Add the SecurityManagerLog object.void
_Portal.addToSecurityManagerLog
(SecurityManagerLog obj) Add the SecurityManagerLog object.void
_SecurityManager.addToSecurityManagerLog
(SecurityManagerLog obj) Add the SecurityManagerLog object.void
_ErrorLog.removeFromSecurityManagerLog
(SecurityManagerLog obj) Remove the SecurityManagerLog object.void
_Portal.removeFromSecurityManagerLog
(SecurityManagerLog obj) Remove the SecurityManagerLog object.void
_SecurityManager.removeFromSecurityManagerLog
(SecurityManagerLog obj) Remove the SecurityManagerLog object.void
_SecurityManagerLogData.setSecurityManagerLog
(SecurityManagerLog securityManagerLog) Set the SecurityManagerLog. -
Uses of SecurityManagerLog in com.avoka.tm.vo
ModifierConstructorDescriptionLog
(SecurityManagerLog securityManagerLog) Create a log value object with the given security manager log entity.