org.zeroexchange.user.skill
Class DefaultSkillsReader

java.lang.Object
  extended by org.zeroexchange.user.skill.DefaultSkillsReader
All Implemented Interfaces:
SkillsReader

public class DefaultSkillsReader
extends Object
implements SkillsReader

Author:
black

Constructor Summary
DefaultSkillsReader()
           
 
Method Summary
 Skill getSkill(Integer skillId)
          Returns skill by id.
 SlicingDataSet<Skill> getSkills(User user)
          Returns the skills for the specified user.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSkillsReader

public DefaultSkillsReader()
Method Detail

getSkills

public SlicingDataSet<Skill> getSkills(User user)
Returns the skills for the specified user.

Specified by:
getSkills in interface SkillsReader

getSkill

public Skill getSkill(Integer skillId)
Returns skill by id.

Specified by:
getSkill in interface SkillsReader


Copyright © 2013. All Rights Reserved.