client::ManagementChecker

Header Image
Project:
ManagementChecker : Public Class
Created: 01.09.2025 09:57:38
Modified: 01.09.2025 09:57:38
Project:
Advanced:
  • Operations
  • Messages From
  • Advanced
Operation
Public
checkManagementSaturdayOrSunday (csvFile: String, ) : List<Management>
Details:
Notes: Returns a list stating whether or not a department has had management present during weekends in a month. Management presence is confirmed if management has reported hours EITHER Saturday OR Sunday.<br/>@return List#lt;Management#gt; stating whether or not a department has had management present during weekends in a month.<br/>
[ Is static True. Is abstract False. Is return array False. Is query False. Is synchronized False. ]
Public
checkManagementSaturdayAndSunday (csvFile: String, ) : List<Management>
Details:
Notes: Returns a list stating whether or not a department has had management present during weekends in a month. Management presence is confirmed if management has reported hours BOTH Saturday AND Sunday.<br/>@return List#lt;Management#gt; stating whether or not a department has had management present during weekends in a month<br/>
[ Is static True. Is abstract False. Is return array False. Is query False. Is synchronized False. ]
Private
getWeekendsInMonth (month: String, ) : List<String>
Details:
Notes: Returns a list of dates representing Saturdays and Sundays in a given month represented as YYYYMM (e.g., 202401).<br/>@return List#lt;String#gt; of dates representing Saturdays and Sundays in a given month<br/>
[ Is static True. Is abstract False. Is return array False. Is query False. Is synchronized False. ]
Element Message
DatasetCreator checkManagementSaturdayOrSunday(String)
Details:
Type: Sequence Synchronous Call
Returns a list stating whether or not a department has had management present during weekends in a month. Management presence is confirmed if management has reported hours EITHER Saturday OR Sunday.
Property Value
isFinalSpecialization: 0