Class TaskManagerRenderingTools


  • public class TaskManagerRenderingTools
    extends Object
    This class help another classes to create complex components it will show in front end components
    Author:
    Mauricio Ruiz <mauricio.ruiz@kuwaiba.org>
    • Constructor Detail

      • TaskManagerRenderingTools

        public TaskManagerRenderingTools()
    • Method Detail

      • convertLocalDateToLong

        public static long convertLocalDateToLong​(LocalDate localDate)
        Transform local date to long
        Parameters:
        localDate -
        Returns:
        long
      • convertLongToLocalDate

        public static LocalDate convertLongToLocalDate​(long localDate)
        Transform long to local date
        Parameters:
        localDate -
        Returns:
        localDate
      • convertLocalDateTimeToLong

        public static long convertLocalDateTimeToLong​(LocalDateTime localDateTime)
        Transform LocalDateTime to long
        Parameters:
        localDateTime -
        Returns:
        long
      • convertLongToLocalDateTime

        public static LocalDateTime convertLongToLocalDateTime​(long localDateTime)
        Transform long to LocalDateTime@return localDateTime
        Parameters:
        localDateTime -
        Returns:
        localDateTime