Package | Description |
---|---|
com.genesyslab.wfm7.API.service.schedule712 |
WFM Schedule Service is part of WFM Server that handles schedule data.
|
Modifier and Type | Field and Description |
---|---|
private SchCoverage[] |
SchAgentDay.coverage
Used internally to calculate activity coverage for the day.
|
Modifier and Type | Method and Description |
---|---|
SchCoverage[] |
SchAgentDay.getCoverage()
Gets the coverage value for this SchAgentDay.
|
Modifier and Type | Method and Description |
---|---|
void |
SchAgentDay.setCoverage(SchCoverage[] coverage)
Sets the coverage value for this SchAgentDay.
|
Constructor and Description |
---|
SchAgentDay(int gswUserId,
int wmScheduleId,
int wmSiteId,
int gswAgentId,
double wmDate,
int wmDayType,
int wmExceptionTypeId,
int wmTimeOffTypeId,
double wmStartDateTime,
double wmEndDateTime,
int wmShiftId,
double wmShiftStartDateTime,
double wmShiftEndDateTime,
java.lang.String wmComments,
java.lang.String wmSwordDescribe,
int wmFlag,
int wmPaidMinutes,
int wmWorkMinutes,
int wmVacationMinutes,
int wmOvertimeMinutes,
int schActivitiesNSizeIs,
int[] schActivities,
int coverageNSizeIs,
SchCoverage[] coverage,
int schStatesNSizeIs,
SchState[] schStates,
int schActivitySetInfoNSizeIs,
SchActivitySet[] schActivitySetInfo,
double wmPrevEndDateTime,
double wmNextStartDateTime,
boolean eligibleForTrade,
long timestamp) |
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.