|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OrganizationReversionService
This service interface defines methods necessary for retrieving fully populated OrganizationReversion business objects from the database that are necessary for transaction processing in the application. It also defines methods to retrieve org reversion categories
Method Summary | |
---|---|
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 |
Method Detail |
---|
OrganizationReversion getByPrimaryId(Integer fiscalYear, String chartCode, String organizationCode)
fiscalYear
- Fiscal YearchartCode
- ChartorganizationCode
- Organization code
Map<String,OrganizationReversionCategoryLogic> getCategories()
List<OrganizationReversionCategory> getCategoryList()
boolean isCategoryActive(String categoryCode)
categoryCode
- the category code to check
boolean isCategoryActiveByName(String categoryName)
categoryName
- the category name to check
String getOrganizationReversionDetaiFromSystemParameters()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |