com.ideo.sweetdev.core.util.formatter
Class ShortDateGlobalFormatter

java.lang.Object
  extended bycom.ideo.sweetdev.core.service.mapping.MappingOptions
      extended bycom.ideo.sweetdev.core.util.formatter.GlobalFormatter
          extended bycom.ideo.sweetdev.core.util.formatter.ShortDateGlobalFormatter
All Implemented Interfaces:
IFormatter, IMappingParams, java.io.Serializable

public class ShortDateGlobalFormatter
extends GlobalFormatter

Cette classe redéfinis le GlobalFormatter afin d'utiliser par défault le shortDateFormat pour la conversion des dates

See Also:
Serialized Form
 

Field Summary
static java.lang.String PATTERN_SHORTDATE
          DOCUMENT ME!
 
Fields inherited from class com.ideo.sweetdev.core.util.formatter.GlobalFormatter
CLASS_NAME, FRACTION_DIGITS_COUNT
 
Constructor Summary
ShortDateGlobalFormatter(java.util.Locale _locale)
          Creates a new ShortDateGlobalFormatter object.
 
Methods inherited from class com.ideo.sweetdev.core.util.formatter.GlobalFormatter
convert, formatDate, formatDecimal, getLocale, getResourceService, parseBigDecimal, parseBoolean, parseDate, parseDate, setResourceService
 
Methods inherited from class com.ideo.sweetdev.core.service.mapping.MappingOptions
getFormatterParameter, getOptions, getSeparator, getSourceObject, getUser, isConcat, setFormatterParameter, setOptions, setSourceObject, setUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ideo.sweetdev.core.service.mapping.IMappingParams
getFormatterParameter, getOptions, getSeparator, getSourceObject, getUser, isConcat, setFormatterParameter, setOptions, setSourceObject, setUser
 

Field Detail

PATTERN_SHORTDATE


public static final java.lang.String PATTERN_SHORTDATE
DOCUMENT ME!

See Also:
Constant Field Values
Constructor Detail

ShortDateGlobalFormatter

public ShortDateGlobalFormatter(java.util.Locale _locale)
Creates a new ShortDateGlobalFormatter object.

Parameters:
_locale - DOCUMENT ME!