Uses of Interface
fr.inra.refcomp.entities.Skill

Uses of Skill in fr.inra.refcomp.entities
 

Classes in fr.inra.refcomp.entities that implement Skill
 class SkillAbstract
           
 class SkillDTO
           
 class SkillImpl
           
 

Fields in fr.inra.refcomp.entities with type parameters of type Skill
protected  Map<org.nuiton.wikitty.entities.BusinessEntity,Skill> EntitiesList.entities
           
 

Methods in fr.inra.refcomp.entities that return Skill
 Skill AgentSkillDTO.getDomainSkill(boolean exceptionIfNotLoaded)
           
 Skill AgentSkill.getDomainSkill(boolean exceptionIfNotLoaded)
           
 Skill AgentSkillAbstract.getDomainSkill(boolean exceptionIfNotLoaded)
           
static Skill AgentSkillHelper.getDomainSkill(org.nuiton.wikitty.entities.Wikitty wikitty, boolean exceptionIfNotLoaded)
           
 Skill AgentSkillDTO.getTechnicalSkill(boolean exceptionIfNotLoaded)
           
 Skill AgentSkill.getTechnicalSkill(boolean exceptionIfNotLoaded)
           
 Skill AgentSkillAbstract.getTechnicalSkill(boolean exceptionIfNotLoaded)
           
static Skill AgentSkillHelper.getTechnicalSkill(org.nuiton.wikitty.entities.Wikitty wikitty, boolean exceptionIfNotLoaded)
           
static Skill AgentSkillHelper.setDomainSkill(org.nuiton.wikitty.entities.Wikitty wikitty, Skill domainSkill)
           
static Skill AgentSkillHelper.setTechnicalSkill(org.nuiton.wikitty.entities.Wikitty wikitty, Skill technicalSkill)
           
 

Methods in fr.inra.refcomp.entities that return types with arguments of type Skill
 Map<org.nuiton.wikitty.entities.BusinessEntity,Skill> EntitiesList.getEntities()
           
 

Methods in fr.inra.refcomp.entities with parameters of type Skill
 void EntitiesList.addEntity(org.nuiton.wikitty.entities.BusinessEntity entity, Skill skill)
           
 void AgentSkillDTO.setDomainSkill(Skill domainSkill)
           
 void AgentSkill.setDomainSkill(Skill domainSkill)
           
 void AgentSkillAbstract.setDomainSkill(Skill domainSkill)
           
static Skill AgentSkillHelper.setDomainSkill(org.nuiton.wikitty.entities.Wikitty wikitty, Skill domainSkill)
           
 void AgentSkillDTO.setTechnicalSkill(Skill technicalSkill)
           
 void AgentSkill.setTechnicalSkill(Skill technicalSkill)
           
 void AgentSkillAbstract.setTechnicalSkill(Skill technicalSkill)
           
static Skill AgentSkillHelper.setTechnicalSkill(org.nuiton.wikitty.entities.Wikitty wikitty, Skill technicalSkill)
           
 

Method parameters in fr.inra.refcomp.entities with type arguments of type Skill
 void EntitiesList.setEntities(Map<org.nuiton.wikitty.entities.BusinessEntity,Skill> entities)
           
 

Constructor parameters in fr.inra.refcomp.entities with type arguments of type Skill
EntitiesList(Map<org.nuiton.wikitty.entities.BusinessEntity,Skill> entities)
           
 



Copyright © 2010-2012 Code Lutin. All Rights Reserved.