public interface EntityTypeService
| Modifier and Type | Method and Description |
|---|---|
List<? extends EntityType> |
filterActiveEntities(String filterKey,
int maxRecords,
Integer accountDetailTypeId)
Returns the list of active entities filtered using the given filter key.
|
List<? extends EntityType> |
getAllActiveEntities(Integer accountDetailTypeId)
to get the list of active Entities that will used for posting.
|
List |
getAssetCodesForProjectCode(Integer accountdetailkey)
Returns the list of Asset Codes linked to accountdetailkey (projectCodeId).
|
List<? extends EntityType> |
getEntitiesById(List<Long> idsList) |
List<? extends EntityType> |
validateEntityForRTGS(List<Long> idsList) |
List<? extends EntityType> getAllActiveEntities(Integer accountDetailTypeId)
accountDetailTypeId - List<? extends EntityType> filterActiveEntities(String filterKey, int maxRecords, Integer accountDetailTypeId)
filterKey - The filter keymaxRecords - Maximum number of records to be returned. If this is passed as
-1, the method should return all the records.accountDetailTypeId - The account detail type idList getAssetCodesForProjectCode(Integer accountdetailkey) throws org.egov.infra.validation.exception.ValidationException
accountdetailkey - org.egov.infra.validation.exception.ValidationExceptionList<? extends EntityType> validateEntityForRTGS(List<Long> idsList) throws org.egov.infra.validation.exception.ValidationException
idsList - org.egov.infra.validation.exception.ValidationException - returns only those which are invalid for RTGSPaymentList<? extends EntityType> getEntitiesById(List<Long> idsList) throws org.egov.infra.validation.exception.ValidationException
idsList - org.egov.infra.validation.exception.ValidationException - will return entities for the given ids which are same as accountdetailkeyidCopyright © 2015–2017 eGovernments Foundation. All rights reserved.