Verwendungen von Klasse
org.emau.icmvc.ganimed.ttp.cm2.exceptions.MandatoryFieldsException

Packages, die MandatoryFieldsException verwenden
Package
Beschreibung
 
  • Verwendungen von MandatoryFieldsException in org.emau.icmvc.ganimed.ttp.cm2

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    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.addConsentOptOut(ConsentTemplateKeyDTO ctKeyDTO, Set<SignerIdDTO> signerIdDTOs)
    this is the short-variant to add an opt-out-consent without given module-states, scans and signatures.
    void
    GICSServiceWithNotification.addConsentOptOut(String notificationClientID, ConsentTemplateKeyDTO templateKeyDTO, Set<SignerIdDTO> signerIdDTOs)
     
    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