Uses of Class
lumis.util.converter.UnsupportedConversionTypeException

Packages that use UnsupportedConversionTypeException
lumis.doui.source   
lumis.doui.source.field.type   
lumis.service.resourcescheduler   
lumis.util.converter   
 

Uses of UnsupportedConversionTypeException in lumis.doui.source
 

Methods in lumis.doui.source that throw UnsupportedConversionTypeException
protected abstract
<T> T
AbstractSourceConverter.doConversion(Class<T> type, Object value, Locale locale, String pattern)
           
 

Uses of UnsupportedConversionTypeException in lumis.doui.source.field.type
 

Methods in lumis.doui.source.field.type that throw UnsupportedConversionTypeException
protected
<T> T
PageDataType.PageDataConverter.doConversion(Class<T> type, Object value, Locale locale, String pattern)
           
protected
<T> T
FilesDataType.FilesDataConverter.doConversion(Class<T> type, Object value, Locale locale, String pattern)
           
protected
<T> T
FileDataType.FileDataConverter.doConversion(Class<T> type, Object value, Locale locale, String pattern)
           
 

Uses of UnsupportedConversionTypeException in lumis.service.resourcescheduler
 

Methods in lumis.service.resourcescheduler that throw UnsupportedConversionTypeException
protected
<T> T
ResourcesDataType.ResourcesDataConverter.doConversion(Class<T> type, Object value, Locale locale, String pattern)
           
 

Uses of UnsupportedConversionTypeException in lumis.util.converter
 

Methods in lumis.util.converter that throw UnsupportedConversionTypeException
static IConverter ConvertUtil.createConverter(Class type)
           
protected
<T> T
NumberConverter.doConversion(Class<T> type, Object value, Locale locale, String pattern)
           
protected
<T> T
DateTimeConverter.doConversion(Class<T> type, Object value, Locale locale, String pattern)
           
protected
<T> T
CollectionConverter.doConversion(Class<T> type, Object value, Locale locale, String pattern)
           
protected
<T> T
BooleanConverter.doConversion(Class<T> type, Object value, Locale locale, String pattern)
           
protected abstract
<T> T
AbstractConverter.doConversion(Class<T> type, Object value, Locale locale, String pattern)
          Converts the specified input object into an output object of the specified type.
 



Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.