Uses of Class
org.orange.kicsa.business.skill.Skill

Packages that use Skill
org.orange.kicsa.business.skill 
org.orange.kicsa.integration.skill 
org.orange.kicsa.presentation.view 
org.orange.kicsa.service.ability 
org.orange.kicsa.service.admin 
org.orange.kicsa.service.skill 

Uses of Skill in org.orange.kicsa.business.skill
 

Classes in org.orange.kicsa.business.skill that implement Skill
class SkillImpl
          
 

Constructors in org.orange.kicsa.business.skill with parameters of type Skill
RelationshipImpl.RelationshipImpl(Skill someSourceSkill, String someType, SkillKey someDestinationKey, String someDestinationName, Status someStatus)
          
RelationshipImpl.RelationshipImpl(Skill someSourceSkill, String someType, SkillKey someDestinationKey, String someDestinationName)
          
SkillTree.SkillTree(Skill someRootSkill)
          
 

Methods in org.orange.kicsa.business.skill that return Skill
SkillRelationship.getSource()
          
SkillRelationshipImpl.getSource()
          
SkillSkillFactory.getRoot()
          
SkillSkillFactoryImpl.getRoot()
          
 

Methods in org.orange.kicsa.business.skill with parameters of type Skill
voidSkillFactory.setRoot(Skill root)
          
voidSkillFactoryImpl.setRoot(Skill someRoot)
          
CollectionSkillTree.getChilds(Skill someParent)
          
CollectionSkillTree.getParents(Skill someChild)
          
 

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

Methods in org.orange.kicsa.integration.skill that return Skill
SkillSkillDAO.create(Skill someSkill)
          
SkillSkillDAO.getByPrimaryKey(SkillKey someKey)
          
SkillSkillDAO.update(Skill someSkill)
          
SkillSkillJDBCDAO.create(Skill someSkill)
          Enregistre une nouvelle compétence
SkillSkillJDBCDAO.getByPrimaryKey(SkillKey someKey)
          
SkillSkillJDBCDAO.readByPrimaryKey(SkillKey someKey)
          Get a skill by its name
SkillSkillJDBCDAO.update(Skill someSkill)
          Met à jour une nouvelle compétence

Cette méthode ne prend pas en compte la mise à jour des relations de la compétence.
SkillSkillMemoryDAO.create(Skill someSkill)
          Enregistre une nouvelle compétence
SkillSkillMemoryDAO.getByPrimaryKey(SkillKey someSkillKey)
          
SkillSkillMemoryDAO.update(Skill someSkill)
          
 

Methods in org.orange.kicsa.integration.skill with parameters of type Skill
SkillSkillDAO.create(Skill someSkill)
          
CollectionSkillDAO.getChilds(Skill someParentSkill)
          
CollectionSkillDAO.getDestinations(Skill someSourceSkill, String someRelationshipType)
          
CollectionSkillDAO.getDestinations(Skill someSourceSkill)
          
CollectionSkillDAO.getParents(Skill someChildSkill)
          
CollectionSkillDAO.getSources(Skill someDestinationSkill, String someRelationshipType)
          
voidSkillDAO.link(Skill someSource, String type, SkillKey someDestination)
          
SkillSkillDAO.update(Skill someSkill)
          
SkillSkillJDBCDAO.create(Skill someSkill)
          Enregistre une nouvelle compétence
CollectionSkillJDBCDAO.getChilds(Skill someParentSkill)
          
CollectionSkillJDBCDAO.getDestinations(Skill someSourceSkill, String someRelationshipType)
          
CollectionSkillJDBCDAO.getDestinations(Skill someSourceSkill)
          Return all relationship destinations from a given skill.
CollectionSkillJDBCDAO.getParents(Skill someChildSkill)
          
CollectionSkillJDBCDAO.getSources(Skill someDestinationSkill, String someRelationshipType)
          Get skills linking to some skill with some relationship type

This method lookup in cache first, and then read if not found in cache; return them.
voidSkillJDBCDAO.link(Skill someFromSkill, String someType, SkillKey someToSkillKey)
          Crée une nouvelle relation entre deux compétences
SkillSkillJDBCDAO.update(Skill someSkill)
          Met à jour une nouvelle compétence

Cette méthode ne prend pas en compte la mise à jour des relations de la compétence.
voidSkillMemoryDAO.cacheDestination(Skill someSourceSkill, String someRelationshipType, SkillKey someDestinationSkill)
          
SkillSkillMemoryDAO.create(Skill someSkill)
          Enregistre une nouvelle compétence
CollectionSkillMemoryDAO.getChilds(Skill someParentSkill)
          
CollectionSkillMemoryDAO.getDestinations(Skill someSourceSkill, String someRelationshipType)
          
CollectionSkillMemoryDAO.getDestinations(Skill someSourceSkill)
          
CollectionSkillMemoryDAO.getParents(Skill someChildSkill)
          
CollectionSkillMemoryDAO.getSources(Skill someDestinationSkill, String someRelationshipType)
          
