Verwendungen von Klasse
org.emau.icmvc.ganimed.ttp.cm2.dto.ConsentDTO
Packages, die ConsentDTO verwenden
-
Verwendungen von ConsentDTO in org.emau.icmvc.ganimed.ttp.cm2
Methoden in org.emau.icmvc.ganimed.ttp.cm2, die ConsentDTO zurückgebenModifizierer und TypMethodeBeschreibungGICSService.getConsent
(ConsentKeyDTO keyDTO) get the complete dto for the given key - thought to be used in addition to the list functionsGICSService.getCurrentConsentForSignerIdsAndCT
(ConsentTemplateKeyDTO ctKeyDTO, Set<SignerIdDTO> signerIdDTOs, boolean ignoreVersionNumber, boolean useAliases) returns the current consent for the given signerIds
current means: the consent with the highest versionNumber of the associated ConsentTemplate; if there are more then one, the newest (ConsentDate) of them
if "ignoreVersionNumber" is true, then the newest of all consents belonging to the signerIds, regardless of the VersionNumber of the associated ConsentTemplateMethoden in org.emau.icmvc.ganimed.ttp.cm2 mit Parametern vom Typ ConsentDTOModifizierer und TypMethodeBeschreibungvoid
GICSService.addConsent
(ConsentDTO consentDTO) Stores the given consent.void
GICSServiceWithNotification.addConsent
(String notificationClientID, ConsentDTO consentDTO) Stores the given consent and sends a notification.void
GICSService.validateConsent
(ConsentDTO consentDTO, boolean allowRevoke, boolean validateScan) validates the given consentDTO
checks the given domain, consent template and assures, that the given modules are part of the consent template all mandatory modules need to be either accepted or declined when there's at least one declined mandatory module, no module may be accepted no child module may be accepted if its parent is not when there's at least one accepted module, the two signatures have to be provided when there's at least one accepted module and scan is mandatory in domain config and parameter validateScan is true, scan must be present -
Verwendungen von ConsentDTO in org.emau.icmvc.ganimed.ttp.cm2.dto
Konstruktoren in org.emau.icmvc.ganimed.ttp.cm2.dto mit Parametern vom Typ ConsentDTO