Package | Description |
---|---|
com.genesyslab.wfm7.API.service.schedule712 |
WFM Schedule Service is part of WFM Server that handles schedule data.
|
Modifier and Type | Field and Description |
---|---|
private SchScenarioSite[] |
SchScenario.schSites |
Modifier and Type | Method and Description |
---|---|
SchScenarioSite[] |
SchScenario.getSchSites()
Gets the schSites value for this SchScenario.
|
Modifier and Type | Method and Description |
---|---|
int |
WFMScheduleService712Soap.createScenario(java.lang.String name,
double startDate,
double endDate,
SchScenarioSite[] sites,
int type,
java.lang.String comments) |
void |
SchScenario.setSchSites(SchScenarioSite[] schSites)
Sets the schSites value for this SchScenario.
|
Constructor and Description |
---|
SchScenario(int wmScheduleId,
java.lang.String wmName,
double wmStartDate,
double wmEndDate,
int wmType,
java.lang.String wmComments,
int schSitesNSizeIs,
SchScenarioSite[] schSites,
int schSiteStatusNSizeIs,
SchScenarioSiteStatus[] schSiteStatus,
double wmCreateDateTime,
double wmUpdateDateTime,
java.lang.String wmOwner,
boolean bOwn,
long timestamp) |
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.