Package | Description |
---|---|
com.genesyslab.wfm7.API.service.schedule761 |
Modifier and Type | Field and Description |
---|---|
private SchState[] |
SchAgentDay.schStates
A list of all schedule states
SchState in the day, including Activity and Shift states, as well
as full-day states such as full-day exception, day off, and vacation. |
Modifier and Type | Method and Description |
---|---|
SchState[] |
SchAgentDay.getSchStates()
Gets the schStates value for this SchAgentDay.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
WFMScheduleService761Soap.deleteState(int scheduleID,
CfgAgentFilter agentFilter,
SchStateFilter stateFilter,
SchState[] states,
int timezoneId,
boolean ignoreWarnings,
boolean allOrNothing,
boolean autoCommit)
Deletes the specified scheduled state(s) from the agent(s) schedules.
|
java.lang.String |
WFMScheduleService761Soap.insertState(int scheduleID,
CfgAgentFilter agentFilter,
SchStateFilter stateFilter,
SchState[] states,
int timezoneId,
boolean ignoreWarnings,
boolean allOrNothing,
boolean autoCommit)
Used to insert the same schedule states into different agents' schedules.
|
void |
SchAgentDay.setSchStates(SchState[] schStates)
Sets the schStates value for this SchAgentDay.
|
Constructor and Description |
---|
SchAgentDay(int gswUserId,
int wmScheduleId,
int wmSiteId,
int gswAgentId,
double wmDate,
int wmDayType,
int wmExceptionTypeId,
int wmTimeOffTypeId,
double wmStartDateTime,
double wmEndDateTime,
int wmShiftId,
double wmShiftStartDateTime,
double wmShiftEndDateTime,
java.lang.String wmComments,
java.lang.String wmSwordDescribe,
int wmFlag,
int wmPaidMinutes,
int wmWorkMinutes,
int wmVacationMinutes,
int wmOvertimeMinutes,
int schActivitiesNSizeIs,
int[] schActivities,
int coverageNSizeIs,
SchCoverage[] coverage,
int schStatesNSizeIs,
SchState[] schStates,
int schActivitySetInfoNSizeIs,
SchActivitySet[] schActivitySetInfo,
double wmPrevEndDateTime,
double wmNextStartDateTime,
boolean eligibleForTrade,
int wmTimezoneId,
long timestamp) |
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.