voidSkillMemoryDAO.link(Skill someSourceSkill, String someType, SkillKey someDestinationSkill)
          Crée une nouvelle relation entre deux compétences
SkillSkillMemoryDAO.update(Skill someSkill)
          
 

Uses of Skill in org.orange.kicsa.presentation.view
 

Methods in org.orange.kicsa.presentation.view that return Skill
SkillAdminForm.getRootSkill()
          
SkillSkillForm.getSkill()
          
SkillSkillSearchForm.getSkill()
          
 

Methods in org.orange.kicsa.presentation.view with parameters of type Skill
voidAdminForm.setRootSkill(Skill rootSkill)
          
voidSkillForm.setSkill(Skill someSkill)
          
voidSkillSearchForm.setSkill(Skill someSkill)
          
 

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

Methods in org.orange.kicsa.service.ability with parameters of type Skill
SortedMapAbilityService.findBySkill(Skill someSkill)
          
SortedMapAbilityServiceImpl.findBySkill(Skill someSkill)
          
 

Uses of Skill in org.orange.kicsa.service.admin
 

Methods in org.orange.kicsa.service.admin with parameters of type Skill
voidAdminService.update(Skill someRootSkill, Map someRelationshipTypes)
          
voidAdminServiceImpl.update(Skill someRootSkill, Map someRelationshipTypes)
          Update the administrative parameters
 

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

Methods in org.orange.kicsa.service.skill that return Skill
SkillSkillService.create(Skill someSkill, Collection someRelationships, Collection someOwners)
          
SkillSkillService.createRoot(Skill someRootSkill)
          Crée une compétence sans contrôle de parent
SkillSkillService.findByPrimaryKey(SkillKey someSkillId)
          
SkillSkillService.update(Skill someSkill, Collection someRelationships, Collection someOwners)
          
SkillSkillServiceImpl.create(Skill someSkill, Collection someRelationships, Collection someOwners)
          Crée une nouvelle compétence
SkillSkillServiceImpl.createRoot(Skill someRootSkill)
          
SkillSkillServiceImpl.findByPrimaryKey(SkillKey someSkillKey)
          
SkillSkillServiceImpl.update(Skill someSkill, Collection someRelationships, Collection someOwners)
          Met à jour une compétence
SkillSkillServiceRemote.create(Skill someSkill, Collection someRelationships, Collection someOwners)
          
SkillSkillServiceRemote.createRoot(Skill someRootSkill)
          Crée une compétence sans contrôle de parent
SkillSkillServiceRemote.findByPrimaryKey(SkillKey someSkillId)
          
SkillSkillServiceRemote.update(Skill someSkill, Collection someRelationships, Collection someOwners)
          
 

Methods in org.orange.kicsa.service.skill with parameters of type Skill
SkillSkillService.create(Skill someSkill, Collection someRelationships, Collection someOwners)
          
SkillSkillService.createRoot(Skill someRootSkill)
          Crée une compétence sans contrôle de parent
CollectionSkillService.findChilds(Skill someParentSkill)
          
CollectionSkillService.findDestinations(Skill someSkill, String someRelationshipType)
          
CollectionSkillService.findDestinations(Skill someSkill)
          
CollectionSkillService.findParents(Skill someChildSkill)
          
CollectionSkillService.findSources(Skill someSkill, String someRelationshipType)
          
voidSkillService.link(Skill someSourceSkill, String relationshipType, SkillKey someDestinationSkill)
          
SkillSkillService.update(Skill someSkill, Collection someRelationships, Collection someOwners)
          
SkillSkillServiceImpl.create(Skill someSkill, Collection someRelationships, Collection someOwners)
          Crée une nouvelle compétence
SkillSkillServiceImpl.createRoot(Skill someRootSkill)
          
CollectionSkillServiceImpl.findChilds(Skill someParent)
          
CollectionSkillServiceImpl.findDestinations(Skill someSkill, String someRelationshipType)
          
CollectionSkillServiceImpl.findDestinations(Skill someSkill)
          
CollectionSkillServiceImpl.findParents(Skill someChild)
          
CollectionSkillServiceImpl.findSources(Skill someSkill, String someRelationshipType)
          
voidSkillServiceImpl.link(Skill someSourceSkill, String relationshipType, SkillKey someDestinationSkill)
          Crée une relation enter deux compétences
SkillSkillServiceImpl.update(Skill someSkill, Collection someRelationships, Collection someOwners)
          Met à jour une compétence
SkillSkillServiceRemote.create(Skill someSkill, Collection someRelationships, Collection someOwners)
          
SkillSkillServiceRemote.createRoot(Skill someRootSkill)
          Crée une compétence sans contrôle de parent
CollectionSkillServiceRemote.findChilds(Skill someParentSkill)
          
CollectionSkillServiceRemote.findDestinations(Skill someSkill)
          
CollectionSkillServiceRemote.findParents(Skill someChildSkill)
          
voidSkillServiceRemote.link(Skill someSourceSkill, String relationshipType, SkillKey someDestinationSkill)
          
SkillSkillServiceRemote.update(Skill someSkill, Collection someRelationships, Collection someOwners)