Uses of Class
org.damap.base.domain.Consent
Packages that use Consent
-
Uses of Consent in org.damap.base.repo
Methods in org.damap.base.repo that return ConsentModifier and TypeMethodDescriptionConsentRepo.getConsentByUniversityId(String universityId) getConsentByUniversityId. -
Uses of Consent in org.damap.base.rest.administration.mapper
Methods in org.damap.base.rest.administration.mapper that return ConsentModifier and TypeMethodDescriptionConsentDOMapper.mapDOtoEntity(ConsentDO consentDO, Consent consent) mapDOtoEntity.Methods in org.damap.base.rest.administration.mapper with parameters of type ConsentModifier and TypeMethodDescriptionConsentDOMapper.mapDOtoEntity(ConsentDO consentDO, Consent consent) mapDOtoEntity.ConsentDOMapper.mapEntityToDO(Consent consent, ConsentDO consentDO) mapEntityToDO.