Package | Description |
---|---|
com.genesyslab.wfm7.API.service.forecast710 |
Modifier and Type | Field and Description |
---|---|
private FrcDataObjectives[] |
FrcTargetForecastInformation.objectives |
private FrcDataObjectives[] |
FrcStaffingDataObjectives.objectives |
private FrcDataObjectives[] |
FrcActivityForecastInformation.objectives |
Modifier and Type | Method and Description |
---|---|
FrcDataObjectives[] |
FrcTargetForecastInformation.getObjectives()
Gets the objectives value for this FrcTargetForecastInformation.
|
FrcDataObjectives[] |
FrcStaffingDataObjectives.getObjectives()
Gets the objectives value for this FrcStaffingDataObjectives.
|
FrcDataObjectives[] |
FrcActivityForecastInformation.getObjectives()
Gets the objectives value for this FrcActivityForecastInformation.
|
Modifier and Type | Method and Description |
---|---|
void |
FrcTargetForecastInformation.setObjectives(FrcDataObjectives[] objectives)
Sets the objectives value for this FrcTargetForecastInformation.
|
void |
FrcStaffingDataObjectives.setObjectives(FrcDataObjectives[] objectives)
Sets the objectives value for this FrcStaffingDataObjectives.
|
void |
FrcActivityForecastInformation.setObjectives(FrcDataObjectives[] objectives)
Sets the objectives value for this FrcActivityForecastInformation.
|
Constructor and Description |
---|
FrcActivityForecastInformation(int activityId,
int parentId,
double start,
double end,
int granularity,
int parametersArraySize,
FrcDataParameters[] parameters,
int objectivesArraySize,
FrcDataObjectives[] objectives,
int periodParametersArraySize,
FrcPeriodParameters[] periodParameters,
int dataArraySize,
FrcData[] data,
int commentArraySize,
FrcDataComment[] comments) |
FrcStaffingDataObjectives(int objectivesArraySize,
FrcDataObjectives[] objectives,
int asaTemplateArraySize,
FrcTemplateData[] ASATemplate,
int maxOccTemplateArraySize,
FrcTemplateData[] maxOccTemplate,
int SLTemplateArraySize,
FrcTemplateData[] serviceLevelTemplate,
int abandonTemplateArraySize,
FrcTemplateData[] abandonTemplate) |
FrcTargetForecastInformation(int targetId,
int target,
double start,
double end,
int granularity,
int parametersArraySize,
FrcDataParameters[] parameters,
int objectivesArraySize,
FrcDataObjectives[] objectives,
int periodParametersArraySize,
FrcPeriodParameters[] periodParameters,
int dataArraySize,
FrcData[] data,
int commentArraySize,
FrcDataComment[] comments) |
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.