Uses of Class
org.kuali.kfs.module.endow.businessobject.GLInterfaceBatchStatisticsReportDetailTableRow

Packages that use GLInterfaceBatchStatisticsReportDetailTableRow
org.kuali.kfs.module.endow.batch.service.impl   
 

Uses of GLInterfaceBatchStatisticsReportDetailTableRow in org.kuali.kfs.module.endow.batch.service.impl
 

Fields in org.kuali.kfs.module.endow.batch.service.impl declared as GLInterfaceBatchStatisticsReportDetailTableRow
protected  GLInterfaceBatchStatisticsReportDetailTableRow GeneralLedgerInterfaceBatchProcessServiceImpl.gLInterfaceBatchStatisticsReportDetailTableRow
           
 

Methods in org.kuali.kfs.module.endow.batch.service.impl that return GLInterfaceBatchStatisticsReportDetailTableRow
protected  GLInterfaceBatchStatisticsReportDetailTableRow GeneralLedgerInterfaceBatchProcessServiceImpl.getGLInterfaceBatchStatisticsReportDetailTableRow()
          Gets the gLInterfaceBatchStatisticsReportDetailTableRow attribute.
 

Methods in org.kuali.kfs.module.endow.batch.service.impl with parameters of type GLInterfaceBatchStatisticsReportDetailTableRow
protected  boolean GeneralLedgerInterfaceBatchProcessServiceImpl.createCashEntry(GlInterfaceBatchProcessKemLine transactionArchive, PrintStream OUTPUT_KEM_TO_GL_DATA_FILE_ps, Date postedDate, GLInterfaceBatchStatisticsReportDetailTableRow statisticsDataRow)
          method to create cash entry GL record
protected  boolean GeneralLedgerInterfaceBatchProcessServiceImpl.createGainLossEntry(OriginEntryFull oef, GlInterfaceBatchProcessKemLine transactionArchive, PrintStream OUTPUT_KEM_TO_GL_DATA_FILE_ps, GLInterfaceBatchStatisticsReportDetailTableRow statisticsDataRow)
          method to create a gain/loss record when document type = EAD...
protected  boolean GeneralLedgerInterfaceBatchProcessServiceImpl.createGLEntriesForEGLTOrGLET(GlInterfaceBatchProcessKemLine transactionArchive, PrintStream OUTPUT_KEM_TO_GL_DATA_FILE_ps, Date postedDate, GLInterfaceBatchStatisticsReportDetailTableRow statisticsDataRow)
          method to create cash entry GL record for each transaction archive financial doc number
 boolean GeneralLedgerInterfaceBatchProcessServiceImpl.createGlEntriesForTransactionArchives(String documentType, Collection<GlInterfaceBatchProcessKemLine> transactionArchives, PrintStream OUTPUT_KEM_TO_GL_DATA_FILE_ps, Date postedDate, GLInterfaceBatchStatisticsReportDetailTableRow statisticsDataRow)
          For the transaction archives this method creates GL entries into the output file.
protected  boolean GeneralLedgerInterfaceBatchProcessServiceImpl.createNonCashEntry(GlInterfaceBatchProcessKemLine transactionArchive, PrintStream OUTPUT_KEM_TO_GL_DATA_FILE_ps, Date postedDate, GLInterfaceBatchStatisticsReportDetailTableRow statisticsDataRow)
          method to create non-cash entry GL record
protected  boolean GeneralLedgerInterfaceBatchProcessServiceImpl.createOffsetEntry(OriginEntryFull oef, GlInterfaceBatchProcessKemLine transactionArchive, PrintStream OUTPUT_KEM_TO_GL_DATA_FILE_ps, GLInterfaceBatchStatisticsReportDetailTableRow statisticsDataRow)
          method to create an offset record when document type is NON-CASH
protected  OriginEntryFull GeneralLedgerInterfaceBatchProcessServiceImpl.createOriginEntryFull(GlInterfaceBatchProcessKemLine transactionArchive, Date postedDate, GLInterfaceBatchStatisticsReportDetailTableRow statisticsDataRow)
          method to create origin entry and populate the fields
 void GeneralLedgerInterfaceBatchProcessServiceImpl.setGLInterfaceBatchStatisticsReportDetailTableRow(GLInterfaceBatchStatisticsReportDetailTableRow gLInterfaceBatchStatisticsReportDetailTableRow)
          Sets the gLInterfaceBatchStatisticsReportDetailTableRow attribute value.
 

Method parameters in org.kuali.kfs.module.endow.batch.service.impl with type arguments of type GLInterfaceBatchStatisticsReportDetailTableRow
protected  void GeneralLedgerInterfaceBatchProcessServiceImpl.writeStatisticsReport(Collection<GLInterfaceBatchStatisticsReportDetailTableRow> statisticsReportRows)
          method to write the statistics report....
 



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