Interface DateDelimitedEntityRelationResolverService
- All Known Implementing Classes:
DateDelimitedEntityRelationResolverServiceImpl
public interface DateDelimitedEntityRelationResolverService
used to handle entities that are delimited by two date fields.
This services should behave the same way as the
DateDelimitedEntityService
but instead of getting the entities from the db using the QueryBuilderFactory
it will resolve all possible entities from the config using the relations given in
DateDelimitationConfigBuilder.withRelation(String, Entity)
Note: use DateDelimitedEntityService
if possible
because no list concatenation, filtering and/or ordering is required-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getNextActiveEntity
-