All Classes and Interfaces

Class
Description
 
 
 
 
Extends CheckDigits to be a common base for all algorithms handling a single check digit
An abstract common parent class for all check-digit-generators.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Thrown if one or more of the given parent domains is invalid, e.g.
 
Thrown if an invalid operation is performed while updating a domain in use, e.g.
 
 
Serialises a list of map entries with strings as keys and values into a list of PSN pairs with the original value as key element and the pseudonym as value element and back for deserialization.
 
 
Serialises a multimap with a list of PSNs per value into a list of MPSN entries with the value as key attribute and the PSNs as list and back for deserialization.
 
 
 
 
 
parameter for get...Paginated functions
 
 
 
some fields of the psn table, used for retrieving a sorted or filtered list of psns
filters are applied via LIKE "filterValue%"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
checks if a given value is valid in one of the parent domains
ValidateViaParents.OFF - no validation ValidateViaParents.VALIDATE - the given value must be a valid pseudonym of one parent domain ValidateViaParents.ENSURE_EXISTS - the given value must exist as a pseudonym in one parent domain ValidateViaParents.CASCADE_DELETE - the given value must exist as a pseudonym in one parent domain and if that's no longer the case, the entry is delete from the child domain (ignoring DomainProperties.PSNS_DELETABLE)