Index

A C D E F G H I L M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addChild(PSNTreeDTO) - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.PSNTreeDTO
 
addDomain(DomainInDTO) - Method in interface org.emau.icmvc.ganimed.ttp.psn.DomainManager
adds a new domain
addStat(StatisticDTO) - Method in interface org.emau.icmvc.ganimed.ttp.psn.StatisticManager
insert a new statisic bean into the database
Alphabet - Class in org.emau.icmvc.ganimed.ttp.psn.generator
 
Alphabet() - Constructor for class org.emau.icmvc.ganimed.ttp.psn.generator.Alphabet
 
Alphabet(String) - Constructor for class org.emau.icmvc.ganimed.ttp.psn.generator.Alphabet
 
ALREADY_ANONYMISED - Enum constant in enum class org.emau.icmvc.ganimed.ttp.psn.enums.AnonymisationResult
 
AnonymisationResult - Enum Class in org.emau.icmvc.ganimed.ttp.psn.enums
 
anonymiseEntries(String, Set<String>, String) - Method in interface org.emau.icmvc.ganimed.ttp.psn.PSNManagerWithNotification
deletes the assignments value - pseudonym from the db (replaces "value" with "###_anonym_###_randString_###_anonym_###")
anonymiseEntries(Set<String>, String) - Method in interface org.emau.icmvc.ganimed.ttp.psn.PSNManager
deletes the assignments value - pseudonym from the db (replaces "value" with "###_anonym_###_randString_###_anonym_###")
anonymiseEntry(String, String) - Method in interface org.emau.icmvc.ganimed.ttp.psn.PSNManager
deletes the assignment value - pseudonym from the db (replaces "value" with "###_anonym_###_randString_###_anonym_###")
anonymiseEntry(String, String, String) - Method in interface org.emau.icmvc.ganimed.ttp.psn.PSNManagerWithNotification
deletes the assignment value - pseudonym from the db (replaces "value" with "###_anonym_###_randString_###_anonym_###")
ANONYMS - Static variable in class org.emau.icmvc.ganimed.ttp.psn.utils.StatisticKeys
 
ANONYMS_PER_DOMAIN - Static variable in class org.emau.icmvc.ganimed.ttp.psn.utils.StatisticKeys
 
arePSNDeletable(String) - Method in interface org.emau.icmvc.ganimed.ttp.psn.DomainManager
 

C

CALCULATION_TIME - Static variable in class org.emau.icmvc.ganimed.ttp.psn.utils.StatisticKeys
 
capture(NotificationMessage) - Method in class org.emau.icmvc.ganimed.ttp.psn.utils.PSNNotificationMessage
 
CASCADE_DELETE - Enum constant in enum class org.emau.icmvc.ganimed.ttp.psn.enums.ValidateViaParents
 
CharNotInAlphabetException - Exception in org.emau.icmvc.ganimed.ttp.psn.exceptions
 
CharNotInAlphabetException() - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.CharNotInAlphabetException
 
CharNotInAlphabetException(String) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.CharNotInAlphabetException
 
CharNotInAlphabetException(String, Throwable) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.CharNotInAlphabetException
 
CharNotInAlphabetException(Throwable) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.CharNotInAlphabetException
 
check(String, int) - Method in class org.emau.icmvc.ganimed.ttp.psn.generator.CheckDigits
 
CheckDigits - Class in org.emau.icmvc.ganimed.ttp.psn.generator
 
CheckDigits() - Constructor for class org.emau.icmvc.ganimed.ttp.psn.generator.CheckDigits
 
CheckDigits(Alphabet, DomainConfig) - Constructor for class org.emau.icmvc.ganimed.ttp.psn.generator.CheckDigits
 
compareTo(DomainInDTO) - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.DomainInDTO
 
CONST_10 - Enum constant in enum class org.emau.icmvc.ganimed.ttp.psn.enums.GeneratorAlphabetRestriction
 
CONST_32 - Enum constant in enum class org.emau.icmvc.ganimed.ttp.psn.enums.GeneratorAlphabetRestriction
 
countPSNs(String, PaginationConfig) - Method in interface org.emau.icmvc.ganimed.ttp.psn.DomainManager
counts matching for the given domain w.r.t. the filter in the pagination config
countPSNsForDomains(List<String>, PaginationConfig) - Method in interface org.emau.icmvc.ganimed.ttp.psn.DomainManager
counts matching for the given domain w.r.t. the filter in the pagination config

D

DBException - Exception in org.emau.icmvc.ganimed.ttp.psn.exceptions
 
DBException() - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.DBException
 
DBException(String) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.DBException
 
DBException(String, Throwable) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.DBException
 
DBException(Throwable) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.DBException
 
DEFAULT - Enum constant in enum class org.emau.icmvc.ganimed.ttp.psn.enums.ForceCache
 
deleteDomain(String) - Method in interface org.emau.icmvc.ganimed.ttp.psn.DomainManager
deletes the given domain
deleteDomainWithPSNs(String) - Method in interface org.emau.icmvc.ganimed.ttp.psn.DomainManager
deletes the given domain with all pseudonyms - be sure you know, what you're doing
deleteEntries(String, Set<String>, String) - Method in interface org.emau.icmvc.ganimed.ttp.psn.PSNManagerWithNotification
deletes the given values and corresponding pseudonyms from the db
deleteEntries(Set<String>, String) - Method in interface org.emau.icmvc.ganimed.ttp.psn.PSNManager
deletes the given values and corresponding pseudonyms from the db
deleteEntry(String, String) - Method in interface org.emau.icmvc.ganimed.ttp.psn.PSNManager
deletes the given value and corresponding pseudonym from the db
deleteEntry(String, String, String) - Method in interface org.emau.icmvc.ganimed.ttp.psn.PSNManagerWithNotification
deletes the given value and corresponding pseudonym from the db
DeletionForbiddenException - Exception in org.emau.icmvc.ganimed.ttp.psn.exceptions
 
DeletionForbiddenException() - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.DeletionForbiddenException
 
DeletionForbiddenException(String) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.DeletionForbiddenException
 
DeletionForbiddenException(String, Throwable) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.DeletionForbiddenException
 
DeletionForbiddenException(Throwable) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.DeletionForbiddenException
 
DeletionResult - Enum Class in org.emau.icmvc.ganimed.ttp.psn.enums
 
DIFFERENT_PSEUDONYM_FOR_VALUE_EXISTS - Enum constant in enum class org.emau.icmvc.ganimed.ttp.psn.enums.InsertPairError
 
DIFFERENT_VALUE_FOR_PSEUDONYM_EXISTS - Enum constant in enum class org.emau.icmvc.ganimed.ttp.psn.enums.InsertPairError
 
DomainConfig - Class in org.emau.icmvc.ganimed.ttp.psn.config
 
