org.kuali.kfs.gl.batch.service
Interface RunDateService
- All Known Implementing Classes:
- RunDateServiceImpl
public interface RunDateService
Sometimes it is necessary to rerun a GL process on the following day if the previous night's GL batch processes failed. This
service facilitates the re-running of GL batch processes by allowing the GL processes to assume that the GL processes are being
run the night before
calculateRunDate
Date calculateRunDate(Date executionDate)
- Returns the assumed runtime given the actual execution time.
- Parameters:
executionDate
- the actual date that this method is called
- Returns:
- the run date/time to assume when running the GL processes
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.