org.kuali.kfs.module.ar.document.service
Interface SystemInformationService

All Known Implementing Classes:
SystemInformationServiceImpl

public interface SystemInformationService


Method Summary
 SystemInformation getByLockboxNumber(String lockboxNumber, Integer universityFiscalYear)
           
 SystemInformation getByLockboxNumberForCurrentFiscalYear(String lockboxNumber)
           
 SystemInformation getByProcessingChartOrgAndFiscalYear(String chartCode, String orgCode, Integer fiscalYear)
           
 int getCountByChartOrgAndLockboxNumber(String chartCode, String orgCode, String lockboxNumber)
           
 

Method Detail

getByLockboxNumberForCurrentFiscalYear

SystemInformation getByLockboxNumberForCurrentFiscalYear(String lockboxNumber)

getByLockboxNumber

SystemInformation getByLockboxNumber(String lockboxNumber,
                                     Integer universityFiscalYear)

getByProcessingChartOrgAndFiscalYear

SystemInformation getByProcessingChartOrgAndFiscalYear(String chartCode,
                                                       String orgCode,
                                                       Integer fiscalYear)

getCountByChartOrgAndLockboxNumber

int getCountByChartOrgAndLockboxNumber(String chartCode,
                                       String orgCode,
                                       String lockboxNumber)


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