public interface AssetBarcodeInventoryLoadService
Modifier and Type | Method and Description |
---|---|
boolean |
isCurrentUserInitiator(org.kuali.rice.krad.document.Document document)
Determines whether the current user is the document initiator.
|
boolean |
isFileFormatValid(File file)
Validates and parses the file identified by the given files name.
|
boolean |
isFullyProcessed(org.kuali.rice.krad.document.Document document)
Determines whether or not the BCIE document has all its records corrected or deleted
|
boolean |
processFile(File file,
AssetBarCodeInventoryInputFileForm form)
This method creates the barcode inventory error document, validates each record, and invokes the method that actually stores
the record in the tables
|
void |
updateAssetInformation(BarcodeInventoryErrorDetail barcodeInventoryErrorDetail,
boolean updateWithDateAssetWasScanned)
This method updates the asset table
|
boolean isFileFormatValid(File file)
fileName
- Name of file to be uploaded and processed.boolean processFile(File file, AssetBarCodeInventoryInputFileForm form)
file
- void updateAssetInformation(BarcodeInventoryErrorDetail barcodeInventoryErrorDetail, boolean updateWithDateAssetWasScanned)
barcodeInventoryErrorDetail
- boolean isFullyProcessed(org.kuali.rice.krad.document.Document document)
document
- boolean isCurrentUserInitiator(org.kuali.rice.krad.document.Document document)
document
- Copyright © 2004–2015 The Kuali Foundation. All rights reserved.