| org.kuali.module.gl.dao.ReconciliationDao
All known Subclasses: org.kuali.module.gl.dao.ojb.ReconciliationDaoOjb,
ReconciliationDao | public interface ReconciliationDao (Code) | | This class is used to support the enterprise feeder reconciliation process
|
convertDBColumnNamesToJavaName | public List<String> convertDBColumnNamesToJavaName(Class<? extends OriginEntryFull> clazz, String[] columnNames, boolean caseInsensitive)(Code) | | 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 Parameters: columnNames - an array of database columns Parameters: caseInsensitive - whether to do matching for every valid index in the return value and the array, the value in the array is the db column name, and the valuein the list is the java attribute name |
|
|