Package org.damap.base.rest.storage
Class InternalStorageTranslationDOMapper
java.lang.Object
org.damap.base.rest.storage.InternalStorageTranslationDOMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmapDOToEntity(InternalStorageTranslationDO translationDO, InternalStorageTranslation translation) mapDOToTranslationEntityForCreation(InternalStorageTranslationDO translationDO, InternalStorage internalStorage) mapEntityToDO(InternalStorageTranslation internalStorageTranslation, InternalStorageTranslationDO internalStorageTranslationDO)
-
Constructor Details
-
InternalStorageTranslationDOMapper
public InternalStorageTranslationDOMapper()
-
-
Method Details
-
mapEntityToDO
public InternalStorageTranslationDO mapEntityToDO(InternalStorageTranslation internalStorageTranslation, InternalStorageTranslationDO internalStorageTranslationDO) -
mapDOToTranslationEntityForCreation
public InternalStorageTranslation mapDOToTranslationEntityForCreation(InternalStorageTranslationDO translationDO, InternalStorage internalStorage) -
mapDOToEntity
public InternalStorageTranslation mapDOToEntity(InternalStorageTranslationDO translationDO, InternalStorageTranslation translation)
-