public class JavaSqlDateValueSemanticsProvider extends DateValueSemanticsProviderAbstract<Date>
Date with only date component.ValueSemanticsProviderAndFacetAbstract.EqualByContent, ValueSemanticsProviderAndFacetAbstract.ImmutabilityFacetAbstract.Derivation, FacetAbstract.Disabling, FacetAbstract.Hiding, FacetAbstract.Validatingformat, FORMAT_KEY_PREFIX, ISO_ENCODING_FORMAT, UTC_TIME_ZONE| Constructor and Description |
|---|
JavaSqlDateValueSemanticsProvider()
Required because implementation of
Parser and
EncoderDecoder. |
JavaSqlDateValueSemanticsProvider(FacetHolder holder,
IsisConfiguration configuration,
ValueSemanticsProviderContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected Date |
add(Date original,
int years,
int months,
int days,
int hours,
int minutes) |
protected Date |
dateValue(Object value) |
protected Date |
now() |
protected Date |
setDate(Date date) |
clearFields, defaultFormat, format, formats, formatsToTry, ignoreTimeZone, toStringbuildDefaultFormatIfRequired, buildFormat, configureFormats, createDateEncodingFormat, createDateFormat, createValue, dateValue, doEncode, doParse, doRestore, isEmpty, setFormat, setMask, titleString, titleStringWithMask, typealwaysReplace, createAdapter, determineNumberFormat, displayTitleOf, displayTitleOf, doParse, fromEncodedString, getAdaptedClass, getAdapterManager, getAuthenticationSessionProvider, getClock, getConfiguration, getContext, getDefaultsProvider, getDefaultValue, getDependencyInjector, getEncoderDecoder, getParser, getSpecification, getSpecificationLookup, isEqualByContent, isImmutable, parseableTitleOf, parseTextEntry, titleString, toEncodedString, typicalLengthfacetType, getFacetHolder, getIdentified, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacet, toStringValuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitalwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacetpublic JavaSqlDateValueSemanticsProvider()
Parser and
EncoderDecoder.public JavaSqlDateValueSemanticsProvider(FacetHolder holder, IsisConfiguration configuration, ValueSemanticsProviderContext context)
protected Date add(Date original, int years, int months, int days, int hours, int minutes)
add in class ValueSemanticsProviderAbstractTemporal<Date>protected Date dateValue(Object value)
dateValue in class ValueSemanticsProviderAbstractTemporal<Date>protected Date setDate(Date date)
setDate in class ValueSemanticsProviderAbstractTemporal<Date>protected Date now()
now in class ValueSemanticsProviderAbstractTemporal<Date>Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.