Uses of Class
com.avoka.fc.core.entity.OfflineSyncLog
-
Packages that use OfflineSyncLog 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 OfflineSyncLog in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao that return OfflineSyncLog Modifier and Type Method Description OfflineSyncLog
OfflineSyncLogDao. getOfflineSyncForId(Object id)
Return the offline sync log object for the given idOfflineSyncLog
OfflineSyncLogDao. getOfflineSyncLogForSyncKey(String syncKey)
Return the offline sync log object for the given syncKey.Methods in com.avoka.fc.core.dao that return types with arguments of type OfflineSyncLog Modifier and Type Method Description List<OfflineSyncLog>
OfflineSyncLogDao. getOfflineSyncLogList(String portalId, String loginUserName, String message, String deviceInfo, Date startDate, Date endDate, int pageSize)
Return the list of offline sync log entries that match the search criteriaList<OfflineSyncLog>
OfflineSyncLogDao. getOfflineSyncLogList(String portalId, String loginUserName, String message, String deviceInfo, Date startDate, Date endDate, int pageSize, int fetchLimit)
Return the list of offline sync log entries that match the search criteria -
Uses of OfflineSyncLog in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type OfflineSyncLog Modifier and Type Field Description static org.apache.cayenne.exp.Property<List<OfflineSyncLog>>
_UserAccount. OFFLINE_SYNC_LOGS
Provides the 'OFFLINE_SYNC_LOGS' property.static org.apache.cayenne.exp.Property<List<OfflineSyncLog>>
_Portal. SYNC_LOGS
Provides the 'SYNC_LOGS' property.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type OfflineSyncLog Modifier and Type Method Description List<OfflineSyncLog>
_UserAccount. getOfflineSyncLogs()
Return the OfflineSyncLogs.List<OfflineSyncLog>
_Portal. getSyncLogs()
Return the SyncLogs.Methods in com.avoka.fc.core.entity.auto with parameters of type OfflineSyncLog Modifier and Type Method Description void
_UserAccount. addToOfflineSyncLogs(OfflineSyncLog obj)
Add the OfflineSyncLogs object.void
_Portal. addToSyncLogs(OfflineSyncLog obj)
Add the SyncLogs object.void
_UserAccount. removeFromOfflineSyncLogs(OfflineSyncLog obj)
Remove the OfflineSyncLogs object.void
_Portal. removeFromSyncLogs(OfflineSyncLog obj)
Remove the SyncLogs object.
-