Uses of Class
org.orange.kicsa.SkillNotFoundException

Packages that use SkillNotFoundException
org.orange.kicsa.integration.ability 
org.orange.kicsa.integration.admin 
org.orange.kicsa.integration.skill 
org.orange.kicsa.presentation.control.skill 
org.orange.kicsa.service.ability 
org.orange.kicsa.service.skill 

Uses of SkillNotFoundException in org.orange.kicsa.integration.ability
 

Methods in org.orange.kicsa.integration.ability that throw SkillNotFoundException
CollectionAbilityDAO.getBestBySkill(Collection someAbilities)
          
CollectionAbilityJDBCDAO.getBestBySkill(Collection someSkillKeys)
          
CollectionAbilityJDODAO.getBestBySkill(Collection someAbilities)
          
CollectionAbilityMemoryDAO.getBestBySkill(Collection someAbilities)
          
 

Uses of SkillNotFoundException in org.orange.kicsa.integration.admin
 

Methods in org.orange.kicsa.integration.admin that throw SkillNotFoundException
CollectionOwnerDAO.getOwnersBySkill(SkillKey someSkill)
          
intOwnerDAO.removeBySkill(SkillKey someSkill)
          
CollectionOwnerJDBCDAO.getOwnersBySkill(SkillKey someSkill)
          
intOwnerJDBCDAO.removeBySkill(SkillKey someSkill)
          
 

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

Methods in org.orange.kicsa.integration.skill that throw SkillNotFoundException
SkillSkillDAO.getByPrimaryKey(SkillKey someKey)
          
SortedMapSkillDAO.getLevels(SkillKey someSkillKey)
          
SkillSkillJDBCDAO.getByPrimaryKey(SkillKey someKey)
          
SortedMapSkillJDBCDAO.getLevels(SkillKey someSkillKey)
          
SkillSkillJDBCDAO.readByPrimaryKey(SkillKey someKey)
          Get a skill by its name
SortedMapSkillJDBCDAO.readLevels(SkillKey someSkillKey)
          
SkillSkillMemoryDAO.getByPrimaryKey(SkillKey someSkillKey)
          
SortedMapSkillMemoryDAO.getLevels(SkillKey someSkillKey)
          
 

Uses of SkillNotFoundException in org.orange.kicsa.presentation.control.skill
 

Methods in org.orange.kicsa.presentation.control.skill that throw SkillNotFoundException
ActionForwardDetailAction.execute(ActionMapping mapping, ActionForm someForm, HttpServletRequest someRequest, HttpServletResponse someResponse)
          Exécute l'action.
ActionForwardSearchAction.execute(ActionMapping mapping, ActionForm someForm, HttpServletRequest someRequest, HttpServletResponse someResponse)
          Exécute l'action.
ActionForwardTreeAction.execute(ActionMapping someMapping, ActionForm someForm, HttpServletRequest someRequest, HttpServletResponse someResponse)
          Exécute l'action
 

Uses of SkillNotFoundException in org.orange.kicsa.service.ability
 

Methods in org.orange.kicsa.service.ability that throw SkillNotFoundException
CollectionAbilityService.findBestBySkill(Collection someSkillKeys)
          
CollectionAbilityServiceImpl.findBestBySkill(Collection someAbilities)
          
 

Uses of SkillNotFoundException in org.orange.kicsa.service.skill
 

Methods in org.orange.kicsa.service.skill that throw SkillNotFoundException
SkillSkillService.findByPrimaryKey(SkillKey someSkillId)
          
CollectionSkillService.findChilds(Skill someParentSkill)
          
CollectionSkillService.findDestinations(Skill someSkill, String someRelationshipType)
          
CollectionSkillService.findDestinations(Skill someSkill)
          
CollectionSkillService.findParents(Skill someChildSkill)
          
CollectionSkillService.findSources(Skill someSkill, String someRelationshipType)
          
SkillSkillServiceImpl.findByPrimaryKey(SkillKey someSkillKey)
          
CollectionSkillServiceImpl.findChilds(Skill someParent)
          
CollectionSkillServiceImpl.findDestinations(Skill someSkill, String someRelationshipType)
          
CollectionSkillServiceImpl.findDestinations(Skill someSkill)
          
CollectionSkillServiceImpl.findParents(Skill someChild)
          
CollectionSkillServiceImpl.findSources(Skill someSkill, String someRelationshipType)
          
SkillSkillServiceRemote.findByPrimaryKey(SkillKey someSkillId)
          
CollectionSkillServiceRemote.findChilds(Skill someParentSkill)
          
CollectionSkillServiceRemote.findDestinations(Skill someSkill)
          
CollectionSkillServiceRemote.findParents(Skill someChildSkill)