public interface AdvertisementRepositoryCustom
| Modifier and Type | Method and Description |
|---|---|
List<Advertisement> |
fetchAdvertisementBySearchParams(Advertisement hoarding) |
List<Object[]> |
fetchAdvertisementBySearchType(Advertisement hoarding,
String searchType) |
List<Advertisement> |
fetchAdvertisementLike(HoardingSearch hoarding) |
int |
findActivePermanentAdvertisementsByCurrentInstallment(org.egov.commons.Installment installment) |
List<Advertisement> |
findActivePermanentAdvertisementsByCurrentInstallmentAndNumberOfResultToFetch(org.egov.commons.Installment installment,
int noOfResultToFetch) |
List<Advertisement> fetchAdvertisementLike(HoardingSearch hoarding)
List<Object[]> fetchAdvertisementBySearchType(Advertisement hoarding, String searchType)
List<Advertisement> fetchAdvertisementBySearchParams(Advertisement hoarding)
int findActivePermanentAdvertisementsByCurrentInstallment(org.egov.commons.Installment installment)
List<Advertisement> findActivePermanentAdvertisementsByCurrentInstallmentAndNumberOfResultToFetch(org.egov.commons.Installment installment, int noOfResultToFetch)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.