@Transactional(readOnly=true) public class FundingAgencyService extends org.egov.infstr.services.PersistenceService<FundingAgency,Integer> implements org.egov.commons.service.EntityTypeService
| Constructor and Description |
|---|
FundingAgencyService() |
FundingAgencyService(Class<FundingAgency> type) |
| Modifier and Type | Method and Description |
|---|---|
List<org.egov.commons.utils.EntityType> |
filterActiveEntities(String filterKey,
int maxRecords,
Integer accountDetailTypeId) |
List<org.egov.commons.utils.EntityType> |
getAllActiveEntities(Integer accountDetailTypeId)
since it is mapped to only one AccountDetailType -creditor it ignores the input parameter
|
List |
getAssetCodesForProjectCode(Integer accountdetailkey) |
List<FundingAgency> |
getEntitiesById(List<Long> idsList) |
List<FundingAgency> |
validateEntityForRTGS(List<Long> idsList) |
addFilterCriteriaForObject, addIndexparams, applyAuditing, applyAuditing, create, delete, find, find, findAll, findAll, findAllBy, findAllByNamedQuery, findByExample, findById, findById, findByIdWithJoinFetch, findByNamedQuery, findPageBy, findPageByNamedQuery, getNamedQuery, getSession, getType, load, merge, persist, update, validate, validateModelpublic FundingAgencyService()
public FundingAgencyService(Class<FundingAgency> type)
public List<org.egov.commons.utils.EntityType> getAllActiveEntities(Integer accountDetailTypeId)
getAllActiveEntities in interface org.egov.commons.service.EntityTypeServicepublic List<org.egov.commons.utils.EntityType> filterActiveEntities(String filterKey, int maxRecords, Integer accountDetailTypeId)
filterActiveEntities in interface org.egov.commons.service.EntityTypeServicepublic List<FundingAgency> validateEntityForRTGS(List<Long> idsList) throws org.egov.infra.validation.exception.ValidationException
validateEntityForRTGS in interface org.egov.commons.service.EntityTypeServiceorg.egov.infra.validation.exception.ValidationExceptionpublic List<FundingAgency> getEntitiesById(List<Long> idsList) throws org.egov.infra.validation.exception.ValidationException
getEntitiesById in interface org.egov.commons.service.EntityTypeServiceorg.egov.infra.validation.exception.ValidationExceptionpublic List getAssetCodesForProjectCode(Integer accountdetailkey) throws org.egov.infra.validation.exception.ValidationException
getAssetCodesForProjectCode in interface org.egov.commons.service.EntityTypeServiceorg.egov.infra.validation.exception.ValidationExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.