Package | Description |
---|---|
com.genesyslab.wfm7.API.service.scheduleTrade750 |
Modifier and Type | Field and Description |
---|---|
private SchTradeProposalStatus[] |
SchTradeNotification.proposals
A list of
SchTradeProposalStatus identifying trade proposals whose status has changed, with their new statuses. |
Modifier and Type | Method and Description |
---|---|
SchTradeProposalStatus |
WFMScheduleTradeService750Soap.acceptTradeResponse(int siteID,
int agentID,
int proposalID,
int responseID,
java.lang.String comments)
A response to the proposal should be accepted by the proposing agent in order to schedule the trade to be submitted for approval.
|
SchTradeProposalStatus |
WFMScheduleTradeService750Soap.cancelTradeProposal(int siteID,
int agentID,
int proposalID,
java.lang.String comments)
A proposal can be canceled by the proposing agent at any time while it is in an "Open" or "In Review" status.
|
SchTradeProposalStatus |
WFMScheduleTradeService750Soap.declinePersonalTradeProposal(int siteID,
int agentID,
int proposalID,
java.lang.String comments)
The responding agent may opt to decline a personal trade proposal.
|
SchTradeProposalStatus[] |
SchTradeNotification.getProposals()
Gets the proposals value for this SchTradeNotification.
|
SchTradeProposalStatus |
WFMScheduleTradeService750Soap.postTradeProposal(int siteID,
int agentID,
double[] dateArray,
java.lang.String comments)
A trade proposal is posted to the community and is available to all qualifying agents.
|
SchTradeProposalStatus |
WFMScheduleTradeService750Soap.sendPersonalTradeProposal(int siteID,
int agentID,
int directToAgentID,
int handshake,
double[] dateArray,
java.lang.String comments)
A trade proposal is sent directly to specified agent.
|
Modifier and Type | Method and Description |
---|---|
void |
SchTradeNotification.setProposals(SchTradeProposalStatus[] proposals)
Sets the proposals 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.