Package org.eclnt.util.valuemgmt
Class LocalDate18Manager
java.lang.Object
org.eclnt.util.valuemgmt.LocalDate18Manager
Access to LocalDate is outsources in some own class in order to
ensure Java 7 compatibility.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic LocalDateTimeconvertDateTimeToLocalTime(Date d, String timezone) static LocalDateconvertDateToLocalDate(Date d, String timezone) static LocalTimeconvertDateToLocalTime(Date d, String timezone) static DateconvertLocalDateObjectToDate(Object o, String timezone) static DateconvertLocalDateTimeToDate(LocalDateTime ldt, String timezone) static DateconvertLocalDateToDate(LocalDate ld, String timezone) static DateconvertLocalTimeToDate(LocalTime ld, String timezone) static Stringstatic ObjectconvertStringIntoObject(String attrValue, Class attrClass)
-
Constructor Details
-
LocalDate18Manager
public LocalDate18Manager()
-
-
Method Details
-
convertObject2ValueString
-
convertStringIntoObject
-
convertLocalDateToDate
-
convertLocalTimeToDate
-
convertLocalDateTimeToDate
-
convertDateToLocalDate
-
convertDateToLocalTime
-
convertDateTimeToLocalTime
-
convertLocalDateObjectToDate
-
checkIfObjectIsLocalDateObject
-