Class TeamShiftDataHelper

java.lang.Object
overit.geocallapp.wfm.teams.bl.team.shift.TeamShiftDataHelper

public class TeamShiftDataHelper extends Object
Helper for retrieving team shift data, including foreman (leader) by team and team composition.

This helper provides methods to:

  • Retrieve the foreman (team leader) for each team on a specific day
  • Retrieve the team composition (list of resource IDs) for each team on a specific day
  • Search team shifts by team IDs and day
  • Search team shift resources by team shift IDs

This is a customizable helper that can be instantiated via Factory.

Since:
22.0
  • Constructor Details

    • TeamShiftDataHelper

      public TeamShiftDataHelper()
  • Method Details