Schnittstelle IFieldNodeMapper
- Alle bekannten Implementierungsklassen:
FieldNodeMapper
public interface IFieldNodeMapper
- Version:
- 2025-07-26
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungIContainer<INode<?>> mapEntityCreationDtoToFieldNodes(EntityCreationDto entityCreationDto, long saveStamp, TableViewDto tableView)
-
Methodendetails
-
mapEntityCreationDtoToFieldNodes
IContainer<INode<?>> mapEntityCreationDtoToFieldNodes(EntityCreationDto entityCreationDto, long saveStamp, TableViewDto tableView) - Parameter:
entityCreationDto-saveStamp-tableView-- Gibt zurück:
- new field nodes from the given entityCreationDto
-