Uses of Class
com.avoka.fc.core.entity.OfflineSyncCall
-
Packages that use OfflineSyncCall 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 OfflineSyncCall in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao that return OfflineSyncCall Modifier and Type Method Description OfflineSyncCall
OfflineSyncCallDao. getOfflineSyncCallForPK(Object id)
Return the OfflineSyncCall record for the given id.Methods in com.avoka.fc.core.dao that return types with arguments of type OfflineSyncCall Modifier and Type Method Description List<OfflineSyncCall>
OfflineSyncCallDao. getOfflineSyncCallsForSyncKey(String syncKey)
Return the list of offline sync calls for the given sync key, ordered by call time. -
Uses of OfflineSyncCall in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type OfflineSyncCall Modifier and Type Field Description static org.apache.cayenne.exp.Property<List<OfflineSyncCall>>
_ErrorLog. SYNC_CALL
Provides the 'SYNC_CALL' property.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type OfflineSyncCall Modifier and Type Method Description List<OfflineSyncCall>
_ErrorLog. getSyncCall()
Return the SyncCall.Methods in com.avoka.fc.core.entity.auto with parameters of type OfflineSyncCall Modifier and Type Method Description void
_ErrorLog. addToSyncCall(OfflineSyncCall obj)
Add the SyncCall object.void
_ErrorLog. removeFromSyncCall(OfflineSyncCall obj)
Remove the SyncCall object.
-