public interface CategoryDao
| Modifier and Type | Method and Description |
|---|---|
Category |
create(Category category) |
void |
delete(Category category) |
List<Category> |
findAll() |
Category |
findById(Integer id,
boolean lock) |
List<Category> |
getAllCategoriesbyHistory() |
Float |
getCatAmntByPropertyId(String pid) |
Float |
getCategoryAmount(Integer usageId,
Integer bndryId) |
Float |
getCategoryAmountByUsageAndBndryAndDate(Integer usageId,
Integer bndryId,
Date fromDate) |
List<Category> |
getCategoryByCatAmtAndUsage(org.hibernate.criterion.Criterion criterion) |
Category |
getCategoryByCategoryNameAndUsage(org.hibernate.criterion.Criterion criterion) |
List<Category> |
getCategoryByRateUsageAndStructClass(org.hibernate.criterion.Criterion criterion) |
Category |
update(Category category) |
Float getCategoryAmountByUsageAndBndryAndDate(Integer usageId, Integer bndryId, Date fromDate)
Category getCategoryByCategoryNameAndUsage(org.hibernate.criterion.Criterion criterion)
List<Category> getCategoryByCatAmtAndUsage(org.hibernate.criterion.Criterion criterion)
List<Category> getCategoryByRateUsageAndStructClass(org.hibernate.criterion.Criterion criterion)
void delete(Category category)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.