Uses of Class
local.tomas.mobile.sync.synchronizer.store.beans.SyncRecord

Packages that use SyncRecord
local.tomas.mobile.sync.synchronizer.store   
local.tomas.mobile.sync.synchronizer.store.impl   
 

Uses of SyncRecord in local.tomas.mobile.sync.synchronizer.store
 

Methods in local.tomas.mobile.sync.synchronizer.store that return SyncRecord
 SyncRecord SynchronizerStore.getRecordByDesktopUID(java.lang.String partnerId, java.lang.String uid)
           
 SyncRecord SynchronizerStore.getRecordById(java.lang.String id)
           
 SyncRecord SynchronizerStore.getRecordByMobileUID(java.lang.String partnerId, java.lang.String uid)
           
 

Methods in local.tomas.mobile.sync.synchronizer.store that return types with arguments of type SyncRecord
 java.util.Collection<SyncRecord> SynchronizerStore.getAllRecords(java.lang.String partnerId)
           
 

Methods in local.tomas.mobile.sync.synchronizer.store with parameters of type SyncRecord
 void SynchronizerStore.saveRecord(SyncRecord record)
           
 

Uses of SyncRecord in local.tomas.mobile.sync.synchronizer.store.impl
 

Methods in local.tomas.mobile.sync.synchronizer.store.impl that return SyncRecord
 SyncRecord JdbcSynchronizerStore.getRecordByDesktopUID(java.lang.String partnershipId, java.lang.String uid)
           
 SyncRecord JdbcSynchronizerStore.getRecordById(java.lang.String id)
           
 SyncRecord JdbcSynchronizerStore.getRecordByMobileUID(java.lang.String partnershipId, java.lang.String uid)
           
 

Methods in local.tomas.mobile.sync.synchronizer.store.impl that return types with arguments of type SyncRecord
 java.util.Collection<SyncRecord> JdbcSynchronizerStore.getAllRecords(java.lang.String partnershipId)
           
 

Methods in local.tomas.mobile.sync.synchronizer.store.impl with parameters of type SyncRecord
 void JdbcSynchronizerStore.saveRecord(SyncRecord record)
           
protected  void JdbcSynchronizerStore.setRecord(SyncRecord record, java.sql.PreparedStatement stm)
           
 



Copyright © 2007 null. All Rights Reserved.