Package | Description |
---|---|
com.genesyslab.wfm8.API.service.calendar800 |
Modifier and Type | Method and Description |
---|---|
CalFilter |
CalFilter.withActualStatuses(java.util.Collection<java.lang.Integer> values) |
CalFilter |
CalFilter.withActualStatuses(java.lang.Integer... values) |
CalFilter |
CalFilter.withAStatusArraySize(int value) |
CalFilter |
CalFilter.withExceptions(java.util.Collection<java.lang.Integer> values) |
CalFilter |
CalFilter.withExceptions(java.lang.Integer... values) |
CalFilter |
CalFilter.withExceptionsArraySize(int value) |
CalFilter |
CalFilter.withItems(java.util.Collection<java.lang.Integer> values) |
CalFilter |
CalFilter.withItems(java.lang.Integer... values) |
CalFilter |
CalFilter.withItemsArraySize(int value) |
CalFilter |
CalFilter.withSavedStatuses(java.util.Collection<java.lang.Integer> values) |
CalFilter |
CalFilter.withSavedStatuses(java.lang.Integer... values) |
CalFilter |
CalFilter.withSStatusArraySize(int value) |
CalFilter |
CalFilter.withTimeOffArraySize(int value) |
CalFilter |
CalFilter.withTimeOffs(java.util.Collection<java.lang.Integer> values) |
CalFilter |
CalFilter.withTimeOffs(java.lang.Integer... values) |
Modifier and Type | Method and Description |
---|---|
CalSnapshot |
WFMCalendarService800Soap.openCalendarSnapshotForDates(int accessLevel,
CfgAgentFilter agentFilter,
CfgActivityFilter activityFilter,
CfgAgentDetails agentDetails,
int timezoneID,
java.util.List<java.lang.Double> dates,
int schScenarioID,
CalFilter filter,
CalSort sort)
Opens sorted and filtered snapshot of Calendar items for the specified agents and dates
|
java.lang.String |
WFMCalendarService800Soap.openCalendarSnapshotForDatesAsync(int accessLevel,
CfgAgentFilter agentFilter,
CfgActivityFilter activityFilter,
int timezoneID,
java.util.List<java.lang.Double> dates,
int schScenarioID,
CalFilter filter,
CalSort sort)
Request to open sorted and filtered snapshot of Calendar items for the specified agents and dates
|
CalData |
WFMCalendarService800Soap.queryCalendarItemsForDates(int accessLevel,
CfgAgentFilter agentFilter,
CfgActivityFilter activityFilter,
CfgAgentDetails agentDetails,
int timezoneID,
java.util.List<java.lang.Double> dates,
int schScenarioID,
CalFilter filter,
CalSort sort,
int request)
Returns sorted and filtered array of Calendar items for the specified agents and dates.
|
java.lang.String |
WFMCalendarService800Soap.queryCalendarItemsForDatesAsync(int accessLevel,
CfgAgentFilter agentFilter,
CfgActivityFilter activityFilter,
int timezoneID,
java.util.List<java.lang.Double> dates,
int schScenarioID,
CalFilter filter,
CalSort sort,
int request)
Requests sorted and filtered array of Calendar items for the specified agents and dates.
|
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.