List<? extends EntityType> |
EntityTypeService.filterActiveEntities(String filterKey,
int maxRecords,
Integer accountDetailTypeId)
Returns the list of active entities filtered using the given filter key.
|
List<? extends EntityType> |
AccountEntityService.filterActiveEntities(String filterKey,
int maxRecords,
Integer accountDetailTypeId) |
List<EntityType> |
RelationService.filterActiveEntities(String filterKey,
int maxRecords,
Integer accountDetailTypeId) |
List<EntityType> |
RelationService.getAllActiveEntities() |
List<? extends EntityType> |
EntityTypeService.getAllActiveEntities(Integer accountDetailTypeId)
to get the list of active Entities that will used for posting.
|
List<? extends EntityType> |
AccountEntityService.getAllActiveEntities(Integer accountDetailTypeId) |
List<EntityType> |
RelationService.getAllActiveEntities(Integer accountDetailTypeId)
since it is mapped to only one AccountDetailType -creditor it ignores the input parameter
|
List<? extends EntityType> |
EntityTypeService.getEntitiesById(List<Long> idsList) |
List<? extends EntityType> |
AccountEntityService.getEntitiesById(List<Long> idsList) |
List<? extends EntityType> |
EntityTypeService.validateEntityForRTGS(List<Long> idsList) |
List<? extends EntityType> |
AccountEntityService.validateEntityForRTGS(List<Long> idsList) |