public interface ProcurementCardLoadTransactionsService (Code)
This service interface defines the methods that a ProcurementCardLoadTransactionsService implementation must provide.
Provides methods to load batch files for the procurement card batch job.
public boolean loadProcurementCardFile(String fileName)(Code)
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. True if the file load and store was successful, false otherwise.