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

Packages that use Employee
org.apache.struts2.showcase.action   
org.apache.struts2.showcase.application   
org.apache.struts2.showcase.dao   
 

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

Methods in org.apache.struts2.showcase.action that return Employee
 Employee EmployeeAction.getCurrentEmployee()
           
 

Methods in org.apache.struts2.showcase.action with parameters of type Employee
 void EmployeeAction.setCurrentEmployee(Employee currentEmployee)
           
 

Uses of Employee in org.apache.struts2.showcase.application
 

Fields in org.apache.struts2.showcase.application declared as Employee
static Employee[] TestDataProvider.TEST_EMPLOYEES
           
 

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

Methods in org.apache.struts2.showcase.dao that return Employee
 Employee EmployeeDao.getEmployee(Long id)
           
 Employee EmployeeDao.setSkills(Employee employee, List skillNames)
           
 Employee EmployeeDao.setSkills(Long empId, List skillNames)
           
 

Methods in org.apache.struts2.showcase.dao with parameters of type Employee
 Employee EmployeeDao.setSkills(Employee employee, List skillNames)
           
 



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