|
Agentflow V3.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsi.wfcidata.AFScheduleManager
public class AFScheduleManager
AFScheduleManager
| Constructor Summary | |
|---|---|
AFScheduleManager(WFCI wfci)
Constructor |
|
| Method Summary | |
|---|---|
java.util.Vector |
getHalfHolidays()
Get the half-holidays list. |
java.util.Vector |
getHolidays()
Get the holidays list. |
int[] |
getWeek()
Get the weeks list. |
java.util.Vector |
getWorkdays()
Get the workdays list. |
void |
initHoliday()
Initialize holidays. |
boolean |
isHalfHoliday(java.lang.String date)
Check specified date whether it's a half of holiday or not. |
boolean |
isHoliday(java.lang.String date)
Check specified date whether it's a holiday or not. |
boolean |
isRestSat(java.lang.String date)
Check specified date whether it's a rest Saturday or not. |
void |
saveSchedule(java.util.Vector hdays,
java.util.Vector h_days,
java.util.Vector wdays,
int[] w)
Save server's schedule. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AFScheduleManager(WFCI wfci)
wfci - WFCI interface| Method Detail |
|---|
public java.util.Vector getHalfHolidays()
throws WFCIException
WFCIException
public java.util.Vector getHolidays()
throws WFCIException
WFCIException
public int[] getWeek()
throws WFCIException
WFCIException
public java.util.Vector getWorkdays()
throws WFCIException
WFCIException
public void initHoliday()
throws WFCIException
WFCIException
public boolean isHalfHoliday(java.lang.String date)
throws WFCIException
date - the givin Date format String
WFCIException
public boolean isHoliday(java.lang.String date)
throws WFCIException
date - the givin Date format String
WFCIException
public boolean isRestSat(java.lang.String date)
throws WFCIException
date - the givin Date format String
WFCIException
public void saveSchedule(java.util.Vector hdays,
java.util.Vector h_days,
java.util.Vector wdays,
int[] w)
throws WFCIException
hdays - the Vector of holidays dateh_days - the Vector of half-holidays datewdays - the Vector of workdays datew - the array of weeks integer
WFCIException
|
Agentflow V3.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||