Skip to content
autotelik edited this page Oct 23, 2012 · 1 revision

Build complete picture of the possible operations on a class

DataShift::MethodDictionary.find_operators( @load_object_class )

Create dictionary of data on all possible 'setter' methods which can be used to populate or integrate an object of type @load_object_class

DataShift::MethodDictionary.build_method_details(@load_object_class) 

Bridge between incoming headers and opertors and the real operations possible, provided by method mapping

    DataShift::MethodMapper.new

In Loader convert headers to real operations and perform checks on validity of incoming headers and whether mandatory columns missing

    populate_method_mapper_from_headers => @method_mapper.map_inbound_headers_to_methods
Clone this wiki locally