public interface OrganizationReversionService
| Modifier and Type | Method and Description | 
|---|---|
| OrganizationReversion | getByPrimaryId(Integer fiscalYear,
                            String chartCode,
                            String organizationCode)Get an organization reversion record | 
| Map<String,OrganizationReversionCategoryLogic> | getCategories()Get org reversion categories | 
| List<OrganizationReversionCategory> | getCategoryList()List of reversion categories in order of the sort code | 
| String | getOrganizationReversionDetaiFromSystemParameters()This method looks up the default object code to populate the Organization Reversion object code if the 
 "carry Forward by Object Code" box is not checked. | 
| boolean | isCategoryActive(String categoryCode)Determines if the given category code represents an active category | 
| boolean | isCategoryActiveByName(String categoryName)Determines if the given category name represents an active category | 
OrganizationReversion getByPrimaryId(Integer fiscalYear, String chartCode, String organizationCode)
fiscalYear - Fiscal YearchartCode - ChartorganizationCode - Organization codeMap<String,OrganizationReversionCategoryLogic> getCategories()
List<OrganizationReversionCategory> getCategoryList()
boolean isCategoryActive(String categoryCode)
categoryCode - the category code to checkboolean isCategoryActiveByName(String categoryName)
categoryName - the category name to checkString getOrganizationReversionDetaiFromSystemParameters()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.