DomainConfig() - Constructor for class org.emau.icmvc.ganimed.ttp.psn.config.DomainConfig
 
DomainConfig(int, int, String, String, boolean, boolean, int, boolean, ForceCache, ValidateViaParents, boolean) - Constructor for class org.emau.icmvc.ganimed.ttp.psn.config.DomainConfig
 
DomainConfig(String) - Constructor for class org.emau.icmvc.ganimed.ttp.psn.config.DomainConfig
Deprecated.
DomainConfig(DomainConfig) - Constructor for class org.emau.icmvc.ganimed.ttp.psn.config.DomainConfig
 
DomainInDTO - Class in org.emau.icmvc.ganimed.ttp.psn.dto
 
DomainInDTO() - Constructor for class org.emau.icmvc.ganimed.ttp.psn.dto.DomainInDTO
 
DomainInDTO(String, Class<? extends CheckDigits>, Class<? extends Alphabet>) - Constructor for class org.emau.icmvc.ganimed.ttp.psn.dto.DomainInDTO
 
DomainInDTO(String, Class<? extends CheckDigits>, Class<? extends Alphabet>, String, DomainConfig, String, List<String>) - Constructor for class org.emau.icmvc.ganimed.ttp.psn.dto.DomainInDTO
 
DomainInDTO(String, String, String) - Constructor for class org.emau.icmvc.ganimed.ttp.psn.dto.DomainInDTO
 
DomainInDTO(String, String, String, String, DomainConfig, String, List<String>) - Constructor for class org.emau.icmvc.ganimed.ttp.psn.dto.DomainInDTO
 
DomainInUseException - Exception in org.emau.icmvc.ganimed.ttp.psn.exceptions
 
DomainInUseException() - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.DomainInUseException
 
DomainInUseException(String) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.DomainInUseException
 
DomainInUseException(String, Throwable) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.DomainInUseException
 
DomainInUseException(Throwable) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.DomainInUseException
 
DomainIsFullException - Exception in org.emau.icmvc.ganimed.ttp.psn.exceptions
 
DomainIsFullException() - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.DomainIsFullException
 
DomainIsFullException(String) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.DomainIsFullException
 
DomainIsFullException(String, Throwable) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.DomainIsFullException
 
DomainIsFullException(Throwable) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.DomainIsFullException
 
DomainManager - Interface in org.emau.icmvc.ganimed.ttp.psn
 
DomainOutDTO - Class in org.emau.icmvc.ganimed.ttp.psn.dto
 
DomainOutDTO() - Constructor for class org.emau.icmvc.ganimed.ttp.psn.dto.DomainOutDTO
 
DomainOutDTO(String, Class<? extends CheckDigits>, Class<? extends Alphabet>) - Constructor for class org.emau.icmvc.ganimed.ttp.psn.dto.DomainOutDTO
 
DomainOutDTO(String, Class<? extends CheckDigits>, Class<? extends Alphabet>, String, DomainConfig, String, List<String>) - Constructor for class org.emau.icmvc.ganimed.ttp.psn.dto.DomainOutDTO
 
DomainOutDTO(String, String, Class<? extends CheckDigits>, Class<? extends Alphabet>, DomainConfig, String, long, long, boolean, short, Date, Date, List<String>, List<String>) - Constructor for class org.emau.icmvc.ganimed.ttp.psn.dto.DomainOutDTO
 
DomainOutDTO(String, String, String) - Constructor for class org.emau.icmvc.ganimed.ttp.psn.dto.DomainOutDTO
 
DomainOutDTO(String, String, String, String, DomainConfig, String, long, long, boolean, short, Date, Date, List<String>, List<String>) - Constructor for class org.emau.icmvc.ganimed.ttp.psn.dto.DomainOutDTO
 
DomainOutDTO(String, String, String, String, DomainConfig, String, List<String>) - Constructor for class org.emau.icmvc.ganimed.ttp.psn.dto.DomainOutDTO
 
DomainProperties - Enum Class in org.emau.icmvc.ganimed.ttp.psn.config
 
DOMAINS - Static variable in class org.emau.icmvc.ganimed.ttp.psn.utils.StatisticKeys
 

E

enableScheduling(boolean) - Method in interface org.emau.icmvc.ganimed.ttp.psn.StatisticManager
 
ENSURE_EXISTS - Enum constant in enum class org.emau.icmvc.ganimed.ttp.psn.enums.ValidateViaParents
 
equals(Object) - Method in class org.emau.icmvc.ganimed.ttp.psn.config.DomainConfig
 
equals(Object) - Method in class org.emau.icmvc.ganimed.ttp.psn.config.PaginationConfig
 
equals(Object) - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.DomainInDTO
 
equals(Object) - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.DomainOutDTO
 
equals(Object) - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.InsertPairExceptionDTO
 
equals(Object) - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.PSNDTO
 
equals(Object) - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.PSNNetDTO
 
equals(Object) - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.PSNTreeDTO
 
equals(Object) - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.StatisticDTO
 
equals(Object) - Method in class org.emau.icmvc.ganimed.ttp.psn.utils.PSNNotificationMessage
 
equalsWhenPagingAndSortingIsIgnored(Object) - Method in class org.emau.icmvc.ganimed.ttp.psn.config.PaginationConfig
 

F

FORCE_CACHE - Enum constant in enum class org.emau.icmvc.ganimed.ttp.psn.config.DomainProperties
enum
should a cache be used for faster psn generation, see ForceCache
memory consumption is one bit per possible pseudonym: mem_for_cache = alphabet_length ^ pseudonym_length / 8 / 1024 / 1024 MB
e.g. alphabet = numbers, length = 8 -> mem_for_cache = 10 ^ 8 / (8 * 1024 * 1024) = 11.92 MB
default ForceCache.DEFAULT if memory consumption < 120 MB (numbers with length = 9) then true, else false
ForceCache - Enum Class in org.emau.icmvc.ganimed.ttp.psn.enums
 

G

generateCheckDigits(String) - Method in class org.emau.icmvc.ganimed.ttp.psn.generator.CheckDigits
 
GeneratorAlphabetRestriction - Enum Class in org.emau.icmvc.ganimed.ttp.psn.enums
 
getAllStats() - Method in interface org.emau.icmvc.ganimed.ttp.psn.StatisticManager
get all generated statistics
getAlphabet() - Method in class org.emau.icmvc.ganimed.ttp.psn.alphabets.Hex
 
getAlphabet() - Method in class org.emau.icmvc.ganimed.ttp.psn.alphabets.Numbers
 
getAlphabet() - Method in class org.emau.icmvc.ganimed.ttp.psn.alphabets.NumbersWithoutZero
 
getAlphabet() - Method in class org.emau.icmvc.ganimed.ttp.psn.alphabets.NumbersX
 
getAlphabet() - Method in class org.emau.icmvc.ganimed.ttp.psn.alphabets.Symbol31
 
