Package | Description |
---|---|
com.genesyslab.wfm7.API.service.schedule720 |
WFM Schedule Service is part of WFM Server that handles schedule data.
|
com.genesyslab.wfm7.API.service.scheduleTrade720 |
Modifier and Type | Method and Description |
---|---|
SchValidationHolder |
WFMScheduleService720Soap.getRequestValidation(java.lang.String requestID)
Used to retrieve validation (error/warning) messages after completion of such asynchronous operations as insertState, deleteState, saveAgentDayAsync.
|
SchValidationHolder |
WFMScheduleService720Soap.saveAgentDay(int scheduleID,
int siteID,
SchAgentDay[] agentDayArray,
boolean ignoreWarnings,
boolean checkTimestamp,
boolean autoCommit)
Saves agent day schedule to database.
|
SchValidationHolder |
WFMScheduleService720Soap.swapSchedules(int scheduleID,
int siteID,
double[] days,
int agentID1,
int agentID2,
boolean ignoreWarnings,
boolean checkTimestamp,
boolean autoCommit) |
SchValidationHolder |
WFMScheduleService720Soap.validateAgentDay(int scheduleID,
int siteID,
SchAgentDay[] agentDayArray) |
SchValidationHolder |
WFMScheduleService720Soap.validatePendingAgentDayFromSnapshot(java.lang.String schSnapshotID,
int[] indexArray) |
Modifier and Type | Method and Description |
---|---|
SchValidationHolder |
WFMScheduleTradeService720Soap.checkTrade(int siteID,
int tradeID)
Checks weather trade would violate any "soft" or "hard" constraints.
|
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.