| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
| Method Summary | |
Skill | create(Skill someSkill, Collection someRelationships, Collection someOwners) |
Skill | createRoot(Skill someRootSkill)Crée une compétence sans contrôle de parent |
Map | findAll() |
Skill | findByPrimaryKey(SkillKey someSkillId) |
Collection | findChilds(Skill someParentSkill) |
Collection | findDestinations(Skill someSkill) |
Collection | findParents(Skill someChildSkill) |
Map | findRelationshipTypes() |
void | link(Skill someSourceSkill, String relationshipType, SkillKey someDestinationSkill) |
int | remove(SkillKey someSkillKey) |
Skill | update(Skill someSkill, Collection someRelationships, Collection someOwners) |
| Method Detail |
public Skill create(Skill someSkill, Collection someRelationships, Collection someOwners)
throws java.rmi.RemoteException
public Skill createRoot(Skill someRootSkill)
throws java.rmi.RemoteException
public Map findAll()
throws java.rmi.RemoteException
public Skill findByPrimaryKey(SkillKey someSkillId)
throws java.rmi.RemoteException,
org.orange.kicsa.SkillNotFoundException
public Collection findChilds(Skill someParentSkill)
throws java.rmi.RemoteException,
org.orange.kicsa.SkillNotFoundException
public Collection findDestinations(Skill someSkill)
throws java.rmi.RemoteException,
org.orange.kicsa.SkillNotFoundException
public Collection findParents(Skill someChildSkill)
throws java.rmi.RemoteException,
org.orange.kicsa.SkillNotFoundException
public Map findRelationshipTypes()
throws java.rmi.RemoteException
public void link(Skill someSourceSkill, String relationshipType, SkillKey someDestinationSkill)
throws java.rmi.RemoteException
public int remove(SkillKey someSkillKey)
throws java.rmi.RemoteException
public Skill update(Skill someSkill, Collection someRelationships, Collection someOwners)
throws java.rmi.RemoteException
| Dependency Links |
to Class org.orange.kicsa.business.skill.Skill
to Class org.orange.kicsa.business.skill.SkillKey
to Class java.rmi.RemoteException
to Class org.orange.kicsa.SkillNotFoundException
to Class java.util.Collection
to Class java.lang.String
to Class java.util.Map
to Class Diagram org.orange.kicsa.business.skill
to Class Diagram org.orange.kicsa.business
to Class Diagram org.orange.kicsa
to Class Diagram org.orange
to Class Diagram org
to Class Diagram <default>
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||