getAlphabet() - Method in class org.emau.icmvc.ganimed.ttp.psn.alphabets.Symbol32
 
getAlphabet() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.DomainInDTO
 
getAlphabet() - Method in class org.emau.icmvc.ganimed.ttp.psn.generator.Alphabet
 
getAlphabet() - Method in class org.emau.icmvc.ganimed.ttp.psn.generator.CheckDigits
 
getAlphabetRestriction() - Method in class org.emau.icmvc.ganimed.ttp.psn.generator.CheckDigits
gives the restriction for the number of chars within the alphabet
getAnonymisationResult() - Method in class org.emau.icmvc.ganimed.ttp.psn.utils.PSNNotificationMessage
 
getCheckDigitClass() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.DomainInDTO
 
getChildDomainNames() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.DomainOutDTO
 
getChildren() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.PSNTreeDTO
 
getCircleChildren() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.PSNNetNodeDTO
 
getComment() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.DomainInDTO
 
getConfig() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.DomainInDTO
 
getCreateDate() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.DomainOutDTO
 
getDeletionResult() - Method in class org.emau.icmvc.ganimed.ttp.psn.utils.PSNNotificationMessage
 
getDomain() - Method in class org.emau.icmvc.ganimed.ttp.psn.utils.PSNNotificationMessage
 
getDomain(String) - Method in interface org.emau.icmvc.ganimed.ttp.psn.DomainManager
returns all information for the given domain
getDomainName() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.PSNDTO
 
getDomainsForPrefix(String) - Method in interface org.emau.icmvc.ganimed.ttp.psn.DomainManager
 
getDomainsForSuffix(String) - Method in interface org.emau.icmvc.ganimed.ttp.psn.DomainManager
 
getEntrydate() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.StatisticDTO
 
getEntrydateWithoutTime() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.StatisticDTO
 
getErrorType() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.InsertPairExceptionDTO
 
getFilter() - Method in class org.emau.icmvc.ganimed.ttp.psn.config.PaginationConfig
 
getFirstEntry() - Method in class org.emau.icmvc.ganimed.ttp.psn.config.PaginationConfig
 
getForceCache() - Method in class org.emau.icmvc.ganimed.ttp.psn.config.DomainConfig
 
getId() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.StatisticDTO
 
getInsertionRequest() - Method in class org.emau.icmvc.ganimed.ttp.psn.utils.PSNNotificationMessage
 
getInsertionResult() - Method in class org.emau.icmvc.ganimed.ttp.psn.utils.PSNNotificationMessage
 
getInstance() - Static method in class org.emau.icmvc.ganimed.ttp.psn.utils.PSNNotificationSender
 
getLabel() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.DomainInDTO
human readable name of the domain
getLatestStats() - Method in interface org.emau.icmvc.ganimed.ttp.psn.StatisticManager
get last generated statistic
getLevel() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.PSNTreeDTO
 
getMappedStatValue() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.StatisticDTO
 
getMaxDetectedErrors() - Method in class org.emau.icmvc.ganimed.ttp.psn.config.DomainConfig
 
getMaxNumberOfPSN(int, boolean) - Method in class org.emau.icmvc.ganimed.ttp.psn.generator.Alphabet
number of possible psn with this alphabet
getMessage() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.InsertPairExceptionDTO
 
getName() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.DomainInDTO
 
getNodeFor(PSNDTO) - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.PSNNetDTO
 
getNodes() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.PSNNetDTO
 
getNumberOfAnonyms() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.DomainOutDTO
 
getNumberOfPseudonyms() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.DomainOutDTO
 
getOrCreatePseudonymFor(String, String) - Method in interface org.emau.icmvc.ganimed.ttp.psn.PSNManager
returns a pseudonym for the given value
getOrCreatePseudonymFor(String, String, String) - Method in interface org.emau.icmvc.ganimed.ttp.psn.PSNManagerWithNotification
returns a pseudonym for the given value
getOrCreatePseudonymForList(String, Set<String>, String) - Method in interface org.emau.icmvc.ganimed.ttp.psn.PSNManagerWithNotification
list version of PSNManagerWithNotification.getOrCreatePseudonymFor(String, String, String) returns a map<value, psn> for all values
getOrCreatePseudonymForList(Set<String>, String) - Method in interface org.emau.icmvc.ganimed.ttp.psn.PSNManager
list version of PSNManager.getOrCreatePseudonymFor(String, String) returns a map<value, psn> for all values
getOriginalValue() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.PSNDTO
 
getPageSize() - Method in class org.emau.icmvc.ganimed.ttp.psn.config.PaginationConfig
 
getParameterName() - Method in exception org.emau.icmvc.ganimed.ttp.psn.exceptions.InvalidParameterException
 
getParentDomainName() - Method in exception org.emau.icmvc.ganimed.ttp.psn.exceptions.InvalidParentDomainException
 
getParentDomainNames() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.DomainInDTO
 
getPercentPsnsUsed() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.DomainOutDTO
 
getPosForSymbol(char) - Method in class org.emau.icmvc.ganimed.ttp.psn.generator.Alphabet
 
getPosNumberForPSN(String, boolean) - Method in class org.emau.icmvc.ganimed.ttp.psn.generator.Alphabet
 
getPropertiesString() - Method in class org.emau.icmvc.ganimed.ttp.psn.config.DomainConfig
Deprecated.
getPseudonym() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.InsertPairExceptionDTO
 
getPseudonym() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.PSNDTO
 
getPseudonym() - Method in exception org.emau.icmvc.ganimed.ttp.psn.exceptions.InsertPairException
 
getPseudonymFor(String, String) - Method in interface org.emau.icmvc.ganimed.ttp.psn.PSNManager
returns the pseudonym to the given value
getPseudonymForList(Set<String>, String) - Method in interface org.emau.icmvc.ganimed.ttp.psn.PSNManager
list version of PSNManager.getPseudonymFor(String, String)
returns a map<value, psn> (with psn="*** VALUE NOT FOUND ***" for each given value which is unknown for the given domain)
getPseudonymForValuePrefix(String, String) - Method in interface org.emau.icmvc.ganimed.ttp.psn.PSNManager
list version of PSNManager.getPseudonymFor(String, String)
returns a map<value, psn> for all values which starts with the given string
getPseudonymisationResult() - Method in class org.emau.icmvc.ganimed.ttp.psn.utils.PSNNotificationMessage
 
getPsnLength() - Method in class org.emau.icmvc.ganimed.ttp.psn.config.DomainConfig
 
getPSNNetFor(String) - Method in interface org.emau.icmvc.ganimed.ttp.psn.PSNManager
create psn net
with all values that are somehow linked to the given psn
getPsnPrefix() - Method in class org.emau.icmvc.ganimed.ttp.psn.config.DomainConfig
 
