Class LocalDate18Manager

java.lang.Object
org.eclnt.util.valuemgmt.LocalDate18Manager

public class LocalDate18Manager extends Object
Access to LocalDate is outsources in some own class in order to ensure Java 7 compatibility.
  • Constructor Details

    • LocalDate18Manager

      public LocalDate18Manager()
  • Method Details

    • convertObject2ValueString

      public static String convertObject2ValueString(Object o)
    • convertStringIntoObject

      public static Object convertStringIntoObject(String attrValue, Class attrClass)
    • convertLocalDateToDate

      public static Date convertLocalDateToDate(LocalDate ld, String timezone)
    • convertLocalTimeToDate

      public static Date convertLocalTimeToDate(LocalTime ld, String timezone)
    • convertLocalDateTimeToDate

      public static Date convertLocalDateTimeToDate(LocalDateTime ldt, String timezone)
    • convertDateToLocalDate

      public static LocalDate convertDateToLocalDate(Date d, String timezone)
    • convertDateToLocalTime

      public static LocalTime convertDateToLocalTime(Date d, String timezone)
    • convertDateTimeToLocalTime

      public static LocalDateTime convertDateTimeToLocalTime(Date d, String timezone)
    • convertLocalDateObjectToDate

      public static Date convertLocalDateObjectToDate(Object o, String timezone)
    • checkIfObjectIsLocalDateObject

      public static boolean checkIfObjectIsLocalDateObject(Object o)