Interface IEntityFiller
- All Known Implementing Classes:
EntityFiller
public interface IEntityFiller
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionvoidfillUpEntityFromEntityLoadingDto(IEntity entity, EntityLoadingDto entityLoadingDto) Fills up the given entity from the given entityLoadingDto.
-
Method Details
-
fillUpEntityFromEntityLoadingDto
Fills up the given entity from the given entityLoadingDto.- Parameters:
entity-entityLoadingDto-- Throws:
RuntimeException- if the given entity is not valid.RuntimeException- if the given entityLoadingDto is not valid.
-