getPsnSuffix() - Method in class org.emau.icmvc.ganimed.ttp.psn.config.DomainConfig
 
getPSNTreeForPSN(String, String) - Method in interface org.emau.icmvc.ganimed.ttp.psn.PSNManager
create psn tree
with all values that are somehow linked to the given psn
getReason() - Method in exception org.emau.icmvc.ganimed.ttp.psn.exceptions.InsertPairException
 
getRequest() - Method in class org.emau.icmvc.ganimed.ttp.psn.utils.PSNNotificationMessage
 
getRestrictionForCheckDigitClass(String) - Method in interface org.emau.icmvc.ganimed.ttp.psn.DomainManager
gives the restriction for the number of chars within the alphabet for the given check digit class
getRoot() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.PSNNetDTO
 
getSortField() - Method in class org.emau.icmvc.ganimed.ttp.psn.config.PaginationConfig
 
getSymbol(int) - Method in class org.emau.icmvc.ganimed.ttp.psn.generator.Alphabet
 
getUpdateDate() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.DomainOutDTO
 
getUseLastCharAsDelimiterAfterXChars() - Method in class org.emau.icmvc.ganimed.ttp.psn.config.DomainConfig
 
getValidateValuesViaParents() - Method in class org.emau.icmvc.ganimed.ttp.psn.config.DomainConfig
 
getValue() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.InsertPairExceptionDTO
 
getValue() - Method in exception org.emau.icmvc.ganimed.ttp.psn.exceptions.InsertPairException
 
getValueFor(String, String) - Method in interface org.emau.icmvc.ganimed.ttp.psn.PSNManager
searches the value for the given psn and domain; calls checkPSN(psn, domainName) before searching the value
getValueForList(Set<String>, String) - Method in interface org.emau.icmvc.ganimed.ttp.psn.PSNManager
list version of PSNManager.getValueFor(String, String)
returns a map<psn, value> (with value="*** PSN NOT FOUND ***" for each given psn which is unknown for the given domain)

H

hashCode() - Method in class org.emau.icmvc.ganimed.ttp.psn.config.DomainConfig
 
hashCode() - Method in class org.emau.icmvc.ganimed.ttp.psn.config.PaginationConfig
 
hashCode() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.DomainInDTO
 
hashCode() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.DomainOutDTO
 
hashCode() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.InsertPairExceptionDTO
 
hashCode() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.PSNDTO
 
hashCode() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.PSNNetDTO
 
hashCode() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.PSNTreeDTO
 
hashCode() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.StatisticDTO
 
hashCode() - Method in class org.emau.icmvc.ganimed.ttp.psn.utils.PSNNotificationMessage
 
Hex - Class in org.emau.icmvc.ganimed.ttp.psn.alphabets
 
Hex() - Constructor for class org.emau.icmvc.ganimed.ttp.psn.alphabets.Hex
 

I

IMAGINARY_ROOT_DOMAIN - Static variable in class org.emau.icmvc.ganimed.ttp.psn.dto.PSNNetDTO
 
INCLUDE_PREFIX_IN_CHECK_DIGIT_CALCULATION - Enum constant in enum class org.emau.icmvc.ganimed.ttp.psn.config.DomainProperties
boolean
should the prefix be used to calculate the check digit(s)
default false
INCLUDE_SUFFIX_IN_CHECK_DIGIT_CALCULATION - Enum constant in enum class org.emau.icmvc.ganimed.ttp.psn.config.DomainProperties
boolean
should the suffix be used to calculate the check digit(s)
default false
InsertPairError - Enum Class in org.emau.icmvc.ganimed.ttp.psn.enums
 
InsertPairException - Exception in org.emau.icmvc.ganimed.ttp.psn.exceptions
 
InsertPairException(String, String, String, InsertPairError) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.InsertPairException
 
InsertPairException(String, String, InsertPairError) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.InsertPairException
 
InsertPairException(String, Throwable, String, String, InsertPairError) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.InsertPairException
 
InsertPairException(Throwable, String, String, InsertPairError) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.InsertPairException
 
InsertPairExceptionDTO - Class in org.emau.icmvc.ganimed.ttp.psn.dto
 
InsertPairExceptionDTO() - Constructor for class org.emau.icmvc.ganimed.ttp.psn.dto.InsertPairExceptionDTO
 
InsertPairExceptionDTO(String, String, String, InsertPairError) - Constructor for class org.emau.icmvc.ganimed.ttp.psn.dto.InsertPairExceptionDTO
 
insertValuePseudonymPair(String, String, String) - Method in interface org.emau.icmvc.ganimed.ttp.psn.PSNManager
insert a value - pseudonym pair
value is expected to be a valid pseudonym
insertValuePseudonymPair(String, String, String, String) - Method in interface org.emau.icmvc.ganimed.ttp.psn.PSNManagerWithNotification
insert a value - pseudonym pair
value is expected to be a valid pseudonym
insertValuePseudonymPairs(String, Map<String, String>, String) - Method in interface org.emau.icmvc.ganimed.ttp.psn.PSNManagerWithNotification
insert value - pseudonym pairs
values within the map are expected to be valid pseudonyms
insertValuePseudonymPairs(Map<String, String>, String) - Method in interface org.emau.icmvc.ganimed.ttp.psn.PSNManager
insert value - pseudonym pairs
values within the map are expected to be valid pseudonyms
INVALID_PSN - Static variable in class org.emau.icmvc.ganimed.ttp.psn.exceptions.PSNErrorStrings
 
INVALID_VALUE - Static variable in class org.emau.icmvc.ganimed.ttp.psn.exceptions.PSNErrorStrings
 
InvalidAlphabetException - Exception in org.emau.icmvc.ganimed.ttp.psn.exceptions
 
InvalidAlphabetException() - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.InvalidAlphabetException
 
InvalidAlphabetException(String) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.InvalidAlphabetException
 
InvalidAlphabetException(String, Throwable) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.InvalidAlphabetException
 
InvalidAlphabetException(Throwable) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.InvalidAlphabetException
 
InvalidCheckDigitClassException - Exception in org.emau.icmvc.ganimed.ttp.psn.exceptions
 
InvalidCheckDigitClassException() - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.InvalidCheckDigitClassException
 
InvalidCheckDigitClassException(String) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.InvalidCheckDigitClassException
 
InvalidCheckDigitClassException(String, Throwable) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.InvalidCheckDigitClassException
 
InvalidCheckDigitClassException(Throwable) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.InvalidCheckDigitClassException
 
InvalidGeneratorException - Exception in org.emau.icmvc.ganimed.ttp.psn.exceptions
 
InvalidGeneratorException() - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.InvalidGeneratorException
 
InvalidGeneratorException(String) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.InvalidGeneratorException
 
InvalidGeneratorException(String, Throwable) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.InvalidGeneratorException
 
InvalidGeneratorException(Throwable) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.InvalidGeneratorException
 
