Uses of Interface
org.weda.store.ObjectSource

Packages that use ObjectSource
org.weda.hibernate   
org.weda.model.impl   
org.weda.store   
org.weda.store.impl   
 

Uses of ObjectSource in org.weda.hibernate
 

Methods in org.weda.hibernate with parameters of type ObjectSource
 java.util.Iterator HibernateObjectStore.query(ObjectSource dataSource)
           
 java.util.List<java.lang.Object[]> HibernateObjectStore.queryAllRows(ObjectSource dataSource)
           
 

Uses of ObjectSource in org.weda.model.impl
 

Methods in org.weda.model.impl that return ObjectSource
protected  ObjectSource ObjectTableModel.getObjectSource()
           
 ObjectSource BaseObjectSourceEditorModel.getObjectSource()
           
 

Uses of ObjectSource in org.weda.store
 

Methods in org.weda.store that return ObjectSource
 ObjectSource ObjectSourceRegistry.getObjectSource(java.lang.String name)
          Метод возвращает источник объектов по его имени.
 

Methods in org.weda.store with parameters of type ObjectSource
 java.util.Iterator ObjectStore.query(ObjectSource dataSource)
           
 java.util.List<java.lang.Object[]> ObjectStore.queryAllRows(ObjectSource dataSource)
          Метод возвращает полный ответ на заданный запрос и удовлетворяющий фильтру, присутствующему в источнике объектов.
 

Uses of ObjectSource in org.weda.store.impl
 

Classes in org.weda.store.impl that implement ObjectSource
 class ObjectSourceImpl
           
 

Methods in org.weda.store.impl that return ObjectSource
 ObjectSource SummaryRowImpl.getObjectSource()
           
 ObjectSource ObjectSourceRegistryImpl.getObjectSource(java.lang.String name)
          Метод возвращает ObjectSource по его имени.
 

Methods in org.weda.store.impl with parameters of type ObjectSource
 void SummaryRowImpl.setObjectSource(ObjectSource objectSource)
           
 

Method parameters in org.weda.store.impl with type arguments of type ObjectSource
 void ObjectSourceRegistryImpl.setConfig(java.util.Map<java.lang.String,ObjectSource> config)
           
 



Copyright © 2005-2006 . All Rights Reserved.