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

All Known Implementing Classes:
ProcurementCardLoadTransactionsServiceImpl

public interface ProcurementCardLoadTransactionsService

This service interface defines the methods that a ProcurementCardLoadTransactionsService implementation must provide. Provides methods to load batch files for the procurement card batch job.


Method Summary
 void cleanTransactionsTable()
          Clears out the temporary transaction table.
 boolean loadProcurementCardFile(String fileName)
          Validates and parses the file identified by the given files name.
 

Method Detail

loadProcurementCardFile

boolean loadProcurementCardFile(String fileName)
Validates and parses the file identified by the given files name. If successful, parsed entries are stored.

Parameters:
fileNaem - Name of file to be uploaded and processed.
Returns:
True if the file load and store was successful, false otherwise.

cleanTransactionsTable

void cleanTransactionsTable()
Clears out the temporary transaction table.



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