org.orange.kicsa.service.admin
Interface AdminService

All Known Implementing Classes:
AdminServiceImpl

public interface AdminService

Author:
Jérôme Beau pour Orange (c) 2002
Version: 0.1, Initiale

Method Summary
 RelationshipTypecreateRelationshipType(RelationshipType someRelationshipType)
           
 voidcreateSkillLevel(SkillKey someSkillKey, String someNewLevelName, String someNewLevelDescription, int someNewLevelLevel)
           
 voidupdate(Skill someRootSkill, Map someRelationshipTypes)
           

Method Detail

createRelationshipType

public RelationshipType createRelationshipType(RelationshipType someRelationshipType)

createSkillLevel

public void createSkillLevel(SkillKey someSkillKey, String someNewLevelName, String someNewLevelDescription, int someNewLevelLevel)

update

public void update(Skill someRootSkill, Map someRelationshipTypes)

Dependency Links

to Class org.orange.kicsa.business.skill.Skill

to Class java.util.Map

to Class org.orange.kicsa.business.skill.RelationshipType

to Class org.orange.kicsa.business.skill.SkillKey

to Class java.lang.String

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>