@Controller @RequestMapping(value="/searchletterofacceptance") public class LetterOfAcceptanceSearchController extends Object
| Constructor and Description |
|---|
LetterOfAcceptanceSearchController() |
| Modifier and Type | Method and Description |
|---|---|
String |
searchMilestone(org.egov.works.letterofacceptance.entity.SearchRequestLetterOfAcceptance searchRequestLetterOfAcceptance,
org.springframework.ui.Model model) |
String |
showLOAToSetOfflineStatus(org.egov.works.letterofacceptance.entity.SearchRequestLetterOfAcceptance searchRequestLetterOfAcceptance,
org.springframework.ui.Model model) |
String |
showSearchLineEstimateForm(org.egov.works.letterofacceptance.entity.SearchRequestLetterOfAcceptance searchRequestLetterOfAcceptance,
org.springframework.ui.Model model) |
String |
showSearchLOAForContractorBill(org.egov.works.letterofacceptance.entity.SearchRequestLetterOfAcceptance searchRequestLetterOfAcceptance,
org.springframework.ui.Model model) |
String |
showSearchLOAForREForm(org.egov.works.letterofacceptance.entity.SearchRequestLetterOfAcceptanceForRE searchRequestLetterOfAcceptanceForRE,
org.springframework.ui.Model model) |
String |
showSearchLOAModifyForm(org.egov.works.letterofacceptance.entity.SearchRequestLetterOfAcceptance searchRequestLetterOfAcceptance,
org.springframework.ui.Model model) |
@RequestMapping(value="/searchform",
method=GET)
public String showSearchLineEstimateForm(@ModelAttribute
org.egov.works.letterofacceptance.entity.SearchRequestLetterOfAcceptance searchRequestLetterOfAcceptance,
org.springframework.ui.Model model)
throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationException@RequestMapping(value="/searchloa-milestone",
method=GET)
public String searchMilestone(@ModelAttribute
org.egov.works.letterofacceptance.entity.SearchRequestLetterOfAcceptance searchRequestLetterOfAcceptance,
org.springframework.ui.Model model)
throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationException@RequestMapping(value="/searchformloa-contractorbill",
method=GET)
public String showSearchLOAForContractorBill(@ModelAttribute
org.egov.works.letterofacceptance.entity.SearchRequestLetterOfAcceptance searchRequestLetterOfAcceptance,
org.springframework.ui.Model model)
throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationException@RequestMapping(value="/searchmodifyform",
method=GET)
public String showSearchLOAModifyForm(@ModelAttribute
org.egov.works.letterofacceptance.entity.SearchRequestLetterOfAcceptance searchRequestLetterOfAcceptance,
org.springframework.ui.Model model)
throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationException@RequestMapping(value="/setloaofflinestatus",
method=GET)
public String showLOAToSetOfflineStatus(@ModelAttribute
org.egov.works.letterofacceptance.entity.SearchRequestLetterOfAcceptance searchRequestLetterOfAcceptance,
org.springframework.ui.Model model)
throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationException@RequestMapping(value="/searchloare-form",
method=GET)
public String showSearchLOAForREForm(@ModelAttribute
org.egov.works.letterofacceptance.entity.SearchRequestLetterOfAcceptanceForRE searchRequestLetterOfAcceptanceForRE,
org.springframework.ui.Model model)
throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationExceptionCopyright © 2015–2016 eGovernments Foundation. All rights reserved.