org.LexGrid.LexBIG.caCore.dao.orm.selectionStrategy
Class CodingSchemeSelectionStrategy
java.lang.Object
org.LexGrid.LexBIG.caCore.dao.orm.selectionStrategy.CodingSchemeSelectionStrategy
- All Implemented Interfaces:
- DAOSelectionStrategy
public class CodingSchemeSelectionStrategy
- extends java.lang.Object
- implements DAOSelectionStrategy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CodingSchemeSelectionStrategy
public CodingSchemeSelectionStrategy()
getDAOList
public java.util.List<LexEVSDAO> getDAOList(java.util.List<LexEVSDAO> daoList,
Request request)
- Description copied from interface:
DAOSelectionStrategy
- Given a Request, Determine the DAOs to use.
- Specified by:
getDAOList
in interface DAOSelectionStrategy
- Returns:
- the list of usable DAOs.
getDAOList
public java.util.List<LexEVSDAO> getDAOList(java.util.List<LexEVSDAO> daoList,
Request request,
QueryOptions queryOptions)
throws SelectionStrategyException
- Description copied from interface:
DAOSelectionStrategy
- Given a Request, Determine the DAOs to use (with SecurityTokens).
- Specified by:
getDAOList
in interface DAOSelectionStrategy
- Returns:
- the list of usable DAOs.
- Throws:
SelectionStrategyException
getDbConnector
public DBConnector getDbConnector()
setDbConnector
public void setDbConnector(DBConnector dbConnector)