InvalidParameterException - Exception in org.emau.icmvc.ganimed.ttp.psn.exceptions
 
InvalidParameterException() - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.InvalidParameterException
 
InvalidParameterException(String) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.InvalidParameterException
 
InvalidParameterException(String, String) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.InvalidParameterException
 
InvalidParameterException(String, Throwable) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.InvalidParameterException
 
InvalidParameterException(Throwable) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.InvalidParameterException
 
InvalidParentDomainException - Exception in org.emau.icmvc.ganimed.ttp.psn.exceptions
Thrown if one or more of the given parent domains is invalid, e.g. duplicated
InvalidParentDomainException() - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.InvalidParentDomainException
 
InvalidParentDomainException(String) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.InvalidParentDomainException
 
InvalidParentDomainException(String, String) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.InvalidParentDomainException
 
InvalidParentDomainException(String, Throwable) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.InvalidParentDomainException
 
InvalidParentDomainException(Throwable) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.InvalidParentDomainException
 
InvalidPSNException - Exception in org.emau.icmvc.ganimed.ttp.psn.exceptions
 
InvalidPSNException() - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.InvalidPSNException
 
InvalidPSNException(String) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.InvalidPSNException
 
InvalidPSNException(String, Throwable) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.InvalidPSNException
 
InvalidPSNException(Throwable) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.InvalidPSNException
 
isAnonym(String) - Method in interface org.emau.icmvc.ganimed.ttp.psn.PSNManager
is the given value an anonym?
isAnonymised(String, String) - Method in interface org.emau.icmvc.ganimed.ttp.psn.PSNManager
is the given psn anonymised?
isCacheUsed() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.DomainOutDTO
 
isFilterFieldsAreTreatedAsConjunction() - Method in class org.emau.icmvc.ganimed.ttp.psn.config.PaginationConfig
 
isFilterIsCaseSensitive() - Method in class org.emau.icmvc.ganimed.ttp.psn.config.PaginationConfig
 
isIncludePrefixInCheckDigitCalculation() - Method in class org.emau.icmvc.ganimed.ttp.psn.config.DomainConfig
 
isIncludeSuffixInCheckDigitCalculation() - Method in class org.emau.icmvc.ganimed.ttp.psn.config.DomainConfig
 
isInvalidErrorString(String) - Static method in class org.emau.icmvc.ganimed.ttp.psn.exceptions.PSNErrorStrings
Returns true if a given string is a PSNErrorString describing that a PSN or a value was invalid.
isNotFoundErrorString(String) - Static method in class org.emau.icmvc.ganimed.ttp.psn.exceptions.PSNErrorStrings
Returns true if a given string is a PSNErrorString describing that a PSN or a value was not found.
isPSNErrorString(String) - Static method in class org.emau.icmvc.ganimed.ttp.psn.exceptions.PSNErrorStrings
Returns true if a given string is a PSNErrorString.
isPsnsDeletable() - Method in class org.emau.icmvc.ganimed.ttp.psn.config.DomainConfig
 
isSendNotificationsWeb() - Method in class org.emau.icmvc.ganimed.ttp.psn.config.DomainConfig
 
isSortIsAscending() - Method in class org.emau.icmvc.ganimed.ttp.psn.config.PaginationConfig
 
isUsingFiltering() - Method in class org.emau.icmvc.ganimed.ttp.psn.config.PaginationConfig
 
isUsingPaging() - Method in class org.emau.icmvc.ganimed.ttp.psn.config.PaginationConfig
 
isUsingSorting() - Method in class org.emau.icmvc.ganimed.ttp.psn.config.PaginationConfig
 

L

length() - Method in class org.emau.icmvc.ganimed.ttp.psn.generator.Alphabet
 
listDomains() - Method in interface org.emau.icmvc.ganimed.ttp.psn.DomainManager
 
listPSNs(String) - Method in interface org.emau.icmvc.ganimed.ttp.psn.DomainManager
 
listPSNsForDomainsPaginated(List<String>, PaginationConfig) - Method in interface org.emau.icmvc.ganimed.ttp.psn.DomainManager
lists all matching psns for the given domains paginated w.r.t. the filter in the pagination config
listPSNsPaginated(String, PaginationConfig) - Method in interface org.emau.icmvc.ganimed.ttp.psn.DomainManager
lists all matching psns for the given domain paginated w.r.t. the filter in the pagination config

M

MAX_DETECTED_ERRORS - Enum constant in enum class org.emau.icmvc.ganimed.ttp.psn.config.DomainProperties
int
numbers of check digits for org.emau.icmvc.ganimed.ttp.psn.generator.ReedSolomonLagrange
default 2
MAX_PSEUDONYMS_FOR_DEFAULT_CACHE_ON - Static variable in class org.emau.icmvc.ganimed.ttp.psn.config.DomainConfig
 

N

NONE - Enum constant in enum class org.emau.icmvc.ganimed.ttp.psn.config.PSNField
 
NONE - Enum constant in enum class org.emau.icmvc.ganimed.ttp.psn.enums.GeneratorAlphabetRestriction
 
NOT_FOUND - Enum constant in enum class org.emau.icmvc.ganimed.ttp.psn.enums.AnonymisationResult
 
NOT_FOUND - Enum constant in enum class org.emau.icmvc.ganimed.ttp.psn.enums.DeletionResult
 
Numbers - Class in org.emau.icmvc.ganimed.ttp.psn.alphabets
 
Numbers() - Constructor for class org.emau.icmvc.ganimed.ttp.psn.alphabets.Numbers
 
NumbersWithoutZero - Class in org.emau.icmvc.ganimed.ttp.psn.alphabets
 
NumbersWithoutZero() - Constructor for class org.emau.icmvc.ganimed.ttp.psn.alphabets.NumbersWithoutZero
 
NumbersX - Class in org.emau.icmvc.ganimed.ttp.psn.alphabets
 
NumbersX() - Constructor for class org.emau.icmvc.ganimed.ttp.psn.alphabets.NumbersX
 

O

OFF - Enum constant in enum class org.emau.icmvc.ganimed.ttp.psn.enums.ForceCache
 
OFF - Enum constant in enum class org.emau.icmvc.ganimed.ttp.psn.enums.ValidateViaParents
 
ON - Enum constant in enum class org.emau.icmvc.ganimed.ttp.psn.enums.ForceCache
 
org.emau.icmvc.ganimed.ttp.psn - package org.emau.icmvc.ganimed.ttp.psn
 
org.emau.icmvc.ganimed.ttp.psn.alphabets - package org.emau.icmvc.ganimed.ttp.psn.alphabets
 
org.emau.icmvc.ganimed.ttp.psn.config - package org.emau.icmvc.ganimed.ttp.psn.config
 
org.emau.icmvc.ganimed.ttp.psn.dto - package org.emau.icmvc.ganimed.ttp.psn.dto
 
