Uses of Class
org.LexGrid.LexBIG.caCore.dao.orm.selectionStrategy.exceptions.SelectionStrategyException

Packages that use SelectionStrategyException
org.LexGrid.LexBIG.caCore.applicationservice.impl   
org.LexGrid.LexBIG.caCore.connection.orm.utils   
org.LexGrid.LexBIG.caCore.dao.orm.selectionStrategy   
 

Uses of SelectionStrategyException in org.LexGrid.LexBIG.caCore.applicationservice.impl
 

Methods in org.LexGrid.LexBIG.caCore.applicationservice.impl that throw SelectionStrategyException
private  List<LexEVSDAO> LexEVSApplicationServiceImpl.getDOAListForQuery(gov.nih.nci.system.dao.Request request, QueryOptions queryOptions)
           
 

Uses of SelectionStrategyException in org.LexGrid.LexBIG.caCore.connection.orm.utils
 

Methods in org.LexGrid.LexBIG.caCore.connection.orm.utils that throw SelectionStrategyException
private  List<LexEVSDAO> LexEVSClassCache.applySelectionStrategy(List<LexEVSDAO> daoList, gov.nih.nci.system.dao.Request request, QueryOptions queryOptions)
           
 List LexEVSClassCache.getDaoList(gov.nih.nci.system.dao.Request request)
           
 List LexEVSClassCache.getDaoList(gov.nih.nci.system.dao.Request request, QueryOptions queryOptions)
           
 

Uses of SelectionStrategyException in org.LexGrid.LexBIG.caCore.dao.orm.selectionStrategy
 

Methods in org.LexGrid.LexBIG.caCore.dao.orm.selectionStrategy that throw SelectionStrategyException
 List<LexEVSDAO> DAOSelectionStrategy.getDAOList(List<LexEVSDAO> daoList, gov.nih.nci.system.dao.Request request)
          Given a Request, Determine the DAOs to use.
 List<LexEVSDAO> CodingSchemeSelectionStrategy.getDAOList(List<LexEVSDAO> daoList, gov.nih.nci.system.dao.Request request, QueryOptions queryOptions)
           
 List<LexEVSDAO> DAOSelectionStrategy.getDAOList(List<LexEVSDAO> daoList, gov.nih.nci.system.dao.Request request, QueryOptions queryOptions)
          Given a Request, Determine the DAOs to use (with SecurityTokens).
private  List<LexEVSDAO> CodingSchemeSelectionStrategy.restrictToCodingScheme(List<LexEVSDAO> list, String csName, org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag tagOrVersion)