@Repository(value="structureClassificationDAO") @Transactional(readOnly=true) public class StructureClassificationHibernateDAO extends Object implements StructureClassificationDAO
| Constructor and Description |
|---|
StructureClassificationHibernateDAO() |
| Modifier and Type | Method and Description |
|---|---|
StructureClassification |
create(StructureClassification structureClassification) |
void |
delete(StructureClassification structureClassification) |
List<StructureClassification> |
findAll() |
StructureClassification |
findById(Long id,
boolean lock) |
List |
getAllStructureClassification()
To get all StructuralClassification data
|
StructureClassification |
getStructureClassification(String constrTypeCode)
To get the construction cost by Construction Type
|
StructureClassification |
getStructureClassification(String constrTypeCode,
Date fromDate)
To get the construction cost by Construction Type Code and From Date
|
StructureClassification |
getStructureClassification(String constrTypeCode,
Date fromDate,
Integer floorNum)
To get the construction cost by Construction Type Code, From Date and
Floor Number
|
StructureClassification |
getStructureClassification(String constrTypeCode,
Integer floorNum)
To get the construction cost by Construction Type Code and Floor Number
|
StructureClassification |
update(StructureClassification structureClassification) |
public List getAllStructureClassification()
getAllStructureClassification in interface StructureClassificationDAOStructureClassification Listpublic StructureClassification getStructureClassification(String constrTypeCode, Integer floorNum)
getStructureClassification in interface StructureClassificationDAOconstrTypeCode - floorNum - StructureClassification StructureClassificationpublic StructureClassification getStructureClassification(String constrTypeCode, Date fromDate, Integer floorNum)
getStructureClassification in interface StructureClassificationDAOconstrTypeCode - fromDate - floorNum - StructureClassification StructureClassificationpublic StructureClassification getStructureClassification(String constrTypeCode)
getStructureClassification in interface StructureClassificationDAOconstrTypeCode - StructureClassificationStructureClassificationpublic StructureClassification getStructureClassification(String constrTypeCode, Date fromDate)
getStructureClassification in interface StructureClassificationDAOconstrTypeCode - fromDate - StructureClassification StructureClassificationpublic StructureClassification findById(Long id, boolean lock)
findById in interface StructureClassificationDAOpublic List<StructureClassification> findAll()
findAll in interface StructureClassificationDAOpublic StructureClassification create(StructureClassification structureClassification)
create in interface StructureClassificationDAOpublic void delete(StructureClassification structureClassification)
delete in interface StructureClassificationDAOpublic StructureClassification update(StructureClassification structureClassification)
update in interface StructureClassificationDAOCopyright © 2015–2017 eGovernments Foundation. All rights reserved.