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 SchState[] |
SchAgentDay.schStates
A list of all schedule states
SchState in the day, including Activity and Shift states as well
as full-day states like full-day exception, day off or vacation. |
Modifier and Type | Method and Description |
---|---|
SchState[] |
SchAgentDay.getSchStates()
Gets the schStates value for this SchAgentDay.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
WFMScheduleService712Soap.deleteState(int scheduleID,
int siteID,
int[] teamIDArray,
int[] agentIDArray,
int[] contractIDFilter,
SchStateID[] stateIDFilter,
SchState[] states,
boolean ignoreWarnings,
boolean allOrNothing,
boolean autoCommit)
Deletes specified scheduled state(s) from agent(s) schedules.
|
java.lang.String |
WFMScheduleService712Soap.insertState(int scheduleID,
int siteID,
int[] teamIDArray,
int[] agentIDArray,
int[] contractIDFilter,
SchStateID[] stateIDFilter,
SchState[] states,
boolean ignoreWarnings,
boolean allOrNothing,
boolean autoCommit)
Used to insert new scheduled state to agents' schedules.
|
void |
SchAgentDay.setSchStates(SchState[] schStates)
Sets the schStates 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.