Uses of Interface
pl.edu.agh.cast.importer.base.general.IDateConversionRule

Packages that use IDateConversionRule
pl.edu.agh.cast.importer.base.general Provides CAST Importer base classes for the general domain model. 
pl.edu.agh.cast.importer.wizard.general Provides CAST Importer wizard's user classes for those import wizard pages and their main composites, which are associated with general domain model. 
 

Uses of IDateConversionRule in pl.edu.agh.cast.importer.base.general
 

Classes in pl.edu.agh.cast.importer.base.general that implement IDateConversionRule
 class DateDoubleColumnConversionRule
          Date conversion rule for two columns: one date column and one time column.
 class DateSingleColumnConversionRule
          Date conversion rule for a single column.
 

Methods in pl.edu.agh.cast.importer.base.general that return IDateConversionRule
 IDateConversionRule GeneralImportConverter.getDateRule()
           
 

Methods in pl.edu.agh.cast.importer.base.general with parameters of type IDateConversionRule
 void GeneralImportConverter.setConversionRules(ISourceNodeConversionRule srcNodeRule, ITargetNodeConversionRule trgNodeRule, IDateConversionRule rule)
          Sets conversion rules for the converter.
 void GeneralImportConverter.setDateRule(IDateConversionRule dateRule)
           
 

Uses of IDateConversionRule in pl.edu.agh.cast.importer.wizard.general
 

Methods in pl.edu.agh.cast.importer.wizard.general that return IDateConversionRule
 IDateConversionRule GeneralConversionRulesSelectionPage.getDateRule()
           
 

Methods in pl.edu.agh.cast.importer.wizard.general with parameters of type IDateConversionRule
 void GeneralConversionRulesSelectionPage.setDateRule(IDateConversionRule rule)
          Sets the date rule.
 



Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.