org.emau.icmvc.ganimed.ttp.psn.enums - package org.emau.icmvc.ganimed.ttp.psn.enums
 
org.emau.icmvc.ganimed.ttp.psn.exceptions - package org.emau.icmvc.ganimed.ttp.psn.exceptions
 
org.emau.icmvc.ganimed.ttp.psn.generator - package org.emau.icmvc.ganimed.ttp.psn.generator
 
org.emau.icmvc.ganimed.ttp.psn.utils - package org.emau.icmvc.ganimed.ttp.psn.utils
 

P

PaginationConfig - Class in org.emau.icmvc.ganimed.ttp.psn.config
parameter for get...Paginated functions
PaginationConfig() - Constructor for class org.emau.icmvc.ganimed.ttp.psn.config.PaginationConfig
 
PaginationConfig(int, int) - Constructor for class org.emau.icmvc.ganimed.ttp.psn.config.PaginationConfig
 
PaginationConfig(int, int, Map<PSNField, String>, boolean, boolean) - Constructor for class org.emau.icmvc.ganimed.ttp.psn.config.PaginationConfig
 
PaginationConfig(int, int, Map<PSNField, String>, boolean, boolean, PSNField, boolean) - Constructor for class org.emau.icmvc.ganimed.ttp.psn.config.PaginationConfig
 
PaginationConfig(int, int, PSNField, boolean) - Constructor for class org.emau.icmvc.ganimed.ttp.psn.config.PaginationConfig
 
PRIME - Enum constant in enum class org.emau.icmvc.ganimed.ttp.psn.enums.GeneratorAlphabetRestriction
 
PRIMEPOWER - Enum constant in enum class org.emau.icmvc.ganimed.ttp.psn.enums.GeneratorAlphabetRestriction
 
PSEUDONYM - Enum constant in enum class org.emau.icmvc.ganimed.ttp.psn.config.PSNField
 
PSEUDONYM_INVALID - Enum constant in enum class org.emau.icmvc.ganimed.ttp.psn.enums.InsertPairError
 
PSEUDONYMS - Static variable in class org.emau.icmvc.ganimed.ttp.psn.utils.StatisticKeys
 
PSEUDONYMS_PER_DOMAIN - Static variable in class org.emau.icmvc.ganimed.ttp.psn.utils.StatisticKeys
 
PSN_LENGTH - Enum constant in enum class org.emau.icmvc.ganimed.ttp.psn.config.DomainProperties
int
length of the generated pseudonym
default 8
PSN_NOT_FOUND - Static variable in class org.emau.icmvc.ganimed.ttp.psn.exceptions.PSNErrorStrings
 
PSN_PREFIX - Enum constant in enum class org.emau.icmvc.ganimed.ttp.psn.config.DomainProperties
string
additional prefix
default ""
PSN_SUFFIX - Enum constant in enum class org.emau.icmvc.ganimed.ttp.psn.config.DomainProperties
string
additional suffix
default ""
PSNDTO - Class in org.emau.icmvc.ganimed.ttp.psn.dto
 
PSNDTO() - Constructor for class org.emau.icmvc.ganimed.ttp.psn.dto.PSNDTO
 
PSNDTO(String, String, String) - Constructor for class org.emau.icmvc.ganimed.ttp.psn.dto.PSNDTO
 
PSNErrorStrings - Class in org.emau.icmvc.ganimed.ttp.psn.exceptions
 
PSNErrorStrings() - Constructor for class org.emau.icmvc.ganimed.ttp.psn.exceptions.PSNErrorStrings
 
PSNField - Enum Class in org.emau.icmvc.ganimed.ttp.psn.config
some fields of the psn table, used for retrieving a sorted or filtered list of psns
filters are applied via LIKE "filterValue%"
PSNManager - Interface in org.emau.icmvc.ganimed.ttp.psn
 
PSNManagerWithNotification - Interface in org.emau.icmvc.ganimed.ttp.psn
 
PSNNetDTO - Class in org.emau.icmvc.ganimed.ttp.psn.dto
 
PSNNetDTO() - Constructor for class org.emau.icmvc.ganimed.ttp.psn.dto.PSNNetDTO
 
PSNNetNodeDTO - Class in org.emau.icmvc.ganimed.ttp.psn.dto
 
PSNNetNodeDTO() - Constructor for class org.emau.icmvc.ganimed.ttp.psn.dto.PSNNetNodeDTO
 
PSNNetNodeDTO(String, String, String, int) - Constructor for class org.emau.icmvc.ganimed.ttp.psn.dto.PSNNetNodeDTO
 
PSNNotFoundException - Exception in org.emau.icmvc.ganimed.ttp.psn.exceptions
 
PSNNotFoundException() - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.PSNNotFoundException
 
PSNNotFoundException(String) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.PSNNotFoundException
 
PSNNotFoundException(String, Throwable) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.PSNNotFoundException
 
PSNNotFoundException(Throwable) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.PSNNotFoundException
 
PSNNotificationMessage - Class in org.emau.icmvc.ganimed.ttp.psn.utils
 
PSNNotificationMessage() - Constructor for class org.emau.icmvc.ganimed.ttp.psn.utils.PSNNotificationMessage
 
PSNNotificationMessage(String) - Constructor for class org.emau.icmvc.ganimed.ttp.psn.utils.PSNNotificationMessage
 
PSNNotificationMessage(String, String, String, String) - Constructor for class org.emau.icmvc.ganimed.ttp.psn.utils.PSNNotificationMessage
 
PSNNotificationMessage(String, String, String, String, Map<String, Serializable>) - Constructor for class org.emau.icmvc.ganimed.ttp.psn.utils.PSNNotificationMessage
 
PSNNotificationMessage(NotificationMessage) - Constructor for class org.emau.icmvc.ganimed.ttp.psn.utils.PSNNotificationMessage
 
PSNNotificationSender - Class in org.emau.icmvc.ganimed.ttp.psn.utils
 
PSNNotificationSender() - Constructor for class org.emau.icmvc.ganimed.ttp.psn.utils.PSNNotificationSender
 
PSNS_DELETABLE - Enum constant in enum class org.emau.icmvc.ganimed.ttp.psn.config.DomainProperties
boolean
is it allowed to delete entries within this domain
attention!
PSNTreeDTO - Class in org.emau.icmvc.ganimed.ttp.psn.dto
 
PSNTreeDTO() - Constructor for class org.emau.icmvc.ganimed.ttp.psn.dto.PSNTreeDTO
 
PSNTreeDTO(String, String, String, int) - Constructor for class org.emau.icmvc.ganimed.ttp.psn.dto.PSNTreeDTO
 

R

ROOT - Static variable in class org.emau.icmvc.ganimed.ttp.psn.dto.PSNTreeDTO
 

S

