Package | Description |
---|---|
com.genesyslab.wfm8.API.service.scheduleTrade810 |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<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 |
WFMScheduleTradeService810Soap.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 |
WFMScheduleTradeService810Soap.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 |
WFMScheduleTradeService810Soap.declinePersonalTradeProposal(int siteID,
int agentID,
int proposalID,
java.lang.String comments)
The responding agent may opt to decline a personal trade proposal.
|
SchTradeProposalStatus |
WFMScheduleTradeService810Soap.postTradeProposal(int siteID,
int agentID,
java.util.List<java.lang.Double> dateArray,
java.lang.String comments)
A trade proposal is posted to the community and is available to all qualifying agents.
|
SchTradeProposalStatus |
WFMScheduleTradeService810Soap.sendPersonalTradeProposal(int siteID,
int agentID,
int directToAgentID,
int handshake,
java.util.List<java.lang.Double> dateArray,
java.lang.String comments)
A trade proposal is sent directly to specified agent.
|
SchTradeProposalStatus |
SchTradeProposalStatus.withGswUserId(int value) |
SchTradeProposalStatus |
SchTradeProposalStatus.withWmComments(java.lang.String value) |
SchTradeProposalStatus |
SchTradeProposalStatus.withWmStatus(int value) |
SchTradeProposalStatus |
SchTradeProposalStatus.withWmTimestamp(double value) |
SchTradeProposalStatus |
SchTradeProposalStatus.withWmTradeProposalId(int value) |
Modifier and Type | Method and Description |
---|---|
java.util.List<SchTradeProposalStatus> |
SchTradeNotification.getProposals()
Gets the value of the proposals property.
|
Modifier and Type | Method and Description |
---|---|
SchTradeNotification |
SchTradeNotification.withProposals(SchTradeProposalStatus... values) |
Modifier and Type | Method and Description |
---|---|
void |
SchTradeNotification.setProposals(java.util.List<SchTradeProposalStatus> proposals)
Sets the value of the proposals property.
|
SchTradeNotification |
SchTradeNotification.withProposals(java.util.Collection<SchTradeProposalStatus> values) |
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.