| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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 | |
SkillKey | SkillNotFoundException.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 | |
SkillKey | Ability.getSkillKey() |
SkillKey | AbilityImpl.getSkillKey() |
| Methods in org.orange.kicsa.business.ability with parameters of type SkillKey | |
void | Ability.setSkillKey(SkillKey skillKey) |
void | AbilityImpl.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 | |
SkillKey | Relationship.getDestinationKey() |
SkillKey | RelationshipImpl.getDestinationKey() |
SkillKey | Skill.getKey() |
SkillKey | SkillFactory.getRootKey() |
SkillKey | SkillFactoryImpl.getRootKey() |
SkillKey | SkillImpl.getKey() |
| Methods in org.orange.kicsa.business.skill with parameters of type SkillKey | |
void | Relationship.setDestinationKey(SkillKey destinationKey) |
void | RelationshipImpl.setDestinationKey(SkillKey someDestinationKey) |
| Uses of SkillKey in org.orange.kicsa.integration.ability |
| Methods in org.orange.kicsa.integration.ability with parameters of type SkillKey | |
Collection | AbilityDAO.getBySkill(SkillKey someSkillKey) |
int | AbilityDAO.removeBySkill(SkillKey someSkillKey) |
Collection | AbilityJDBCDAO.getBySkill(SkillKey someSkillKey) |
int | AbilityJDBCDAO.removeBySkill(SkillKey someSkillKey) |
Collection | AbilityJDODAO.getBySkill(SkillKey someSkillKey) |
int | AbilityJDODAO.removeBySkill(SkillKey someSkillKey) |
Collection | AbilityMemoryDAO.getBySkill(SkillKey someSkillKey) |
int | AbilityMemoryDAO.removeBySkill(SkillKey someSkillKey) |
| Uses of SkillKey in org.orange.kicsa.integration.admin |
| Methods in org.orange.kicsa.integration.admin with parameters of type SkillKey | |
void | OwnerDAO.create(SkillKey someSkill, EmployeeKey someEmployee) |
Collection | OwnerDAO.getOwnersBySkill(SkillKey someSkill) |
void | OwnerDAO.remove(SkillKey someSkill, EmployeeKey someEmployee) |
int | OwnerDAO.removeBySkill(SkillKey someSkill) |
void | OwnerJDBCDAO.create(SkillKey someSkill, EmployeeKey someEmployee)Enregistre une nouveau propriétaire de compétence |
Collection | OwnerJDBCDAO.getOwnersBySkill(SkillKey someSkill) |
void | OwnerJDBCDAO.remove(SkillKey someSkill, EmployeeKey someEmployee)Supprime un enregistrement de compétence |
int | OwnerJDBCDAO.removeBySkill(SkillKey someSkill) |
| Uses of SkillKey in org.orange.kicsa.integration.skill |
| Methods in org.orange.kicsa.integration.skill with parameters of type SkillKey | |
Skill | SkillDAO.getByPrimaryKey(SkillKey someKey) |
SortedMap | SkillDAO.getLevels(SkillKey someSkillKey) |
void | SkillDAO.link(Skill someSource, String type, SkillKey someDestination) |
int | SkillDAO.remove(SkillKey someSkillKey) |
void | SkillDAO.removeRelationship(SkillKey someSkillKey, String relationshipType, SkillKey relationshipDestination) |
int | SkillDAO.removeRelationships(SkillKey someSkillKey) |
void | SkillDAO.updateRelationship(SkillKey someSkillKey, String relationshipType, SkillKey relationshipDestination) |
Skill | SkillJDBCDAO.getByPrimaryKey(SkillKey someKey) |
SortedMap | SkillJDBCDAO.getLevels(SkillKey someSkillKey) |
void | SkillJDBCDAO.link(Skill someFromSkill, String someType, SkillKey someToSkillKey)Crée une nouvelle relation entre deux compétences |
Skill | SkillJDBCDAO.readByPrimaryKey(SkillKey someKey)Get a skill by its name |
SortedMap | SkillJDBCDAO.readLevels(SkillKey someSkillKey) |
int | SkillJDBCDAO.remove(SkillKey someSkillKey)Supprime un enregistrement de compétence |
void | SkillJDBCDAO.removeRelationship(SkillKey someSource, String someRelationshipType, SkillKey someDestination) |
int | SkillJDBCDAO.removeRelationships(SkillKey someSkillKey)Remove relationships to or from a skill |
void | SkillJDBCDAO.updateRelationship(SkillKey someSource, String someRelationshipType, SkillKey someDestination)Update a relationship between two skills |
void | SkillMemoryDAO.cacheDestination(Skill someSourceSkill, String someRelationshipType, SkillKey someDestinationSkill) |
Skill | SkillMemoryDAO.getByPrimaryKey(SkillKey someSkillKey) |
SortedMap | SkillMemoryDAO.getLevels(SkillKey someSkillKey) |
void | SkillMemoryDAO.link(Skill someSourceSkill, String someType, SkillKey someDestinationSkill)Crée une nouvelle relation entre deux compétences |
int | SkillMemoryDAO.remove(SkillKey someSkillKey) |
void | SkillMemoryDAO.removeRelationship(SkillKey someSkillKey, String relationshipType, SkillKey relationshipDestination) |
int | SkillMemoryDAO.removeRelationships(SkillKey someSkillKey) |
void | SkillMemoryDAO.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 | |
int | AbilityService.removeSkill(SkillKey someSkillKey) |
int | AbilityServiceImpl.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 | |
void | AdminService.createSkillLevel(SkillKey someSkillKey, String someNewLevelName, String someNewLevelDescription, int someNewLevelLevel) |
void | AdminServiceImpl.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 | |
Skill | SkillService.findByPrimaryKey(SkillKey someSkillId) |
void | SkillService.link(Skill someSourceSkill, String relationshipType, SkillKey someDestinationSkill) |
int | SkillService.remove(SkillKey someSkillKey) |
void | SkillServiceImpl.addOwner(SkillKey someSkillKey, String someType, SkillKey someDestinationSkillKey)Crée une relation enter deux compétences |
Skill | SkillServiceImpl.findByPrimaryKey(SkillKey someSkillKey) |
void | SkillServiceImpl.link(Skill someSourceSkill, String relationshipType, SkillKey someDestinationSkill)Crée une relation enter deux compétences |
int | SkillServiceImpl.remove(SkillKey someSkillKey)Supprime une compétence |
Skill | SkillServiceRemote.findByPrimaryKey(SkillKey someSkillId) |
void | SkillServiceRemote.link(Skill someSourceSkill, String relationshipType, SkillKey someDestinationSkill) |
int | SkillServiceRemote.remove(SkillKey someSkillKey) |
| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||