@Service @Transactional(readOnly=true) public class JurisdictionService extends Object
| Constructor and Description |
|---|
JurisdictionService(JurisdictionRepository jurisdictionRepository) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(Jurisdiction jurisdiction) |
Jurisdiction |
getById(Long id) |
Employee |
removeDeletedJurisdictions(Employee employee,
String removedJurisdictionIds) |
void |
save(Jurisdiction jurisdiction) |
void |
update(Jurisdiction jurisdiction) |
@Autowired public JurisdictionService(JurisdictionRepository jurisdictionRepository)
@Transactional public void save(Jurisdiction jurisdiction)
@Transactional public void update(Jurisdiction jurisdiction)
@Transactional public void delete(Jurisdiction jurisdiction)
public Jurisdiction getById(Long id)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.