@Service @Transactional(readOnly=true) public class ValidityService extends Object
| Constructor and Description |
|---|
ValidityService() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyLicenseValidity(License license) |
Validity |
create(Validity validity) |
List<Validity> |
findAll() |
Validity |
findOne(Long id) |
Validity |
getApplicableLicenseValidity(License license) |
List<Validity> |
search(Long natureOfBusiness,
Long licenseCategory) |
Validity |
update(Validity validity) |
public void applyLicenseValidity(License license)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.