Package | Description |
---|---|
com.genesyslab.wfm8.API.service.calendar850 |
Modifier and Type | Method and Description |
---|---|
CalItemShortInformation |
CalItemShortInformation.withAgentID(int value) |
CalItemShortInformation |
CalItemShortInformation.withComment(java.lang.String value) |
CalItemShortInformation |
CalItemShortInformation.withDate(double value) |
CalItemShortInformation |
CalItemShortInformation.withEndTime(double value) |
CalItemShortInformation |
CalItemShortInformation.withFlag(int value) |
CalItemShortInformation |
CalItemShortInformation.withFullDay(int value) |
CalItemShortInformation |
CalItemShortInformation.withItem(int value) |
CalItemShortInformation |
CalItemShortInformation.withItemID(int value) |
CalItemShortInformation |
CalItemShortInformation.withItemTypeID(int value) |
CalItemShortInformation |
CalItemShortInformation.withPaidTime(int value) |
CalItemShortInformation |
CalItemShortInformation.withSavedStatus(int value) |
CalItemShortInformation |
CalItemShortInformation.withStartTime(double value) |
CalItemShortInformation |
CalItemShortInformation.withTimestamp(long value) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
WFMCalendarService850Soap.asyncInsertSnapshotCalendarItem(java.lang.String snapshotID,
int accessLevel,
CfgAgentFilter agentFilter,
int timezoneID,
java.util.List<java.lang.Double> dates,
CalItemShortInformation newItem,
boolean ignoreLimits)
Request insert of the same Calendar item for specified agents and dates to Calendar snapshot.
|
CalUpdatedSnapshot |
WFMCalendarService850Soap.insertSnapshotCalendarItem(java.lang.String snapshotID,
int accessLevel,
CfgAgentFilter agentFilter,
int timezoneID,
java.util.List<java.lang.Double> dates,
CalItemShortInformation newItem,
boolean ignoreLimits)
Insert the same Calendar item for specified agents and dates to Calendar snapshot.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
WFMCalendarService850Soap.asyncDeleteSnapshotCalendarItems(java.lang.String snapshotID,
int accessLevel,
int siteID,
int timezoneID,
java.util.List<CalItemShortInformation> items)
Request to delete existing Calendar items.
|
java.lang.String |
WFMCalendarService850Soap.asyncEditSnapshotCalendarItems(java.lang.String snapshotID,
int accessLevel,
int siteID,
int timezoneID,
java.util.List<CalItemShortInformation> items,
boolean ignoreLimits)
Request to update Calendar items.
|
java.lang.String |
WFMCalendarService850Soap.asyncInsertSnapshotCalendarItems(java.lang.String snapshotID,
int accessLevel,
int siteID,
int timezoneID,
java.util.List<CalItemShortInformation> items,
boolean ignoreLimits)
Request insert of the same Calendar item for specified agents and dates to Calendar snapshot.
|
CalValidationHolder |
WFMCalendarService850Soap.deleteCalendarItems(int accessLevel,
int siteID,
int timezoneID,
java.util.List<CalItemShortInformation> items)
Deletes existing calendar items for specified agents and dates.
|
CalUpdatedSnapshot |
WFMCalendarService850Soap.deleteSnapshotCalendarItems(java.lang.String snapshotID,
int accessLevel,
int siteID,
int timezoneID,
java.util.List<CalItemShortInformation> items)
Delete specified Calendar items from snapshot.
|
CalValidationHolder |
WFMCalendarService850Soap.editCalendarItems(int accessLevel,
int siteID,
int timezoneID,
java.util.List<CalItemShortInformation> items,
boolean ignoreLimits)
Edits existing Calendar items for specified agents and dates.
|
CalUpdatedSnapshot |
WFMCalendarService850Soap.editSnapshotCalendarItems(java.lang.String snapshotID,
int accessLevel,
int siteID,
int timezoneID,
java.util.List<CalItemShortInformation> items,
boolean ignoreLimits)
Updates specified Calendar items in snapshot.
|
CalValidationHolder |
WFMCalendarService850Soap.insertCalendarItems(int accessLevel,
int siteID,
int timezoneID,
java.util.List<CalItemShortInformation> items,
boolean ignoreLimits)
Inserts new Calendar items for specified agents and dates.
|
CalUpdatedSnapshot |
WFMCalendarService850Soap.insertSnapshotCalendarItems(java.lang.String snapshotID,
int accessLevel,
int siteID,
int timezoneID,
java.util.List<CalItemShortInformation> items,
boolean ignoreLimits)
Insert new Calendar items for specified agents and dates to Calendar snapshot.
|
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.