| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
| Method Summary | |
void | clearCache() |
Skill | create(Skill someSkill) |
Map | getAll() |
Skill | getByPrimaryKey(SkillKey someKey) |
Collection | getChilds(Skill someParentSkill) |
Collection | getDestinations(Skill someSourceSkill) |
Collection | getDestinations(Skill someSourceSkill, String someRelationshipType) |
SortedMap | getLevels(SkillKey someSkillKey) |
Collection | getParents(Skill someChildSkill) |
Collection | getSources(Skill someDestinationSkill, String someRelationshipType) |
void | link(Skill someSource, String type, SkillKey someDestination) |
int | remove(SkillKey someSkillKey) |
void | removeRelationship(SkillKey someSkillKey, String relationshipType, SkillKey relationshipDestination) |
int | removeRelationships(SkillKey someSkillKey) |
Skill | update(Skill someSkill) |
void | updateRelationship(SkillKey someSkillKey, String relationshipType, SkillKey relationshipDestination) |
| Method Detail |
public void clearCache()
public Skill create(Skill someSkill)
throws org.orange.util.integration.DAOException
public Map getAll()
throws org.orange.util.integration.DAOException
public Skill getByPrimaryKey(SkillKey someKey)
throws org.orange.util.integration.DAOException,
org.orange.kicsa.SkillNotFoundException
public Collection getChilds(Skill someParentSkill)
throws org.orange.util.integration.DAOException
public Collection getDestinations(Skill someSourceSkill)
throws org.orange.util.integration.DAOException
public Collection getDestinations(Skill someSourceSkill, String someRelationshipType)
throws org.orange.util.integration.DAOException
public SortedMap getLevels(SkillKey someSkillKey)
throws org.orange.util.integration.DAOException,
org.orange.kicsa.SkillNotFoundException
public Collection getParents(Skill someChildSkill)
throws org.orange.util.integration.DAOException
public Collection getSources(Skill someDestinationSkill, String someRelationshipType)
throws org.orange.util.integration.DAOException
public void link(Skill someSource, String type, SkillKey someDestination)
throws org.orange.util.integration.DAOException
public int remove(SkillKey someSkillKey)
throws org.orange.util.integration.DAOException
public void removeRelationship(SkillKey someSkillKey, String relationshipType, SkillKey relationshipDestination)
throws org.orange.util.integration.DAOException
public int removeRelationships(SkillKey someSkillKey)
throws org.orange.util.integration.DAOException
public Skill update(Skill someSkill)
throws org.orange.util.integration.DAOException
public void updateRelationship(SkillKey someSkillKey, String relationshipType, SkillKey relationshipDestination)
throws org.orange.util.integration.DAOException
| Dependency Links |
to Class java.util.SortedMap
to Class org.orange.kicsa.business.skill.SkillKey
to Class org.orange.util.integration.DAOException
to Class org.orange.kicsa.SkillNotFoundException
to Class org.orange.kicsa.business.skill.Skill
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>
to Class Diagram org.orange.util.integration
to Class Diagram org.orange.util
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||