Class EntityNodeMapper
java.lang.Object
ch.nolix.system.nodemiddata.nodemapper.EntityNodeMapper
- All Implemented Interfaces:
IEntityNodeMapper
- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionINode<?> mapEntityCreationDtoToEntityNode(EntityCreationDto newEntity, TableViewDto tableView, long saveStamp)
-
Constructor Details
-
EntityNodeMapper
public EntityNodeMapper()
-
-
Method Details
-
mapEntityCreationDtoToEntityNode
public INode<?> mapEntityCreationDtoToEntityNode(EntityCreationDto newEntity, TableViewDto tableView, long saveStamp) - Specified by:
mapEntityCreationDtoToEntityNodein interfaceIEntityNodeMapper- Parameters:
newEntity-tableView-saveStamp-- Returns:
- a new entity node from the given entityCreationDto.
-