Class ForecastCapacitySheetExportUtils
java.lang.Object
overit.geocallapp.wfm.forecastcapacity.bl.util.ForecastCapacitySheetExportUtils
Object used as helper to export a forecast capacity sheet.
- Since:
- 19.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetActivityForecastFileName(String forecastHeaderCode, Teacher teacher) Returns the activity forecast file name.static StringgetCapacityPlanningFileName(String capacityPlanningCode, Teacher teacher) Returns the capacity planning file name.static StringReturns the directory path.static StringgetResourceForecastFileName(String forecastHeaderCode, Teacher teacher) Returns the resource forecast file name.
-
Field Details
-
DEFAULT_PATH
- See Also:
-
-
Constructor Details
-
ForecastCapacitySheetExportUtils
public ForecastCapacitySheetExportUtils()
-
-
Method Details
-
getResourceForecastFileName
Returns the resource forecast file name.- Parameters:
forecastHeaderCode- the forecast header codeteacher- theTeacher- Returns:
- the file name
-
getActivityForecastFileName
Returns the activity forecast file name.- Parameters:
forecastHeaderCode- the forecast header codeteacher- theTeacher- Returns:
- the file name
-
getCapacityPlanningFileName
Returns the capacity planning file name.- Parameters:
capacityPlanningCode- the forecast header codeteacher- theTeacher- Returns:
- the file name
-
getDirectoryPath
Returns the directory path.- Returns:
- the directory path
-