Package | Description |
---|---|
com.genesyslab.wfm7.API.service.scheduleTrade750 |
Modifier and Type | Field and Description |
---|---|
private SchTradeStatus[] |
SchTradeNotification.trades
A list of
SchTradeStatus identifying trades whose status has changed, with their new statuses. |
Modifier and Type | Method and Description |
---|---|
SchTradeStatus |
WFMScheduleTradeService750Soap.approveTrade(int siteID,
int tradeID,
java.lang.String comments)
A supervisor may approve a pending trade.
|
SchTradeStatus |
WFMScheduleTradeService750Soap.declineTrade(int siteID,
int tradeID,
java.lang.String comments)
A supervisor may decline the trade.
|
SchTradeStatus[] |
SchTradeNotification.getTrades()
Gets the trades value for this SchTradeNotification.
|
Modifier and Type | Method and Description |
---|---|
void |
SchTradeNotification.setTrades(SchTradeStatus[] trades)
Sets the trades value for this SchTradeNotification.
|
Constructor and Description |
---|
SchTradeNotification(long timestamp,
int proposalsNSizeIs,
SchTradeProposalStatus[] proposals,
int responsesNSizeIs,
SchTradeResponseStatus[] responses,
int tradesNSizeIs,
SchTradeStatus[] trades,
int schTradeProposalNSizeIs,
SchTradeProposal[] schTradeProposal,
int schTradeResponseNSizeIs,
SchTradeResponse[] schTradeResponse,
int schTradeNSizeIs,
SchTrade[] schTrade,
SchAgentDayHolder schedules) |
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.