Uses of Class
org.damap.base.rest.dmp.domain.DmpDO
Packages that use DmpDO
Package
Description
-
Uses of DmpDO in org.damap.base.conversion
Methods in org.damap.base.conversion with parameters of type DmpDOModifier and TypeMethodDescriptionTemplateSelectorService.selectTemplate(DmpDO dmpDO) selectTemplate.TemplateSelectorServiceImpl.selectTemplate(DmpDO dmpDO) selectTemplate. -
Uses of DmpDO in org.damap.base.rest
Methods in org.damap.base.rest that return DmpDOModifier and TypeMethodDescriptionDataManagementPlanResource.getDmpById(String id) getDmpById.DataManagementPlanResource.getDmpByIdAndRevision(String id, long revision) getDmpByIdAndRevision.saveDmp.updateDmp.Methods in org.damap.base.rest with parameters of type DmpDO -
Uses of DmpDO in org.damap.base.rest.dmp.mapper
Methods in org.damap.base.rest.dmp.mapper that return DmpDOMethods in org.damap.base.rest.dmp.mapper with parameters of type DmpDOModifier and TypeMethodDescriptionDmpDOMapper.mapDOtoEntity(DmpDO dmpDO, Dmp dmp, MapperService mapperService) mapDOtoEntity.DmpDOMapper.mapEntityToDO(Dmp dmp, DmpDO dmpDO) mapEntityToDO. -
Uses of DmpDO in org.damap.base.rest.dmp.service
Methods in org.damap.base.rest.dmp.service that return DmpDOModifier and TypeMethodDescriptioncreate.DmpService.getDmpById(long dmpId) getDmpById.DmpService.getDmpByIdAndRevision(long dmpId, long revision) getDmpByIdAndRevision.update.Methods in org.damap.base.rest.dmp.service with parameters of type DmpDO -
Uses of DmpDO in org.damap.base.rest.madmp.mapper
Methods in org.damap.base.rest.madmp.mapper with parameters of type DmpDOModifier and TypeMethodDescriptionMaDmpMapper.getEthicalIssuesExist(DmpDO dmpDO) getEthicalIssuesExist.MaDmpMapper.getSecurityAndPrivacyList(DmpDO dmpDO, DatasetDO datasetDO) getSecurityAndPrivacyList.MaDmpMapper.mapToMaDmp(DmpDO dmpDO, DatasetDO datasetDO, Dataset dataset, MapperService mapperService) mapToMaDmp.MaDmpMapper.mapToMaDmp(DmpDO dmpDO, Dmp dmp, MapperService mapperService) mapToMaDmp.