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
Note: use
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
invalid reference
DateDelimitationConfig#withRelation(String, Entity)
DateDelimitedEntityService if possible
because no list concatenation, filtering and/or ordering is required-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getNextActiveEntity
-