Klasse FieldNodeMapper
java.lang.Object
ch.nolix.system.nodemiddata.nodemapper.FieldNodeMapper
- Alle implementierten Schnittstellen:
IFieldNodeMapper
- Version:
- 2025-07-26
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungIContainer<INode<?>> mapEntityCreationDtoToFieldNodes(EntityCreationDto entityCreationDto, long saveStamp, TableViewDto tableView)
-
Konstruktordetails
-
FieldNodeMapper
public FieldNodeMapper()
-
-
Methodendetails
-
mapEntityCreationDtoToFieldNodes
public IContainer<INode<?>> mapEntityCreationDtoToFieldNodes(EntityCreationDto entityCreationDto, long saveStamp, TableViewDto tableView) - Angegeben von:
mapEntityCreationDtoToFieldNodesin SchnittstelleIFieldNodeMapper- Parameter:
entityCreationDto-saveStamp-tableView-- Gibt zurück:
- new field nodes from the given entityCreationDto
-