Class DateMatcher
java.lang.Object
org.nuxeo.ecm.platform.suggestbox.utils.DateMatcher
Deprecated.
since 11.1 not used
-
Method Summary
Modifier and TypeMethodDescriptionprotected static Calendar
dateToInstance
(int year, int month, int day) Deprecated.static DateMatcher
doFromInput
(String input) Deprecated.static DateMatcher
Deprecated.Deprecated.boolean
hasMatch()
Deprecated.boolean
isWitDay()
Deprecated.boolean
Deprecated.boolean
Deprecated.static Matcher
parsingDate
(Pattern pattern, String input) Deprecated.void
setWitDay
(boolean witDay) Deprecated.void
setWithMonth
(boolean withMonth) Deprecated.void
setWithYears
(boolean withYears) Deprecated.
-
Method Details
-
isWithYears
public boolean isWithYears()Deprecated. -
setWithYears
public void setWithYears(boolean withYears) Deprecated. -
isWithMonth
public boolean isWithMonth()Deprecated. -
setWithMonth
public void setWithMonth(boolean withMonth) Deprecated. -
isWitDay
public boolean isWitDay()Deprecated. -
setWitDay
public void setWitDay(boolean witDay) Deprecated. -
getDateSuggestion
Deprecated. -
hasMatch
public boolean hasMatch()Deprecated. -
parsingDate
Deprecated. -
fromInput
Deprecated. -
doFromInput
Deprecated. -
dateToInstance
Deprecated.
-