Package | Description |
---|---|
com.genesyslab.wfm7.API.service.config720 |
Modifier and Type | Method and Description |
---|---|
CfgNotifyParam[] |
WFMConfigService720Soap.getNotifyParam(int siteID,
int[] notifyParamIDArray)
Returns
CfgNotifyParam object(s) |
CfgNotifyParam[] |
WFMConfigService720Soap.getNotifyParamBySubsystem(int siteID,
int[] subsystemGroupIDArray)
Returns
CfgNotifyParam object(s) filtered by subsystem |
Modifier and Type | Method and Description |
---|---|
CfgValidationHolder |
WFMConfigService720Soap.insertNotifyParam(CfgNotifyParam notifyParam,
boolean ignoreWarnings)
Inserts new
CfgNotifyParam object into database |
CfgValidationHolder |
WFMConfigService720Soap.insertNotifyParams(CfgNotifyParam[] notifyParams,
boolean ignoreWarnings)
Inserts multiple
CfgNotifyParam objects into database. |
CfgValidationHolder |
WFMConfigService720Soap.updateNotifyParam(CfgNotifyParam notifyParam,
boolean checkTimestamp,
boolean ignoreWarnings)
Updates exsiting
CfgNotifyParam object in database |
CfgValidationHolder |
WFMConfigService720Soap.updateNotifyParams(CfgNotifyParam[] notifyParams,
boolean checkTimestamp,
boolean ignoreWarnings)
Updates multiple
CfgNotifyParam objects in database. |
CfgValidationHolder |
WFMConfigService720Soap.validateNotifyParam(CfgNotifyParam notifyParam) |
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.