org.kuali.kfs.module.purap.batch.service
Interface PurapRunDateService
- All Known Implementing Classes:
- PurapRunDateServiceImpl
public interface PurapRunDateService
Sometimes it is necessary to rerun a PURAP process on the following day if the previous night's GL batch processes failed. This
service facilitates the re-running of PURAP batch processes by allowing the PURAP processes to assume that the PURAP 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 PURAP processes
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.