Uses of Class
org.kuali.kfs.gl.batch.CollectorBatch

Packages that use CollectorBatch
org.kuali.kfs.gl.batch   
org.kuali.kfs.gl.batch.service   
org.kuali.kfs.gl.batch.service.impl   
org.kuali.kfs.gl.report   
org.kuali.kfs.gl.service   
org.kuali.kfs.gl.service.impl   
 

Uses of CollectorBatch in org.kuali.kfs.gl.batch
 

Fields in org.kuali.kfs.gl.batch declared as CollectorBatch
protected  CollectorBatch CollectorScrubberProcess.batch
           
 

Methods in org.kuali.kfs.gl.batch that return CollectorBatch
protected  CollectorBatch CollectorFlatFileInputType.createCollectorBatch(String headerLine, List<CollectorBatch> batchList)
           
protected  CollectorBatch CollectorFlatFileInputType.createHeaderlessBatchIfNecessary(CollectorBatch currentBatch, List<CollectorBatch> batchList, int lineNumber)
           
 

Methods in org.kuali.kfs.gl.batch with parameters of type CollectorBatch
protected  CollectorBatch CollectorFlatFileInputType.createHeaderlessBatchIfNecessary(CollectorBatch currentBatch, List<CollectorBatch> batchList, int lineNumber)
           
protected  void CollectorFlatFileInputType.ensurePreviousBatchTerminated(CollectorBatch currentBatch, int lineNumber)
           
 void CollectorScrubberStep.setBatch(CollectorBatch batch)
           
protected  void CollectorFlatFileInputType.updateCollectorDetailWithTrailerRecords(CollectorBatch currentBatch, String fileLine, int lineNumber)
           
 

Method parameters in org.kuali.kfs.gl.batch with type arguments of type CollectorBatch
protected  CollectorBatch CollectorFlatFileInputType.createCollectorBatch(String headerLine, List<CollectorBatch> batchList)
           
protected  CollectorBatch CollectorFlatFileInputType.createHeaderlessBatchIfNecessary(CollectorBatch currentBatch, List<CollectorBatch> batchList, int lineNumber)
           
 

Constructors in org.kuali.kfs.gl.batch with parameters of type CollectorBatch
CollectorScrubberProcess(CollectorBatch batch, org.kuali.rice.kns.service.KualiConfigurationService kualiConfigurationService, org.kuali.rice.kns.service.PersistenceService persistenceService, ScrubberService scrubberService, CollectorReportData collectorReportData, org.kuali.rice.kns.service.DateTimeService dateTimeService, String collectorFileDirectoryName)
          Constructs a CollectorScrubberProcess.java.
 

Uses of CollectorBatch in org.kuali.kfs.gl.batch.service
 

Methods in org.kuali.kfs.gl.batch.service with parameters of type CollectorBatch
 boolean CollectorHelperService.checkTrailerTotals(CollectorBatch batch, CollectorReportData collectorReportData)
          Reconciles the trailer total count and amount to the actual parsed contents.
 boolean CollectorHelperService.performValidation(CollectorBatch batch)
          Validates the contents of a parsed file.
 CollectorScrubberStatus CollectorScrubberService.scrub(CollectorBatch batch, CollectorReportData collectorReportData, String collectorFileDirectoryName)
          Runs the scrubber on the origin entries in the batch.
 void ScrubberProcess.scrubCollectorBatch(ScrubberStatus scrubberStatus, CollectorBatch batch, CollectorReportData collectorReportData)
          Scrubs the origin entry and ID billing details if the given batch.
 

Uses of CollectorBatch in org.kuali.kfs.gl.batch.service.impl
 

Methods in org.kuali.kfs.gl.batch.service.impl that return types with arguments of type CollectorBatch
protected  List<CollectorBatch> CollectorHelperServiceImpl.doCollectorFileParse(String fileName, org.kuali.rice.kns.util.MessageMap messageMap, BatchInputFileType collectorInputFileType, CollectorReportData collectorReportData)
          Calls batch input service to parse the xml contents into an object.
 

Methods in org.kuali.kfs.gl.batch.service.impl with parameters of type CollectorBatch
protected  void CollectorReportServiceImpl.appendHeaderInformation(StringBuilder buf, CollectorBatch batch)
          Appends header information to the given buffer
protected  void CollectorReportServiceImpl.appendTotalsInformation(StringBuilder buf, CollectorBatch batch)
          Writes totals information to the report
