@Controller @RequestMapping(value="/milestone") public class ViewMilestoneController extends Object
| Constructor and Description |
|---|
ViewMilestoneController() |
| Modifier and Type | Method and Description |
|---|---|
List<org.egov.works.masters.entity.MilestoneTemplateActivity> |
populateMilestoneTemplateActivity(String id,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request) |
String |
viewMilestone(String id,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request) |
String |
viewMilestoneTemplate(String id,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request) |
String |
viewTrackMilestone(String id,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request) |
@RequestMapping(value="/viewmilestonetemplate/{id}",
method=GET)
public String viewMilestoneTemplate(@PathVariable
String id,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request)
throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationException@RequestMapping(value="/setmilestonetemplateactivities/{id}",
method=GET)
@ResponseBody
public List<org.egov.works.masters.entity.MilestoneTemplateActivity> populateMilestoneTemplateActivity(@PathVariable
String id,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request)
throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationException@RequestMapping(value="/viewmilestone/{id}",
method=GET)
public String viewMilestone(@PathVariable
String id,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request)
throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationException@RequestMapping(value="/viewtrackmilestone/{id}",
method=GET)
public String viewTrackMilestone(@PathVariable
String id,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request)
throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.