@Controller @RequestMapping(value="/contractoradvance") public class CancelContractorAdvanceController extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTRACTORADVANCE_CANCEL_SUCCESS |
static String |
ERROR_MESSAGE |
| Constructor and Description |
|---|
CancelContractorAdvanceController() |
| Modifier and Type | Method and Description |
|---|---|
String |
cancelContractorAdvance(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model) |
String |
SearchContractorAdvance(org.egov.works.contractoradvance.entity.SearchRequestContractorRequisition searchRequestContractorRequisition,
org.springframework.ui.Model model) |
public static final String CONTRACTORADVANCE_CANCEL_SUCCESS
public static final String ERROR_MESSAGE
@RequestMapping(value="/cancel/search",
method=GET)
public String SearchContractorAdvance(@ModelAttribute
org.egov.works.contractoradvance.entity.SearchRequestContractorRequisition searchRequestContractorRequisition,
org.springframework.ui.Model model)
throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationException@RequestMapping(value="/cancel",
method=POST)
public String cancelContractorAdvance(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model)
throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.