@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> |
getSubCategoriesByCategory(Long categoryId) |
List<LicenseSubCategory> |
getSubCategoriesByLicenseTypeName(String licenseTypeName) |
LicenseSubCategory |
getSubCategoryByCode(String code) |
void |
updateSubCategory(LicenseSubCategory licenseSubCategory) |
@Transactional public void createSubCategory(LicenseSubCategory subCategory)
@Transactional public void updateSubCategory(LicenseSubCategory licenseSubCategory)
public List<LicenseSubCategory> getSubCategoriesByCategory(Long categoryId)
public LicenseSubCategory getSubCategoryByCode(String code)
public List<LicenseSubCategory> getSubCategoriesByLicenseTypeName(String licenseTypeName)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.