Class EntityDtoMapper
java.lang.Object
ch.nolix.system.objectdata.middatamodelmapper.EntityDtoMapper
- All Implemented Interfaces:
IEntityDtoMapper
- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmapEntityToEntityCreationDto(IEntity entity) mapEntityToEntityDeletionDto(IEntity entity) mapEntityToEntityUpdateDto(IEntity entity)
-
Constructor Details
-
EntityDtoMapper
public EntityDtoMapper()
-
-
Method Details
-
mapEntityToEntityCreationDto
- Specified by:
mapEntityToEntityCreationDtoin interfaceIEntityDtoMapper- Parameters:
entity-- Returns:
- a new
EntityCreationDtofrom the given entity.
-
mapEntityToEntityDeletionDto
- Specified by:
mapEntityToEntityDeletionDtoin interfaceIEntityDtoMapper- Parameters:
entity-- Returns:
- a new
EntityDeletionDtofrom the given entity.
-
mapEntityToEntityUpdateDto
- Specified by:
mapEntityToEntityUpdateDtoin interfaceIEntityDtoMapper- Parameters:
entity-- Returns:
- a new
EntityUpdateDtofrom the given entity.
-