Schnittstelle IContentModelNodeMapper
- Alle bekannten Implementierungsklassen:
ContentModelNodeMapper
public interface IContentModelNodeMapper
- Version:
- 2024-12-21
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungINode
<?> mapColumnDtoToContentModelNode
(ColumnDto columnDto) INode
<?> mapContentModelDtoToNode
(IContentModelDto contentModelDto)
-
Methodendetails
-
mapColumnDtoToContentModelNode
- Parameter:
columnDto
-- Gibt zurück:
- a new content model
INode
from the given columnDto. - Löst aus:
RuntimeException
- if the given columnDto is null.
-
mapContentModelDtoToNode
- Parameter:
contentModelDto
-- Gibt zurück:
- a new content model
INode
from the given contentModelDto. - Löst aus:
RuntimeException
- if the given contentModelDto is null.
-