org.kuali.kfs.fp.batch.service
Interface ProcurementCardCreateDocumentService

All Known Implementing Classes:
ProcurementCardCreateDocumentServiceImpl

public interface ProcurementCardCreateDocumentService

Service interface for implementing methods to create procurement card documents.


Method Summary
 boolean autoApproveProcurementCardDocuments()
          Finds documents that have been in route status past the number of allowed days.
 boolean createProcurementCardDocuments()
          Creates procurement card documents and routes from the records loaded into the transaction table.
 boolean routeProcurementCardDocuments()
          Looks for ProcurementCardDocuments with a status of 'I', meaning they have been created and saved to "inbox", but have not yet been routed.
 

Method Detail

createProcurementCardDocuments

boolean createProcurementCardDocuments()
Creates procurement card documents and routes from the records loaded into the transaction table.

Returns:
True if the routing was successful, false otherwise.

routeProcurementCardDocuments

boolean routeProcurementCardDocuments()
Looks for ProcurementCardDocuments with a status of 'I', meaning they have been created and saved to "inbox", but have not yet been routed.

Returns:
True if the routing was successful, false otherwise.

autoApproveProcurementCardDocuments

boolean autoApproveProcurementCardDocuments()
Finds documents that have been in route status past the number of allowed days. Then calls document service to auto approve the documents.

Returns:
True if the auto approve was successful, false otherwise.


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