Uses of Class
org.damap.base.rest.dmp.domain.DmpListItemDO
Packages that use DmpListItemDO
Package
Description
-
Uses of DmpListItemDO in org.damap.base.rest
Methods in org.damap.base.rest that return types with arguments of type DmpListItemDOModifier and TypeMethodDescriptionDataManagementPlanResource.getAll()getAll.DataManagementPlanResource.getDmpList()getDmpList. -
Uses of DmpListItemDO in org.damap.base.rest.dmp.mapper
Methods in org.damap.base.rest.dmp.mapper that return DmpListItemDOModifier and TypeMethodDescriptionDmpListItemDOMapper.mapEntityToDO(Access access, Dmp dmp, DmpListItemDO dmpListItemDO, List<VersionDO> versionDOList) mapEntityToDO.Methods in org.damap.base.rest.dmp.mapper with parameters of type DmpListItemDOModifier and TypeMethodDescriptionDmpListItemDOMapper.mapEntityToDO(Access access, Dmp dmp, DmpListItemDO dmpListItemDO, List<VersionDO> versionDOList) mapEntityToDO. -
Uses of DmpListItemDO in org.damap.base.rest.dmp.service
Methods in org.damap.base.rest.dmp.service that return types with arguments of type DmpListItemDOModifier and TypeMethodDescriptionDmpService.getAll()getAll.DmpService.getDmpListByPersonId(String personId) getDmpListByPersonId.