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

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

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

Methods in local.tomas.mobile.sync.synchronizer.store that return SyncPartnership
 SyncPartnership SynchronizerStore.getPartnershipById(java.lang.String id)
           
 SyncPartnership SynchronizerStore.getPartnershipByName(java.lang.String name, java.lang.String type)
           
 

Methods in local.tomas.mobile.sync.synchronizer.store that return types with arguments of type SyncPartnership
 java.util.Collection<SyncPartnership> SynchronizerStore.getAllPartnerships()
           
 

Methods in local.tomas.mobile.sync.synchronizer.store with parameters of type SyncPartnership
 void SynchronizerStore.savePartnership(SyncPartnership partner)
           
 

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

Methods in local.tomas.mobile.sync.synchronizer.store.impl that return SyncPartnership
 SyncPartnership JdbcSynchronizerStore.getPartnershipById(java.lang.String id)
           
 SyncPartnership JdbcSynchronizerStore.getPartnershipByName(java.lang.String name, java.lang.String type)
           
 

Methods in local.tomas.mobile.sync.synchronizer.store.impl that return types with arguments of type SyncPartnership
 java.util.Collection<SyncPartnership> JdbcSynchronizerStore.getAllPartnerships()
           
 

Methods in local.tomas.mobile.sync.synchronizer.store.impl with parameters of type SyncPartnership
 void JdbcSynchronizerStore.savePartnership(SyncPartnership partnership)
           
 



Copyright © 2007 null. All Rights Reserved.