@Controller
@RequestMapping(value="/councilpreamble")
public class CouncilPreambleController
extends org.egov.eis.web.controller.workflow.GenericWorkFlowController
| Modifier and Type | Field and Description |
|---|---|
protected org.egov.infra.filestore.service.FileStoreService |
fileStoreService |
protected org.egov.infra.utils.FileStoreUtils |
fileStoreUtils |
| Constructor and Description |
|---|
CouncilPreambleController() |
| Modifier and Type | Method and Description |
|---|---|
String |
ajaxsearch(String mode,
org.springframework.ui.Model model,
org.egov.council.entity.CouncilPreamble councilPreamble) |
String |
create(org.egov.council.entity.CouncilPreamble councilPreamble,
org.springframework.validation.BindingResult errors,
org.springframework.web.multipart.MultipartFile attachments,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs,
String workFlowAction) |
void |
download(String fileStoreId,
javax.servlet.http.HttpServletResponse response) |
String |
edit(Long id,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletResponse response) |
String |
getAppConfigValues() |
List<org.egov.infra.admin.master.entity.Department> |
getDepartmentList() |
List<org.egov.commons.EgwStatus> |
getImplementationStatusList() |
List<org.egov.infra.admin.master.entity.Boundary> |
getWardsList() |
String |
newForm(org.springframework.ui.Model model) |
String |
result(Long id,
org.springframework.ui.Model model) |
String |
search(String mode,
org.springframework.ui.Model model) |
String |
update(org.egov.council.entity.CouncilPreamble councilPreamble,
org.springframework.ui.Model model,
org.springframework.web.multipart.MultipartFile attachments,
org.springframework.validation.BindingResult errors,
javax.servlet.http.HttpServletRequest request,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs,
String workFlowAction) |
String |
updateImplementationStatus(org.egov.council.entity.CouncilPreamble councilPreamble,
org.springframework.ui.Model model,
org.springframework.validation.BindingResult errors,
javax.servlet.http.HttpServletRequest request,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs) |
String |
updateStatus(Long id,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletResponse response) |
void |
validatePreamble(org.egov.council.entity.CouncilPreamble councilPreamble,
org.springframework.validation.BindingResult errors) |
String |
view(Long id,
org.springframework.ui.Model model) |
@Qualifier(value="fileStoreService") @Autowired protected org.egov.infra.filestore.service.FileStoreService fileStoreService
@Autowired protected org.egov.infra.utils.FileStoreUtils fileStoreUtils
@ModelAttribute(value="departments") public List<org.egov.infra.admin.master.entity.Department> getDepartmentList()
@ModelAttribute(value="wards") public List<org.egov.infra.admin.master.entity.Boundary> getWardsList()
@ModelAttribute(value="URL") public String getAppConfigValues()
@ModelAttribute(value="implementationStatus") public List<org.egov.commons.EgwStatus> getImplementationStatusList()
@RequestMapping(value="/new",
method=GET)
public String newForm(org.springframework.ui.Model model)
@RequestMapping(value="/create",
method=POST)
public String create(@ModelAttribute
org.egov.council.entity.CouncilPreamble councilPreamble,
org.springframework.validation.BindingResult errors,
@RequestParam
org.springframework.web.multipart.MultipartFile attachments,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs,
@RequestParam
String workFlowAction)
@RequestMapping(value="/downloadfile/{fileStoreId}")
public void download(@PathVariable
String fileStoreId,
javax.servlet.http.HttpServletResponse response)
throws IOException
IOException@RequestMapping(value="/result/{id}",
method=GET)
public String result(@PathVariable(value="id")
Long id,
org.springframework.ui.Model model)
public void validatePreamble(org.egov.council.entity.CouncilPreamble councilPreamble,
org.springframework.validation.BindingResult errors)
@RequestMapping(value="/update",
method=POST)
public String update(@ModelAttribute
org.egov.council.entity.CouncilPreamble councilPreamble,
org.springframework.ui.Model model,
@RequestParam
org.springframework.web.multipart.MultipartFile attachments,
org.springframework.validation.BindingResult errors,
javax.servlet.http.HttpServletRequest request,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs,
@RequestParam
String workFlowAction)
@RequestMapping(value="/updateimplimentaionstatus/{id}",
method=GET)
public String updateStatus(@PathVariable(value="id")
Long id,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletResponse response)
throws IOException
IOException@RequestMapping(value="/updateimplimentaionstatus",
method=POST)
public String updateImplementationStatus(@ModelAttribute
org.egov.council.entity.CouncilPreamble councilPreamble,
org.springframework.ui.Model model,
org.springframework.validation.BindingResult errors,
javax.servlet.http.HttpServletRequest request,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs)
@RequestMapping(value="/edit/{id}",
method=GET)
public String edit(@PathVariable(value="id")
Long id,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletResponse response)
throws IOException
IOException@RequestMapping(value="/view/{id}",
method=GET)
public String view(@PathVariable(value="id")
Long id,
org.springframework.ui.Model model)
@RequestMapping(value="/search/{mode}",
method=GET)
public String search(@PathVariable(value="mode")
String mode,
org.springframework.ui.Model model)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.