@Controller @RequestMapping(value="/contractorbill") public class UpdateContractorBillController extends BaseContractorBillController
| Constructor and Description |
|---|
UpdateContractorBillController() |
| Modifier and Type | Method and Description |
|---|---|
org.egov.works.contractorbill.entity.ContractorBillRegister |
getContractorBillRegister(String contractorBillRegisterId) |
String |
update(org.egov.works.contractorbill.entity.ContractorBillRegister contractorBillRegister,
org.springframework.validation.BindingResult errors,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request,
org.springframework.web.multipart.MultipartFile[] files) |
String |
updateContractorBillRegister(org.springframework.ui.Model model,
String contractorBillRegisterId,
javax.servlet.http.HttpServletRequest request) |
String |
viewContractorBillRegister(org.springframework.ui.Model model,
String contractorBillRegisterId,
javax.servlet.http.HttpServletRequest request) |
validateContractorAdvanceDetails@ModelAttribute
public org.egov.works.contractorbill.entity.ContractorBillRegister getContractorBillRegister(@PathVariable
String contractorBillRegisterId)
@RequestMapping(value="/update/{contractorBillRegisterId}",
method=GET)
public String updateContractorBillRegister(org.springframework.ui.Model model,
@PathVariable
String contractorBillRegisterId,
javax.servlet.http.HttpServletRequest request)
throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationException@RequestMapping(value="/update/{contractorBillRegisterId}",
method=POST)
public String update(@ModelAttribute(value="contractorBillRegister")
org.egov.works.contractorbill.entity.ContractorBillRegister contractorBillRegister,
org.springframework.validation.BindingResult errors,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request,
@RequestParam(value="file")
org.springframework.web.multipart.MultipartFile[] files)
throws org.egov.infra.exception.ApplicationException,
IOException
org.egov.infra.exception.ApplicationExceptionIOException@RequestMapping(value="/view/{contractorBillRegisterId}",
method=GET)
public String viewContractorBillRegister(org.springframework.ui.Model model,
@PathVariable
String contractorBillRegisterId,
javax.servlet.http.HttpServletRequest request)
throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.