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 that return types with arguments of type DmpDOModifier and TypeMethodDescriptionDmpService.getDmpDOListByPersonId(String personId) getDmpDOListByPersonId.Methods in org.damap.base.rest.dmp.service with parameters of type DmpDOModifier and TypeMethodDescriptioncreate.voidDmpConsistencyUtility.enforceActiveStorage(DmpDO newDmp, Dmp oldDmp, InternalStorageService internalStorageService) Validates that all internal storage used in the new DMP are active.voidDmpConsistencyUtility.enforceDmpConsistency(DmpDO dmpDO) Adapts a given DMP so that it's information is consistent.update. -
Uses of DmpDO in org.damap.base.rest.invenio_damap
Methods in org.damap.base.rest.invenio_damap that return DmpDOModifier and TypeMethodDescriptionInvenioDAMAPResource.addDataSetToDmp(jakarta.ws.rs.core.HttpHeaders headers, DMPPayload payload) InvenioDAMAPService.addDataSetToDMP(long dmpId, Dataset dataset) Methods in org.damap.base.rest.invenio_damap that return types with arguments of type DmpDOModifier and TypeMethodDescriptionInvenioDAMAPResource.getDmpListByPerson(jakarta.ws.rs.core.HttpHeaders headers) InvenioDAMAPService.resolveDmpsAndIds(org.eclipse.microprofile.jwt.JsonWebToken jwt) Methods in org.damap.base.rest.invenio_damap with parameters of type DmpDOModifier and TypeMethodDescriptionInvenioDamapResourceMapper.mapMaDMPDatasetToDatasetDO(Dataset madmpDataset, DatasetDO datasetDO, DmpDO 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.