Skip navigation links
A B C D E F G H I L M N O P Q R S T U V X 

M

MajorMinorCharVersionConverter - Class in org.emau.icmvc.ganimed.ttp.cm2.version
format: "x.y.z"; 0 <= x <= 999; 0 <= y <= 999; 'a' <= z <= 'z'
also valid:
"x.y"; 0 <= x <= 999; 0 <= y <= 999
"x"; 0 <= x <= 999
attention: a.0b = a.b
MajorMinorCharVersionConverter() - Constructor for class org.emau.icmvc.ganimed.ttp.cm2.version.MajorMinorCharVersionConverter
 
MajorMinorMaintenanceVersionConverter - Class in org.emau.icmvc.ganimed.ttp.cm2.version
format: "x.y.z"; 0 <= x <= 999; 0 <= y <= 999; 0 <= z <= 999
also valid:
"x.y"; 0 <= x <= 999; 0 <= y <= 999
"x"; 0 <= x <= 999
attention: a.0b = a.b
MajorMinorMaintenanceVersionConverter() - Constructor for class org.emau.icmvc.ganimed.ttp.cm2.version.MajorMinorMaintenanceVersionConverter
 
MajorMinorVersionConverter - Class in org.emau.icmvc.ganimed.ttp.cm2.version
format: "x.y"; 0 <= x <= 999; 0 <= y <= 999
also valid: "x"; 0 <= x <= 999
attention: a.0b = a.b
MajorMinorVersionConverter() - Constructor for class org.emau.icmvc.ganimed.ttp.cm2.version.MajorMinorVersionConverter
 
MandatoryFieldsException - Exception in org.emau.icmvc.ganimed.ttp.cm2.exceptions
should be thrown whenever there's an error in the mandatory-fields-logic:
all mandatory fields must have the same consent status
this status must be either ACCEPTEP or DECLINED
if it's DECLINED, all optional fields must also have this status
see ConsentStatus
MandatoryFieldsException() - Constructor for exception org.emau.icmvc.ganimed.ttp.cm2.exceptions.MandatoryFieldsException
 
MandatoryFieldsException(String, Throwable) - Constructor for exception org.emau.icmvc.ganimed.ttp.cm2.exceptions.MandatoryFieldsException
 
MandatoryFieldsException(String) - Constructor for exception org.emau.icmvc.ganimed.ttp.cm2.exceptions.MandatoryFieldsException
 
MandatoryFieldsException(Throwable) - Constructor for exception org.emau.icmvc.ganimed.ttp.cm2.exceptions.MandatoryFieldsException
 
MissingRequiredObjectException - Exception in org.emau.icmvc.ganimed.ttp.cm2.exceptions
should be thrown whenever the request is lacking a required object
MissingRequiredObjectException() - Constructor for exception org.emau.icmvc.ganimed.ttp.cm2.exceptions.MissingRequiredObjectException
 
MissingRequiredObjectException(String, Throwable) - Constructor for exception org.emau.icmvc.ganimed.ttp.cm2.exceptions.MissingRequiredObjectException
 
MissingRequiredObjectException(String) - Constructor for exception org.emau.icmvc.ganimed.ttp.cm2.exceptions.MissingRequiredObjectException
 
MissingRequiredObjectException(Throwable) - Constructor for exception org.emau.icmvc.ganimed.ttp.cm2.exceptions.MissingRequiredObjectException
 
ModuleDTO - Class in org.emau.icmvc.ganimed.ttp.cm2.dto
ein modul ist eine zustimmbare unterteilung eines consents; sie fasst mehrere policies zusammen, denen gewoehnlicherweise gemeinsam zugestimmt wird
ModuleDTO() - Constructor for class org.emau.icmvc.ganimed.ttp.cm2.dto.ModuleDTO
 
ModuleDTO(ModuleKeyDTO) - Constructor for class org.emau.icmvc.ganimed.ttp.cm2.dto.ModuleDTO
 
ModuleDTO(ModuleKeyDTO, String, Set<AssignedPolicyDTO>) - Constructor for class org.emau.icmvc.ganimed.ttp.cm2.dto.ModuleDTO
 
ModuleDTO(ModuleKeyDTO, String, String, String, String, Set<AssignedPolicyDTO>, String, String, boolean, Date, Date, String) - Constructor for class org.emau.icmvc.ganimed.ttp.cm2.dto.ModuleDTO
 
ModuleKeyDTO - Class in org.emau.icmvc.ganimed.ttp.cm2.dto
pk fuer ein modul
ModuleKeyDTO() - Constructor for class org.emau.icmvc.ganimed.ttp.cm2.dto.ModuleKeyDTO
 
ModuleKeyDTO(String, String, String) - Constructor for class org.emau.icmvc.ganimed.ttp.cm2.dto.ModuleKeyDTO
 
MODULES - Static variable in class org.emau.icmvc.ganimed.ttp.cm2.util.StatisticKeys
 
MODULES_WITHOUT_VERSIONS - Static variable in class org.emau.icmvc.ganimed.ttp.cm2.util.StatisticKeys
 
ModuleStateDTO - Class in org.emau.icmvc.ganimed.ttp.cm2.dto
module state - consent state of module and list of affected policies
ModuleStateDTO() - Constructor for class org.emau.icmvc.ganimed.ttp.cm2.dto.ModuleStateDTO
 
ModuleStateDTO(ModuleKeyDTO, ConsentStatus, List<PolicyKeyDTO>) - Constructor for class org.emau.icmvc.ganimed.ttp.cm2.dto.ModuleStateDTO
 
A B C D E F G H I L M N O P Q R S T U V X 
Skip navigation links