Package | Description |
---|---|
com.genesyslab.wfm7.API.service.scheduleTrade720 |
Modifier and Type | Field and Description |
---|---|
private SchTradeResponseStatus[] |
SchTradeNotification.responses
A list of
SchTradeResponseStatus identifying trade responses that status has changed and their new statuses. |
Modifier and Type | Method and Description |
---|---|
SchTradeResponseStatus |
WFMScheduleTradeService720Soap.acceptTradeProposal(int siteID,
int agentID,
int proposalID,
java.lang.String comments)
Acceptation of proposal creates a response record, which goes back to proposing agent for final handshake.
|
SchTradeResponseStatus |
WFMScheduleTradeService720Soap.cancelTradeResponse(int siteID,
int agentID,
int responseID,
java.lang.String comments)
A response to proposal can be canceled by responding agent at any time while proposal is in "Accept" or "In Review" status.
|
SchTradeResponseStatus |
WFMScheduleTradeService720Soap.declineTradeResponse(int siteID,
int agentID,
int responseID,
java.lang.String comments)
A proposing agent can select to decline response from community to community proposal as well as response from agent responding to personal proposal if two-way handshake was requested.
|
SchTradeResponseStatus[] |
SchTradeNotification.getResponses()
Gets the responses value for this SchTradeNotification.
|
Modifier and Type | Method and Description |
---|---|
void |
SchTradeNotification.setResponses(SchTradeResponseStatus[] responses)
Sets the responses 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.