org.appfuse.persistence.hibernate
Class SkillDAOHibernate
java.lang.Object
org.springframework.orm.hibernate.support.HibernateDaoSupport
org.appfuse.persistence.hibernate.SkillDAOHibernate
- All Implemented Interfaces:
- DAO, InitializingBean, SkillDAO
- public class SkillDAOHibernate
- extends HibernateDaoSupport
- implements SkillDAO
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SkillDAOHibernate
public SkillDAOHibernate()
getResumeSkill
public ResumeSkill getResumeSkill(Long skillId)
throws DAOException
- Description copied from interface:
SkillDAO
- Gets a resumeSkill based on a skill's id
- Specified by:
getResumeSkill in interface SkillDAO
- Parameters:
skillId -
- Returns:
- Skill
- Throws:
DAOException- See Also:
SkillDAO.getResumeSkill(java.lang.Long)
getResumeSkills
public List getResumeSkills(Long resumeId)
throws DAOException
- Description copied from interface:
SkillDAO
- Gets a list of resume skills based on a resumeId
- Specified by:
getResumeSkills in interface SkillDAO
- Parameters:
resumeId -
- Returns:
- List of resume's skills
- Throws:
DAOException- See Also:
SkillDAO.getResumeSkills(java.lang.Long)
removeResumeSkill
public void removeResumeSkill(ResumeSkill skill)
throws DAOException
- Description copied from interface:
SkillDAO
- Deletes a skill.
- Specified by:
removeResumeSkill in interface SkillDAO
- Parameters:
skill -
- Throws:
DAOException- See Also:
SkillDAO.removeResumeSkill(org.appfuse.model.ResumeSkill)
saveResumeSkill
public ResumeSkill saveResumeSkill(ResumeSkill skill)
throws DAOException
- Description copied from interface:
SkillDAO
- Saves a skill's information. This method is used for
both adding and for saving a skill object.
- Specified by:
saveResumeSkill in interface SkillDAO
- Parameters:
skill - the skill persistable object
- Throws:
DAOException- See Also:
SkillDAO.saveResumeSkill(org.appfuse.model.ResumeSkill)
Copyright © 2002-2004