Uses of Class
org.damap.base.domain.InternalStorageTranslation
Packages that use InternalStorageTranslation
-
Uses of InternalStorageTranslation in org.damap.base.repo
Methods in org.damap.base.repo that return InternalStorageTranslationModifier and TypeMethodDescriptionInternalStorageTranslationRepo.getInternalStorageById(Long storageId, String languageCode) getInternalStorageById.Methods in org.damap.base.repo that return types with arguments of type InternalStorageTranslationModifier and TypeMethodDescriptionInternalStorageTranslationRepo.getAllInternalStorageByLanguage(String languageCode) getAllInternalStorageByLanguage.InternalStorageTranslationRepo.getAllInternalStorageTranslationsByStorageId(Long storageId) -
Uses of InternalStorageTranslation in org.damap.base.rest.storage
Methods in org.damap.base.rest.storage that return InternalStorageTranslationModifier and TypeMethodDescriptionInternalStorageTranslationDOMapper.mapDOToEntity(InternalStorageTranslationDO translationDO, InternalStorageTranslation translation) InternalStorageTranslationDOMapper.mapDOToTranslationEntityForCreation(InternalStorageTranslationDO translationDO, InternalStorage internalStorage) Methods in org.damap.base.rest.storage with parameters of type InternalStorageTranslationModifier and TypeMethodDescriptionInternalStorageTranslationDOMapper.mapDOToEntity(InternalStorageTranslationDO translationDO, InternalStorageTranslation translation) InternalStorageTranslationDOMapper.mapEntityToDO(InternalStorageTranslation internalStorageTranslation, InternalStorageTranslationDO internalStorageTranslationDO) Method parameters in org.damap.base.rest.storage with type arguments of type InternalStorageTranslationModifier and TypeMethodDescriptionInternalStorageDOMapper.mapEntityToDO(InternalStorage storage, InternalStorageDO storageDO, List<InternalStorageTranslation> translations) mapEntityToDO.