Uses of Class
com.avoka.fc.core.entity.OfflineClientSystemLog
-
Packages that use OfflineClientSystemLog 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 OfflineClientSystemLog in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao that return OfflineClientSystemLog Modifier and Type Method Description OfflineClientSystemLog
OfflineClientSystemLogDao. createClientSystemLog(String systemLogData, String username, String ipAddress, String userAgent, String deviceInfo, Portal portal, String syncKey)
Create a new OfflineClientSystemLog entity.OfflineClientSystemLog
OfflineClientSystemLogDao. getClientSystemLogForPK(Object id)
Return the OfflineClientSystemLog entry for the given id.OfflineClientSystemLog
OfflineClientSystemLogDao. getClientSystemLogForSyncKey(String syncKey)
Return the offline client system log object for the given syncKey.Methods in com.avoka.fc.core.dao that return types with arguments of type OfflineClientSystemLog Modifier and Type Method Description List<OfflineClientSystemLog>
OfflineClientSystemLogDao. getClientSystemLogList(String portalId, String loginUserName, String logMessage, String deviceInfo, Date startDate, Date endDate, int pageSize)
Return the list of OfflineClientSystemLog entries for the given search criteria.List<OfflineClientSystemLog>
OfflineClientSystemLogDao. getClientSystemLogList(String portalId, String loginUserName, String logMessage, String deviceInfo, Date startDate, Date endDate, int pageSize, int fetchLimit)
Return the list of OfflineClientSystemLog entries for the given search criteria. -
Uses of OfflineClientSystemLog in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type OfflineClientSystemLog Modifier and Type Field Description static org.apache.cayenne.exp.Property<List<OfflineClientSystemLog>>
_Portal. OFFLINE_CLIENT_SYSTEM_LOGS
Provides the 'OFFLINE_CLIENT_SYSTEM_LOGS' property.static org.apache.cayenne.exp.Property<List<OfflineClientSystemLog>>
_UserAccount. OFFLINE_CLIENT_SYSTEM_LOGS
Provides the 'OFFLINE_CLIENT_SYSTEM_LOGS' property.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type OfflineClientSystemLog Modifier and Type Method Description List<OfflineClientSystemLog>
_Portal. getOfflineClientSystemLogs()
Return the OfflineClientSystemLogs.List<OfflineClientSystemLog>
_UserAccount. getOfflineClientSystemLogs()
Return the OfflineClientSystemLogs.Methods in com.avoka.fc.core.entity.auto with parameters of type OfflineClientSystemLog Modifier and Type Method Description void
_Portal. addToOfflineClientSystemLogs(OfflineClientSystemLog obj)
Add the OfflineClientSystemLogs object.void
_UserAccount. addToOfflineClientSystemLogs(OfflineClientSystemLog obj)
Add the OfflineClientSystemLogs object.void
_Portal. removeFromOfflineClientSystemLogs(OfflineClientSystemLog obj)
Remove the OfflineClientSystemLogs object.void
_UserAccount. removeFromOfflineClientSystemLogs(OfflineClientSystemLog obj)
Remove the OfflineClientSystemLogs object.
-