Package | Description |
---|---|
com.genesyslab.wfm7.API.service.scheduleTrade750 |
Modifier and Type | Field and Description |
---|---|
private SchTradeResponseStatus[] |
SchTradeNotification.responses
A list of
SchTradeResponseStatus identifying trade responses whose status has changed, with their new statuses. |
Modifier and Type | Method and Description |
---|---|
SchTradeResponseStatus |
WFMScheduleTradeService750Soap.acceptTradeProposal(int siteID,
int agentID,
int proposalID,
java.lang.String comments)
Acceptance of the proposal creates a response record, which goes back to the proposing agent for a final handshake.
|
SchTradeResponseStatus |
WFMScheduleTradeService750Soap.cancelTradeResponse(int siteID,
int agentID,
int responseID,
java.lang.String comments)
A response to a proposal can be canceled by the responding agent at any time while the proposal is in "Accept" or "In Review" status.
|
SchTradeResponseStatus |
WFMScheduleTradeService750Soap.declineTradeResponse(int siteID,
int agentID,
int responseID,
java.lang.String comments)
A proposing agent can opt to decline a response from the community to a community proposal, as well as the response from an agent responding to a personal proposal, if a 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.