Package | Description |
---|---|
com.genesyslab.wfm7.API.service.schedule761 |
Modifier and Type | Method and Description |
---|---|
SchValidationHolder |
WFMScheduleService761Soap.getRequestValidation(java.lang.String requestID)
Used to retrieve validation (error/warning) messages after the completion of asynchronous operations such as insertState, deleteState, and saveAgentDayAsync.
|
SchValidationHolder |
WFMScheduleService761Soap.saveAgentDay(int scheduleID,
SchAgentDay[] agentDayArray,
boolean ignoreWarnings,
boolean checkTimestamp,
boolean autoCommit)
Saves agent day schedule to database.
|
SchValidationHolder |
WFMScheduleService761Soap.scheduleMeeting(int scheduleID,
int siteID,
int[] teamIDArray,
int[] agentIDArray,
CfgMeeting meeting,
boolean ignoreWarnings,
boolean autoCommit)
Schedules meeting and saves it to the schedule database.
|
SchValidationHolder |
WFMScheduleService761Soap.swapSchedules(int scheduleID,
int siteID,
double[] days,
int agentID1,
int agentID2,
boolean ignoreWarnings,
boolean checkTimestamp,
boolean autoCommit) |
SchValidationHolder |
WFMScheduleService761Soap.validateAgentDay(int scheduleID,
int siteID,
SchAgentDay[] agentDayArray) |
SchValidationHolder |
WFMScheduleService761Soap.validatePendingAgentDayFromSnapshot(java.lang.String schSnapshotID,
int[] indexArray) |
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.