| Package | Description |
|---|---|
| org.egov.ptis.domain.dao.property | |
| org.egov.ptis.domain.entity.property |
| Modifier and Type | Method and Description |
|---|---|
ConstructionType |
ConstructionTypeDAO.create(ConstructionType constructionType) |
ConstructionType |
ConstructionTypeHibernateDAO.create(ConstructionType constructionType) |
ConstructionType |
ConstructionTypeDAO.findById(Integer id,
boolean lock) |
ConstructionType |
ConstructionTypeHibernateDAO.findById(Integer id,
boolean lock) |
ConstructionType |
ConstructionTypeDAO.update(ConstructionType constructionType) |
ConstructionType |
ConstructionTypeHibernateDAO.update(ConstructionType constructionType) |
| Modifier and Type | Method and Description |
|---|---|
List<ConstructionType> |
ConstructionTypeDAO.findAll() |
List<ConstructionType> |
ConstructionTypeHibernateDAO.findAll() |
| Modifier and Type | Method and Description |
|---|---|
ConstructionType |
ConstructionTypeDAO.create(ConstructionType constructionType) |
ConstructionType |
ConstructionTypeHibernateDAO.create(ConstructionType constructionType) |
void |
ConstructionTypeDAO.delete(ConstructionType constructionType) |
void |
ConstructionTypeHibernateDAO.delete(ConstructionType constructionType) |
ConstructionType |
ConstructionTypeDAO.update(ConstructionType constructionType) |
ConstructionType |
ConstructionTypeHibernateDAO.update(ConstructionType constructionType) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstructionTypeImpl
This class gives the implementation for ConstructionType.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConstructionTypeSet.addConstructionType(ConstructionType constructionType)
This method adds ConstructionType object.
|
void |
ConstructionTypeSet.removeConstructionType(ConstructionType constructionType)
This method removes ConstructionType object.
|
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.