| Package | Description |
|---|---|
| com.centit.product.oa.controller | |
| com.centit.product.oa.dao | |
| com.centit.product.oa.po | |
| com.centit.product.oa.service | |
| com.centit.product.oa.service.impl |
| Modifier and Type | Method and Description |
|---|---|
WorkDay |
EnterpriseCalendarController.getMarkDay(String sCurDate,
javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkDay> |
EnterpriseCalendarController.findMarkDayByCurrMonth(String sCurDate,
javax.servlet.http.HttpServletRequest request) |
List<WorkDay> |
EnterpriseCalendarController.listMarkDay(javax.servlet.http.HttpServletRequest request) |
List<WorkDay> |
EnterpriseCalendarController.rangeHolidays(javax.servlet.http.HttpServletRequest request) |
List<WorkDay> |
EnterpriseCalendarController.rangeWorkDays(javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
EnterpriseCalendarController.saveData(WorkDay workDay,
javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
WorkDay |
WorkDayDao.getWorkDay(String topUnit,
Date currDate) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkDay> |
WorkDayDao.listWorkDays(String topUnit,
Date startDate,
Date endDate) |
| Modifier and Type | Method and Description |
|---|---|
WorkDay |
WorkDay.clearProperties() |
WorkDay |
WorkDay.copy(WorkDay other) |
WorkDay |
WorkDay.copyNotNullProperty(WorkDay other) |
| Modifier and Type | Method and Description |
|---|---|
WorkDay |
WorkDay.copy(WorkDay other) |
WorkDay |
WorkDay.copyNotNullProperty(WorkDay other) |
| Modifier and Type | Method and Description |
|---|---|
WorkDay |
WorkDayManager.getWorkDay(String topUnit,
Date currDate) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkDay> |
WorkDayManager.listWorkDays(String topUnit,
Date startDate,
Date endDate) |
List<WorkDay> |
WorkDayManager.rangeHolidays(String topUnit,
Date startDate,
Date endDate) |
List<WorkDay> |
WorkDayManager.rangeWorkDays(String topUnit,
Date startDate,
Date endDate) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkDayManager.mergeWorkDay(WorkDay workDay)
保存工作日对象,只有特殊的情况才需要保存; 或者和system租户不同的情况下需要设置
|
| Modifier and Type | Method and Description |
|---|---|
WorkDay |
WorkDayManagerImpl.getWorkDay(String topUnit,
Date currDate) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkDay> |
WorkDayManagerImpl.listWorkDays(String topUnit,
Date startDate,
Date endDate) |
List<WorkDay> |
WorkDayManagerImpl.rangeHolidays(String topUnit,
Date startDate,
Date endDate) |
List<WorkDay> |
WorkDayManagerImpl.rangeWorkDays(String topUnit,
Date startDate,
Date endDate) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkDayManagerImpl.mergeWorkDay(WorkDay workDay) |
Copyright © 2024 Centit Information Technical, co. Inc.. All rights reserved.