org.kuali.kfs.sys.batch.dataaccess
Interface LedgerReferenceValuePreparedStatementCachingDao

All Superinterfaces:
PreparedStatementCachingDao
All Known Implementing Classes:
LedgerReferenceValuePreparedStatementCachingDaoJdbc

public interface LedgerReferenceValuePreparedStatementCachingDao
extends PreparedStatementCachingDao


Method Summary
 OriginationCode getOriginationCode(String financialSystemOriginationCode)
           
 SystemOptions getSystemOptions(Integer fiscalYear)
           
 UniversityDate getUniversityDate(Date date)
           
 
Methods inherited from interface org.kuali.kfs.sys.batch.dataaccess.PreparedStatementCachingDao
destroy, initialize
 

Method Detail

getUniversityDate

UniversityDate getUniversityDate(Date date)

getOriginationCode

OriginationCode getOriginationCode(String financialSystemOriginationCode)

getSystemOptions

SystemOptions getSystemOptions(Integer fiscalYear)


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