Schnittstelle IContentModelDtoToContentModelMapper<T extends IContentModelDto>
- Typparameter:
T
- is the type of theIContentModelDto
s aIContentModelDtoToContentModelMapper
maps.
- Alle bekannten Implementierungsklassen:
BackReferenceModelMapper
,MultiBackReferenceModelMapper
,MultiReferenceModelMapper
,MultiValueModelMapper
,OptionalBackReferenceModelMapper
,OptionalReferenceModelMapper
,OptionalValueModelMapper
,ReferenceModelMapper
,ValueModelMapper
public interface IContentModelDtoToContentModelMapper<T extends IContentModelDto>
- Version:
- 2023-12-28
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungmapContentModelDtoToContentModelView
(T contentModelDto, IContainer<? extends ITable<IEntity>> referencedTables)
-
Methodendetails
-
mapContentModelDtoToContentModelView
IContentModelView<ITable<IEntity>> mapContentModelDtoToContentModelView(T contentModelDto, IContainer<? extends ITable<IEntity>> referencedTables) - Parameter:
contentModelDto
-referencedTables
-- Gibt zurück:
- a new
IContentModelView
from the given contentModelDto using the given referencedTables.
-