public class OrganizationReversionServiceImpl extends Object implements OrganizationReversionService
| Modifier and Type | Field and Description |
|---|---|
protected org.kuali.rice.krad.service.BusinessObjectService |
businessObjectService |
protected org.kuali.rice.coreservice.framework.parameter.ParameterService |
parameterService |
| Constructor and Description |
|---|
OrganizationReversionServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
OrganizationReversion |
getByPrimaryId(Integer fiscalYear,
String chartCode,
String orgCode)
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
|
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService boService) |
void |
setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService) |
protected org.kuali.rice.krad.service.BusinessObjectService businessObjectService
protected org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService
public OrganizationReversionServiceImpl()
public OrganizationReversion getByPrimaryId(Integer fiscalYear, String chartCode, String orgCode)
OrganizationReversionServicegetByPrimaryId in interface OrganizationReversionServicefiscalYear - Fiscal YearchartCode - ChartorgCode - Organization codeOrganizationReversionService.getByPrimaryId(java.lang.Integer, java.lang.String,
java.lang.String)public Map<String,OrganizationReversionCategoryLogic> getCategories()
OrganizationReversionServicegetCategories in interface OrganizationReversionServiceOrganizationReversionService.getCategories()public List<OrganizationReversionCategory> getCategoryList()
OrganizationReversionServicegetCategoryList in interface OrganizationReversionServiceOrganizationReversionService.getCategoryList()public String getOrganizationReversionDetaiFromSystemParameters()
OrganizationReversionServicegetOrganizationReversionDetaiFromSystemParameters in interface OrganizationReversionServiceOrganizationReversionService.getOrganizationReversionDetaiFromSystemParameters()public boolean isCategoryActive(String categoryCode)
OrganizationReversionServiceisCategoryActive in interface OrganizationReversionServicecategoryCode - the category code to checkOrganizationReversionService.isCategoryActive(java.lang.String)public boolean isCategoryActiveByName(String categoryName)
OrganizationReversionServiceisCategoryActiveByName in interface OrganizationReversionServicecategoryName - the category name to checkOrganizationReversionService.isCategoryActiveByName(java.lang.String)public void setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService)
public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService boService)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.