@Service @Transactional(readOnly=true) public class LicenseSubCategoryService extends Object
| Constructor and Description |
|---|
LicenseSubCategoryService() |
| Modifier and Type | Method and Description |
|---|---|
void |
createSubCategory(LicenseSubCategory subCategory) |
List<LicenseSubCategory> |
findAll() |
List<LicenseSubCategory> |
findAllSubCategoryByCategory(Long categoryId) |
LicenseSubCategory |
findById(Long subCategoryId) |
LicenseSubCategory |
findSubCategoryByCode(String code) |
LicenseSubCategory |
findSubCategoryByName(String name) |
List<LicenseSubCategory> |
getLicenseSubCategoriesByLicenseTypeName(String licenseTypeName) |
void |
updateLicenseSubCategory(LicenseSubCategory licenseSubCategory) |
@Transactional public void createSubCategory(LicenseSubCategory subCategory)
@Transactional public void updateLicenseSubCategory(LicenseSubCategory licenseSubCategory)
public List<LicenseSubCategory> findAllSubCategoryByCategory(Long categoryId)
public LicenseSubCategory findSubCategoryByName(String name)
public LicenseSubCategory findSubCategoryByCode(String code)
public LicenseSubCategory findById(Long subCategoryId)
public List<LicenseSubCategory> findAll()
public List<LicenseSubCategory> getLicenseSubCategoriesByLicenseTypeName(String licenseTypeName)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.