|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.kfs.coa.service.impl.OrganizationReversionServiceImpl
public class OrganizationReversionServiceImpl
This service implementation is the default implementation of the OrganizationReversion service that is delivered with Kuali.
| Constructor Summary | |
|---|---|
OrganizationReversionServiceImpl()
|
|
| Method Summary | |
|---|---|
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.kns.service.BusinessObjectService boService)
Sets an implementation of the business object service |
void |
setOrganizationReversionDao(OrganizationReversionDao orgDao)
This method injects the OrganizationReversionDao |
void |
setParameterService(org.kuali.rice.kns.service.ParameterService parameterService)
This method injects the ParameterService |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OrganizationReversionServiceImpl()
| Method Detail |
|---|
public OrganizationReversion getByPrimaryId(Integer fiscalYear,
String chartCode,
String orgCode)
OrganizationReversionService
getByPrimaryId in interface OrganizationReversionServicefiscalYear - Fiscal YearchartCode - ChartorgCode - Organization code
OrganizationReversionService.getByPrimaryId(java.lang.Integer, java.lang.String,
java.lang.String)public Map<String,OrganizationReversionCategoryLogic> getCategories()
OrganizationReversionService
getCategories in interface OrganizationReversionServiceOrganizationReversionService.getCategories()public List<OrganizationReversionCategory> getCategoryList()
OrganizationReversionService
getCategoryList in interface OrganizationReversionServiceOrganizationReversionService.getCategoryList()public String getOrganizationReversionDetaiFromSystemParameters()
OrganizationReversionService
getOrganizationReversionDetaiFromSystemParameters in interface OrganizationReversionServiceOrganizationReversionService.getOrganizationReversionDetaiFromSystemParameters()public boolean isCategoryActive(String categoryCode)
OrganizationReversionService
isCategoryActive in interface OrganizationReversionServicecategoryCode - the category code to check
OrganizationReversionService.isCategoryActive(java.lang.String)public boolean isCategoryActiveByName(String categoryName)
OrganizationReversionService
isCategoryActiveByName in interface OrganizationReversionServicecategoryName - the category name to check
OrganizationReversionService.isCategoryActiveByName(java.lang.String)public void setParameterService(org.kuali.rice.kns.service.ParameterService parameterService)
parameterService - public void setOrganizationReversionDao(OrganizationReversionDao orgDao)
orgDao - public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService boService)
boService - the implementation of the BusinessObjectService to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||