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