Package | Description |
---|---|
com.genesyslab.wfm7.API.service.schedule761 |
Modifier and Type | Field and Description |
---|---|
private SchAgentDayHolder |
SchNotification.schedules
SchAgentDayHolder contains schedule and related information |
private SchAgentDayHolder |
SchAuditLog.schedules
SchAgentDayHolder contains schedule and related information |
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.fetchAgentDayFromSnapshot(java.lang.String schSnapshotID,
int firstAgentIndex,
int lastAgentIndex,
double firstDate,
double lastDate,
SchAgentDayDetails schDetails,
CfgAgentDetails cfgAgentDetails,
boolean autoRefresh)
Retrieves a range of schedule agent days from existing schedule snapshot.
|
SchAgentDayHolder |
WFMScheduleService761Soap.getAgentDay(SchSource source,
int scheduleID,
double startDate,
double endDate,
int timezoneId,
CfgAgentFilter agentFilter,
SchStateFilter stateFilter,
SchSortMode sortMode,
SchAgentDayDetails schDetails,
CfgAgentDetails cfgAgentDetails,
SchTotalsRequest[] totalsRequest)
Loads agent days from the specified schedule for the specified range of dates and specified set of agents.
|
SchAgentDayHolder |
SchNotification.getSchedules()
Gets the schedules value for this SchNotification.
|
SchAgentDayHolder |
SchAuditLog.getSchedules()
Gets the schedules value for this SchAuditLog.
|
Modifier and Type | Method and Description |
---|---|
void |
SchNotification.setSchedules(SchAgentDayHolder schedules)
Sets the schedules value for this SchNotification.
|
void |
SchAuditLog.setSchedules(SchAgentDayHolder schedules)
Sets the schedules value for this SchAuditLog.
|
Constructor and Description |
---|
SchAuditLog(int transactionsNSizeIs,
SchAuditTransaction[] transactions,
SchAgentDayHolder schedules,
int schScenarioInfoNSizeIs,
SchScenarioShort[] schScenarioInfo,
int cfgUserInfoNSizeIs,
CfgUserShort[] cfgUserInfo) |
SchNotification(long timestamp,
int changesNSizeIs,
SchAuditDay[] changes,
SchAgentDayHolder schedules) |
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.