@Controller @RequestMapping(value="/masters") public class UpdateScheduleCategoryController extends BaseScheduleCategoryController
| Constructor and Description |
|---|
UpdateScheduleCategoryController() |
| Modifier and Type | Method and Description |
|---|---|
String |
createScheduleCategory(org.egov.works.masters.entity.ScheduleCategory scheduleCategory,
org.springframework.validation.BindingResult resultBinder,
org.springframework.ui.Model model) |
String |
showScheduleCategoryToModify(org.springframework.ui.Model model,
Long scheduleCategoryId) |
validateScheduleCategory@RequestMapping(value="/schedulecategory-update/{scheduleCategoryId}",
method=GET)
public String showScheduleCategoryToModify(org.springframework.ui.Model model,
@PathVariable
Long scheduleCategoryId)
throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationException@RequestMapping(value="/schedulecategory-update",
method=POST)
public String createScheduleCategory(@ModelAttribute
org.egov.works.masters.entity.ScheduleCategory scheduleCategory,
org.springframework.validation.BindingResult resultBinder,
org.springframework.ui.Model model)
throws org.egov.infra.exception.ApplicationException,
IOException
org.egov.infra.exception.ApplicationExceptionIOExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.