Schnittstelle IEntityContentFieldsFiller
- Alle bekannten Implementierungsklassen:
EntityContentFieldsFiller
public interface IEntityContentFieldsFiller
- Version:
- 2025-08-22
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidfillUpEntityContentFieldsFromContentFieldDtos(IEntity entity, IContainer<FieldDto> contentFieldDtos) Fills up the content fields of the given entity from the given contentFieldDtos.voidfillUpEntityContentFieldsFromEntityLoadingDto(IEntity entity, EntityLoadingDto entityLoadingDto) Fills up the content fields of the given entity from the given entityLoadingDto.
-
Methodendetails
-
fillUpEntityContentFieldsFromContentFieldDtos
void fillUpEntityContentFieldsFromContentFieldDtos(IEntity entity, IContainer<FieldDto> contentFieldDtos) Fills up the content fields of the given entity from the given contentFieldDtos.- Parameter:
entity-contentFieldDtos-- Löst aus:
RuntimeException- if the given entity is null.RuntimeException- if the given contentFieldDtos is null.RuntimeException- if one of the given contentFieldDtos is null.
-
fillUpEntityContentFieldsFromEntityLoadingDto
void fillUpEntityContentFieldsFromEntityLoadingDto(IEntity entity, EntityLoadingDto entityLoadingDto) Fills up the content fields of the given entity from the given entityLoadingDto.- Parameter:
entity-entityLoadingDto-- Löst aus:
RuntimeException- if the given entity is null.RuntimeException- if the given entityLoadingDto is null.
-