|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AssetBarcodeInventoryLoadService
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 | |
---|---|
boolean |
isCurrentUserInitiator(org.kuali.rice.kns.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.kns.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 |
Method Detail |
---|
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.kns.document.Document document)
document
-
boolean isCurrentUserInitiator(org.kuali.rice.kns.document.Document document)
document
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |