| Package | Description |
|---|---|
| org.egov.egf.model | |
| org.egov.model.budget | |
| org.egov.model.repository | |
| org.egov.model.service | |
| org.egov.services.budget |
| Modifier and Type | Method and Description |
|---|---|
Budget |
BudgetReAppropriationView.getBudget() |
| Modifier and Type | Method and Description |
|---|---|
void |
BudgetReAppropriationView.setBudget(Budget budget) |
| Modifier and Type | Method and Description |
|---|---|
Budget |
BudgetDetail.getBudget() |
Budget |
Budget.getParent() |
Budget |
BudgetUploadReport.getReBudget() |
Budget |
Budget.getReferenceBudget() |
| Modifier and Type | Method and Description |
|---|---|
void |
BudgetDetail.setBudget(Budget budget) |
void |
Budget.setParent(Budget parent) |
void |
BudgetUploadReport.setReBudget(Budget reBudget) |
void |
Budget.setReferenceBudget(Budget reference) |
| Modifier and Type | Method and Description |
|---|---|
Budget |
BudgetDefinitionRepository.findByMaterializedPath(String path) |
Budget |
BudgetDefinitionRepository.findByReferenceBudgetId(Long budgetId) |
| Modifier and Type | Method and Description |
|---|---|
Long |
BudgetDefinitionRepository.getChildBudgetsCount(Budget parent) |
| Modifier and Type | Method and Description |
|---|---|
Budget |
BudgetDefinitionService.create(Budget budget) |
Budget |
BudgetDefinitionService.findOne(Long id) |
Budget |
BudgetDefinitionService.getParentBudgetForApprovedChildBudgets(Budget budget) |
Budget |
BudgetDefinitionService.update(Budget budget) |
| Modifier and Type | Method and Description |
|---|---|
List<Budget> |
BudgetDefinitionService.findAll() |
List<Budget> |
BudgetDefinitionService.getBudgetByFinancialYearId(Long financialYearId) |
List<Budget> |
BudgetDefinitionService.getParentList(String isbere,
Long financialYearId,
List<Long> budgetIdList) |
List<Budget> |
BudgetDefinitionService.getReferenceBudgetByFinancialYear()
Referenece Budget is Always RE
|
List<Budget> |
BudgetDefinitionService.getReferenceBudgetEmpty(Long financialYearId) |
List<Budget> |
BudgetDefinitionService.getReferenceBudgetList(Long financialYearId,
List<Long> referenceBudgetIdList) |
List<Budget> |
BudgetDefinitionService.parentList(String isBere,
Long financialYearId) |
List<Budget> |
BudgetDefinitionService.referenceBudgetList(Long financialYearId) |
List<Budget> |
BudgetDefinitionService.search(Budget budget) |
List<Budget> |
BudgetApprovalService.search(Long financialYearId) |
| Modifier and Type | Method and Description |
|---|---|
Budget |
BudgetDefinitionService.create(Budget budget) |
Budget |
BudgetDefinitionService.getParentBudgetForApprovedChildBudgets(Budget budget) |
List<Budget> |
BudgetDefinitionService.search(Budget budget) |
Budget |
BudgetDefinitionService.update(Budget budget) |
String |
BudgetDefinitionService.validate(Budget budget) |
| Modifier and Type | Field and Description |
|---|---|
protected org.egov.infra.workflow.service.WorkflowService<Budget> |
BudgetService.budgetWorkflowService |
| Modifier and Type | Method and Description |
|---|---|
Budget |
BudgetDetailService.findApprovedPrimaryParentBudgetForFY(Long financialYear) |
Budget |
BudgetService.getBudget(String budgetHead,
String deptCode,
String budgetType,
String fyear) |
Budget |
BudgetService.getByName(String name) |
Budget |
BudgetService.getReferenceBudgetFor(Budget budget) |
Budget |
BudgetDetailService.setBudgetState(Budget budget) |
| Modifier and Type | Method and Description |
|---|---|
List<Budget> |
BudgetDetailService.findApprovedBudgetsForFY(Long financialYear) |
List<Budget> |
BudgetDetailService.findBudgetsForFY(Long financialYear) |
List<Budget> |
BudgetDetailService.findBudgetsForFYWithNewState(Long financialYear) |
Set<Budget> |
BudgetDetailService.findBudgetTree(Budget budget,
BudgetDetail example) |
List<Budget> |
BudgetDetailService.findPrimaryBudgetForFY(Long financialYear) |
List<Budget> |
BudgetDetailService.getBudgetByStatusAndFinancialYearId(Integer statusId,
Long financialYearId) |
List<Budget> |
BudgetService.getBudgetsForUploadReport() |
List<Budget> |
BudgetService.moveBudgetTree(Budget b,
org.egov.pims.commons.Position position)
finds all the child budget tree for approval or rejection
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BudgetService.canForwardParent(org.egov.pims.commons.Position position,
Budget b) |
boolean |
BudgetDetailService.canViewApprovedAmount(org.egov.infstr.services.PersistenceService persistenceService,
Budget budget) |
void |
BudgetDetailService.createCapitalOrRevenueBudget(Budget parent,
String capitalOrRevenue,
String rootmaterial,
String budgetType,
org.egov.commons.CFinancialYear beFYear,
org.egov.commons.CFinancialYear reFYear,
List<String> deptList,
org.egov.commons.EgwStatus status) |
void |
BudgetDetailService.createDeptBudgetHeads(Budget parent,
String capitalOrRevenue,
String budgetType,
org.egov.commons.CFinancialYear beFYear,
org.egov.commons.CFinancialYear reFYear,
String revOrCap,
List<String> deptList,
org.egov.commons.EgwStatus status) |
List<Object[]> |
BudgetDetailService.fetchActualsForFinYear(org.egov.commons.CFinancialYear fy,
List<String> mandatoryFields,
Budget topBudget,
Budget referingTopBudget,
Date date,
Integer dept,
Long fun,
List<org.egov.infra.admin.master.entity.AppConfigValues> list) |
List<Object[]> |
BudgetDetailService.fetchActualsForFY(org.egov.commons.CFinancialYear fy,
List<String> mandatoryFields,
Budget topBudget,
Budget referingTopBudget,
Date date,
Integer dept,
Long fun)
vouchers are of the passed finaicial year budget is of passed topBudgets financialyear
|
List<Object[]> |
BudgetDetailService.fetchMajorCodeAndActuals(org.egov.commons.CFinancialYear financialYear,
Budget topBudget,
Date date,
org.egov.commons.CFunction function,
org.egov.infra.admin.master.entity.Department dept,
org.egov.pims.commons.Position pos)
vouchers are of the passed finaicial year budget is of passed topBudgets financialyear
|
List<Object[]> |
BudgetDetailService.fetchMajorCodeAndAnticipatory(Budget topBudget,
BudgetDetail budgetDetail,
org.egov.commons.CFunction function,
org.egov.pims.commons.Position pos) |
List<Object[]> |
BudgetDetailService.fetchMajorCodeAndAppropriation(Budget topBudget,
BudgetDetail budgetDetail,
org.egov.commons.CFunction function,
org.egov.pims.commons.Position pos,
Date asOnDate) |
List<Object[]> |
BudgetDetailService.fetchMajorCodeAndApprovedAmount(Budget topBudget,
BudgetDetail budgetDetail,
org.egov.commons.CFunction function,
org.egov.pims.commons.Position pos) |
List<Object[]> |
BudgetDetailService.fetchMajorCodeAndBEAmount(Budget topBudget,
BudgetDetail budgetDetail,
org.egov.commons.CFunction function,
org.egov.pims.commons.Position pos) |
List<Object[]> |
BudgetDetailService.fetchMajorCodeAndBENextYr(Budget topBudget,
BudgetDetail budgetDetail,
org.egov.commons.CFunction function,
org.egov.pims.commons.Position pos) |
List<Object[]> |
BudgetDetailService.fetchMajorCodeAndBENextYrApproved(Budget topBudget,
BudgetDetail budgetDetail,
org.egov.commons.CFunction function,
org.egov.pims.commons.Position pos) |
List<Object[]> |
BudgetDetailService.fetchMajorCodeAndName(Budget topBudget,
BudgetDetail budgetDetail,
org.egov.commons.CFunction function,
org.egov.pims.commons.Position pos) |
List<Object[]> |
BudgetDetailService.fetchMajorCodeAndOriginalAmount(Budget topBudget,
BudgetDetail budgetDetail,
org.egov.commons.CFunction function,
org.egov.pims.commons.Position pos) |
List<Object[]> |
BudgetDetailService.fetchUniqueNoAndApprAmount(Budget topBudget,
BudgetDetail budgetDetail,
org.egov.commons.CFunction function,
org.egov.pims.commons.Position pos) |
List<Object[]> |
BudgetDetailService.fetchUniqueNoAndBEAmount(Budget topBudget,
BudgetDetail budgetDetail,
org.egov.commons.CFunction function,
org.egov.pims.commons.Position pos) |
List<BudgetDetail> |
BudgetDetailService.findAllBudgetDetailsFor(Budget budget,
BudgetDetail example) |
List<BudgetDetail> |
BudgetDetailService.findAllBudgetDetailsForParent(Budget budget,
BudgetDetail example,
org.egov.infstr.services.PersistenceService persistenceService) |
List<BudgetDetail> |
BudgetDetailService.findAllBudgetDetailsWithReAppropriation(Budget budget,
BudgetDetail example) |
Set<Budget> |
BudgetDetailService.findBudgetTree(Budget budget,
BudgetDetail example) |
BigDecimal |
BudgetDetailService.getBEAmount(Budget budget) |
Long |
BudgetDetailService.getBudgetDetailCount(Budget budget) |
org.egov.infra.admin.master.entity.Department |
BudgetService.getDepartmentForBudget(Budget budget)
return the department of any one budget detail will work for only leaf budget not for non leaf budgets
|
String |
BudgetDetailService.getNextYrBEName(Budget budget) |
BigDecimal |
BudgetDetailService.getREAmount(Budget budget) |
Budget |
BudgetService.getReferenceBudgetFor(Budget budget) |
List<BudgetDetail> |
BudgetDetailService.getRemainingDetailsForApproveOrReject(Budget budget) |
List<BudgetDetail> |
BudgetDetailService.getRemainingDetailsForSave(Budget budget,
org.egov.pims.commons.Position currPos) |
boolean |
BudgetService.isLeaf(Budget budget) |
List<Budget> |
BudgetService.moveBudgetTree(Budget b,
org.egov.pims.commons.Position position)
finds all the child budget tree for approval or rejection
|
void |
BudgetService.moveDetailsTree(List budgetsList,
Budget b,
String actionName) |
void |
BudgetDetailActionHelper.saveBudgetDetails(Boolean addNewDetails,
Budget budget,
List<BudgetDetail> budgetDetailList,
List<BigDecimal> beAmounts,
org.egov.commons.EgwStatus egwStatus,
WorkflowBean workflowBean,
org.egov.pims.commons.Position owner) |
Budget |
BudgetDetailService.setBudgetState(Budget budget) |
| Modifier and Type | Method and Description |
|---|---|
void |
BudgetService.setBudgetWorkflowService(org.egov.infra.workflow.service.WorkflowService<Budget> budgetWorkflowService) |
| Constructor and Description |
|---|
BudgetService(Class<Budget> type) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.