Package | Description |
---|---|
com.genesyslab.wfm7.API.service.schedule712 |
WFM Schedule Service is part of WFM Server that handles schedule data.
|
Modifier and Type | Method and Description |
---|---|
SchAgentDayHolder |
WFMScheduleService712Soap.fetchAgentDayFromSnapshot(java.lang.String schSnapshotID,
int firstAgentIndex,
int lastAgentIndex,
double firstDate,
double lastDate,
int stateLayout,
int[] excludeStates,
boolean provideStateInfo,
boolean provideActivitySetInfo,
boolean provideAgentInfo,
boolean provideOvertime,
boolean provideTradeEligibility,
boolean provideTeamInfo,
boolean provideContractInfo,
boolean provideAvailabilityInfo,
boolean autoRefresh) |
SchAgentDayHolder |
WFMScheduleService712Soap.fetchPendingAgentDayFromSnapshot(java.lang.String schSnapshotID,
int firstIndex,
int lastIndex,
int stateLayout,
int[] excludeStates,
boolean provideStateInfo,
boolean provideAgentInfo,
boolean provideOvertime,
boolean provideTeamInfo,
boolean provideContractInfo,
boolean provideAvailabilityInfo) |
SchAgentDayHolder |
WFMScheduleService712Soap.getAgentDay(int source,
int scheduleID,
int siteID,
double startDate,
double endDate,
int[] teamIDArray,
int[] agentIDArray,
int[] contractIDFilter,
SchStateID[] stateIDFilter,
int[] excludeStates,
int groupMode,
int sortMode,
boolean ascending,
double sortDate,
int stateLayout,
boolean provideStateInfo,
boolean provideActivitySetInfo,
boolean provideAgentInfo,
boolean provideOvertime,
boolean provideTradeEligibility,
SchTotalsRequest[] totalsRequest,
boolean provideTeamInfo,
boolean provideContractInfo,
boolean provideAvailabilityInfo)
Loads agent days from specified schedule for specified range of dates and specified set of agents.
|
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.