|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Skill Data Access Object (DAO) interface.
| Method Summary | |
ResumeSkill |
getResumeSkill(Long skillId)
Gets a resumeSkill based on a skill's id |
List |
getResumeSkills(Long resumeId)
Gets a list of resume skills based on a resumeId |
void |
removeResumeSkill(ResumeSkill skill)
Deletes a skill. |
ResumeSkill |
saveResumeSkill(ResumeSkill skill)
Saves a skill's information. |
| Method Detail |
public List getResumeSkills(Long resumeId)
throws DAOException
resumeId -
Exception
DAOException
public ResumeSkill getResumeSkill(Long skillId)
throws DAOException
skillId -
Exception
DAOException
public ResumeSkill saveResumeSkill(ResumeSkill skill)
throws DAOException
skill - the skill persistable object
Exception
DAOException
public void removeResumeSkill(ResumeSkill skill)
throws DAOException
skill -
Exception
DAOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||