@RestController public class FinancialMasterController extends Object
| Constructor and Description |
|---|
FinancialMasterController() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAllActiveBudgetGroups() |
String |
getAllActiveFunctions() |
String |
getAllActiveFunds() |
String |
getAllActiveSchemes() |
String |
getAllActiveSubSchemes() |
String |
getChartOfAccounts() |
@RequestMapping(value="/egf/funds",
method=GET,
produces="application/json")
public String getAllActiveFunds()
@RequestMapping(value="/egf/schemes",
method=GET,
produces="application/json")
public String getAllActiveSchemes()
@RequestMapping(value="/egf/subschemes",
method=GET,
produces="application/json")
public String getAllActiveSubSchemes()
@RequestMapping(value="/egf/functions",
method=GET,
produces="application/json")
public String getAllActiveFunctions()
@RequestMapping(value="/egf/chartofaccounts/detailedcodes",
method=GET,
produces="application/json")
public String getChartOfAccounts()
@RequestMapping(value="/egf/budgetgroups",
method=GET,
produces="application/json")
public String getAllActiveBudgetGroups()
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.