Schnittstelle IFieldNodeMapper
- Alle bekannten Implementierungsklassen:
FieldNodeMapper
public interface IFieldNodeMapper
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator 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
-