@Controller @RequestMapping(value="/milestone") public class SearchMilestoneController extends Object
| Constructor and Description |
|---|
SearchMilestoneController() |
| Modifier and Type | Method and Description |
|---|---|
String |
searchMilestoneForm(org.egov.works.milestone.entity.SearchRequestMilestone searchRequestMilestone,
org.springframework.ui.Model model) |
String |
searchTrackedMilestoneForm(org.egov.works.milestone.entity.SearchRequestMilestone searchRequestMilestone,
org.springframework.ui.Model model) |
String |
showSearchMilestoneForm(org.egov.works.milestone.entity.SearchRequestMilestone searchRequestMilestone,
org.springframework.ui.Model model) |
String |
showSearchMilestoneTemplate(org.egov.works.masters.entity.MilestoneTemplate milestoneTemplate,
org.springframework.ui.Model model) |
@RequestMapping(value="/search-form",
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="/searchmilestonetemplate",
method=GET)
public String showSearchMilestoneTemplate(@ModelAttribute
org.egov.works.masters.entity.MilestoneTemplate milestoneTemplate,
org.springframework.ui.Model model)
throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationException@RequestMapping(value="/searchtoview-form",
method=GET)
public String searchMilestoneForm(@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="/searchtracked-form",
method=GET)
public String searchTrackedMilestoneForm(@ModelAttribute
org.egov.works.milestone.entity.SearchRequestMilestone searchRequestMilestone,
org.springframework.ui.Model model)
throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.