Uses of Class
com.avoka.fc.core.entity.SecurityManagerLog
-
Packages that use SecurityManagerLog 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. -
-
Uses of SecurityManagerLog in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao that return SecurityManagerLog Modifier and Type Method Description SecurityManagerLog
SecurityManagerLogDao. createLog(SecurityManager sm, Portal portal, HttpServletRequest request, Integer responseStatus, String responseRedirect, ErrorLog errorLog, StringBuilder logMessage)
Create a SecurityManagerLog object from the given parameters.Methods in com.avoka.fc.core.dao that return types with arguments of type SecurityManagerLog Modifier and Type Method Description List<SecurityManagerLog>
SecurityManagerLogDao. getLog(String clientId, String securityManagerId, String portalId, Date startDate, Date endDate, int pageSize, Integer fetchLimit)
Provides a security manager log search page. -
Uses of SecurityManagerLog in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type SecurityManagerLog Modifier and Type Field Description static org.apache.cayenne.exp.Property<List<SecurityManagerLog>>
_ErrorLog. SECURITY_MANAGER_LOG
Provides the 'SECURITY_MANAGER_LOG' property.static org.apache.cayenne.exp.Property<List<SecurityManagerLog>>
_Portal. SECURITY_MANAGER_LOG
Provides the 'SECURITY_MANAGER_LOG' property.static org.apache.cayenne.exp.Property<List<SecurityManagerLog>>
_SecurityManager. SECURITY_MANAGER_LOG
Provides the 'SECURITY_MANAGER_LOG' property.static org.apache.cayenne.exp.Property<SecurityManagerLog>
_SecurityManagerLogData. SECURITY_MANAGER_LOG
Provides the 'SECURITY_MANAGER_LOG' property.Methods in com.avoka.fc.core.entity.auto that return SecurityManagerLog Modifier and Type Method Description SecurityManagerLog
_SecurityManagerLogData. getSecurityManagerLog()
Return the SecurityManagerLog.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type SecurityManagerLog Modifier and Type Method Description List<SecurityManagerLog>
_ErrorLog. getSecurityManagerLog()
Return the SecurityManagerLog.List<SecurityManagerLog>
_Portal. getSecurityManagerLog()
Return the SecurityManagerLog.List<SecurityManagerLog>
_SecurityManager. getSecurityManagerLog()
Return the SecurityManagerLog.Methods in com.avoka.fc.core.entity.auto with parameters of type SecurityManagerLog Modifier and Type Method Description void
_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.
-