Package | Description |
---|---|
com.genesyslab.wfm8.API.service.schedule850 |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<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 |
SchState.withWmEndDateTime(double value) |
SchState |
SchState.withWmPaid(boolean value) |
SchState |
SchState.withWmPaidMinutes(int value) |
SchState |
SchState.withWmRefId(int value) |
SchState |
SchState.withWmStartDateTime(double value) |
SchState |
SchState.withWmStateId(int value) |
SchState |
SchState.withWmStateType(int value) |
Modifier and Type | Method and Description |
---|---|
java.util.List<SchState> |
SchAgentDay.getSchStates()
Gets the value of the schStates property.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
WFMScheduleService850Soap.replaceState(int scheduleID,
CfgAgentFilter agentFilter,
CfgActivityFilter activityFilter,
SchStateFilter stateFilter,
SchState findState,
SchState replaceWithState,
int timezoneId,
boolean ignoreWarnings,
boolean allOrNothing,
boolean autoCommit)
Used to find one and replace with another schedule state for given agents.
|
SchAgentDay |
SchAgentDay.withSchStates(SchState... values) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
WFMScheduleService850Soap.deleteState(int scheduleID,
CfgAgentFilter agentFilter,
CfgActivityFilter activityFilter,
SchStateFilter stateFilter,
java.util.List<SchState> states,
int timezoneId,
boolean ignoreWarnings,
boolean allOrNothing,
boolean autoCommit)
Deletes the specified scheduled state(s) from the agent(s) schedules.
|
java.lang.String |
WFMScheduleService850Soap.insertState(int scheduleID,
CfgAgentFilter agentFilter,
CfgActivityFilter activityFilter,
SchStateFilter stateFilter,
java.util.List<SchState> states,
int timezoneId,
boolean ignoreWarnings,
boolean allOrNothing,
boolean autoCommit)
Used to insert the same schedule states into different agents' schedules.
|
void |
SchAgentDay.setSchStates(java.util.List<SchState> schStates)
Sets the value of the schStates property.
|
SchAgentDay |
SchAgentDay.withSchStates(java.util.Collection<SchState> values) |
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.