@Controller @RequestMapping(value="/demand-generation") public class DemandGenerationController extends Object
| Constructor and Description |
|---|
DemandGenerationController() |
| Modifier and Type | Method and Description |
|---|---|
String |
demandGeneration(org.egov.tl.entity.DemandGenerationLog demandGenerationLog,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) |
String |
demandRegeneration(org.egov.tl.entity.DemandGenerationLog demandGenerationLog,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) |
List<org.egov.commons.CFinancialYear> |
financialYearList() |
String |
newForm(org.egov.tl.entity.DemandGenerationLog demandGenerationLog) |
@ModelAttribute(value="financialYearList") public List<org.egov.commons.CFinancialYear> financialYearList()
@RequestMapping(value="create",
method=GET)
public String newForm(@ModelAttribute
org.egov.tl.entity.DemandGenerationLog demandGenerationLog)
@RequestMapping(value="create",
method=POST)
public String demandGeneration(@ModelAttribute
org.egov.tl.entity.DemandGenerationLog demandGenerationLog,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
@RequestMapping(value="/regenerate",
method=POST)
public String demandRegeneration(@ModelAttribute
org.egov.tl.entity.DemandGenerationLog demandGenerationLog,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.