org.kuali.kfs.gl.batch.dataaccess
Interface ReconciliationDao

All Known Implementing Classes:
ReconciliationDaoOjb

public interface ReconciliationDao

This class is used to support the enterprise feeder reconciliation process


Method Summary
 List<String> convertDBColumnNamesToJavaName(Class<? extends OriginEntryFull> clazz, String[] columnNames, boolean caseInsensitive)
          Converts a list of DB column names to a list of java attribute names.
 

Method Detail

convertDBColumnNamesToJavaName

List<String> convertDBColumnNamesToJavaName(Class<? extends OriginEntryFull> clazz,
                                            String[] columnNames,
                                            boolean caseInsensitive)
Converts a list of DB column names to a list of java attribute names. The returned list is the same size as arrap parameter

Parameters:
clazz - a class for the OriginEntryFull class
columnNames - an array of database columns
caseInsensitive - whether to do matching
Returns:
for every valid index in the return value and the array, the value in the array is the db column name, and the value in the list is the java attribute name


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.