SEND_NOTIFICATIONS_WEB - Enum constant in enum class org.emau.icmvc.ganimed.ttp.psn.config.DomainProperties
Use notifications when creating, anonymising, deleting or inserting pseudonyms from Web interface.
default = false
sendNotificationForAnonymiseEntries(String, String, Set<String>, Map<String, AnonymisationResult>) - Method in class org.emau.icmvc.ganimed.ttp.psn.utils.PSNNotificationSender
 
sendNotificationForAnonymiseEntry(String, String, String) - Method in class org.emau.icmvc.ganimed.ttp.psn.utils.PSNNotificationSender
 
sendNotificationForDeleteEntries(String, String, Set<String>, Map<String, DeletionResult>) - Method in class org.emau.icmvc.ganimed.ttp.psn.utils.PSNNotificationSender
 
sendNotificationForDeleteEntry(String, String, String) - Method in class org.emau.icmvc.ganimed.ttp.psn.utils.PSNNotificationSender
 
sendNotificationForGetOrCreatePseudonym(String, String, String, String) - Method in class org.emau.icmvc.ganimed.ttp.psn.utils.PSNNotificationSender
 
sendNotificationForGetOrCreatePseudonyms(String, String, Set<String>, Map<String, String>) - Method in class org.emau.icmvc.ganimed.ttp.psn.utils.PSNNotificationSender
 
sendNotificationForInsertValuePseudonymPair(String, String, String, String) - Method in class org.emau.icmvc.ganimed.ttp.psn.utils.PSNNotificationSender
 
sendNotificationForInsertValuePseudonymPairs(String, String, Map<String, String>, List<InsertPairExceptionDTO>) - Method in class org.emau.icmvc.ganimed.ttp.psn.utils.PSNNotificationSender
 
setAlphabet(String) - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.DomainInDTO
 
setAlphabetClass(Class<? extends Alphabet>) - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.DomainInDTO
 
setAnonymisationResult(Map<String, AnonymisationResult>) - Method in class org.emau.icmvc.ganimed.ttp.psn.utils.PSNNotificationMessage
 
setCacheUsed(boolean) - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.DomainOutDTO
 
setCheckDigitClass(Class<? extends CheckDigits>) - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.DomainInDTO
 
setCheckDigitClass(String) - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.DomainInDTO
 
setChildDomainNames(List<String>) - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.DomainOutDTO
 
setComment(String) - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.DomainInDTO
 
setConfig(DomainConfig) - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.DomainInDTO
 
setCreateDate(Date) - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.DomainOutDTO
 
setDeletionResult(Map<String, DeletionResult>) - Method in class org.emau.icmvc.ganimed.ttp.psn.utils.PSNNotificationMessage
 
setDomain(String) - Method in class org.emau.icmvc.ganimed.ttp.psn.utils.PSNNotificationMessage
 
setDomainName(String) - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.PSNDTO
 
setErrorType(InsertPairError) - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.InsertPairExceptionDTO
 
setFilter(Map<PSNField, String>) - Method in class org.emau.icmvc.ganimed.ttp.psn.config.PaginationConfig
 
setFilterFieldsAreTreatedAsConjunction(boolean) - Method in class org.emau.icmvc.ganimed.ttp.psn.config.PaginationConfig
 
setFilterIsCaseSensitive(boolean) - Method in class org.emau.icmvc.ganimed.ttp.psn.config.PaginationConfig
 
setFirstEntry(int) - Method in class org.emau.icmvc.ganimed.ttp.psn.config.PaginationConfig
 
setForceCache(ForceCache) - Method in class org.emau.icmvc.ganimed.ttp.psn.config.DomainConfig
 
setIncludePrefixInCheckDigitCalculation(boolean) - Method in class org.emau.icmvc.ganimed.ttp.psn.config.DomainConfig
 
setIncludeSuffixInCheckDigitCalculation(boolean) - Method in class org.emau.icmvc.ganimed.ttp.psn.config.DomainConfig
 
setInsertionRequest(Map<String, String>) - Method in class org.emau.icmvc.ganimed.ttp.psn.utils.PSNNotificationMessage
 
setInsertionResult(List<InsertPairExceptionDTO>) - Method in class org.emau.icmvc.ganimed.ttp.psn.utils.PSNNotificationMessage
 
setLabel(String) - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.DomainInDTO
human readable name of the domain
setLevel(int) - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.PSNTreeDTO
 
setMaxDetectedErrors(int) - Method in class org.emau.icmvc.ganimed.ttp.psn.config.DomainConfig
 
setMessage(String) - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.InsertPairExceptionDTO
 
setName(String) - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.DomainInDTO
 
setNumberOfAnonyms(long) - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.DomainOutDTO
 
setNumberOfPseudonyms(long) - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.DomainOutDTO
 
setOriginalValue(String) - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.PSNDTO
 
setPageSize(int) - Method in class org.emau.icmvc.ganimed.ttp.psn.config.PaginationConfig
 
setParentDomainNames(List<String>) - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.DomainInDTO
 
setPercentPsnsUsed(short) - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.DomainOutDTO
 
setPseudonym(String) - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.InsertPairExceptionDTO
 
setPseudonym(String) - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.PSNDTO
 
setPseudonymisationResult(Map<String, String>) - Method in class org.emau.icmvc.ganimed.ttp.psn.utils.PSNNotificationMessage
 
setPsnLength(int) - Method in class org.emau.icmvc.ganimed.ttp.psn.config.DomainConfig
 
setPsnPrefix(String) - Method in class org.emau.icmvc.ganimed.ttp.psn.config.DomainConfig
 
setPsnsDeletable(boolean) - Method in class org.emau.icmvc.ganimed.ttp.psn.config.DomainConfig
 
setPsnSuffix(String) - Method in class org.emau.icmvc.ganimed.ttp.psn.config.DomainConfig
 
setRequest(Set<String>) - Method in class org.emau.icmvc.ganimed.ttp.psn.utils.PSNNotificationMessage
 
setSendNotificationsWeb(boolean) - Method in class org.emau.icmvc.ganimed.ttp.psn.config.DomainConfig
 
setSortField(PSNField) - Method in class org.emau.icmvc.ganimed.ttp.psn.config.PaginationConfig
 
setSortIsAscending(boolean) - Method in class org.emau.icmvc.ganimed.ttp.psn.config.PaginationConfig
 
setUpdateDate(Date) - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.DomainOutDTO
 
setUseLastCharAsDelimiterAfterXChars(int) - Method in class org.emau.icmvc.ganimed.ttp.psn.config.DomainConfig
 
setValidateValuesViaParents(ValidateViaParents) - Method in class org.emau.icmvc.ganimed.ttp.psn.config.DomainConfig
 
setValue(String) - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.InsertPairExceptionDTO
 
StatisticDTO - Class in org.emau.icmvc.ganimed.ttp.psn.dto
 
