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

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

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

Methods in org.LexGrid.LexBIG.caCore.connection.orm.utils that throw SelectionStrategyException
 java.util.List LexEVSClassCache.getDaoList(Request request)
           
 java.util.List LexEVSClassCache.getDaoList(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
 java.util.List<LexEVSDAO> DAOSelectionStrategy.getDAOList(java.util.List<LexEVSDAO> daoList, Request request)
          Given a Request, Determine the DAOs to use.
 java.util.List<LexEVSDAO> DAOSelectionStrategy.getDAOList(java.util.List<LexEVSDAO> daoList, Request request, QueryOptions queryOptions)
          Given a Request, Determine the DAOs to use (with SecurityTokens).
 java.util.List<LexEVSDAO> CodingSchemeSelectionStrategy.getDAOList(java.util.List<LexEVSDAO> daoList, Request request, QueryOptions queryOptions)