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
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 classcolumnNames
- an array of database columnscaseInsensitive
- 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.