Package | Description |
---|---|
com.genesyslab.wfm7.API.service.schedule750 |
WFM Schedule Service is part of WFM Server that handles schedule data.
|
com.genesyslab.wfm7.API.service.scheduleTrade750 |
Modifier and Type | Method and Description |
---|---|
SchValidationHolder |
WFMScheduleService750Soap.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 |
WFMScheduleService750Soap.saveAgentDay(int scheduleID,
int siteID,
SchAgentDay[] agentDayArray,
boolean ignoreWarnings,
boolean checkTimestamp,
boolean autoCommit)
Saves agent day schedule to database.
|
SchValidationHolder |
WFMScheduleService750Soap.swapSchedules(int scheduleID,
int siteID,
double[] days,
int agentID1,
int agentID2,
boolean ignoreWarnings,
boolean checkTimestamp,
boolean autoCommit) |
SchValidationHolder |
WFMScheduleService750Soap.validateAgentDay(int scheduleID,
int siteID,
SchAgentDay[] agentDayArray) |
SchValidationHolder |
WFMScheduleService750Soap.validatePendingAgentDayFromSnapshot(java.lang.String schSnapshotID,
int[] indexArray) |
Modifier and Type | Method and Description |
---|---|
SchValidationHolder |
WFMScheduleTradeService750Soap.checkTrade(int siteID,
int tradeID)
Checks weather the trade would violate any "soft" or "hard" constraints.
|
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.