@Service @Transactional(readOnly=true) public class SubCategoryDetailsService extends Object
| Constructor and Description |
|---|
SubCategoryDetailsService() |
| Modifier and Type | Method and Description |
|---|---|
LicenseSubCategoryDetails |
getSubcategoryDetailBySubcategoryAndFeeType(Long subCategoryId,
Long feeTypeId) |
List<LicenseSubCategoryDetails> |
getSubcategoryDetailsBySubcategoryId(Long subCategoryId) |
public List<LicenseSubCategoryDetails> getSubcategoryDetailsBySubcategoryId(Long subCategoryId)
public LicenseSubCategoryDetails getSubcategoryDetailBySubcategoryAndFeeType(Long subCategoryId, Long feeTypeId)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.