@Controller @RequestMapping(value="/employeeMaster") public class CreateEmployeeDataEntryController extends Object
| Modifier and Type | Field and Description |
|---|---|
static SimpleDateFormat |
DDMMYYYYFORMATS |
| Constructor and Description |
|---|
CreateEmployeeDataEntryController() |
| Modifier and Type | Method and Description |
|---|---|
String |
createEmployee(org.egov.eis.entity.Employee employee,
org.springframework.validation.BindingResult errors,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs,
org.springframework.web.multipart.MultipartFile file,
String designationName,
Long deptId,
org.springframework.ui.Model model) |
String |
createForm(org.springframework.ui.Model model) |
public static final SimpleDateFormat DDMMYYYYFORMATS
@RequestMapping(value="create",
method=GET)
public String createForm(org.springframework.ui.Model model)
@RequestMapping(value="create",
method=POST)
public String createEmployee(@ModelAttribute
org.egov.eis.entity.Employee employee,
org.springframework.validation.BindingResult errors,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs,
@RequestParam
org.springframework.web.multipart.MultipartFile file,
@RequestParam
String designationName,
@RequestParam
Long deptId,
org.springframework.ui.Model model)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.