|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Skill | |
---|---|
org.zeroexchange.dao.skill | |
org.zeroexchange.user.skill | |
org.zeroexchange.web.components.user.skill |
Uses of Skill in org.zeroexchange.dao.skill |
---|
Methods in org.zeroexchange.dao.skill that return types with arguments of type Skill | |
---|---|
protected Class<Skill> |
SkillDAOImpl.getEntityClass()
|
SlicingDataSet<Skill> |
SkillDAO.getSkills(User user)
Returns the skills for the specified user. |
SlicingDataSet<Skill> |
SkillDAOImpl.getSkills(User user)
Returns the skills for the specified user. |
Uses of Skill in org.zeroexchange.user.skill |
---|
Methods in org.zeroexchange.user.skill that return Skill | |
---|---|
Skill |
SkillsReader.getSkill(Integer skillId)
Returns skill by id. |
Skill |
DefaultSkillsReader.getSkill(Integer skillId)
Returns skill by id. |
Skill |
SkillsWriter.save(Skill skill)
Persists the specified skill. |
Skill |
DefaultSkillsWriter.save(Skill skill)
Persists the specified skill. |
Methods in org.zeroexchange.user.skill that return types with arguments of type Skill | |
---|---|
SlicingDataSet<Skill> |
SkillsReader.getSkills(User user)
Returns the skills for the specified user. |
SlicingDataSet<Skill> |
DefaultSkillsReader.getSkills(User user)
Returns the skills for the specified user. |
Methods in org.zeroexchange.user.skill with parameters of type Skill | |
---|---|
Skill |
SkillsWriter.save(Skill skill)
Persists the specified skill. |
Skill |
DefaultSkillsWriter.save(Skill skill)
Persists the specified skill. |
Uses of Skill in org.zeroexchange.web.components.user.skill |
---|
Constructor parameters in org.zeroexchange.web.components.user.skill with type arguments of type Skill | |
---|---|
SkillEditPanel(String id,
org.apache.wicket.model.Model<Skill> skillModel)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |