Modifier and Type | Method and Description |
---|---|
OrganizationReversion |
OrganizationReversionDetail.getOrganizationReversion()
Gets the organizationReversion attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
OrganizationReversionDetail.setOrganizationReversion(OrganizationReversion organizationReversion)
Sets the organizationReversion attribute value.
|
Modifier and Type | Method and Description |
---|---|
protected OrganizationReversion |
OrganizationReversionMaintainableImpl.retrieveExistingOrganizationReversion()
Grabs the old version of this org reversion from the database
|
Modifier and Type | Field and Description |
---|---|
protected OrganizationReversion |
OrganizationReversionRule.newOrgReversion |
protected OrganizationReversion |
OrganizationReversionRule.oldOrgReversion |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
OrganizationReversion |
OrganizationReversionService.getByPrimaryId(Integer fiscalYear,
String chartCode,
String organizationCode)
Get an organization reversion record
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
OrganizationReversion |
OrganizationReversionServiceImpl.getByPrimaryId(Integer fiscalYear,
String chartCode,
String orgCode) |
Modifier and Type | Method and Description |
---|---|
void |
OrganizationReversionDetailTrickleDownInactivationServiceImpl.trickleDownActiveOrganizationReversionDetails(OrganizationReversion organizationReversion,
String documentNumber) |
void |
OrganizationReversionDetailTrickleDownInactivationServiceImpl.trickleDownInactiveOrganizationReversionDetails(OrganizationReversion organizationReversion,
String documentNumber) |
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.