Class DateMatcher
- java.lang.Object
-
- org.nuxeo.ecm.platform.suggestbox.utils.DateMatcher
-
@Deprecated public class DateMatcher extends Object
Deprecated.since 11.1 only used from deprecatedDocumentSearchByDateSuggester
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected static Calendar
dateToInstance(int year, int month, int day)
Deprecated.static DateMatcher
doFromInput(String input)
Deprecated.static DateMatcher
fromInput(String input)
Deprecated.Calendar
getDateSuggestion()
Deprecated.boolean
hasMatch()
Deprecated.boolean
isWitDay()
Deprecated.boolean
isWithMonth()
Deprecated.boolean
isWithYears()
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 Detail
-
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
public Calendar getDateSuggestion()
Deprecated.
-
hasMatch
public boolean hasMatch()
Deprecated.
-
fromInput
public static DateMatcher fromInput(String input)
Deprecated.
-
doFromInput
public static DateMatcher doFromInput(String input)
Deprecated.
-
dateToInstance
protected static Calendar dateToInstance(int year, int month, int day)
Deprecated.
-
-