@Service @Transactional(readOnly=true) public class PersonalInformationService extends Object
| Constructor and Description |
|---|
PersonalInformationService(PersonalInformationRepository repository) |
| Modifier and Type | Method and Description |
|---|---|
void |
createEmployee(PersonalInformation personalInformation) |
PersonalInformation |
getEmployeeById(Integer empId) |
PersonalInformation |
getEmployeeByUserId(Long userId) |
@Autowired public PersonalInformationService(PersonalInformationRepository repository)
public PersonalInformation getEmployeeByUserId(Long userId)
public PersonalInformation getEmployeeById(Integer empId)
public void createEmployee(PersonalInformation personalInformation)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.