Package | Description |
---|---|
com.genesyslab.wfm7.API.service.calendar761 |
Modifier and Type | Field and Description |
---|---|
private CalItemShortInformation[] |
CalNotification.items
Contains a list of detailed information about modified Calendar
Items
CalItemShortInformation |
Modifier and Type | Method and Description |
---|---|
CalItemShortInformation[] |
CalNotification.getItems()
Gets the items value for this CalNotification.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
WFMCalendarService761Soap.asyncDeleteSnapshotCalendarItems(java.lang.String snapshotID,
int accessLevel,
int siteID,
CalItemShortInformation[] items)
Request to delete existing Calendar items.
|
java.lang.String |
WFMCalendarService761Soap.asyncEditSnapshotCalendarItems(java.lang.String snapshotID,
int accessLevel,
int siteID,
CalItemShortInformation[] items,
boolean ignoreLimits)
Request to update Calendar items.
|
java.lang.String |
WFMCalendarService761Soap.asyncInsertSnapshotCalendarItem(java.lang.String snapshotID,
int accessLevel,
CfgAgentFilter agentFilter,
double[] dates,
CalItemShortInformation newItem,
boolean ignoreLimits)
Request insert of the same Calendar item for specified agents and dates to Calendar snapshot.
|
java.lang.String |
WFMCalendarService761Soap.asyncInsertSnapshotCalendarItems(java.lang.String snapshotID,
int accessLevel,
int siteID,
CalItemShortInformation[] items,
boolean ignoreLimits)
Request insert of the same Calendar item for specified agents and dates to Calendar snapshot.
|
CalValidationHolder |
WFMCalendarService761Soap.deleteCalendarItems(int accessLevel,
int siteID,
CalItemShortInformation[] items)
Deletes existing calendar items for specified agents and dates.
|
CalUpdatedSnapshot |
WFMCalendarService761Soap.deleteSnapshotCalendarItems(java.lang.String snapshotID,
int accessLevel,
int siteID,
CalItemShortInformation[] items)
Delete specified Calendar items from snapshot.
|
CalValidationHolder |
WFMCalendarService761Soap.editCalendarItems(int accessLevel,
int siteID,
CalItemShortInformation[] items,
boolean ignoreLimits)
Edits existing Calendar items for specified agents and dates.
|
CalUpdatedSnapshot |
WFMCalendarService761Soap.editSnapshotCalendarItems(java.lang.String snapshotID,
int accessLevel,
int siteID,
CalItemShortInformation[] items,
boolean ignoreLimits)
Updates specified Calendar items in snapshot.
|
CalValidationHolder |
WFMCalendarService761Soap.insertCalendarItems(int accessLevel,
int siteID,
CalItemShortInformation[] items,
boolean ignoreLimits)
Inserts new Calendar items for specified agents and dates.
|
CalUpdatedSnapshot |
WFMCalendarService761Soap.insertSnapshotCalendarItem(java.lang.String snapshotID,
int accessLevel,
CfgAgentFilter agentFilter,
double[] dates,
CalItemShortInformation newItem,
boolean ignoreLimits)
Insert the same Calendar item for specified agents and dates to Calendar snapshot.
|
CalUpdatedSnapshot |
WFMCalendarService761Soap.insertSnapshotCalendarItems(java.lang.String snapshotID,
int accessLevel,
int siteID,
CalItemShortInformation[] items,
boolean ignoreLimits)
Insert new Calendar items for specified agents and dates to Calendar snapshot.
|
void |
CalNotification.setItems(CalItemShortInformation[] items)
Sets the items value for this CalNotification.
|
Constructor and Description |
---|
CalNotification(long timestamp,
int changesNSizeIs,
CalAuditItem[] changes,
int itemsNSizeIs,
CalItemShortInformation[] items,
int cfgAgentInfoNSizeIs,
CfgAgentShort[] cfgAgentInfo) |
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.