Uses of Class
org.kuali.kfs.module.cam.businessobject.BarcodeInventoryErrorDetail

Packages that use BarcodeInventoryErrorDetail
org.kuali.kfs.module.cam.batch.service   
org.kuali.kfs.module.cam.batch.service.impl   
org.kuali.kfs.module.cam.document   
org.kuali.kfs.module.cam.document.validation.impl   
 

Uses of BarcodeInventoryErrorDetail in org.kuali.kfs.module.cam.batch.service
 

Methods in org.kuali.kfs.module.cam.batch.service with parameters of type BarcodeInventoryErrorDetail
 void AssetBarcodeInventoryLoadService.updateAssetInformation(BarcodeInventoryErrorDetail barcodeInventoryErrorDetail, boolean updateWithDateAssetWasScanned)
          This method updates the asset table
 

Uses of BarcodeInventoryErrorDetail in org.kuali.kfs.module.cam.batch.service.impl
 

Methods in org.kuali.kfs.module.cam.batch.service.impl with parameters of type BarcodeInventoryErrorDetail
 void AssetBarcodeInventoryLoadServiceImpl.updateAssetInformation(BarcodeInventoryErrorDetail barcodeInventoryErrorDetail, boolean updateWithDateAssetWasScanned)
          This method updates the asset information particularly the building code, bulding room, building subrool, campus code, and condition code
 

Method parameters in org.kuali.kfs.module.cam.batch.service.impl with type arguments of type BarcodeInventoryErrorDetail
protected  String AssetBarcodeInventoryLoadServiceImpl.createBarcodeInventoryErrorDocuments(List<BarcodeInventoryErrorDetail> bcies, BarcodeInventoryErrorDocument barcodeInventoryErrorDocument, AssetBarCodeInventoryInputFileForm form)
          This method...
protected  BarcodeInventoryErrorDocument AssetBarcodeInventoryLoadServiceImpl.createInvalidBarcodeInventoryDocument(List<BarcodeInventoryErrorDetail> barcodeInventoryErrorDetails, String uploadDescription)
          This method creates a transaction document with the invalid barcode inventory records
protected  void AssetBarcodeInventoryLoadServiceImpl.processBarcodeInventory(List<BarcodeInventoryErrorDetail> barcodeInventoryErrorDetails, AssetBarCodeInventoryInputFileForm form)
          This method invokes the rules in order to validate each records of the barcode file and invokes the method that updates the asset table with the records that passes the rules validation
 

Uses of BarcodeInventoryErrorDetail in org.kuali.kfs.module.cam.document
 

Fields in org.kuali.kfs.module.cam.document with type parameters of type BarcodeInventoryErrorDetail
protected  List<BarcodeInventoryErrorDetail> BarcodeInventoryErrorDocument.barcodeInventoryErrorDetail
           
 

Methods in org.kuali.kfs.module.cam.document that return types with arguments of type BarcodeInventoryErrorDetail
 List<BarcodeInventoryErrorDetail> BarcodeInventoryErrorDocument.getBarcodeInventoryErrorDetail()
           
 

Method parameters in org.kuali.kfs.module.cam.document with type arguments of type BarcodeInventoryErrorDetail
 void BarcodeInventoryErrorDocument.setBarcodeInventoryErrorDetail(List<BarcodeInventoryErrorDetail> barcodeInventoryErrorDetails)
           
 

Uses of BarcodeInventoryErrorDetail in org.kuali.kfs.module.cam.document.validation.impl
 

Methods in org.kuali.kfs.module.cam.document.validation.impl with parameters of type BarcodeInventoryErrorDetail
protected  boolean BarcodeInventoryErrorDocumentRule.validateBuildingCode(String buildingCode, BarcodeInventoryErrorDetail detail)
          Validates the building code exists
protected  boolean BarcodeInventoryErrorDocumentRule.validateBuildingRoomNumber(String roomNumber, BarcodeInventoryErrorDetail detail)
          Validates the building room number exists
protected  boolean BarcodeInventoryErrorDocumentRule.validateCampusCode(String campusCode, BarcodeInventoryErrorDetail detail)
          Validates the campus code exists in the campus code table
protected  boolean BarcodeInventoryErrorDocumentRule.validateConditionCode(String conditionCode, BarcodeInventoryErrorDetail detail)
          Validates the condition code exists in the condition table
 



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