Uses of Class
org.kuali.kfs.gl.businessobject.CollectorDetail

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

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

Methods in org.kuali.kfs.gl.batch that return CollectorDetail
protected  CollectorDetail CollectorFlatFileInputType.createCollectorDetail(String detailLine, Date curDate, UniversityDate universityDate, int lineNumber, org.kuali.rice.kns.util.MessageMap messageMap)
           
 

Methods in org.kuali.kfs.gl.batch that return types with arguments of type CollectorDetail
 List<CollectorDetail> CollectorBatch.getCollectorDetails()
          Gets the idBillings attribute.
 

Methods in org.kuali.kfs.gl.batch with parameters of type CollectorDetail
 void CollectorBatch.addCollectorDetail(CollectorDetail collectorDetail)
          Adds a processed id billing to the list.
protected  void CollectorScrubberProcess.applyScrubberEditsToDetail(OriginEntryInformation originEntry, CollectorDetail detail)
          Updates the Collector detail with the data from a scrubbed entry
protected  boolean CollectorScrubberProcess.isOriginEntryRelatedToDetailRecord(OriginEntryInformation originEntry, CollectorDetail detail)
          Determines if an origin entry is related to the given Collector detail record
 

Method parameters in org.kuali.kfs.gl.batch with type arguments of type CollectorDetail
 void CollectorBatch.setCollectorDetails(List<CollectorDetail> idDetails)
          Sets the idBillings attribute value.
 

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

Methods in org.kuali.kfs.gl.batch.service.impl with parameters of type CollectorDetail
protected  String CollectorHelperServiceImpl.generateCollectorDetailMatchingKey(CollectorDetail collectorDetail, String delimiter)
          Generates a String representation of the CollectorDetail's primary key
protected  String CollectorHelperServiceImpl.getBalanceTypeCode(CollectorDetail collectorDetail, CollectorBatch batch)
          Returns the balance type code for the interDepartmentalBilling record.
 boolean DocumentGroupData.matchesCollectorDetail(CollectorDetail detail)
           
protected  void CollectorHelperServiceImpl.negateAmountIfNecessary(CollectorDetail collectorDetail, BalanceType balanceTyp, ObjectType objectType, CollectorBatch batch)
          Negates the amount of the internal departmental billing detail record if necessary.
 

Uses of CollectorDetail in org.kuali.kfs.gl.dataaccess
 

Methods in org.kuali.kfs.gl.dataaccess with parameters of type CollectorDetail
 void CollectorDetailDao.save(CollectorDetail detail)
          Saves a specific collector detail
 

Uses of CollectorDetail in org.kuali.kfs.gl.dataaccess.impl
 

Methods in org.kuali.kfs.gl.dataaccess.impl with parameters of type CollectorDetail
 void CollectorDetailDaoOjb.save(CollectorDetail detail)
          Save specific collector detail
 

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

Method parameters in org.kuali.kfs.gl.report with type arguments of type CollectorDetail
 void CollectorReportData.setBatchDetailScrubberErrors(CollectorBatch batch, Map<CollectorDetail,List<Message>> errorsMap)
          Stores the errors encountered trying to scrub the InterDepartmentalBilling records in the given batch.
 

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

Methods in org.kuali.kfs.gl.service with parameters of type CollectorDetail
 void CollectorDetailService.save(CollectorDetail detail)
          Saves a CollectorDetail
 

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

Methods in org.kuali.kfs.gl.service.impl with parameters of type CollectorDetail
 void CollectorDetailServiceImpl.save(CollectorDetail detail)
          Saves a CollectorDetail
 



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