Uses of Class
org.damap.base.domain.InternalStorage
Packages that use InternalStorage
-
Uses of InternalStorage in org.damap.base.repo
Methods in org.damap.base.repo that return types with arguments of type InternalStorageMethods in org.damap.base.repo with parameters of type InternalStorageModifier and TypeMethodDescriptionStorageRepo.findByInternalStorageId(InternalStorage internalStorage) -
Uses of InternalStorage in org.damap.base.rest.dmp.mapper
Methods in org.damap.base.rest.dmp.mapper that return InternalStorageModifier and TypeMethodDescriptionMapperService.getInternalStorageById(Long id) getInternalStorageById. -
Uses of InternalStorage in org.damap.base.rest.storage
Methods in org.damap.base.rest.storage that return InternalStorageModifier and TypeMethodDescriptionInternalStorageDOMapper.mapDOToEntity(InternalStorageDO storageDO, InternalStorage internalStorage) mapDOToEntity.Methods in org.damap.base.rest.storage with parameters of type InternalStorageModifier and TypeMethodDescriptionInternalStorageDOMapper.mapDOToEntity(InternalStorageDO storageDO, InternalStorage internalStorage) mapDOToEntity.InternalStorageTranslationDOMapper.mapDOToTranslationEntityForCreation(InternalStorageTranslationDO translationDO, InternalStorage internalStorage) InternalStorageDOMapper.mapEntityToDO(InternalStorage storage, InternalStorageDO storageDO, List<InternalStorageTranslation> translations) mapEntityToDO.