Uses of Class
org.LexGrid.LexBIG.caCore.dao.orm.LexEVSDAO.DAOType

Packages that use LexEVSDAO.DAOType
org.LexGrid.LexBIG.caCore.connection   
org.LexGrid.LexBIG.caCore.dao.orm   
 

Uses of LexEVSDAO.DAOType in org.LexGrid.LexBIG.caCore.connection
 

Methods in org.LexGrid.LexBIG.caCore.connection with parameters of type LexEVSDAO.DAOType
private  LexEVSDAO DAOListFactory.buildDAO(org.LexGrid.LexBIG.Impl.helpers.SQLConnectionInfo connection, LexEVSDAO.DAOType type)
           
 

Uses of LexEVSDAO.DAOType in org.LexGrid.LexBIG.caCore.dao.orm
 

Fields in org.LexGrid.LexBIG.caCore.dao.orm declared as LexEVSDAO.DAOType
private  LexEVSDAO.DAOType LexEVSDAOImpl.daoType
           
 

Methods in org.LexGrid.LexBIG.caCore.dao.orm that return LexEVSDAO.DAOType
 LexEVSDAO.DAOType LexEVSDAO.getDaoType()
          Gets the Type of resource this DAO represents -- either a History or CodingScheme resource.
 LexEVSDAO.DAOType LexEVSDAOImpl.getDaoType()
           
static LexEVSDAO.DAOType LexEVSDAO.DAOType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LexEVSDAO.DAOType[] LexEVSDAO.DAOType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.LexGrid.LexBIG.caCore.dao.orm with parameters of type LexEVSDAO.DAOType
 void LexEVSDAOImpl.setDaoType(LexEVSDAO.DAOType daoType)