@Controller @RequestMapping(value="/documenttype") public class DocumentTypeController extends Object
| Constructor and Description |
|---|
DocumentTypeController() |
| Modifier and Type | Method and Description |
|---|---|
String |
documentTypeCreate(org.egov.tl.entity.LicenseDocumentType documenttype,
org.springframework.validation.BindingResult errors,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs) |
String |
documentTypeForm(org.egov.tl.entity.LicenseDocumentType documenttype) |
String |
documentTypeSearch(org.egov.tl.entity.LicenseDocumentType documenttype) |
String |
documentTypeSearch(String name,
org.egov.tl.entity.enums.ApplicationType applicationType) |
String |
documentTypeView(Long id,
org.springframework.ui.Model model) |
@RequestMapping(value="/create",
method=GET)
public String documentTypeForm(@ModelAttribute(value="documenttype")
org.egov.tl.entity.LicenseDocumentType documenttype)
@RequestMapping(value="/create",
method=POST)
public String documentTypeCreate(@ModelAttribute(value="documenttype")
org.egov.tl.entity.LicenseDocumentType documenttype,
org.springframework.validation.BindingResult errors,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs)
@RequestMapping(value="/view/{id}",
method=GET)
public String documentTypeView(@PathVariable(value="id")
Long id,
org.springframework.ui.Model model)
@RequestMapping(value="/search",
method=GET)
public String documentTypeSearch(@ModelAttribute(value="documenttype")
org.egov.tl.entity.LicenseDocumentType documenttype)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.