Interface IFieldNodeMapper
- All Known Implementing Classes:
FieldNodeMapper
public interface IFieldNodeMapper
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionIContainer<INode<?>> mapEntityCreationDtoToFieldNodes(EntityCreationDto entityCreationDto, long saveStamp, TableViewDto tableView)
-
Method Details
-
mapEntityCreationDtoToFieldNodes
IContainer<INode<?>> mapEntityCreationDtoToFieldNodes(EntityCreationDto entityCreationDto, long saveStamp, TableViewDto tableView) - Parameters:
entityCreationDto-saveStamp-tableView-- Returns:
- new field nodes from the given entityCreationDto
-