Package org.apache.ofbiz.base.conversion
Class DateTimeConverters.StringToDuration
java.lang.Object
org.apache.ofbiz.base.conversion.AbstractConverter<S,T>
org.apache.ofbiz.base.conversion.AbstractLocalizedConverter<String,TimeDuration>
org.apache.ofbiz.base.conversion.DateTimeConverters.StringToDuration
- All Implemented Interfaces:
Converter<String,
,TimeDuration> ConverterLoader
,LocalizedConverter<String,
TimeDuration>
- Enclosing class:
- DateTimeConverters
public static class DateTimeConverters.StringToDuration
extends AbstractLocalizedConverter<String,TimeDuration>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionConvertsobj
toT
.Convertsobj
toT
.Convertsobj
toT
.Methods inherited from class org.apache.ofbiz.base.conversion.AbstractLocalizedConverter
convert, convert
Methods inherited from class org.apache.ofbiz.base.conversion.AbstractConverter
canConvert, convert, getSourceClass, getTargetClass, loadConverters
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.ofbiz.base.conversion.Converter
canConvert, convert, getSourceClass, getTargetClass
-
Constructor Details
-
StringToDuration
public StringToDuration()
-
-
Method Details
-
convert
Description copied from interface:Converter
Convertsobj
toT
.- Parameters:
obj
- The sourceObject
to convert- Returns:
- The converted
Object
- Throws:
ConversionException
-
convert
public TimeDuration convert(String obj, Locale locale, TimeZone timeZone) throws ConversionException Description copied from interface:LocalizedConverter
Convertsobj
toT
.- Parameters:
obj
- The sourceObject
to convertlocale
- The locale used for conversion - must not benull
timeZone
- The time zone used for conversion - must not benull
- Returns:
- The converted
Object
- Throws:
ConversionException
-
convert
public TimeDuration convert(String obj, Locale locale, TimeZone timeZone, String formatString) throws ConversionException Description copied from interface:LocalizedConverter
Convertsobj
toT
.- Parameters:
obj
- The sourceObject
to convertlocale
- The locale used for conversion - must not benull
timeZone
- The time zone used for conversion - must not benull
formatString
- Optional formatting string- Returns:
- The converted
Object
- Throws:
ConversionException
-