| org.kuali.module.gl.service.RunDateService
All known Subclasses: org.kuali.module.gl.service.impl.RunDateServiceImpl,
RunDateService | public interface RunDateService (Code) | | 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
|
Method Summary | |
public Date | calculateRunDate(Date executionDate) Returns the assumed runtime given the actual execution time. |
calculateRunDate | public Date calculateRunDate(Date executionDate)(Code) | | Returns the assumed runtime given the actual execution time.
Parameters: executionDate - the actual date that this method is called the run date/time to assume when running the GL processes |
|
|