Uses of Class
org.damap.base.rest.administration.domain.ConsentDO
Packages that use ConsentDO
Package
Description
-
Uses of ConsentDO in org.damap.base.rest
Methods in org.damap.base.rest that return ConsentDOModifier and TypeMethodDescriptionConsentResource.getConsent()getConsent.ConsentResource.saveConsent(ConsentDO consentDO) saveConsent.Methods in org.damap.base.rest with parameters of type ConsentDO -
Uses of ConsentDO in org.damap.base.rest.administration.mapper
Methods in org.damap.base.rest.administration.mapper that return ConsentDOModifier and TypeMethodDescriptionConsentDOMapper.mapEntityToDO(Consent consent, ConsentDO consentDO) mapEntityToDO.Methods in org.damap.base.rest.administration.mapper with parameters of type ConsentDOModifier and TypeMethodDescriptionConsentDOMapper.mapDOtoEntity(ConsentDO consentDO, Consent consent) mapDOtoEntity.ConsentDOMapper.mapEntityToDO(Consent consent, ConsentDO consentDO) mapEntityToDO. -
Uses of ConsentDO in org.damap.base.rest.administration.service
Methods in org.damap.base.rest.administration.service that return ConsentDOModifier and TypeMethodDescriptioncreate.ConsentService.getConsentByUser(String universityId) getConsentByUser.update.Methods in org.damap.base.rest.administration.service with parameters of type ConsentDO