| Package | Description |
|---|---|
| org.egov.ptis.domain.dao.property | |
| org.egov.ptis.domain.entity.property |
| Modifier and Type | Method and Description |
|---|---|
PropertyStatus |
PropertyStatusDAO.create(PropertyStatus propertyStatus) |
PropertyStatus |
PropertyStatusHibernateDAO.create(PropertyStatus propertyStatus) |
PropertyStatus |
PropertyStatusDAO.findById(Integer id,
boolean lock) |
PropertyStatus |
PropertyStatusHibernateDAO.findById(Integer id,
boolean lock) |
PropertyStatus |
PropertyStatusDAO.getPropertyStatusByCode(String statusCode) |
PropertyStatus |
PropertyStatusHibernateDAO.getPropertyStatusByCode(String statusCode) |
PropertyStatus |
PropertyStatusDAO.getPropertyStatusByName(String status) |
PropertyStatus |
PropertyStatusHibernateDAO.getPropertyStatusByName(String name) |
PropertyStatus |
PropertyStatusDAO.update(PropertyStatus propertyStatus) |
PropertyStatus |
PropertyStatusHibernateDAO.update(PropertyStatus propertyStatus) |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyStatus> |
PropertyStatusDAO.findAll() |
List<PropertyStatus> |
PropertyStatusHibernateDAO.findAll() |
| Modifier and Type | Method and Description |
|---|---|
PropertyStatus |
PropertyStatusDAO.create(PropertyStatus propertyStatus) |
PropertyStatus |
PropertyStatusHibernateDAO.create(PropertyStatus propertyStatus) |
void |
PropertyStatusDAO.delete(PropertyStatus propertyStatus) |
void |
PropertyStatusHibernateDAO.delete(PropertyStatus propertyStatus) |
PropertyStatus |
PropertyStatusDAO.update(PropertyStatus propertyStatus) |
PropertyStatus |
PropertyStatusHibernateDAO.update(PropertyStatus propertyStatus) |
| Modifier and Type | Method and Description |
|---|---|
PropertyStatus |
PropertyStatusValues.getPropertyStatus() |
PropertyStatus |
BasicPropertyImpl.getStatus() |
PropertyStatus |
BasicProperty.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyStatusValues.setPropertyStatus(PropertyStatus propertyStatus) |
void |
BasicPropertyImpl.setStatus(PropertyStatus status) |
void |
BasicProperty.setStatus(PropertyStatus propertyStatus) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.