Package | Description |
---|---|
com.genesyslab.wfm7.API.service.schedule750 |
WFM Schedule Service is part of WFM Server that handles schedule data.
|
Modifier and Type | Field and Description |
---|---|
private SchBid[] |
SchCandidateHolder.bids
An array of
SchBid providing candidates' bidding. |
Modifier and Type | Method and Description |
---|---|
SchBid[] |
WFMScheduleService750Soap.getAgentBids(int scheduleID,
int siteID,
int[] agentIDArray)
Returns schedule bids for the specified agents.
|
SchBid[] |
SchCandidateHolder.getBids()
Gets the bids value for this SchCandidateHolder.
|
Modifier and Type | Method and Description |
---|---|
void |
WFMScheduleService750Soap.setAgentBids(int scheduleID,
int siteID,
int[] agentIDArray,
SchBid[] bids)
Sets schedule bid values for the specified list of agents.
|
void |
SchCandidateHolder.setBids(SchBid[] bids)
Sets the bids value for this SchCandidateHolder.
|
Constructor and Description |
---|
SchCandidateHolder(int candidatesNSizeIs,
SchCandidate[] candidates,
int cfgAgentInfoNSizeIs,
CfgAgentShort[] cfgAgentInfo,
int bidsNSizeIs,
SchBid[] bids,
int mergedCandidatesNSizeIs,
SchCandidate[] mergedCandidates) |
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.