Uses of Interface
org.weda.store.DetailObjectSourceInfo

Packages that use DetailObjectSourceInfo
org.weda.model.impl   
org.weda.store   
org.weda.store.impl   
 

Uses of DetailObjectSourceInfo in org.weda.model.impl
 

Methods in org.weda.model.impl with parameters of type DetailObjectSourceInfo
 void AbstractEditorModel.addDetailInfo(DetailObjectSourceInfo info)
           
 

Uses of DetailObjectSourceInfo in org.weda.store
 

Methods in org.weda.store that return types with arguments of type DetailObjectSourceInfo
 java.util.Collection<DetailObjectSourceInfo> ObjectSource.getDetailInfos()
          Метод возвращает информацию об подчиненных источниках данных.
 

Methods in org.weda.store with parameters of type DetailObjectSourceInfo
 void ObjectSource.addDetailInfo(DetailObjectSourceInfo detailDataSourceInfo)
          Метод добавляет информацию об источнике данных который является подчиненным по отношению к данному.
 

Uses of DetailObjectSourceInfo in org.weda.store.impl
 

Classes in org.weda.store.impl that implement DetailObjectSourceInfo
 class DetailObjectSourceInfoImpl
           
 

Methods in org.weda.store.impl that return types with arguments of type DetailObjectSourceInfo
 java.util.Collection<DetailObjectSourceInfo> ObjectSourceImpl.getDetailInfos()
           
 

Methods in org.weda.store.impl with parameters of type DetailObjectSourceInfo
 void ObjectSourceImpl.addDetailInfo(DetailObjectSourceInfo detailObjectSourceInfo)
           
 



Copyright © 2005-2006 . All Rights Reserved.