Class LogMessageHelper
java.lang.Object
overit.geocallapp.wfm.forecastcapacity.bl.util.LogMessageHelper
- All Implemented Interfaces:
Serializable
The utility class that provides commonly usable methods for the forecast capacity management log.
- Since:
- 15.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Codestatic final Codestatic final Codestatic final Codestatic final Codestatic final Codestatic final Codestatic final Codestatic final Codestatic final Codestatic final Codestatic final Codestatic final Codestatic final Codestatic final Codestatic final Codestatic final Codestatic final Codestatic final Codestatic final Codeprotected static LogMessageHelperprotected TeacherDuty -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCodedMessage(Code code) Returns the coded translated message.getCodedMessage(Code code, Object[] params) Returns the coded translated message with the given parameters.static LogMessageHelperstatic LogMessageHelpergetInstance(Teacher teacher) voidsetTeacher(Teacher teacher) Sets the teacher duty.
-
Field Details
-
FORECAST_LOG0001
-
FORECAST_LOG0002
-
FORECAST_LOG0003
-
FORECAST_LOG0004
-
FORECAST_LOG0005
-
FORECAST_LOG0006
-
FORECAST_LOG0007
-
FORECAST_LOG0008
-
FORECAST_LOG0009
-
FORECAST_LOG0010
-
FORECAST_LOG0011
-
FORECAST_LOG0012
-
FORECAST_LOG0013
-
FORECAST_LOG0014
-
FORECAST_LOG0015
-
FORECAST_LOG0016
-
FORECAST_LOG0017
-
FORECAST_LOG0018
-
FORECAST_LOG0019
-
FORECAST_LOG0020
-
logMessage
-
teacherDuty
-
-
Constructor Details
-
LogMessageHelper
public LogMessageHelper()
-
-
Method Details
-
getInstance
-
getInstance
-
setTeacher
Sets the teacher duty.- Parameters:
teacher- the teacher
-
getCodedMessage
Returns the coded translated message.- Parameters:
code- the code- Returns:
- the coded message
-
getCodedMessage
Returns the coded translated message with the given parameters.- Parameters:
code- the codeparams- the message parameters- Returns:
- the coded message
-