Uses of Class
org.kuali.kfs.coa.businessobject.OrganizationReversion

Packages that use OrganizationReversion
org.kuali.kfs.coa.businessobject   
org.kuali.kfs.coa.dataaccess   
org.kuali.kfs.coa.dataaccess.impl   
org.kuali.kfs.coa.document   
org.kuali.kfs.coa.document.validation.impl   
org.kuali.kfs.coa.service   
org.kuali.kfs.coa.service.impl   
 

Uses of OrganizationReversion in org.kuali.kfs.coa.businessobject
 

Methods in org.kuali.kfs.coa.businessobject that return OrganizationReversion
 OrganizationReversion OrganizationReversionDetail.getOrganizationReversion()
          Gets the organizationReversion attribute.
 

Methods in org.kuali.kfs.coa.businessobject with parameters of type OrganizationReversion
 void OrganizationReversionDetail.setOrganizationReversion(OrganizationReversion organizationReversion)
          Sets the organizationReversion attribute value.
 

Uses of OrganizationReversion in org.kuali.kfs.coa.dataaccess
 

Methods in org.kuali.kfs.coa.dataaccess that return OrganizationReversion
 OrganizationReversion OrganizationReversionDao.getByPrimaryId(Integer universityFiscalYear, String financialChartOfAccountsCode, String organizationCode)
          Retrieves an OrganizationReversion by primary key.
 

Uses of OrganizationReversion in org.kuali.kfs.coa.dataaccess.impl
 

Methods in org.kuali.kfs.coa.dataaccess.impl that return OrganizationReversion
 OrganizationReversion OrganizationReversionDaoOjb.getByPrimaryId(Integer universityFiscalYear, String financialChartOfAccountsCode, String organizationCode)
           
 

Uses of OrganizationReversion in org.kuali.kfs.coa.document
 

Methods in org.kuali.kfs.coa.document that return OrganizationReversion
protected  OrganizationReversion OrganizationReversionMaintainableImpl.retrieveExistingOrganizationReversion()
          Grabs the old version of this org reversion from the database
 

Uses of OrganizationReversion in org.kuali.kfs.coa.document.validation.impl
 

Fields in org.kuali.kfs.coa.document.validation.impl declared as OrganizationReversion
protected  OrganizationReversion OrganizationReversionRule.newOrgReversion
           
protected  OrganizationReversion OrganizationReversionRule.oldOrgReversion
           
 

Methods in org.kuali.kfs.coa.document.validation.impl with parameters of type OrganizationReversion
protected  void OrganizationReversionPreRules.copyDefaultObjectcodeIfNoCarryForwardByObjectCode(OrganizationReversion orgRev)
          This copies the object code from system parameter to the Organization Reversion object code field if the "Carry Forward by Object Code" indicator is set to true
protected  void OrganizationReversionPreRules.copyKeyAttributesToDetail(OrganizationReversion orgRev)
          This copies the chart of accounts, and the fiscal year from the parent OrganizationReversion to the OrganizationReversionDetail objects and refreshes the reference object on them if the values have been filled out
protected  boolean OrganizationReversionRule.validateDetailBusinessObjects(OrganizationReversion orgReversion)
          Tests each option attached to the main business object and validates its properties.
protected  boolean OrganizationReversionRule.validateOrganizationReversionCode(OrganizationReversion reversion, OrganizationReversionDetail detail)
          Verifies that a reversion code exists when the "Carry Forward by Object Code" indicator is selected.
 

Uses of OrganizationReversion in org.kuali.kfs.coa.service
 

Methods in org.kuali.kfs.coa.service that return OrganizationReversion
 OrganizationReversion OrganizationReversionService.getByPrimaryId(Integer fiscalYear, String chartCode, String organizationCode)
          Get an organization reversion record
 

Methods in org.kuali.kfs.coa.service with parameters of type OrganizationReversion
 void OrganizationReversionDetailTrickleDownInactivationService.trickleDownActiveOrganizationReversionDetails(OrganizationReversion organizationReversion, String documentNumber)
          Activates organization reversion details whose containing organization reversion is being inactivated, and writes notes on the Organization Reversion maintenance document about it
 void OrganizationReversionDetailTrickleDownInactivationService.trickleDownInactiveOrganizationReversionDetails(OrganizationReversion organizationReversion, String documentNumber)
          Inactivates organization reversion details whose containing organization reversion is being inactivated, and writes notes on the Organization Reversion maintenance document about it
 

Uses of OrganizationReversion in org.kuali.kfs.coa.service.impl
 

Methods in org.kuali.kfs.coa.service.impl that return OrganizationReversion
 OrganizationReversion OrganizationReversionServiceImpl.getByPrimaryId(Integer fiscalYear, String chartCode, String orgCode)
           
 

Methods in org.kuali.kfs.coa.service.impl with parameters of type OrganizationReversion
 void OrganizationReversionDetailTrickleDownInactivationServiceImpl.trickleDownActiveOrganizationReversionDetails(OrganizationReversion organizationReversion, String documentNumber)
           
 void OrganizationReversionDetailTrickleDownInactivationServiceImpl.trickleDownInactiveOrganizationReversionDetails(OrganizationReversion organizationReversion, String documentNumber)
           
 



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