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

Packages that use SkillKey
org.orange.kicsa 
org.orange.kicsa.business.ability 
org.orange.kicsa.business.skill 
org.orange.kicsa.integration.ability 
org.orange.kicsa.integration.admin 
org.orange.kicsa.integration.skill 
org.orange.kicsa.service.ability 
org.orange.kicsa.service.admin 
org.orange.kicsa.service.skill 

Uses of SkillKey in org.orange.kicsa
 

Constructors in org.orange.kicsa with parameters of type SkillKey
SkillNotFoundException.SkillNotFoundException(SkillKey someKey)
          
 

Methods in org.orange.kicsa that return SkillKey
SkillKeySkillNotFoundException.getKey()
          
 

Uses of SkillKey in org.orange.kicsa.business.ability
 

Constructors in org.orange.kicsa.business.ability with parameters of type SkillKey
AbilityImpl.AbilityImpl(EmployeeKey someEmployeeKey, String someEmployeeFirstName, String someEmployeeLastName, SkillKey someSkillKey, String someSkillName, int someLevel, Status someStatus)
          Creates a new ability.
AbilityImpl.AbilityImpl(EmployeeKey someEmployeeKey, String someEmployeeFirstName, String someEmployeeLastName, SkillKey someSkillKey, String someSkillName, int someLevel)
          Creates a new ability.
 

Methods in org.orange.kicsa.business.ability that return SkillKey
SkillKeyAbility.getSkillKey()
          
SkillKeyAbilityImpl.getSkillKey()
          
 

Methods in org.orange.kicsa.business.ability with parameters of type SkillKey
voidAbility.setSkillKey(SkillKey skillKey)
          
voidAbilityImpl.setSkillKey(SkillKey skillKey)
          
 

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

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

Methods in org.orange.kicsa.business.skill that return SkillKey
SkillKeyRelationship.getDestinationKey()
          
SkillKeyRelationshipImpl.getDestinationKey()
          
SkillKeySkill.getKey()
          
SkillKeySkillFactory.getRootKey()
          
SkillKeySkillFactoryImpl.getRootKey()
          
SkillKeySkillImpl.getKey()
          
 

Methods in org.orange.kicsa.business.skill with parameters of type SkillKey
voidRelationship.setDestinationKey(SkillKey destinationKey)
          
voidRelationshipImpl.setDestinationKey(SkillKey someDestinationKey)
          
 

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

Methods in org.orange.kicsa.integration.ability with parameters of type SkillKey
CollectionAbilityDAO.getBySkill(SkillKey someSkillKey)
          
intAbilityDAO.removeBySkill(SkillKey someSkillKey)
          
CollectionAbilityJDBCDAO.getBySkill(SkillKey someSkillKey)
          
intAbilityJDBCDAO.removeBySkill(SkillKey someSkillKey)
          
CollectionAbilityJDODAO.getBySkill(SkillKey someSkillKey)
          
intAbilityJDODAO.removeBySkill(SkillKey someSkillKey)
          
CollectionAbilityMemoryDAO.getBySkill(SkillKey someSkillKey)
          
intAbilityMemoryDAO.removeBySkill(SkillKey someSkillKey)
          
 

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

Methods in org.orange.kicsa.integration.admin with parameters of type SkillKey
voidOwnerDAO.create(SkillKey someSkill, EmployeeKey someEmployee)
          
CollectionOwnerDAO.getOwnersBySkill(SkillKey someSkill)
          
voidOwnerDAO.remove(SkillKey someSkill, EmployeeKey someEmployee)
          
intOwnerDAO.removeBySkill(SkillKey someSkill)
          
voidOwnerJDBCDAO.create(SkillKey someSkill, EmployeeKey someEmployee)
          Enregistre une nouveau propriétaire de compétence
CollectionOwnerJDBCDAO.getOwnersBySkill(SkillKey someSkill)
          
voidOwnerJDBCDAO.remove(SkillKey someSkill, EmployeeKey someEmployee)
          Supprime un enregistrement de compétence
intOwnerJDBCDAO.removeBySkill(SkillKey someSkill)
          
 

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

Methods in org.orange.kicsa.integration.skill with parameters of type SkillKey
SkillSkillDAO.getByPrimaryKey(SkillKey someKey)
          
SortedMapSkillDAO.getLevels(SkillKey someSkillKey)
          
