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)
OrganizationReversionService
getByPrimaryId
in interface OrganizationReversionService
fiscalYear
- Fiscal YearchartCode
- ChartorgCode
- Organization codeOrganizationReversionService.getByPrimaryId(java.lang.Integer, java.lang.String,
java.lang.String)
public Map<String,OrganizationReversionCategoryLogic> getCategories()
OrganizationReversionService
getCategories
in interface OrganizationReversionService
OrganizationReversionService.getCategories()
public List<OrganizationReversionCategory> getCategoryList()
OrganizationReversionService
getCategoryList
in interface OrganizationReversionService
OrganizationReversionService.getCategoryList()
public String getOrganizationReversionDetaiFromSystemParameters()
OrganizationReversionService
getOrganizationReversionDetaiFromSystemParameters
in interface OrganizationReversionService
OrganizationReversionService.getOrganizationReversionDetaiFromSystemParameters()
public boolean isCategoryActive(String categoryCode)
OrganizationReversionService
isCategoryActive
in interface OrganizationReversionService
categoryCode
- the category code to checkOrganizationReversionService.isCategoryActive(java.lang.String)
public boolean isCategoryActiveByName(String categoryName)
OrganizationReversionService
isCategoryActiveByName
in interface OrganizationReversionService
categoryName
- 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–2014 The Kuali Foundation. All rights reserved.