protected  boolean CollectorHelperServiceImpl.checkDetailKeys(CollectorBatch batch, org.kuali.rice.kns.util.MessageMap MessageMap)
          Verifies each detail (id billing) record key has an corresponding gl entry in the same batch.
protected  boolean CollectorHelperServiceImpl.checkForMixedBalanceTypes(CollectorBatch batch, org.kuali.rice.kns.util.MessageMap MessageMap)
          Iterates through the origin entries and builds a map on the balance types.
protected  boolean CollectorHelperServiceImpl.checkForMixedDocumentTypes(CollectorBatch batch, org.kuali.rice.kns.util.MessageMap MessageMap)
          Iterates through the origin entries and builds a map on the document types.
 boolean CollectorHelperServiceImpl.checkTrailerTotals(CollectorBatch batch, CollectorReportData collectorReportData)
          Checks the batch total line count and amounts against the trailer.
protected  boolean CollectorHelperServiceImpl.checkTrailerTotals(CollectorBatch batch, CollectorReportData collectorReportData, org.kuali.rice.kns.util.MessageMap MessageMap)
          Checks the batch total line count and amounts against the trailer.
protected  String CollectorReportServiceImpl.createDemergerMessageBody(CollectorBatch batch, CollectorReportData collectorReportData)
          Writes the part of the report about the demerger
protected  String CollectorReportServiceImpl.createValidationMessageBody(List<String> errorMessages, CollectorBatch batch, CollectorReportData collectorReportData)
          Creates a section about validation messages
protected  boolean CollectorHelperServiceImpl.duplicateHeaderCheck(CollectorBatch batch, org.kuali.rice.kns.util.MessageMap messageMap)
          Checks header against previously loaded batch headers for a duplicate submission.
protected  String CollectorHelperServiceImpl.getBalanceTypeCode(CollectorDetail collectorDetail, CollectorBatch batch)
          Returns the balance type code for the interDepartmentalBilling record.
protected  boolean CollectorHelperServiceImpl.loadCollectorBatch(CollectorBatch batch, String fileName, int batchIndex, CollectorReportData collectorReportData, List<CollectorScrubberStatus> collectorScrubberStatuses, BatchInputFileType collectorInputFileType, PrintStream originEntryOutputPs)
           
protected  void CollectorHelperServiceImpl.negateAmountIfNecessary(CollectorDetail collectorDetail, BalanceType balanceTyp, ObjectType objectType, CollectorBatch batch)
          Negates the amount of the internal departmental billing detail record if necessary.
protected  boolean CollectorHelperServiceImpl.performCollectorHeaderValidation(CollectorBatch batch, org.kuali.rice.kns.util.MessageMap messageMap)
           
protected  void CollectorHelperServiceImpl.performUppercasing(CollectorBatch batch)
          Uppercases sub-account, sub-object, and project fields
 boolean CollectorHelperServiceImpl.performValidation(CollectorBatch batch)
          Validates the contents of a parsed file.
protected  boolean CollectorHelperServiceImpl.performValidation(CollectorBatch batch, org.kuali.rice.kns.util.MessageMap MessageMap)
          Performs the following checks on the collector batch: Any errors will be contained in GlobalVariables.MessageMap
protected  void CollectorHelperServiceImpl.prescrubParsedCollectorBatch(CollectorBatch collectorBatch, CollectorReportData collectorReportData)
           
protected  void CollectorHelperServiceImpl.processInterDepartmentalBillingAmounts(CollectorBatch batch)
          Modifies the amounts in the ID Billing Detail rows, depending on specific business rules.
 CollectorScrubberStatus CollectorScrubberServiceImpl.scrub(CollectorBatch batch, CollectorReportData collectorReportData, String collectorFileDirectoryName)
          uns the scrubber on the origin entries in the batch.
 void ScrubberProcessImpl.scrubCollectorBatch(ScrubberStatus scrubberStatus, CollectorBatch batch, CollectorReportData collectorReportData)
          Scrubs the origin entry and ID billing details if the given batch.
protected  void CollectorReportServiceImpl.sendDemergerEmail(CollectorBatch batch, CollectorReportData collectorReportData)
          Sends the e-mail about the demerger step
protected  void CollectorReportServiceImpl.sendValidationEmail(CollectorBatch batch, CollectorReportData collectorReportData)
          Sends email with results of the batch processing.
 

