java.lang.Object
overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.AgendaUtils

public class AgendaUtils extends Object
Utility class to work with the BOAgenda.
Since:
13.0
  • Method Details

    • getStartDate

      public static Date getStartDate(BOAgenda agenda)
      Returns the start date of the given agenda.
      Parameters:
      agenda - the BOAgenda to consider
      Returns:
      the agenda's start date, null when it is null or equal to DateUtils.DATE_MIN
    • getEndDate

      public static Date getEndDate(BOAgenda agenda)
      Returns the end date of the given agenda.
      Parameters:
      agenda - the BOAgenda to consider
      Returns:
      the agenda's end date, null when it is null or equal to DateUtils.DATE_MIN