StatisticDTO() - Constructor for class org.emau.icmvc.ganimed.ttp.psn.dto.StatisticDTO
 
StatisticDTO(long, Date, Map<String, Long>) - Constructor for class org.emau.icmvc.ganimed.ttp.psn.dto.StatisticDTO
 
StatisticKeys - Class in org.emau.icmvc.ganimed.ttp.psn.utils
 
StatisticManager - Interface in org.emau.icmvc.ganimed.ttp.psn
 
SUCCESS - Enum constant in enum class org.emau.icmvc.ganimed.ttp.psn.enums.AnonymisationResult
 
SUCCESS - Enum constant in enum class org.emau.icmvc.ganimed.ttp.psn.enums.DeletionResult
 
Symbol31 - Class in org.emau.icmvc.ganimed.ttp.psn.alphabets
 
Symbol31() - Constructor for class org.emau.icmvc.ganimed.ttp.psn.alphabets.Symbol31
 
Symbol32 - Class in org.emau.icmvc.ganimed.ttp.psn.alphabets
 
Symbol32() - Constructor for class org.emau.icmvc.ganimed.ttp.psn.alphabets.Symbol32
 

T

toPSNDTO() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.PSNNetNodeDTO
 
toString() - Method in class org.emau.icmvc.ganimed.ttp.psn.config.DomainConfig
 
toString() - Method in class org.emau.icmvc.ganimed.ttp.psn.config.PaginationConfig
 
toString() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.DomainInDTO
 
toString() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.DomainOutDTO
 
toString() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.InsertPairExceptionDTO
 
toString() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.PSNDTO
 
toString() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.PSNNetDTO
 
toString() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.PSNNetNodeDTO
 
toString() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.PSNTreeDTO
 
toString() - Method in class org.emau.icmvc.ganimed.ttp.psn.dto.StatisticDTO
 
toString() - Method in class org.emau.icmvc.ganimed.ttp.psn.generator.Alphabet
 
toString() - Method in class org.emau.icmvc.ganimed.ttp.psn.utils.PSNNotificationMessage
 

U

UnknownDomainException - Exception in org.emau.icmvc.ganimed.ttp.psn.exceptions
 
UnknownDomainException() - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.UnknownDomainException
 
UnknownDomainException(String) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.UnknownDomainException
 
UnknownDomainException(String, Throwable) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.UnknownDomainException
 
UnknownDomainException(Throwable) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.UnknownDomainException
 
UnknownValueException - Exception in org.emau.icmvc.ganimed.ttp.psn.exceptions
 
UnknownValueException() - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.UnknownValueException
 
UnknownValueException(String) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.UnknownValueException
 
UnknownValueException(String, Throwable) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.UnknownValueException
 
UnknownValueException(Throwable) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.UnknownValueException
 
updateDomain(DomainInDTO) - Method in interface org.emau.icmvc.ganimed.ttp.psn.DomainManager
updates a existing domain
updateDomainInUse(String, String, String, boolean, boolean) - Method in interface org.emau.icmvc.ganimed.ttp.psn.DomainManager
updates a existing domain which is in use (contains psns)
updateStats() - Method in interface org.emau.icmvc.ganimed.ttp.psn.StatisticManager
creates a new stat entry
USE_LAST_CHAR_AS_DELIMITER_AFTER_X_CHARS - Enum constant in enum class org.emau.icmvc.ganimed.ttp.psn.config.DomainProperties
int
use last char of the given alphabet as delimiter symbol after the given number of other chars within the pseudonym
e.g. 123.456.789 or abcd-efgh-ijkl
default 0 (which means dont use ...)

V

VALIDATE - Enum constant in enum class org.emau.icmvc.ganimed.ttp.psn.enums.ValidateViaParents
 
VALIDATE_VALUES_VIA_PARENTS - Enum constant in enum class org.emau.icmvc.ganimed.ttp.psn.config.DomainProperties
enum
should the values in this domain be validated against the rules of their parent domains, see ValidateViaParents
throws an InvalidParameterException if there's no parent domain set
default ValidateViaParents.OFF
validatePSN(String, String) - Method in interface org.emau.icmvc.ganimed.ttp.psn.PSNManager
checks if the given string is a valid pseudonym
ValidateViaParents - Enum Class in org.emau.icmvc.ganimed.ttp.psn.enums
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)
VALUE - Enum constant in enum class org.emau.icmvc.ganimed.ttp.psn.config.PSNField
 
VALUE_INVALID - Enum constant in enum class org.emau.icmvc.ganimed.ttp.psn.enums.InsertPairError
 
VALUE_IS_ANONYMISED - Static variable in class org.emau.icmvc.ganimed.ttp.psn.exceptions.PSNErrorStrings
 
VALUE_NOT_FOUND - Static variable in class org.emau.icmvc.ganimed.ttp.psn.exceptions.PSNErrorStrings
 
ValueIsAnonymisedException - Exception in org.emau.icmvc.ganimed.ttp.psn.exceptions
 
ValueIsAnonymisedException() - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.ValueIsAnonymisedException
 
ValueIsAnonymisedException(String) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.ValueIsAnonymisedException
 
ValueIsAnonymisedException(String, Throwable) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.ValueIsAnonymisedException
 
ValueIsAnonymisedException(Throwable) - Constructor for exception org.emau.icmvc.ganimed.ttp.psn.exceptions.ValueIsAnonymisedException
 
valueOf(String) - Static method in enum class org.emau.icmvc.ganimed.ttp.psn.config.DomainProperties
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.emau.icmvc.ganimed.ttp.psn.config.PSNField
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.emau.icmvc.ganimed.ttp.psn.enums.AnonymisationResult
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.emau.icmvc.ganimed.ttp.psn.enums.DeletionResult
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.emau.icmvc.ganimed.ttp.psn.enums.ForceCache
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.emau.icmvc.ganimed.ttp.psn.enums.GeneratorAlphabetRestriction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.emau.icmvc.ganimed.ttp.psn.enums.InsertPairError
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.emau.icmvc.ganimed.ttp.psn.enums.ValidateViaParents
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.emau.icmvc.ganimed.ttp.psn.config.DomainProperties
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.emau.icmvc.ganimed.ttp.psn.config.PSNField
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.emau.icmvc.ganimed.ttp.psn.enums.AnonymisationResult
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.emau.icmvc.ganimed.ttp.psn.enums.DeletionResult
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.emau.icmvc.ganimed.ttp.psn.enums.ForceCache
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.emau.icmvc.ganimed.ttp.psn.enums.GeneratorAlphabetRestriction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.emau.icmvc.ganimed.ttp.psn.enums.InsertPairError
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.emau.icmvc.ganimed.ttp.psn.enums.ValidateViaParents
Returns an array containing the constants of this enum class, in the order they are declared.
A C D E F G H I L M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form