Package | Description |
---|---|
com.genesyslab.wfm8.API.service.scheduleTrade850 |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<SchTradeStatus> |
SchTradeNotification.trades
A list of
SchTradeStatus identifying trades whose status has changed, with their new statuses. |
Modifier and Type | Method and Description |
---|---|
SchTradeStatus |
WFMScheduleTradeService850Soap.approveTrade(int siteID,
int tradeID,
java.lang.String comments)
A supervisor may approve a pending trade.
|
SchTradeStatus |
WFMScheduleTradeService850Soap.declineTrade(int siteID,
int tradeID,
java.lang.String comments)
A supervisor may decline the trade.
|
SchTradeStatus |
SchTradeStatus.withGswUserId(int value) |
SchTradeStatus |
SchTradeStatus.withWmComments(java.lang.String value) |
SchTradeStatus |
SchTradeStatus.withWmStatus(int value) |
SchTradeStatus |
SchTradeStatus.withWmTimestamp(double value) |
SchTradeStatus |
SchTradeStatus.withWmTradeId(int value) |
Modifier and Type | Method and Description |
---|---|
java.util.List<SchTradeStatus> |
SchTradeNotification.getTrades()
Gets the value of the trades property.
|
Modifier and Type | Method and Description |
---|---|
SchTradeNotification |
SchTradeNotification.withTrades(SchTradeStatus... values) |
Modifier and Type | Method and Description |
---|---|
void |
SchTradeNotification.setTrades(java.util.List<SchTradeStatus> trades)
Sets the value of the trades property.
|
SchTradeNotification |
SchTradeNotification.withTrades(java.util.Collection<SchTradeStatus> values) |
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.