资源简介
公司内部真实的系统,java web版的。学习j2ee的朋友很值得学习参考的系统。
代码片段和文件信息
package com.huigao.dao;
import java.util.Date;
import java.util.List;
import com.huigao.pojo.DakaLog;
/**
* 打卡管理部分数据库操作
* @author cgx
* @version 1.0
*/
public interface DakaDao {
/**
* 查询某个员工在某段时间的打卡记录
* @param userId 员工编号
* @param beginDate 开始时间
* @param endDate 结束时间
* @param start 分页起始记录
* @param limit 每页显示记录数
* @return 打卡日志列表
*/
public List listByDateTime(Integer userIdDate beginDateDate endDateInteger startInteger limit);
/**
* 查询某个员工在某段时间的打卡记录数
* @param userId 员工编号
* @param beginDate 开始时间
* @param endDate 结束时间
* @return 查询结果数
*/
public Integer getCountByDateTime(Integer userIdDate beginDateDate endDate);
/**
* 查询某个部门所有员工在某段时间的打卡记录
* @param departmentId 部门编号
* @param beginDate 开始时间
* @param endDate 结束时间
* @param start 分页起始记录
* @param limit 每页显示记录数
* @return 打卡记录集合
*/
public List listByDateTimeAndDepartment(Integer departmentIdDate beginDateDate endDateInteger startInteger limit);
/**
* 查询某个部门所有员工在某段时间的打卡记录数
* @param departmentId 部门编号
* @param beginDate 开始时间
* @param endDate 结束时间
* @return 打卡记录条数
*/
public Integer getCountByDateTimeAndDepartment(Integer departmentIdDate beginDateDate endDate);
/**
* 添加保存新的打卡记录
* @param dakaLog 打卡记录
* @throws Exception
*/
public void saveDakaLog(DakaLog dakaLog) throws Exception;
/**
* 保存或修改打卡记录
* @param dakaLog 打卡记录
* @throws Exception
*/
public void saveOrUpdate(DakaLog dakaLog) throws Exception;
/**
* 通过打卡记录编号查询某条打卡记录
* @param id 编号
* @return 打卡记录,如果没有返回null。
*/
public DakaLog getDakaLogById(Integer id) ;
/**
* 查询一条打卡记录
* @param userId 员工编号
* @param day 日期
* @return 打卡记录对象,如果没有返回null
* @throws Exception
*/
public DakaLog getDakaLogByUserAndDay(Integer userIdDate day) throws Exception;
/**
* 更新打卡记录
* @param dakaLog 打卡记录
* @throws Exception
*/
public void updateDakaLog(DakaLog dakaLog) throws Exception;
/**
* 删除某条打卡记录
* @param dakaLog 打卡记录
* @throws Exception
*/
public void deleteDakaLog(DakaLog dakaLog) throws Exception;
/**
* 某人在某段时间的工作时间(分钟)
* @param userid
* @param startDate
* @param endDate
* @return
*//*
public Integer getWorkTime(Integer userid Date startDate Date endDate);
*//**
* 某人在某段时间的加班时间
* @param userid
* @param startDate
* @param endDate
* @return
*//*
public Integer getOverTime(Integer userid Date startDate Date endDate);
*//**
* 某人在某段时间的迟到次数
* @param userid
* @param startDate
* @param endDate
* @return
*//*
public Integer getLateCount(Integer userid Date startDate Date endDate);
*//**
* 某人在某段时间的早退次数
* @param userid
* @param startDate
* @param endDate
* @return
*//*
public Integer getEarlyCount(Integer userid Date startDate Date endDate);
*/
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1468 2009-05-20 20:34 WeTogether\CodePub.Com说明.txt
文件 1468 2009-05-20 20:34 WeTogether\help\CodePub.Com说明.txt
文件 1468 2009-05-20 20:34 WeTogether\xietongsourcecode\CodePub.Com说明.txt
文件 1468 2009-05-20 20:34 WeTogether\xietongsourcecode\WebRoot\CodePub.Com说明.txt
文件 2311 2009-08-07 10:53 WeTogether\xietongsourcecode\WebRoot\js\ext-2.0\resources\license.txt
文件 119 2009-08-07 10:53 WeTogether\xietongsourcecode\WebRoot\js\ext-2.0\resources\css\README.txt
文件 1970 2009-09-27 17:15 WeTogether\WeTogether员工考勤管理及任务管理系统1.0安装步骤.txt
文件 2932 2009-09-27 17:15 WeTogether\WeTogether员工考勤管理及任务管理系统1.0简介.txt
文件 10949 2009-09-21 15:03 WeTogether\help\WeTogetherRight.files\header.htm
文件 10949 2009-09-21 13:43 WeTogether\xietongsourcecode\WebRoot\help_WeTogether\WeTogetherRight.files\header.htm
文件 12448 2009-09-09 09:58 WeTogether\xietongsourcecode\WebRoot\module\help\index_file\header.htm
文件 6304 2009-09-21 13:43 WeTogether\xietongsourcecode\WebRoot\copyRight\copyRight.html
文件 735 2009-09-21 15:03 WeTogether\help\content\cover2.html
文件 735 2009-09-21 13:43 WeTogether\xietongsourcecode\WebRoot\help_WeTogether\content\cover2.html
文件 1899 2009-08-07 10:53 WeTogether\xietongsourcecode\WebRoot\js\ext-2.0\custom\Datetime\index.html
文件 4697 2009-09-21 15:04 WeTogether\help\index.html
文件 4697 2009-09-21 13:43 WeTogether\xietongsourcecode\WebRoot\help_WeTogether\index.html
文件 159708 2009-09-09 09:58 WeTogether\xietongsourcecode\WebRoot\module\help\index.html
文件 4115 2009-09-21 15:03 WeTogether\help\WeTogether.html
文件 4115 2009-09-21 13:43 WeTogether\xietongsourcecode\WebRoot\help_WeTogether\WeTogether.html
文件 55607 2009-09-21 15:04 WeTogether\help\WeTogetherContent.html
文件 55607 2009-09-21 13:43 WeTogether\xietongsourcecode\WebRoot\help_WeTogether\WeTogetherContent.html
文件 626 2009-09-21 15:04 WeTogether\help\WeTogetherHandbook.html
文件 626 2009-09-21 13:43 WeTogether\xietongsourcecode\WebRoot\help_WeTogether\WeTogetherHandbook.html
文件 12732 2009-09-21 15:03 WeTogether\xietongsourcecode\WebRoot\WEB-INF\classes\com\huigao\struts\action\DakaAction.class
文件 978 2009-09-21 15:03 WeTogether\xietongsourcecode\WebRoot\WEB-INF\classes\com\huigao\dao\DakaDao.class
文件 2431 2009-09-21 15:03 WeTogether\xietongsourcecode\WebRoot\WEB-INF\classes\com\huigao\dao\impl\DakaDaoImpl$1.class
文件 2473 2009-09-21 15:03 WeTogether\xietongsourcecode\WebRoot\WEB-INF\classes\com\huigao\dao\impl\DakaDaoImpl$2.class
文件 5006 2009-09-21 15:03 WeTogether\xietongsourcecode\WebRoot\WEB-INF\classes\com\huigao\dao\impl\DakaDaoImpl.class
文件 4838 2009-09-21 15:03 WeTogether\xietongsourcecode\WebRoot\WEB-INF\classes\com\huigao\pojo\DakaLog.class
............此处省略1578个文件信息
相关资源
- 锐聘学院QST青软JavaWeb十二个打包
- javaweb网上购物系统源码(附数据库脚
- javaweb校园宿舍系统(附数据库脚本)
- JavaWeb书城项目(附数据库脚本)
- 基于SSH框架的JavaWeb项目—人员信息管
- javaweb实现的邮件收发系统(附数据库
- java web知识点总结思维导图
- java web项目案例——知识管理软
- 博客系统笔记以及源码
- 李兴华JavaWeb培训经典笔记
- javaweb程序源码
- 基于JavaWeb的美食图片分享网站.zip
- JavaWeb-学生在线选课系统
- JavaWeb经典项目-图书管理系统
- 二手房屋交易系统
- 网络购物商城项目-12个项目
- 毕设:基于javaweb的宿舍管理系统
- javaweb政府oa代码
- 基于SSM框架的网上书店商城项目系统
- 旅游平台JAVA WEB
- JavaWeb网上图书商城完整项目资料
- JavaWeb开发的BBS系统
- SSM+Mysql实现防慕课网项目.zip
- Java Web开发实战经典
- 深入分析JavaWeb技术内幕修订版_13596
- JavaWEB商城项目(包括数据库)
- 基于JavaWeb的网上书店的设计与实现毕
- 基于JavaWeb学生管理系统
- JavaWeb中文件上传最强工具类
- 基于javaweb的投票系统
评论
共有 条评论