Uses of Class
org.filteredpush.client.model.LocalDataSource

Packages that use LocalDataSource
org.filteredpush.client.dao   
org.filteredpush.client.jsf   
org.filteredpush.client.model   
org.filteredpush.client.service   
 

Uses of LocalDataSource in org.filteredpush.client.dao
 

Methods in org.filteredpush.client.dao with parameters of type LocalDataSource
 void UserDao.saveOrupdateLocalDataSource(LocalDataSource localDataSource)
          Save or update the local data source
 

Uses of LocalDataSource in org.filteredpush.client.jsf
 

Methods in org.filteredpush.client.jsf that return LocalDataSource
 LocalDataSource UserBean.getLocalDataSource()
           
 

Uses of LocalDataSource in org.filteredpush.client.model
 

Methods in org.filteredpush.client.model that return types with arguments of type LocalDataSource
 java.util.Set<LocalDataSource> FPUser.getLocalDataSources()
           
 

Method parameters in org.filteredpush.client.model with type arguments of type LocalDataSource
 void FPUser.setLocalDataSources(java.util.Set<LocalDataSource> localDataSources)
           
 

Uses of LocalDataSource in org.filteredpush.client.service
 

Methods in org.filteredpush.client.service with parameters of type LocalDataSource
 void UserAccessService.saveOrUpdateLocalDataSource(LocalDataSource localDataSource)