Package | Description |
---|---|
com.genesyslab.wfm7.API.service.schedule761 |
Modifier and Type | Field and Description |
---|---|
private SchAgentDay[] |
SchAgentDayHolder.schAgentDay
A sorted/grouped list of
SchAgentDay . |
Modifier and Type | Method and Description |
---|---|
SchAgentDay[] |
SchAgentDayHolder.getSchAgentDay()
Gets the schAgentDay value for this SchAgentDayHolder.
|
Modifier and Type | Method and Description |
---|---|
SchAgentDayHolder |
WFMScheduleService761Soap.buildAgentDay(int scheduleID,
int siteID,
SchAgentDay[] newSchedule,
SchAgentDayDetails schDetails)
Builds complete schedule shifts with optimal break/meal distibution for the given schedule shifts
|
SchAgentDayHolder |
WFMScheduleService761Soap.buildAgentDayInSnapshot(java.lang.String schSnapshotID,
SchAgentDay[] newSchedule,
SchAgentDay[] modifiedSchedule,
SchAgentDayDetails schDetails)
Builds complete schedule shifts with optimal break/meal distibution for the given schedule shifts (based on existing schedule snapshot).
|
SchAgentDayHolder |
WFMScheduleService761Soap.buildAgentDayInSnapshot(java.lang.String schSnapshotID,
SchAgentDay[] newSchedule,
SchAgentDay[] modifiedSchedule,
SchAgentDayDetails schDetails)
Builds complete schedule shifts with optimal break/meal distibution for the given schedule shifts (based on existing schedule snapshot).
|
SchCoverageHolder |
WFMScheduleService761Soap.getStateGroupCoverageFromSnapshot(java.lang.String schSnapshotID,
int[] stateGroups,
int granularity,
SchAgentDay[] modifiedSchedule)
Calculates schedule state group coverage for every specified state group, taking schedules
from the existing schedule snapshot.
|
java.lang.String |
WFMScheduleService761Soap.insertAgentDay(int scheduleID,
CfgAgentFilter agentFilter,
SchStateFilter stateFilter,
SchAgentDay[] agentDayArray,
boolean buildAgentDay,
boolean ignoreWarnings,
boolean allOrNothing,
boolean autoCommit)
Used to insert the same agent day schedule(s) for multiple agents.
|
SchValidationHolder |
WFMScheduleService761Soap.saveAgentDay(int scheduleID,
SchAgentDay[] agentDayArray,
boolean ignoreWarnings,
boolean checkTimestamp,
boolean autoCommit)
Saves agent day schedule to database.
|
java.lang.String |
WFMScheduleService761Soap.saveAgentDayAsync(int scheduleID,
SchAgentDay[] agentDayArray,
boolean ignoreWarnings,
boolean checkTimestamp,
boolean autoCommit)
Saves agent day schedule to database asynchronously.
|
void |
SchAgentDayHolder.setSchAgentDay(SchAgentDay[] schAgentDay)
Sets the schAgentDay value for this SchAgentDayHolder.
|
SchValidationHolder |
WFMScheduleService761Soap.validateAgentDay(int scheduleID,
int siteID,
SchAgentDay[] agentDayArray) |
Constructor and Description |
---|
SchAgentDayHolder(int schAgentDayNSizeIs,
SchAgentDay[] schAgentDay,
int schAgentDayShortNSizeIs,
SchAgentDayShort[] schAgentDayShort,
int schStateInfoNSizeIs,
SchStateInfo[] schStateInfo,
int schAgentTotalsNSizeIs,
SchAgentTotals[] schAgentTotals,
CfgAgentHolder cfgAgentInfo,
int schAgentDayCount,
long timestamp) |
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.