@Controller @RequestMapping(value="/masters") public class SearchScheduleCategoryController extends Object
| Constructor and Description |
|---|
SearchScheduleCategoryController() |
| Modifier and Type | Method and Description |
|---|---|
String |
searchScheduleCategory(org.egov.works.masters.entity.SearchRequestScheduleCategory searchRequestScheduleCategory,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request) |
String |
viewScheduleCategory(String scheduleCategoryId,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request) |
@RequestMapping(value="/searchform-schedulecategory",
method=GET)
public String searchScheduleCategory(@ModelAttribute
org.egov.works.masters.entity.SearchRequestScheduleCategory searchRequestScheduleCategory,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request)
throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationException@RequestMapping(value="/schedulecategory-view/{scheduleCategoryId}",
method=GET)
public String viewScheduleCategory(@PathVariable
String scheduleCategoryId,
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.