Uses of Class
com.activequant.dao.DaoException

Packages that use DaoException
com.activequant.dao These classes contain the interfaces for the DAO layer. 
com.activequant.servicelayer.matlab   
com.activequant.tools.mapping   
 

Uses of DaoException in com.activequant.dao
 

Methods in com.activequant.dao that throw DaoException
 void IEntityDao.create(T t)
           
 void IEntityDao.delete(T t)
           
 T IEntityDao.load(String primaryKey)
           
 T[] IEntityDao.loadAll()
           
 String[] IEntityDao.loadIDs()
           
 void IEntityDao.update(T t)
           
 

Uses of DaoException in com.activequant.servicelayer.matlab
 

Methods in com.activequant.servicelayer.matlab that throw DaoException
 String MatlabServiceFacade.getIID(String mdiId)
          Fetches the instrument id for an mdi id.
 String[] MatlabServiceFacade.getInstrumentIds()
           
 Instrument MatlabServiceFacade.loadInstrument(String instrumentId)
           
 MarketDataInstrument MatlabServiceFacade.loadMarketDataInstrument(String mdiId)
           
 

Uses of DaoException in com.activequant.tools.mapping
 

Constructors in com.activequant.tools.mapping that throw DaoException
Mdi2InstrumentMapper(IDaoFactory idf, IMapper[] mappers)
           
 



Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.