Uses of Interface
local.tomas.mobile.sync.obj.SyncStore

Packages that use SyncStore
local.tomas.mobile.sync.obj   
local.tomas.mobile.sync.obj.desktop   
local.tomas.mobile.sync.obj.mobile   
local.tomas.mobile.sync.synchronizer   
 

Uses of SyncStore in local.tomas.mobile.sync.obj
 

Methods in local.tomas.mobile.sync.obj that return SyncStore
 SyncStore CombinedStore.getStore(java.lang.String key)
           
 

Methods in local.tomas.mobile.sync.obj that return types with arguments of type SyncStore
 java.util.Map<java.lang.String,SyncStore> CombinedStore.getStore()
           
 

Methods in local.tomas.mobile.sync.obj with parameters of type SyncStore
 void CombinedStore.setStore(java.lang.String key, SyncStore simpleStore)
           
 

Method parameters in local.tomas.mobile.sync.obj with type arguments of type SyncStore
 void CombinedStore.setStore(java.util.Map<java.lang.String,SyncStore> store)
           
 

Uses of SyncStore in local.tomas.mobile.sync.obj.desktop
 

Classes in local.tomas.mobile.sync.obj.desktop that implement SyncStore
 class OutlookContactStore
           
 class OutlookEventStore
           
 class OutlookRecurrableStore
           
 class OutlookSyncStore
           
 class OutlookTaskStore
           
 

Method parameters in local.tomas.mobile.sync.obj.desktop with type arguments of type SyncStore
 void CombinedOutlookStore.setStore(java.util.Map<java.lang.String,SyncStore> store)
           
 

Uses of SyncStore in local.tomas.mobile.sync.obj.mobile
 

Classes in local.tomas.mobile.sync.obj.mobile that implement SyncStore
 class IrMCContactStore
           
 class IrMCEventStore
           
 class IrMCSyncStore
           
 class IrMCTaskStore
           
 class IrMCVCardStore
           
 

Method parameters in local.tomas.mobile.sync.obj.mobile with type arguments of type SyncStore
 void CombinedObexStore.setStore(java.util.Map<java.lang.String,SyncStore> store)
           
 

Uses of SyncStore in local.tomas.mobile.sync.synchronizer
 

Methods in local.tomas.mobile.sync.synchronizer that return SyncStore
 SyncStore PartnerConfiguration.getDesktopStore()
           
 SyncStore PartnerConfiguration.getMobileStore()
           
 

Methods in local.tomas.mobile.sync.synchronizer with parameters of type SyncStore
 void PartnerConfiguration.setDesktopStore(SyncStore desktopStore)
           
 void PartnerConfiguration.setMobileStore(SyncStore mobileStore)
           
 



Copyright © 2007 null. All Rights Reserved.