Uses of CollectorBatch in org.kuali.kfs.gl.report
 

Methods in org.kuali.kfs.gl.report that return types with arguments of type CollectorBatch
 Iterator<CollectorBatch> CollectorReportData.getAddedBatches()
           
 

Methods in org.kuali.kfs.gl.report with parameters of type CollectorBatch
 void CollectorReportData.addBatch(CollectorBatch batch)
          Adds a batch to this report data object.
 Map<Transaction,List<Message>> CollectorReportData.getBatchOriginEntryScrubberErrors(CollectorBatch batch)
          Returns the scrubber errors related to a batch
 DemergerReportData CollectorReportData.getDemergerReportData(CollectorBatch batch)
           
 Integer CollectorReportData.getNumDetailAccountValuesChanged(CollectorBatch batch)
           
 Integer CollectorReportData.getNumDetailDeleted(CollectorBatch batch)
           
 Integer CollectorReportData.getNumInputDetails(CollectorBatch batch)
           
 Integer CollectorReportData.getNumSavedDetails(CollectorBatch batch)
           
 ScrubberReportData CollectorReportData.getScrubberReportData(CollectorBatch batch)
           
 Map<DocumentGroupData,OriginEntryTotals> CollectorReportData.getTotalsOnInputOriginEntriesAssociatedWithErrorGroup(CollectorBatch batch)
          Returns the totals or all origin entries in the input group that match the document group (doc #, doc type, origination code) of at least one origin entry in the error group, which is generated by the scrubber
 boolean CollectorReportData.isBatchAdded(CollectorBatch batch)
          Returns whether a batch has already been added
 boolean CollectorReportData.isBatchValid(CollectorBatch batch)
          Returns true if batch is valid; False if invalid
 void CollectorReportData.markValidationStatus(CollectorBatch batch, boolean validStatus)
          Marks whether or not a batch is valid or not
 void CollectorReportData.setBatchDetailScrubberErrors(CollectorBatch batch, Map<CollectorDetail,List<Message>> errorsMap)
          Stores the errors encountered trying to scrub the InterDepartmentalBilling records in the given batch.
 void CollectorReportData.setBatchOriginEntryScrubberErrors(CollectorBatch batch, Map<Transaction,List<Message>> errorsMap)
          Stores the errors encountered trying to scrub the InterDepartmentalBilling records in the given batch.
 void CollectorReportData.setDemergerReportData(CollectorBatch batch, DemergerReportData demergerReportData)
           
 void CollectorReportData.setEmailSendingStatusForParsedBatch(CollectorBatch batch, String emailStatus)
           
 void CollectorReportData.setNumDetailAccountValuesChanged(CollectorBatch batch, Integer numDetailAccountValuesChanged)
          Sets the number of times the details in a batch have had their account numbers changed
 void CollectorReportData.setNumDetailDeleted(CollectorBatch batch, Integer numDetailDeleted)
           
 void CollectorReportData.setNumInputDetails(CollectorBatch batch)
           
 void CollectorReportData.setNumSavedDetails(CollectorBatch batch, Integer numSavedDetails)
           
 void CollectorReportData.setScrubberReportData(CollectorBatch batch, ScrubberReportData scrubberReportData)
           
 void CollectorReportData.setTotalsOnInputOriginEntriesAssociatedWithErrorGroup(CollectorBatch batch, Map<DocumentGroupData,OriginEntryTotals> totals)
          Stores the totals or all origin entries in the input group that match the document group (doc #, doc type, origination code) of at least one origin entry in the error group, which is generated by the scrubber
protected  void CollectorReportData.throwExceptionIfBatchNotAdded(CollectorBatch batch)
          Throws exception if batch has not been added
 

Uses of CollectorBatch in org.kuali.kfs.gl.service
 

Methods in org.kuali.kfs.gl.service with parameters of type CollectorBatch
 void ScrubberService.scrubCollectorBatch(ScrubberStatus scrubberStatus, CollectorBatch batch, CollectorReportData collectorReportData)
          Scrubs data read in by the Collector
 

Uses of CollectorBatch in org.kuali.kfs.gl.service.impl
 

Methods in org.kuali.kfs.gl.service.impl with parameters of type CollectorBatch
 void ScrubberServiceImpl.scrubCollectorBatch(ScrubberStatus scrubberStatus, CollectorBatch batch, CollectorReportData collectorReportData)
          Scrubs data read in by the Collector
 



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