Uses of Class
org.orange.kicsa.integration.skill.SkillDAO

Packages that use SkillDAO
org.orange.kicsa.integration 
org.orange.kicsa.integration.skill 

Uses of SkillDAO in org.orange.kicsa.integration
 

Methods in org.orange.kicsa.integration that return SkillDAO
abstract SkillDAOAbstractDAOFactory.createSkillDAO()
          
SkillDAOJDBCDAOFactory.createSkillDAO()
          
SkillDAOJDODAOFactory.createSkillDAO()
          
SkillDAOMemoryDAOFactory.createSkillDAO()
          
 

Uses of SkillDAO in org.orange.kicsa.integration.skill
 

Classes in org.orange.kicsa.integration.skill that implement SkillDAO
class SkillJDBCDAO
          Skill Data Access Object (DAO)
class SkillMemoryDAO
          
 

Methods in org.orange.kicsa.integration.skill that return SkillDAO
static SkillDAOSkillJDBCDAO.getInstance()
          Recherche les compétences racines (sans relations parent)

public final static String SELECT_ROOTS = SELECT + " distinct " + ALL_FIELDS + FROM + TABLE + " LEFT JOIN "
+ TABLE + " ON " + TABLE + "."