Package | Description |
---|---|
com.genesyslab.wfm7.API.service.config750 | |
com.genesyslab.wfm7.API.service.schedule750 |
WFM Schedule Service is part of WFM Server that handles schedule data.
|
Modifier and Type | Method and Description |
---|---|
CfgSnapshot |
WFMConfigService750Soap.openAgentByActivitySnapshot(int siteID,
int[] activityIDArray,
double startDate,
double endDate,
int sortMode,
boolean ascending) |
CfgSnapshot |
WFMConfigService750Soap.openAgentByContractSnapshot(int siteID,
int contractID,
double startDate,
double endDate,
int sortMode,
boolean ascending) |
CfgSnapshot |
WFMConfigService750Soap.openAgentByRotationSnapshot(int siteID,
int rotationID,
double startDate,
double endDate,
int sortMode,
boolean ascending) |
CfgSnapshot |
WFMConfigService750Soap.openAgentByTeamSnapshot(int siteID,
int[] teamIDArray,
int[] agentIDArray,
double startDate,
double endDate,
int sortMode,
boolean ascending) |
CfgSnapshot |
WFMConfigService750Soap.openAgentSnapshot(int siteID,
int[] agentIDArray,
int sortMode,
boolean ascending) |
CfgSnapshot |
WFMConfigService750Soap.openAllAgentSnapshot(int siteID,
double startDate,
double endDate,
int sortMode,
boolean ascending) |
CfgSnapshot |
WFMConfigService750Soap.openContractSnapshot(int siteID,
int[] contractIDArray,
int sortMode,
boolean ascending) |
CfgSnapshot |
WFMConfigService750Soap.openProfileByActivitySnapshot(int siteID,
int[] activityIDArray,
int sortMode,
boolean ascending) |
CfgSnapshot |
WFMConfigService750Soap.openProfileByContractSnapshot(int siteID,
int contractID,
int sortMode,
boolean ascending) |
CfgSnapshot |
WFMConfigService750Soap.openProfileSnapshot(int siteID,
int[] profileIDArray,
int sortMode,
boolean ascending) |
CfgSnapshot |
WFMConfigService750Soap.openTeamSnapshot(int siteID,
int[] teamIDArray,
int sortMode,
boolean ascending) |
Modifier and Type | Method and Description |
---|---|
CfgSnapshot |
WFMScheduleService750Soap.openMasterAgentSnapshot(int siteID,
double startDate,
double endDate,
CfgAgentFilter agentFilter,
int sortMode,
boolean ascending) |
CfgSnapshot |
WFMScheduleService750Soap.openScenarioAgentSnapshot(int scheduleID,
int siteID,
int[] agentTypeFilter,
CfgAgentFilter agentFilter,
int sortMode,
boolean ascending) |
CfgSnapshot |
WFMScheduleService750Soap.openScheduledAgentSnapshot(int scheduleID,
int siteID,
double startDate,
double endDate,
int[] flagFilter,
int sortMode,
boolean ascending) |
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.