Uses of Class
com.edsdev.jconvert.domain.ConversionType

Packages that use ConversionType
com.edsdev.jconvert.common   
com.edsdev.jconvert.logic   
com.edsdev.jconvert.presentation   
 

Uses of ConversionType in com.edsdev.jconvert.common
 

Methods in com.edsdev.jconvert.common that return ConversionType
 ConversionType CustomConversionCurrency.getConversions()
           
 ConversionType CustomConversionCurrency2.getConversions()
           
 ConversionType CustomConversionDataInterface.getConversions()
          This method will do what it needs to do to go out, read, etcetera the information it has to return ConversionType that if fully populated with the custom conversions
 

Uses of ConversionType in com.edsdev.jconvert.logic
 

Methods in com.edsdev.jconvert.logic with parameters of type ConversionType
static void ConversionGapBuilder.createOneToOneConversions(ConversionType ct)
          This method is responsible for creating the one-to-one conversions.
static void ConversionGapBuilder.createMissingConversions(ConversionType ct)
          Looks through all of the conversions in the specified ConversionType and tries to create missing conversions through association.
 

Uses of ConversionType in com.edsdev.jconvert.presentation
 

Methods in com.edsdev.jconvert.presentation that return ConversionType
 ConversionType ConversionTypeData.getType()
           
 

Methods in com.edsdev.jconvert.presentation with parameters of type ConversionType
 void ConversionTypeData.setType(ConversionType type)
           
 

Constructors in com.edsdev.jconvert.presentation with parameters of type ConversionType
ConversionTypeData(ConversionType ct)
           
 



JConvert - opensource project by Ed Sarrazin