package com.wages.action;

import java.util.List;

import javax.servlet.http.HttpServletRequest;
import org.apache.struts2.ServletActionContext;

import com.wages.dao.DepartmentDao;
import com.wages.hentity.Department;

public class DepartmentAction {
	private DepartmentDao departmentDao;
	
	
	
	public DepartmentDao getDepartmentDao() {
		return departmentDao;
	}

	public void setDepartmentDao(DepartmentDao departmentDao) {
		this.departmentDao = departmentDao;
	}
	public Department dep;
	
	public Department getDep() {
		return dep;
	}

	public void setDep(Department dep) {
		this.dep = dep;
	}
	public String adddepartment() {
		return "adddepartment";
	}
	
//²é
	public String departments() {
	
		HttpServletRequest request = ServletActionContext.getRequest();
		List<Department> departments = departmentDao.department();
		request.setAttribute("departments", departments);
		return "departments";
	}
////ɾ	
	public String delDepartments() {
		
		departmentDao.delDepartment(dep.getDepartmentId());
		return departments();
	}
////¸Ä
	public String departmentDetail() {
		HttpServletRequest request = ServletActionContext.getRequest();
		Department curDepartment = departmentDao.queryDepartment(dep.getDepartmentId());
		request.setAttribute("curDepartment", curDepartment);
		return "departmentDetail";
	}
	public String updateDepartment()
	{
		departmentDao.updateDepartment(dep);
		return departments();
	}
////Ôö	
	public String departmentAdd() {
		departmentDao.departmentAdd(dep);
		return departments();
	}
//	
	
}
最近下载更多
255921158  LV5 7月17日
pangzhihui  LV14 5月15日
阿昌先生  LV13 3月26日
wuying8208  LV15 2023年11月25日
hz1109  LV7 2023年11月7日
微信网友_6482083022819328  LV14 2023年5月22日
qfch120  LV8 2023年3月28日
13655961071  LV5 2022年12月24日
微信网友_6254095067451392  LV3 2022年12月9日
zhaoyangwfd  LV17 2022年10月11日
最近浏览更多
zhangsan_lisi 9月18日
暂无贡献等级
255921158  LV5 7月17日
quartz  LV8 7月1日
educationAAA  LV11 6月23日
ailixiya  LV1 6月11日
wangbh1234  LV1 6月6日
2578193624  LV2 6月1日
pangzhihui  LV14 5月15日
uid0901  LV2 4月28日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友