public interface BoundaryCategoryDao
| Modifier and Type | Method and Description |
|---|---|
BoundaryCategory |
create(BoundaryCategory category) |
void |
delete(BoundaryCategory category) |
List<BoundaryCategory> |
findAll() |
BoundaryCategory |
findById(Integer id,
boolean lock) |
BoundaryCategory |
getBoundaryCategoryByBoundaryAndCategory(org.hibernate.criterion.Criterion criterion) |
BoundaryCategory |
getBoundaryCategoryByBoundry(org.egov.infra.admin.master.entity.Boundary bndry) |
BoundaryCategory |
getBoundaryCategoryByBoundryAndDate(org.egov.infra.admin.master.entity.Boundary bndry,
Date date) |
List<Category> |
getCategoriesByBoundry(org.egov.infra.admin.master.entity.Boundary bndry) |
Category |
getCategoryByBoundryAndUsage(org.egov.infra.admin.master.entity.Boundary bndry,
PropertyUsage propertyUsage) |
Category |
getCategoryByBoundryAndUsageAndDate(org.egov.infra.admin.master.entity.Boundary bndry,
PropertyUsage propertyUsage,
Date date) |
Category |
getCategoryForBoundary(org.egov.infra.admin.master.entity.Boundary bndry) |
Category |
getCategoryForBoundaryAndDate(org.egov.infra.admin.master.entity.Boundary bndry,
Date date) |
BoundaryCategory |
update(BoundaryCategory category) |
Category getCategoryForBoundary(org.egov.infra.admin.master.entity.Boundary bndry)
Category getCategoryForBoundaryAndDate(org.egov.infra.admin.master.entity.Boundary bndry, Date date)
BoundaryCategory getBoundaryCategoryByBoundry(org.egov.infra.admin.master.entity.Boundary bndry)
BoundaryCategory getBoundaryCategoryByBoundryAndDate(org.egov.infra.admin.master.entity.Boundary bndry, Date date)
Category getCategoryByBoundryAndUsage(org.egov.infra.admin.master.entity.Boundary bndry, PropertyUsage propertyUsage)
Category getCategoryByBoundryAndUsageAndDate(org.egov.infra.admin.master.entity.Boundary bndry, PropertyUsage propertyUsage, Date date)
BoundaryCategory getBoundaryCategoryByBoundaryAndCategory(org.hibernate.criterion.Criterion criterion)
List<Category> getCategoriesByBoundry(org.egov.infra.admin.master.entity.Boundary bndry)
BoundaryCategory findById(Integer id, boolean lock)
List<BoundaryCategory> findAll()
BoundaryCategory create(BoundaryCategory category)
void delete(BoundaryCategory category)
BoundaryCategory update(BoundaryCategory category)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.