@Repository public class InstallmentHibDao<T,id extends Serializable> extends Object implements InstallmentDao
| Constructor and Description |
|---|
InstallmentHibDao() |
| Modifier and Type | Method and Description |
|---|---|
Installment |
fetchInstallmentByModuleAndInstallmentNumber(org.egov.infra.admin.master.entity.Module module,
Integer installmentNumber) |
List<Installment> |
fetchInstallments(org.egov.infra.admin.master.entity.Module module,
Date toInstallmentDate,
int noOfInstallmentToFetch) |
List<Installment> |
fetchPreviousInstallmentsInDescendingOrderByModuleAndDate(org.egov.infra.admin.master.entity.Module module,
Date installmentDate,
int noOfInstallmentToFetch) |
Installment |
findById(int i,
boolean b) |
List<Installment> |
getAllInstallmentsByModuleAndStartDate(org.egov.infra.admin.master.entity.Module module,
Date currDate) |
List<Installment> |
getEffectiveInstallmentsforModuleandDate(Date dateToCompare,
int noOfMonths,
org.egov.infra.admin.master.entity.Module mod) |
List<Installment> |
getInsatllmentByModule(org.egov.infra.admin.master.entity.Module module) |
List |
getInsatllmentByModule(org.egov.infra.admin.master.entity.Module module,
Date year) |
Installment |
getInsatllmentByModule(org.egov.infra.admin.master.entity.Module module,
Date year,
Integer installmentNumber) |
Installment |
getInsatllmentByModuleAndDescription(org.egov.infra.admin.master.entity.Module module,
String description) |
Installment |
getInsatllmentByModuleForGivenDate(org.egov.infra.admin.master.entity.Module module,
Date installmentDate) |
Installment |
getInsatllmentByModuleForGivenDateAndInstallmentType(org.egov.infra.admin.master.entity.Module module,
Date installmentDate,
String installmentType) |
List<Installment> |
getInstallmentsByModuleForGivenDateAndInstallmentType(org.egov.infra.admin.master.entity.Module module,
Date installmentDate,
String installmentType) |
public List<Installment> getInsatllmentByModule(org.egov.infra.admin.master.entity.Module module)
getInsatllmentByModule in interface InstallmentDaopublic List getInsatllmentByModule(org.egov.infra.admin.master.entity.Module module, Date year)
getInsatllmentByModule in interface InstallmentDaopublic Installment getInsatllmentByModule(org.egov.infra.admin.master.entity.Module module, Date year, Integer installmentNumber)
getInsatllmentByModule in interface InstallmentDaopublic Installment getInsatllmentByModuleForGivenDate(org.egov.infra.admin.master.entity.Module module, Date installmentDate)
getInsatllmentByModuleForGivenDate in interface InstallmentDaopublic List<Installment> getEffectiveInstallmentsforModuleandDate(Date dateToCompare, int noOfMonths, org.egov.infra.admin.master.entity.Module mod)
getEffectiveInstallmentsforModuleandDate in interface InstallmentDaopublic Installment getInsatllmentByModuleForGivenDateAndInstallmentType(org.egov.infra.admin.master.entity.Module module, Date installmentDate, String installmentType)
getInsatllmentByModuleForGivenDateAndInstallmentType in interface InstallmentDaopublic List<Installment> getInstallmentsByModuleForGivenDateAndInstallmentType(org.egov.infra.admin.master.entity.Module module, Date installmentDate, String installmentType)
getInstallmentsByModuleForGivenDateAndInstallmentType in interface InstallmentDaopublic List<Installment> fetchInstallments(org.egov.infra.admin.master.entity.Module module, Date toInstallmentDate, int noOfInstallmentToFetch)
fetchInstallments in interface InstallmentDaopublic List<Installment> getAllInstallmentsByModuleAndStartDate(org.egov.infra.admin.master.entity.Module module, Date currDate)
getAllInstallmentsByModuleAndStartDate in interface InstallmentDaopublic Installment fetchInstallmentByModuleAndInstallmentNumber(org.egov.infra.admin.master.entity.Module module, Integer installmentNumber)
fetchInstallmentByModuleAndInstallmentNumber in interface InstallmentDaopublic Installment getInsatllmentByModuleAndDescription(org.egov.infra.admin.master.entity.Module module, String description)
getInsatllmentByModuleAndDescription in interface InstallmentDaopublic Installment findById(int i, boolean b)
public List<Installment> fetchPreviousInstallmentsInDescendingOrderByModuleAndDate(org.egov.infra.admin.master.entity.Module module, Date installmentDate, int noOfInstallmentToFetch)
fetchPreviousInstallmentsInDescendingOrderByModuleAndDate in interface InstallmentDaoCopyright © 2015–2017 eGovernments Foundation. All rights reserved.