Uses of Class
org.apache.struts2.showcase.model.Skill

Packages that use Skill
org.apache.struts2.showcase.action   
org.apache.struts2.showcase.dao   
org.apache.struts2.showcase.model   
 

Uses of Skill in org.apache.struts2.showcase.action
 

Methods in org.apache.struts2.showcase.action that return Skill
 Skill SkillAction.getCurrentSkill()
           
 

Methods in org.apache.struts2.showcase.action with parameters of type Skill
 void SkillAction.setCurrentSkill(Skill currentSkill)
           
 

Uses of Skill in org.apache.struts2.showcase.dao
 

Methods in org.apache.struts2.showcase.dao that return Skill
 Skill SkillDao.getSkill(String name)
           
 

Uses of Skill in org.apache.struts2.showcase.model
 

Methods in org.apache.struts2.showcase.model that return Skill
 Skill Employee.getMainSkill()
           
 

Methods in org.apache.struts2.showcase.model with parameters of type Skill
 void Employee.setMainSkill(Skill mainSkill)
           
 

Constructors in org.apache.struts2.showcase.model with parameters of type Skill
Employee(Long empId, String firstName, String lastName, Date birthDate, Float salary, boolean married, String position, Skill mainSkill, List otherSkills, String password, String level, String comment)
           
 



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.