Uses of Class
org.kuali.kfs.gl.batch.service.impl.exception.FatalErrorException

Packages that use FatalErrorException
org.kuali.kfs.gl.batch   
org.kuali.kfs.gl.batch.service   
org.kuali.kfs.gl.batch.service.impl   
 

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

Methods in org.kuali.kfs.gl.batch that throw FatalErrorException
 OriginEntryFull NominalActivityClosingHelper.generateActivityEntry(Balance balance, Integer sequenceNumber)
          Generates an origin entry that will summarize close out of nominal items (income and expense)
 OriginEntryFull NominalActivityClosingHelper.generateOffset(Balance balance, Integer sequenceNumber)
          Genereates an origin entry to update a fund balance as a result of closing income and expense
 

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

Methods in org.kuali.kfs.gl.batch.service that throw FatalErrorException
 void OrganizationReversionProcess.calculateTotals()
          This method calculates the totals for a given unit of work's reversion
 void OrganizationReversionProcess.generateCarryForwards(List<OriginEntryFull> originEntriesToWrite)
          If carry forwards need to be generated for this unit of work, this method will generate the origin entries to accomplish those object codes.
 void OrganizationReversionProcess.generateCashReversions(List<OriginEntryFull> originEntriesToWrite)
          This method generates cash reversion origin entries for the current organization reversion, and adds them to the given list
 void OrganizationReversionProcess.generateMany(List<OriginEntryFull> originEntriesToWrite)
          Generates carry forward origin entries on a category by category basis (if the organization reversion record asks for that), assuming carry forwards are required for the current unit of work
 List<OriginEntryFull> OrganizationReversionProcess.generateOutputOriginEntries()
          This method determines which origin entries (reversion, cash reversion, or carry forward) need to be generated for the current unit of work, and then delegates to the origin entry generation methods to create those entries
 void OrganizationReversionProcess.generateReversions(List<OriginEntryFull> originEntriesToWrite)
          If reversions are necessary, this will generate the origin entries for those reversions
 boolean EncumbranceClosingOriginEntryGenerationService.shouldForwardCostShareForEncumbrance(OriginEntryFull entry, OriginEntryFull offset, Encumbrance encumbrance, String objectTypeCode)
          Do some validation and make sure that the encumbrance A21SubAccount is a cost share sub-account.
 

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

Methods in org.kuali.kfs.gl.batch.service.impl that throw FatalErrorException
 void OrganizationReversionProcessImpl.calculateTotals()
          This method calculates the totals for a given unit of work's reversion
 void OrganizationReversionProcessImpl.generateCarryForwards(List<OriginEntryFull> originEntriesToWrite)
          If carry forwards need to be generated for this unit of work, this method will generate the origin entries to accomplish those object codes.
 void OrganizationReversionProcessImpl.generateCashReversions(List<OriginEntryFull> originEntriesToWrite)
          This method generates cash reversion origin entries for the current organization reversion, and adds them to the given list
 void OrganizationReversionProcessImpl.generateMany(List<OriginEntryFull> originEntriesToWrite)
          Generates carry forward origin entries on a category by category basis (if the organization reversion record asks for that), assuming carry forwards are required for the current unit of work
 List<OriginEntryFull> OrganizationReversionProcessImpl.generateOutputOriginEntries()
          This method determines which origin entries (reversion, cash reversion, or carry forward) need to be generated for the current unit of work, and then delegates to the origin entry generation methods to create those entries
 void OrganizationReversionProcessImpl.generateReversions(List<OriginEntryFull> originEntriesToWrite)
          If reversions are necessary, this will generate the origin entries for those reversions
protected  void OrganizationReversionProcessImpl.retrieveCurrentReversionAndAccount(Balance bal)
          Given a balance, returns the current organization reversion record and account or prior year account for the balance; it sets them to private properties
 boolean EncumbranceClosingOriginEntryGenerationServiceImpl.shouldForwardCostShareForEncumbrance(OriginEntryFull entry, OriginEntryFull offset, Encumbrance encumbrance, String objectTypeCode)
          Do some validation and make sure that the encumbrance A21SubAccount is a cost share sub-account.
 



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