Uses of Class
org.damap.base.domain.Dmp
Packages that use Dmp
Package
Description
-
Uses of Dmp in org.damap.base.conversion
Fields in org.damap.base.conversion declared as Dmp -
Uses of Dmp in org.damap.base.repo
Methods in org.damap.base.repo that return types with arguments of type DmpMethods in org.damap.base.repo with parameters of type Dmp -
Uses of Dmp in org.damap.base.rest.dmp.mapper
Methods in org.damap.base.rest.dmp.mapper that return DmpModifier and TypeMethodDescriptionMapperService.getDmpById(Long id) getDmpById.DmpDOMapper.mapDOtoEntity(DmpDO dmpDO, Dmp dmp, MapperService mapperService) mapDOtoEntity.ProjectSupplementDOMapper.mapDOtoEntity(ProjectSupplementDO projectSupplementDO, Dmp dmp) mapDOtoEntity.Methods in org.damap.base.rest.dmp.mapper with parameters of type DmpModifier and TypeMethodDescriptionDmpDOMapper.mapDOtoEntity(DmpDO dmpDO, Dmp dmp, MapperService mapperService) mapDOtoEntity.ProjectSupplementDOMapper.mapDOtoEntity(ProjectSupplementDO projectSupplementDO, Dmp dmp) mapDOtoEntity.DmpDOMapper.mapEntityToDO(Dmp dmp, DmpDO dmpDO) mapEntityToDO.DmpListItemDOMapper.mapEntityToDO(Access access, Dmp dmp, DmpListItemDO dmpListItemDO, List<VersionDO> versionDOList) mapEntityToDO. -
Uses of Dmp in org.damap.base.rest.dmp.service
Methods in org.damap.base.rest.dmp.service with parameters of type DmpModifier and TypeMethodDescriptionvoidDmpService.createAccess(Dmp dmp, String editedById) createAccess.voidDmpConsistencyUtility.enforceActiveStorage(DmpDO newDmp, Dmp oldDmp, InternalStorageService internalStorageService) Validates that all internal storage used in the new DMP are active.