| Package | Description |
|---|---|
| org.egov.ptis.client.util | |
| org.egov.ptis.domain.dao.property | |
| org.egov.ptis.domain.entity.property |
| Modifier and Type | Method and Description |
|---|---|
Category |
PropertyTaxUtil.getCategoryForBoundary(org.egov.infra.admin.master.entity.Boundary boundary) |
| Modifier and Type | Method and Description |
|---|---|
Category |
CategoryDao.create(Category category) |
Category |
CategoryHibDao.create(Category category) |
Category |
CategoryDao.findById(Integer id,
boolean lock) |
Category |
CategoryHibDao.findById(Integer id,
boolean lock) |
Category |
BoundaryCategoryHibDao.getCategoryByBoundryAndUsage(org.egov.infra.admin.master.entity.Boundary bndry,
PropertyUsage propertyUsage) |
Category |
BoundaryCategoryDao.getCategoryByBoundryAndUsage(org.egov.infra.admin.master.entity.Boundary bndry,
PropertyUsage propertyUsage) |
Category |
BoundaryCategoryHibDao.getCategoryByBoundryAndUsageAndDate(org.egov.infra.admin.master.entity.Boundary bndry,
PropertyUsage propertyUsage,
Date date) |
Category |
BoundaryCategoryDao.getCategoryByBoundryAndUsageAndDate(org.egov.infra.admin.master.entity.Boundary bndry,
PropertyUsage propertyUsage,
Date date) |
Category |
CategoryDao.getCategoryByCategoryNameAndUsage(org.hibernate.criterion.Criterion criterion) |
Category |
CategoryHibDao.getCategoryByCategoryNameAndUsage(org.hibernate.criterion.Criterion criterion)
Returns Category object by CategoryName and Usage by passing criterion as
a parameter
|
Category |
BoundaryCategoryHibDao.getCategoryForBoundary(org.egov.infra.admin.master.entity.Boundary bndry) |
Category |
BoundaryCategoryDao.getCategoryForBoundary(org.egov.infra.admin.master.entity.Boundary bndry) |
Category |
BoundaryCategoryHibDao.getCategoryForBoundaryAndDate(org.egov.infra.admin.master.entity.Boundary bndry,
Date date) |
Category |
BoundaryCategoryDao.getCategoryForBoundaryAndDate(org.egov.infra.admin.master.entity.Boundary bndry,
Date date) |
Category |
CategoryDao.update(Category category) |
Category |
CategoryHibDao.update(Category category) |
| Modifier and Type | Method and Description |
|---|---|
List<Category> |
CategoryDao.findAll() |
List<Category> |
CategoryHibDao.findAll() |
List<Category> |
CategoryDao.getAllCategoriesbyHistory() |
List<Category> |
BoundaryCategoryHibDao.getCategoriesByBoundry(org.egov.infra.admin.master.entity.Boundary bndry) |
List<Category> |
BoundaryCategoryDao.getCategoriesByBoundry(org.egov.infra.admin.master.entity.Boundary bndry) |
List<Category> |
CategoryDao.getCategoryByCatAmtAndUsage(org.hibernate.criterion.Criterion criterion) |
List<Category> |
CategoryHibDao.getCategoryByCatAmtAndUsage(org.hibernate.criterion.Criterion criterion)
Returns ategory by category amount and usage id by passing criterion as a
parameter
|
List<Category> |
CategoryDao.getCategoryByRateUsageAndStructClass(org.hibernate.criterion.Criterion criterion) |
List<Category> |
CategoryHibDao.getCategoryByRateUsageAndStructClass(org.hibernate.criterion.Criterion criterion) |
| Modifier and Type | Method and Description |
|---|---|
Category |
CategoryDao.create(Category category) |
Category |
CategoryHibDao.create(Category category) |
void |
CategoryDao.delete(Category category) |
void |
CategoryHibDao.delete(Category category) |
TaxPerc |
TaxPercDAO.getTaxPerc(Category category,
PropertyUsage propertyUsage,
BigDecimal amount,
Date date) |
TaxPerc |
TaxPercHibernateDAO.getTaxPerc(Category category,
PropertyUsage propertyUsage,
BigDecimal amount,
Date date) |
Category |
CategoryDao.update(Category category) |
Category |
CategoryHibDao.update(Category category) |
| Modifier and Type | Method and Description |
|---|---|
Category |
BoundaryCategory.getCategory() |
Category |
TaxPerc.getCategory() |
| Modifier and Type | Method and Description |
|---|---|
void |
BoundaryCategory.setCategory(Category category) |
void |
TaxPerc.setCategory(Category category) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.