@Repository public class EgPartytypeHibernateDAO extends Object
| Constructor and Description |
|---|
EgPartytypeHibernateDAO() |
| Modifier and Type | Method and Description |
|---|---|
List |
findAllPartyTypeChild() |
EgPartytype |
findById(Integer integer) |
org.hibernate.Session |
getCurrentSession() |
EgPartytype |
getPartytypeByCode(String code) |
List<EgPartytype> |
getPartyTypeDetailFilterBy(String code,
String parentCode,
String description) |
List<EgPartytype> |
getSubPartyTypesForCode(String code) |
public org.hibernate.Session getCurrentSession()
public List findAllPartyTypeChild()
public List<EgPartytype> getPartyTypeDetailFilterBy(String code, String parentCode, String description)
code - parentCode - description - public EgPartytype getPartytypeByCode(String code)
public List<EgPartytype> getSubPartyTypesForCode(String code)
public EgPartytype findById(Integer integer)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.