@Controller
@RequestMapping(value="/milestone")
public class CancelMilestoneController
extends org.egov.eis.web.controller.workflow.GenericWorkFlowController
| Constructor and Description |
|---|
CancelMilestoneController() |
| Modifier and Type | Method and Description |
|---|---|
String |
cancelMilestone(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model) |
String |
showSearchMilestoneForm(org.egov.works.milestone.entity.SearchRequestMilestone searchRequestMilestone,
org.springframework.ui.Model model) |
@RequestMapping(value="/cancel/search",
method=GET)
public String showSearchMilestoneForm(@ModelAttribute
org.egov.works.milestone.entity.SearchRequestMilestone searchRequestMilestone,
org.springframework.ui.Model model)
throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationException@RequestMapping(value="/cancel",
method=POST)
public String cancelMilestone(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model)
throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationExceptionCopyright © 2015–2016 eGovernments Foundation. All rights reserved.