voidSkillDAO.link(Skill someSource, String type, SkillKey someDestination)
          
intSkillDAO.remove(SkillKey someSkillKey)
          
voidSkillDAO.removeRelationship(SkillKey someSkillKey, String relationshipType, SkillKey relationshipDestination)
          
intSkillDAO.removeRelationships(SkillKey someSkillKey)
          
voidSkillDAO.updateRelationship(SkillKey someSkillKey, String relationshipType, SkillKey relationshipDestination)
          
SkillSkillJDBCDAO.getByPrimaryKey(SkillKey someKey)
          
SortedMapSkillJDBCDAO.getLevels(SkillKey someSkillKey)
          
voidSkillJDBCDAO.link(Skill someFromSkill, String someType, SkillKey someToSkillKey)
          Crée une nouvelle relation entre deux compétences
SkillSkillJDBCDAO.readByPrimaryKey(SkillKey someKey)
          Get a skill by its name
SortedMapSkillJDBCDAO.readLevels(SkillKey someSkillKey)
          
intSkillJDBCDAO.remove(SkillKey someSkillKey)
          Supprime un enregistrement de compétence
voidSkillJDBCDAO.removeRelationship(SkillKey someSource, String someRelationshipType, SkillKey someDestination)
          
intSkillJDBCDAO.removeRelationships(SkillKey someSkillKey)
          Remove relationships to or from a skill
voidSkillJDBCDAO.updateRelationship(SkillKey someSource, String someRelationshipType, SkillKey someDestination)
          Update a relationship between two skills
voidSkillMemoryDAO.cacheDestination(Skill someSourceSkill, String someRelationshipType, SkillKey someDestinationSkill)
          
SkillSkillMemoryDAO.getByPrimaryKey(SkillKey someSkillKey)
          
SortedMapSkillMemoryDAO.getLevels(SkillKey someSkillKey)
          
voidSkillMemoryDAO.link(Skill someSourceSkill, String someType, SkillKey someDestinationSkill)
          Crée une nouvelle relation entre deux compétences
intSkillMemoryDAO.remove(SkillKey someSkillKey)
          
voidSkillMemoryDAO.removeRelationship(SkillKey someSkillKey, String relationshipType, SkillKey relationshipDestination)
          
intSkillMemoryDAO.removeRelationships(SkillKey someSkillKey)
          
voidSkillMemoryDAO.updateRelationship(SkillKey someSkillKey, String relationshipType, SkillKey relationshipDestination)
          
 

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

Methods in org.orange.kicsa.service.ability with parameters of type SkillKey
intAbilityService.removeSkill(SkillKey someSkillKey)
          
intAbilityServiceImpl.removeSkill(SkillKey someSkillKey)
          Supprime une compétence et les capacités qui s'y rapportent
 

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

Methods in org.orange.kicsa.service.admin with parameters of type SkillKey
voidAdminService.createSkillLevel(SkillKey someSkillKey, String someNewLevelName, String someNewLevelDescription, int someNewLevelLevel)
          
voidAdminServiceImpl.createSkillLevel(SkillKey someSkillKey, String someNewLevelName, String someNewLevelDescription, int someNewLevelIndex)
          
 

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

Methods in org.orange.kicsa.service.skill with parameters of type SkillKey
SkillSkillService.findByPrimaryKey(SkillKey someSkillId)
          
voidSkillService.link(Skill someSourceSkill, String relationshipType, SkillKey someDestinationSkill)
          
intSkillService.remove(SkillKey someSkillKey)
          
voidSkillServiceImpl.addOwner(SkillKey someSkillKey, String someType, SkillKey someDestinationSkillKey)
          Crée une relation enter deux compétences
SkillSkillServiceImpl.findByPrimaryKey(SkillKey someSkillKey)
          
voidSkillServiceImpl.link(Skill someSourceSkill, String relationshipType, SkillKey someDestinationSkill)
          Crée une relation enter deux compétences
intSkillServiceImpl.remove(SkillKey someSkillKey)
          Supprime une compétence
SkillSkillServiceRemote.findByPrimaryKey(SkillKey someSkillId)
          
voidSkillServiceRemote.link(Skill someSourceSkill, String relationshipType, SkillKey someDestinationSkill)
          
intSkillServiceRemote.remove(SkillKey someSkillKey)