@Repository public class EgwStatusHibernateDAO extends Object
| Constructor and Description |
|---|
EgwStatusHibernateDAO() |
| Modifier and Type | Method and Description |
|---|---|
org.egov.commons.EgwStatus |
findById(Integer integer,
boolean b) |
org.hibernate.Session |
getCurrentSession() |
org.egov.commons.EgwStatus |
getEgwStatusByCode(String code) |
List<org.egov.commons.EgwStatus> |
getEgwStatusFilterByStatus(ArrayList<Integer> statusId) |
List<org.egov.commons.EgwStatus> |
getStatusByModule(String moduleType) |
org.egov.commons.EgwStatus |
getStatusByModuleAndCode(String moduleType,
String code) |
List<org.egov.commons.EgwStatus> |
getStatusListByModuleAndCodeList(String moduleType,
List codeList) |
public org.hibernate.Session getCurrentSession()
public List<org.egov.commons.EgwStatus> getEgwStatusFilterByStatus(ArrayList<Integer> statusId)
public org.egov.commons.EgwStatus getStatusByModuleAndCode(String moduleType, String code)
moduleType - Module typestatusCode - Status codepublic List<org.egov.commons.EgwStatus> getStatusListByModuleAndCodeList(String moduleType, List codeList)
moduleType - Module typecodeList - List of status codespublic org.egov.commons.EgwStatus getEgwStatusByCode(String code)
public org.egov.commons.EgwStatus findById(Integer integer, boolean b)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.