Package | Description |
---|---|
com.genesyslab.wfm8.API.service.calendar800 |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<CalItemShortInformation> |
CalNotification.items
Contains a list of detailed information about modified Calendar
Items
CalItemShortInformation |
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.util.List<CalItemShortInformation> |
CalNotification.getItems()
Gets the items value for this CalNotification.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
WFMCalendarService800Soap.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 |
WFMCalendarService800Soap.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.
|
CalNotification |
CalNotification.withItems(CalItemShortInformation... values) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
WFMCalendarService800Soap.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 |
WFMCalendarService800Soap.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 |
WFMCalendarService800Soap.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 |
WFMCalendarService800Soap.deleteCalendarItems(int accessLevel,
int siteID,
int timezoneID,
java.util.List<CalItemShortInformation> items)
Deletes existing calendar items for specified agents and dates.
|
CalUpdatedSnapshot |
WFMCalendarService800Soap.deleteSnapshotCalendarItems(java.lang.String snapshotID,
int accessLevel,
int siteID,
int timezoneID,
java.util.List<CalItemShortInformation> items)
Delete specified Calendar items from snapshot.
|
CalValidationHolder |
WFMCalendarService800Soap.editCalendarItems(int accessLevel,
int siteID,
int timezoneID,
java.util.List<CalItemShortInformation> items,
boolean ignoreLimits)
Edits existing Calendar items for specified agents and dates.
|
CalUpdatedSnapshot |
WFMCalendarService800Soap.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 |
WFMCalendarService800Soap.insertCalendarItems(int accessLevel,
int siteID,
int timezoneID,
java.util.List<CalItemShortInformation> items,
boolean ignoreLimits)
Inserts new Calendar items for specified agents and dates.
|
CalUpdatedSnapshot |
WFMCalendarService800Soap.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.
|
void |
CalNotification.setItems(java.util.List<CalItemShortInformation> items)
Sets the items value for this CalNotification.
|
CalNotification |
CalNotification.withItems(java.util.Collection<CalItemShortInformation> values) |
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.