Index

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

A

activateFeature(String) - Method in class org.europa.together.application.FeatureFlagsFF4j
 
activateFeature(String) - Method in interface org.europa.together.business.FeatureFlags
Activate a feature in the feature store by given ID.
addAttachment(String) - Method in class org.europa.together.domain.Mail
Add an attachment to the attachment list.
addAttachmentList(List<String>) - Method in class org.europa.together.domain.Mail
Add attachments from a list of Strings (resource path).
addFeature(Feature) - Method in class org.europa.together.application.FeatureFlagsFF4j
 
addFeature(Feature) - Method in interface org.europa.together.business.FeatureFlags
Add a feature to the feature store.
addNode(TreeNode<T>) - Method in class org.europa.together.application.ListTree
 
addNode(TreeNode<T>) - Method in interface org.europa.together.business.TreeWalker
Add the node to the tree.
addProperty(String, String) - Method in class org.europa.together.application.PropertyFileReader
 
addProperty(String, String) - Method in interface org.europa.together.business.PropertyReader
Add a single property to the property list.
addPropertyList(Map<String, String>) - Method in class org.europa.together.application.PropertyFileReader
 
addPropertyList(Map<String, String>) - Method in interface org.europa.together.business.PropertyReader
Extend property list by Map<String, String>.
addRecipent(String) - Method in class org.europa.together.domain.Mail
Add an recipient to the recipient l.The implementation check if the recipient already exist in the list.Also the format of an valid e-mail address will be tested.
addRecipientList(List<String>) - Method in class org.europa.together.domain.Mail
Add recipients from a List of Strings (E-Mail Address).
addRoot(TreeNode<T>) - Method in class org.europa.together.application.ListTree
 
addRoot(TreeNode<T>) - Method in interface org.europa.together.business.TreeWalker
Add the root node to the tree.
appendFile(String, String) - Static method in class org.europa.together.utils.FileUtils
Append content to a given text file at the end of the file in UTF-8.
appendPropertiesFromClasspath(String) - Method in class org.europa.together.application.PropertyFileReader
 
appendPropertiesFromClasspath(String) - Method in interface org.europa.together.business.PropertyReader
Load a property list from an given file inside the classpath.
appendPropertiesFromFile(String) - Method in class org.europa.together.application.PropertyFileReader
 
appendPropertiesFromFile(String) - Method in interface org.europa.together.business.PropertyReader
Load a property list from an external file.
ASCII_CHARACTER - Static variable in class org.europa.together.utils.Validator
Printable ASCII character: a-z A-Z.
attributeDecl(String, String, String, String, String) - Method in class org.europa.together.application.internal.SaxDocumentHandler
 

B

base64UrlDecoding(String) - Static method in class org.europa.together.utils.StringUtils
Encode from a Base64 back to a readable URL.
base64UrlEncoding(String) - Static method in class org.europa.together.utils.StringUtils
Decode a given URL to a Base64 String.
BOOLEAN - Static variable in class org.europa.together.utils.Validator
Boolean.
buildHMAC512SignedJws(String) - Method in class org.europa.together.application.NimbusJwt
 
buildHMAC512SignedJws(String) - Method in interface org.europa.together.business.JsonWebToken
JSON Web Signature (JWS) represents content secured with digital signatures or Message Authentication Codes (MACs) using JSON-based data structures.
buildHMAC512SignedJwt(String, String, List<String>) - Method in class org.europa.together.application.NimbusJwt
 
buildHMAC512SignedJwt(String, String, List<String>) - Method in interface org.europa.together.business.JsonWebToken
Create a JSON Web Token.
ByteOrderMark - Enum Class in org.europa.together.domain
Existing Byte Order Mark (BOM) types.
byteToString(byte[]) - Static method in class org.europa.together.utils.StringUtils
Create a String from a given ByteArray.

C

calculateHash(String, HashAlgorithm) - Method in class org.europa.together.application.JavaCryptoTools
 
calculateHash(String, HashAlgorithm) - Method in interface org.europa.together.business.CryptoTools
Calculates from a given String an hash.
CATALOG - Variable in class org.europa.together.domain.JdbcConnection
 
catchException(Exception) - Method in class org.europa.together.application.LogbackLogger
 
catchException(Exception) - Method in interface org.europa.together.business.Logger
Modified method to log exceptions.
characters(char[], int, int) - Method in class org.europa.together.application.internal.SaxDocumentHandler
 
check(String) - Method in class org.europa.together.application.FeatureFlagsFF4j
 
check(String) - Method in interface org.europa.together.business.FeatureFlags
Check if a feature is enbaled or not.
CipherAlgorithm - Enum Class in org.europa.together.domain
Available Cipher Algorithm.
clear() - Method in class org.europa.together.application.ListTree
 
clear() - Method in class org.europa.together.application.PropertyFileReader
 
clear() - Method in interface org.europa.together.business.PropertyReader
Clear the entire property list.
clear() - Method in interface org.europa.together.business.TreeWalker
Reset all internal data of the TreeWalker.
clearAttachments() - Method in class org.europa.together.domain.Mail
Reset the attachment list.
clearConfiguration() - Method in class org.europa.together.application.JakartaMailClient
 
clearConfiguration() - Method in interface org.europa.together.business.MailClient
Clean (reset) the mailer configuration.
clearImage() - Method in class org.europa.together.application.ImgSclrProcessor
 
clearImage() - Method in interface org.europa.together.business.ImageProcessor
Reset the loaded image.
clearRecipents() - Method in class org.europa.together.domain.Mail
Reset the Recipient List.
comment(char[], int, int) - Method in class org.europa.together.application.internal.SaxDocumentHandler
 
compareTo(Version) - Method in class org.europa.together.domain.Version
 
composeMail(Mail) - Method in class org.europa.together.application.JakartaMailClient
 
composeMail(Mail) - Method in interface org.europa.together.business.MailClient
Compose a full e-mail, ready to send.
concatString(String...) - Static method in class org.europa.together.utils.StringUtils
Concatenate a list of Strings using StringBuilder.
CONFIG_SET - Static variable in interface org.europa.together.business.FeatureFlags
Define the configuration set for FeatureFlags.
CONFIG_SET - Static variable in interface org.europa.together.business.MailClient
Define the configuration set for the MailClient.
CONFIG_VERSION - Static variable in interface org.europa.together.business.FeatureFlags
Defines for which MODULE_VERSION the configuration will work.
CONFIG_VERSION - Static variable in interface org.europa.together.business.MailClient
Defines for which MODULE_VERSION the configuration will work.
ConfigurationDAO - Interface in org.europa.together.business
The ConfigurationDAO provides all functionality for an application wide configuration.
ConfigurationDO - Class in org.europa.together.domain
Application wide configuration with key=value entries.
ConfigurationDO() - Constructor for class org.europa.together.domain.ConfigurationDO
Constructor.
ConfigurationDO(String, String, String, String) - Constructor for class org.europa.together.domain.ConfigurationDO
Constructor.
ConfigurationHbmDAO - Class in org.europa.together.application
Implementation of the ConfigurationDAO.
ConfigurationHbmDAO() - Constructor for class org.europa.together.application.ConfigurationHbmDAO
Constructor.
ConfigurationService - Class in org.europa.together.service
Service implementation for the ConfigutarionDAO.
ConfigurationService() - Constructor for class org.europa.together.service.ConfigurationService
Constructor.
connect(String) - Method in class org.europa.together.application.JdbcActions
 
connect(String) - Method in interface org.europa.together.business.DatabaseActions
Establish an JDBC connection.
Constraints - Class in org.europa.together.utils
Constraints for the package CORE.
copy(TreeNode<T>) - Method in class org.europa.together.domain.TreeNode
Clone (copy) a TreeNode to a we instance.
copyFile(File, File) - Static method in class org.europa.together.utils.FileUtils
Copy a single File from a source to a destination.
count() - Method in class org.europa.together.application.PropertyFileReader
 
count() - Method in interface org.europa.together.business.PropertyReader
Counts the amount of all properties and return the value.
countAllElements() - Method in class org.europa.together.application.GenericHbmDAO
 
countAllElements() - Method in interface org.europa.together.business.GenericDAO
Count the entries of corresponding table to the domain object is specialized in the DAO.
countNodes() - Method in class org.europa.together.application.ListTree
 
countNodes() - Method in interface org.europa.together.business.TreeWalker
Count the nodes of the tree.
countResultSets(ResultSet) - Method in class org.europa.together.application.JdbcActions
 
countResultSets(ResultSet) - Method in interface org.europa.together.business.DatabaseActions
Count the size of a ResultSet.
create(T) - Method in class org.europa.together.application.GenericHbmDAO
 
create(T) - Method in interface org.europa.together.business.GenericDAO
Persist a new entity and return TRUE if it was successful.In the case that the entity is already existing or the persist project is not a valid entity the method return FALSE.
createDateFromString(String) - Static method in class org.europa.together.utils.StringUtils
Create from a given String for UTC in the format of yyyy-mm-dd HH:mm:ss a java.util.Date class.
createLogConfiguration() - Method in class org.europa.together.service.LoggingService
Creates for an application a external log configuration.
createReplacedElement(LayoutContext, BlockBox, UserAgentCallback, int, int) - Method in class org.europa.together.application.internal.PdfReplacedElementFactory
 
crop(int, int, int, int) - Method in class org.europa.together.application.ImgSclrProcessor
 
crop(int, int, int, int) - Method in interface org.europa.together.business.ImageProcessor
Get from an given image an defined clipping.
CryptoTools - Interface in org.europa.together.business
Basic cryptographic functions for applications.

D

DAOException - Exception in org.europa.together.exceptions
DAO Exception for CRUD operations trown in the Data Access Object.
DAOException() - Constructor for exception org.europa.together.exceptions.DAOException
Creates a new instance of DAOException without detail message.
DAOException(String) - Constructor for exception org.europa.together.exceptions.DAOException
Constructs an instance of DAOException with the specified detail message.
DatabaseActions - Interface in org.europa.together.business
DatabaseActions is a simple helper class to execute SQL queries and other database operations out of the DAO Context.
DBMS_NAME - Variable in class org.europa.together.domain.JdbcConnection
 
DBMS_VERSION - Variable in class org.europa.together.domain.JdbcConnection
 
deactivateFeature(String) - Method in class org.europa.together.application.FeatureFlagsFF4j
 
deactivateFeature(String) - Method in interface org.europa.together.business.FeatureFlags
Deactivate a feature in the feature store by given ID.
DEBUG - Enum constant in enum class org.europa.together.domain.LogLevel
 
decode(File) - Method in class org.europa.together.application.ZxingGenerator
 
decode(File) - Method in interface org.europa.together.business.QrCodeGenerator
Extract (decode) from a image file the information as String.
delete(PK) - Method in class org.europa.together.application.GenericHbmDAO
 
delete(PK) - Method in interface org.europa.together.business.GenericDAO
Search for an persistent entity.If it's already existent then it will be delete, otherwise a EntityNotFoundException will thrown.
deserializeJsonAsList(String) - Method in class org.europa.together.application.GenericHbmDAO
 
deserializeJsonAsList(String) - Method in class org.europa.together.application.JacksonJsonTools
 
deserializeJsonAsList(String) - Method in interface org.europa.together.business.GenericDAO
Tries to create from a collection of JSON objects a list of enties.
deserializeJsonAsList(String) - Method in interface org.europa.together.business.JsonTools
Create (deserialize) a list of DomainObject >T< from a JSON String.
deserializeJsonAsObject(String, Class<T>) - Method in class org.europa.together.application.GenericHbmDAO
 
deserializeJsonAsObject(String, Class<T>) - Method in class org.europa.together.application.JacksonJsonTools
 
deserializeJsonAsObject(String, Class<T>) - Method in interface org.europa.together.business.GenericDAO
Tried to create a entity object from a given JSON String.
deserializeJsonAsObject(String, Class<T>) - Method in interface org.europa.together.business.JsonTools
Create (deserialize) a DomainObject >T< from a JSON String.
DIGIT - Static variable in class org.europa.together.utils.Validator
Digits form 0-9.
DRIVER_NAME - Variable in class org.europa.together.domain.JdbcConnection
 
DRIVER_VERSION - Variable in class org.europa.together.domain.JdbcConnection
 

E

E_MAIL_ADDRESS - Static variable in class org.europa.together.utils.Validator
Test if a email address in the typical format, like:
_a-zA-Z0-9-(.)_a-zA-Z0-9-(@)[a-zA-Z0-9-]*(.)a-zA-Z{2}.
elementDecl(String, String) - Method in class org.europa.together.application.internal.SaxDocumentHandler
 
encode(String) - Method in class org.europa.together.application.ZxingGenerator
 
encode(String) - Method in interface org.europa.together.business.QrCodeGenerator
Encode from a given String the image and store it on the configured path.
endCDATA() - Method in class org.europa.together.application.internal.SaxDocumentHandler
 
endDocument() - Method in class org.europa.together.application.internal.SaxDocumentHandler
 
endDTD() - Method in class org.europa.together.application.internal.SaxDocumentHandler
 
endElement(String, String, String) - Method in class org.europa.together.application.internal.SaxDocumentHandler
 
equals(Object) - Method in class org.europa.together.domain.ConfigurationDO
 
equals(Object) - Method in class org.europa.together.domain.TreeNode
 
equals(Object) - Method in class org.europa.together.domain.Version
 
error(SAXParseException) - Method in class org.europa.together.application.internal.SaxDocumentHandler
 
ERROR - Enum constant in enum class org.europa.together.domain.LogLevel
 
escapeXmlCharacters(String) - Static method in class org.europa.together.utils.StringUtils
Escape (decode) in a String all special Characters for XML to thir equivalent representation.
executeQuery(String) - Method in class org.europa.together.application.JdbcActions
 
executeQuery(String) - Method in interface org.europa.together.business.DatabaseActions
Execute a plain SQL query and get the ResultSet.
executeSqlFromClasspath(String) - Method in class org.europa.together.application.JdbcActions
 
executeSqlFromClasspath(String) - Method in interface org.europa.together.business.DatabaseActions
Load an SQL file from the classpath and execute the script.

F

fatalError(SAXParseException) - Method in class org.europa.together.application.internal.SaxDocumentHandler
 
FEATURE_ID - Static variable in interface org.europa.together.business.ConfigurationDAO
Identifier for the given feature.
FEATURE_ID - Static variable in interface org.europa.together.business.CryptoTools
Identifier for the given feature.
FEATURE_ID - Static variable in interface org.europa.together.business.DatabaseActions
Identifier for the given feature.
FEATURE_ID - Static variable in interface org.europa.together.business.FeatureFlags
Identifier for the given feature.
FEATURE_ID - Static variable in interface org.europa.together.business.GenericDAO
Identifier for the given feature.
FEATURE_ID - Static variable in interface org.europa.together.business.ImageProcessor
Identifier for the given feature.
FEATURE_ID - Static variable in interface org.europa.together.business.JsonTools
Identifier for the given feature.
FEATURE_ID - Static variable in interface org.europa.together.business.JsonWebToken
Identifier for the given feature.
FEATURE_ID - Static variable in interface org.europa.together.business.Logger
Identifier for the given feature.
FEATURE_ID - Static variable in interface org.europa.together.business.MailClient
Identifier for the given feature.
FEATURE_ID - Static variable in interface org.europa.together.business.PdfRenderer
Identifier for the given feature.
FEATURE_ID - Static variable in interface org.europa.together.business.PropertyReader
Identifier for the given feature.
FEATURE_ID - Static variable in interface org.europa.together.business.QrCodeGenerator
Identifier for the given feature.
FEATURE_ID - Static variable in interface org.europa.together.business.TemplateRenderer
Identifier for the given feature.
FEATURE_ID - Static variable in interface org.europa.together.business.TreeWalker
Identifier for the given feature.
FEATURE_ID - Static variable in interface org.europa.together.business.XmlTools
Identifier for the given feature.
FeatureFlags - Interface in org.europa.together.business
Feature Flags is a wrapper for the FF4j library to enable toggels for activating and deactivating features.
FeatureFlagsFF4j - Class in org.europa.together.application
Implementation of feature toggels.
FeatureFlagsFF4j() - Constructor for class org.europa.together.application.FeatureFlagsFF4j
Constructor.
FileUtils - Class in org.europa.together.utils
Some helpful stuff for file handling.
filterMandatoryFieldsOfConfigSet(String, String, String) - Method in class org.europa.together.service.ConfigurationService
Filter all mandatory entries of a ConfigSet.
find(PK) - Method in class org.europa.together.application.GenericHbmDAO
 
find(PK) - Method in interface org.europa.together.business.GenericDAO
Try to find a persited domain object.
flipHorizontal() - Method in class org.europa.together.application.ImgSclrProcessor
 
flipHorizontal() - Method in interface org.europa.together.business.ImageProcessor
Flip the image horizontaly.
flipVertical() - Method in class org.europa.together.application.ImgSclrProcessor
 
flipVertical() - Method in interface org.europa.together.business.ImageProcessor
Flip the image verticaly.
FLOATING_POINT - Static variable in class org.europa.together.utils.Validator
Floating point.
FORMAT_GIF - Static variable in interface org.europa.together.business.ImageProcessor
Supported GIF file format.
FORMAT_JPEG - Static variable in interface org.europa.together.business.ImageProcessor
Supported JPEG file format.
FORMAT_JPG - Static variable in interface org.europa.together.business.ImageProcessor
Supported JPG file format.
FORMAT_PNG - Static variable in interface org.europa.together.business.ImageProcessor
Supported PNG file format.

G

generateCipherKeyPair(CipherAlgorithm) - Method in class org.europa.together.application.JavaCryptoTools
 
generateCipherKeyPair(CipherAlgorithm) - Method in interface org.europa.together.business.CryptoTools
Generate a public / private key pair.
generateDataForCalendarEvent(String, ZonedDateTime, ZonedDateTime) - Method in class org.europa.together.application.ZxingGenerator
 
generateDataForCalendarEvent(String, ZonedDateTime, ZonedDateTime) - Method in interface org.europa.together.business.QrCodeGenerator
Encode an calender event.
generateDataForGeoLocation(String, String) - Method in class org.europa.together.application.ZxingGenerator
 
generateDataForGeoLocation(String, String) - Method in interface org.europa.together.business.QrCodeGenerator
A geo URI may be used to encode a point on the earth, including altitude.
generateDataForUrl(String) - Method in class org.europa.together.application.ZxingGenerator
 
generateDataForUrl(String) - Method in interface org.europa.together.business.QrCodeGenerator
Encode an URL which will opened in a web browser.
generateDataForvCard(Map<String, String>) - Method in class org.europa.together.application.ZxingGenerator
 
generateDataForvCard(Map<String, String>) - Method in interface org.europa.together.business.QrCodeGenerator
Create a vCard (Version 3.0) data structure.
generateLoremIpsum(int) - Static method in class org.europa.together.utils.StringUtils
Produce a lorem ipsum text with 4 paragraphs and 2100 characters.
generateStringOfLength(int) - Static method in class org.europa.together.utils.StringUtils
Creates a String of specified length with the content of numbers.
generateUUID() - Static method in class org.europa.together.utils.StringUtils
Generates an universally unique identifier (UUID).
GenericDAO<T,PK extends Serializable> - Interface in org.europa.together.business
GenericDAO primary for CRUD database operations.
GenericHbmDAO<T,PK extends Serializable> - Class in org.europa.together.application
Abstract implementation of Domain Access Object (DAO) Pattern.
GenericHbmDAO() - Constructor for class org.europa.together.application.GenericHbmDAO
Constructor.
getAdditionalOrdering() - Method in class org.europa.together.domain.JpaPagination
Get the 2 nd parameter, besides the primarey key for ordering the result set.
getAllConfigurationSetEntries(String, String, String) - Method in class org.europa.together.application.ConfigurationHbmDAO
 
getAllConfigurationSetEntries(String, String, String) - Method in interface org.europa.together.business.ConfigurationDAO
Return a List with all configuration objects of a ConfigurationSet.A ConfigurationSet is a collection of all configuration entries of one version for a service like email inside a module.
getAllDeprecatedEntries() - Method in class org.europa.together.application.ConfigurationHbmDAO
 
getAllDeprecatedEntries() - Method in interface org.europa.together.business.ConfigurationDAO
Return a List of all deprecated ConfigurationDO.
getAllModuleEntries(String) - Method in class org.europa.together.application.ConfigurationHbmDAO
 
getAllModuleEntries(String) - Method in interface org.europa.together.business.ConfigurationDAO
Get all configuration entries for a module.
getAttachmentList() - Method in class org.europa.together.domain.Mail
Return the whole list of attachments - FileDataSource.
getAttachmentSize() - Method in class org.europa.together.domain.Mail
Get the limitation for the filesize of attachments.
getAuthor() - Method in class org.europa.together.application.OpenPdfRenderer
 
getAuthor() - Method in interface org.europa.together.business.PdfRenderer
Get the author of the document.
getBulkMailLimiter() - Method in class org.europa.together.application.JakartaMailClient
 
getBulkMailLimiter() - Method in interface org.europa.together.business.MailClient
Get the limitation of the maximum amount of sending e-mails until a time interrupt will be processed.
getBytes() - Method in enum class org.europa.together.domain.ByteOrderMark
Get the Byte vale for a Byte Order.
getComment() - Method in class org.europa.together.domain.ConfigurationDO
Get the comment.
getConfigurationByKey(String, String, String) - Method in class org.europa.together.application.ConfigurationHbmDAO
 
getConfigurationByKey(String, String, String) - Method in interface org.europa.together.business.ConfigurationDAO
Get the whole configuration object by a given key, module and the version of the module.
getConfigurationSet() - Method in class org.europa.together.domain.ConfigurationDO
Get the configuration set.
getConfiguredLogLevel() - Method in class org.europa.together.application.LogbackLogger
 
getConfiguredLogLevel() - Method in interface org.europa.together.business.Logger
Get the configured LogLevel for the Logger.
getDebugActiveConfiguration() - Method in class org.europa.together.application.JakartaMailClient
 
getDebugActiveConfiguration() - Method in interface org.europa.together.business.MailClient
Get the full active configuration of the mail client for debugging.
getDefaultValue() - Method in class org.europa.together.domain.ConfigurationDO
Get the default value.
getElementByName(String) - Method in class org.europa.together.application.ListTree
 
getElementByName(String) - Method in interface org.europa.together.business.TreeWalker
Get all nodes of the tree with the same NodeName.
getFeature(String) - Method in class org.europa.together.application.FeatureFlagsFF4j
 
getFeature(String) - Method in interface org.europa.together.business.FeatureFlags
Get the full feature by a given ID from the feature store.
getFeatureStore(String) - Method in class org.europa.together.application.FeatureFlagsFF4j
 
getFeatureStore(String) - Method in interface org.europa.together.business.FeatureFlags
Connect an application to a feature store by a given database connection file.jdbc.driverClassName jdbc.url jdbc.user jdbc.password
getFileSize(String, String) - Static method in class org.europa.together.utils.FileUtils
Get the bytes of file.
getFilterBooleanCriteria() - Method in class org.europa.together.domain.JpaPagination
Get all Boolean based filters >KEY, Value< to reduce the result set.
getFilterDateCriteria() - Method in class org.europa.together.domain.JpaPagination
Get all Date based filters >KEY, Value< to reduce the result set.
getFilterFloatCriteria() - Method in class org.europa.together.domain.JpaPagination
Get all Float based filters >KEY, Value< to reduce the result set.
getFilterIntegerCriteria() - Method in class org.europa.together.domain.JpaPagination
Get all Integer based filters >KEY, Value< to reduce the result set.
getFilterStringCriteria() - Method in class org.europa.together.domain.JpaPagination
Get all String based filters >KEY, Value< to reduce the result set.
getHeight() - Method in class org.europa.together.application.ImgSclrProcessor
 
getHeight() - Method in interface org.europa.together.business.ImageProcessor
Get the height in pixel of the loaded image.
getHistoryOfAEntry(String, String, String) - Method in class org.europa.together.application.ConfigurationHbmDAO
 
getHistoryOfAEntry(String, String, String) - Method in interface org.europa.together.business.ConfigurationDAO
In the case that for a module exist more versions than one.
getImage() - Method in class org.europa.together.application.ImgSclrProcessor
 
getImage() - Method in interface org.europa.together.business.ImageProcessor
Get the original loaded Image.
getImageSize(BufferedImage) - Method in class org.europa.together.application.ImgSclrProcessor
 
getImageSize(BufferedImage) - Method in interface org.europa.together.business.ImageProcessor
Calculate the size in bytes of the BufferdImage.
getJdbcMetaData() - Method in class org.europa.together.application.JdbcActions
 
getJdbcMetaData() - Method in interface org.europa.together.business.DatabaseActions
Return a object with all JDBC connection meta date.
getKey() - Method in class org.europa.together.domain.ConfigurationDO
Get the key.
getKeywords() - Method in class org.europa.together.application.OpenPdfRenderer
 
getKeywords() - Method in interface org.europa.together.business.PdfRenderer
Get the document related keywords.
getLabel() - Method in class org.europa.together.domain.Version
Return the Label section of a version number as String.
getLeafs() - Method in class org.europa.together.application.ListTree
 
getLeafs() - Method in interface org.europa.together.business.TreeWalker
Get all leaf nodes of the tree.
getMailObject() - Method in class org.europa.together.application.JakartaMailClient
 
getMailObject() - Method in interface org.europa.together.business.MailClient
Get the composing Mail Object.
getMajor() - Method in class org.europa.together.domain.Version
Return the Major section of a version number as int.
getMaxKeySize(CipherAlgorithm) - Method in class org.europa.together.application.JavaCryptoTools
 
getMaxKeySize(CipherAlgorithm) - Method in interface org.europa.together.business.CryptoTools
Detect the maximum length is able to use for the supported cryptographic algorithms.
getMessage() - Method in class org.europa.together.domain.Mail
Get the content of a message.
getMetaData() - Method in class org.europa.together.application.ImgSclrProcessor
 
getMetaData() - Method in interface org.europa.together.business.ImageProcessor
Get the full list of ImageMetaData.
getMimeMessage() - Method in class org.europa.together.application.JakartaMailClient
 
getMimeMessage() - Method in interface org.europa.together.business.MailClient
Get the MimeMessage ready for sending.
getMimeType() - Method in class org.europa.together.domain.Mail
Get the MimeTYpe of the E-Mail.
getMinor() - Method in class org.europa.together.domain.Version
Return the Minor section of a version number as int.
getModulName() - Method in class org.europa.together.domain.ConfigurationDO
Get Modulename.
getNodeByUuid(String) - Method in class org.europa.together.application.ListTree
 
getNodeByUuid(String) - Method in interface org.europa.together.business.TreeWalker
Get a TreeNode by his UUID.
getNodeName() - Method in class org.europa.together.domain.TreeNode
Get the name of the node.
getPageBreak() - Method in class org.europa.together.domain.JpaPagination
Get the pivot element, where the page break occur.
getPageSize() - Method in class org.europa.together.domain.JpaPagination
get the amount of elements will be placed on a page.
getPaging() - Method in class org.europa.together.domain.JpaPagination
Get the direction (forward or backward) of the paging.
getParent() - Method in class org.europa.together.domain.TreeNode
Get the UUID of the parent node.
getPatch() - Method in class org.europa.together.domain.Version
Return the Patch level section of a version number as int.
getPrimaryKey() - Method in class org.europa.together.domain.JpaPagination
Get the defined primarey key of the Domain Object.
getPrimaryKeyOfObject(T) - Method in class org.europa.together.application.GenericHbmDAO
 
getPrimaryKeyOfObject(T) - Method in interface org.europa.together.business.GenericDAO
Get the primary key of the DAO entity.
getPropertyAsBoolean(String) - Method in class org.europa.together.application.PropertyFileReader
 
getPropertyAsBoolean(String) - Method in interface org.europa.together.business.PropertyReader
Get the value of a property as boolean.Allowed values are: 0 | 1 false | true FALSE | TRUE All other values will evaluate to null.
getPropertyAsDouble(String) - Method in class org.europa.together.application.PropertyFileReader
 
getPropertyAsDouble(String) - Method in interface org.europa.together.business.PropertyReader
Get the property value as Double.
getPropertyAsFloat(String) - Method in class org.europa.together.application.PropertyFileReader
 
getPropertyAsFloat(String) - Method in interface org.europa.together.business.PropertyReader
Get the property value as Float.
getPropertyAsInt(String) - Method in class org.europa.together.application.PropertyFileReader
 
getPropertyAsInt(String) - Method in interface org.europa.together.business.PropertyReader
Get the value of a property as Integer.
getPropertyAsString(String) - Method in class org.europa.together.application.PropertyFileReader
 
getPropertyAsString(String) - Method in interface org.europa.together.business.PropertyReader
Get the property value as String.
getPropertyList() - Method in class org.europa.together.application.PropertyFileReader
 
getPropertyList() - Method in interface org.europa.together.business.PropertyReader
Get the full property list as Map.
getRecipentList() - Method in class org.europa.together.domain.Mail
Get the whole list of recipients - InternetAdress.
getRoot() - Method in class org.europa.together.application.ListTree
 
getRoot() - Method in interface org.europa.together.business.TreeWalker
Get the root TreeNode.
getSchemaFiles() - Method in class org.europa.together.application.internal.SaxDocumentHandler
Return all parsed Schema files in a SchemaFactory for validation.
getSession() - Method in class org.europa.together.application.JakartaMailClient
 
getSession() - Method in interface org.europa.together.business.MailClient
Get the configured session to connect the SMTP server.
getSorting() - Method in class org.europa.together.domain.JpaPagination
Get if the sorting is DESC or ASC.
getSubject() - Method in class org.europa.together.application.OpenPdfRenderer
 
getSubject() - Method in interface org.europa.together.business.PdfRenderer
Get the document subject.
getSubject() - Method in class org.europa.together.domain.Mail
Get the subject of a e-mail.
getTitle() - Method in class org.europa.together.application.OpenPdfRenderer
 
getTitle() - Method in interface org.europa.together.business.PdfRenderer
Get the document title.
getTree() - Method in class org.europa.together.application.ListTree
 
getTree() - Method in interface org.europa.together.business.TreeWalker
Get the full tree.
getUuid() - Method in class org.europa.together.domain.ConfigurationDO
Get the UUID.
getUuid() - Method in class org.europa.together.domain.TreeNode
Get the UUID of the node.
getValue() - Method in class org.europa.together.domain.ConfigurationDO
Get value.
getValue() - Method in class org.europa.together.domain.TreeNode
Get the value of a node.
getValueByKey(String, String, String) - Method in class org.europa.together.application.ConfigurationHbmDAO
 
getValueByKey(String, String, String) - Method in interface org.europa.together.business.ConfigurationDAO
Return the value of a key from a module.
getVersion() - Method in class org.europa.together.domain.ConfigurationDO
Get module version.
getVersion() - Method in class org.europa.together.domain.Version
Return the whole version number as String.
getWaitTime() - Method in class org.europa.together.application.JakartaMailClient
 
getWaitTime() - Method in interface org.europa.together.business.MailClient
Get the configured wait time in milliseconds until the next mail bulk can be send.
getWidth() - Method in class org.europa.together.application.ImgSclrProcessor
 
getWidth() - Method in interface org.europa.together.business.ImageProcessor
Get the width in pixel of the loaded image.

H

hasExternalSchemaFile() - Method in class org.europa.together.application.SaxTools
 
hasExternalSchemaFile() - Method in interface org.europa.together.business.XmlTools
Check if a external schema file s configured.
HashAlgorithm - Enum Class in org.europa.together.domain
Available Hash algorithms.
https://docs.oracle.com/en/java/javase/17/docs/specs/security/standard-names.html
hashCode() - Method in class org.europa.together.domain.ConfigurationDO
 
hashCode() - Method in class org.europa.together.domain.TreeNode
 
hashCode() - Method in class org.europa.together.domain.Version
 
hashToInt(String) - Static method in class org.europa.together.utils.StringUtils
Convert a Hash String to an Integer.
HEX_255 - Static variable in class org.europa.together.utils.Constraints
Hexadecimal representation of 255.
HEX_256 - Static variable in class org.europa.together.utils.Constraints
Hexadecimal representation of 256.

I

ImageProcessor - Interface in org.europa.together.business
A simple image processor with some useful basic functionality in applications.
ImgSclrProcessor - Class in org.europa.together.application
Implementation of a simple image processor.
ImgSclrProcessor() - Constructor for class org.europa.together.application.ImgSclrProcessor
Constructor.
INFO - Enum constant in enum class org.europa.together.domain.LogLevel
 
inputStreamToByteArray(InputStream) - Static method in class org.europa.together.utils.FileUtils
Convert an InputStream to an ByteArray.
INT_1024 - Static variable in class org.europa.together.utils.Constraints
* Magic constant.
INT_128 - Static variable in class org.europa.together.utils.Constraints
Magic constant.
INT_4096 - Static variable in class org.europa.together.utils.Constraints
Magic constant.
INT_512 - Static variable in class org.europa.together.utils.Constraints
Magic constant.
IP - Variable in class org.europa.together.domain.JdbcConnection
 
IP4_ADDRESS - Static variable in class org.europa.together.utils.Validator
IP Adress (Version 4) with optional port e.
isDateAfter(ZonedDateTime, ZonedDateTime) - Static method in class org.europa.together.utils.Validator
Check if is a given date after the given boundary.
isDateBefore(ZonedDateTime, ZonedDateTime) - Static method in class org.europa.together.utils.Validator
Check if is a given date before the given boundary.
isDateInRange(ZonedDateTime, ZonedDateTime, ZonedDateTime) - Static method in class org.europa.together.utils.Validator
Test if a given date is inside a range between a min and max.
isDeprecated() - Method in class org.europa.together.domain.ConfigurationDO
Show if entry is deprecated.
isElementOfTree(TreeNode<T>) - Method in class org.europa.together.application.ListTree
 
isElementOfTree(TreeNode<T>) - Method in interface org.europa.together.business.TreeWalker
Test if a node is a element of the tree.
isEmpty() - Method in class org.europa.together.application.ListTree
 
isEmpty() - Method in interface org.europa.together.business.TreeWalker
Check if the representing tree is empty.
isEmpty(String) - Static method in class org.europa.together.utils.StringUtils
Test a String if is empty or NULL.
isImageSet() - Method in class org.europa.together.application.ImgSclrProcessor
 
isImageSet() - Method in interface org.europa.together.business.ImageProcessor
Test if an image is in the processor set.
isIntegerInRange(int, int, int) - Static method in class org.europa.together.utils.Validator
Check if the variable test inside the range of the borders min and max.
isIsbn(String) - Static method in class org.europa.together.utils.Validator
Test if a 10 or 13 digit ISBN number is valid.
isLeaf(TreeNode<T>) - Method in class org.europa.together.application.ListTree
 
isLeaf(TreeNode<T>) - Method in interface org.europa.together.business.TreeWalker
Check if a given node is a leaf in the tree.
isMandatory() - Method in class org.europa.together.domain.ConfigurationDO
Mark if an configuration entry is mandatory.
isNameUnique(String) - Method in class org.europa.together.application.ListTree
 
isNameUnique(String) - Method in interface org.europa.together.business.TreeWalker
Test if a element name exist more than one time.
isValid() - Method in class org.europa.together.application.SaxTools
 
isValid() - Method in interface org.europa.together.business.XmlTools
Validate well formed XML content (XML 1.0) against a given grammar.
isWellFormed() - Method in class org.europa.together.application.SaxTools
 
isWellFormed() - Method in interface org.europa.together.business.XmlTools
Check XML content (XML 1.0) if is well formed.

J

JacksonJsonTools<T> - Class in org.europa.together.application
Implementation of JavaScript Object Notation (JSON) processing.
JacksonJsonTools() - Constructor for class org.europa.together.application.JacksonJsonTools
Constructor.
JakartaMailClient - Class in org.europa.together.application
Implementation of a simple SMTP Mailer.
JakartaMailClient() - Constructor for class org.europa.together.application.JakartaMailClient
Constructor.
JavaCryptoTools - Class in org.europa.together.application
Implementation of Java cryptography.
JavaCryptoTools() - Constructor for class org.europa.together.application.JavaCryptoTools
Constructor.
JDBC_VERSION - Variable in class org.europa.together.domain.JdbcConnection
 
JdbcActions - Class in org.europa.together.application
Implementation of Database JDBC Actions.
JdbcActions() - Constructor for class org.europa.together.application.JdbcActions
Constructor.
JdbcConnection - Class in org.europa.together.domain
Contains all information about a JDBC connection.
JdbcConnection(Map<String, String>) - Constructor for class org.europa.together.domain.JdbcConnection
Constructor.
JpaPagination - Class in org.europa.together.domain
Be always aware, when using listAll() because some database tables with a giant amount of rows will slow down your application dramatically.
JpaPagination() - Constructor for class org.europa.together.domain.JpaPagination
Default Constructor.
JpaPagination(String) - Constructor for class org.europa.together.domain.JpaPagination
Allow to set the PrimaryKey (PK) of the database table.
JsonProcessingException - Exception in org.europa.together.exceptions
Exception for JSON erros.
JsonProcessingException() - Constructor for exception org.europa.together.exceptions.JsonProcessingException
Creates a new instance of JsonProcessingException without detail message.
JsonProcessingException(String) - Constructor for exception org.europa.together.exceptions.JsonProcessingException
Constructs an instance of JsonProcessingException with the specified detail message.
JsonTools<T> - Interface in org.europa.together.business
Lightweight wrapper for basic JSON functionality.
JsonWebToken - Interface in org.europa.together.business
 

L

LETTERS - Static variable in class org.europa.together.utils.Validator
Letters a-z A-Z upper case and lower case.
LICENSE - Static variable in class org.europa.together.utils.Constraints
The Software License of the artifact.
listAllElements(JpaPagination) - Method in class org.europa.together.application.GenericHbmDAO
 
listAllElements(JpaPagination) - Method in interface org.europa.together.business.GenericDAO
Get all persited entries of an entity as list.
listAllFeatures() - Method in class org.europa.together.application.FeatureFlagsFF4j
 
listAllFeatures() - Method in interface org.europa.together.business.FeatureFlags
Grab all in the feature store existing features.
listFileTree(File) - Static method in class org.europa.together.utils.FileUtils
Discover a directory and all subdirectories to collect their the files in a List.
ListTree<T> - Class in org.europa.together.application
Implementation of a TreeWalker.
ListTree() - Constructor for class org.europa.together.application.ListTree
Constructor.
ListTree(TreeNode<T>) - Constructor for class org.europa.together.application.ListTree
Constructor.
loadConfiguration() - Method in class org.europa.together.service.MailClientService
Get the active configuration for the e-mail service and return the result as Map.
loadConfigurationFromDatabase() - Method in class org.europa.together.application.JakartaMailClient
 
loadConfigurationFromDatabase() - Method in interface org.europa.together.business.MailClient
Load the e-mail configuration from the database.
loadConfigurationFromProperties(String) - Method in class org.europa.together.application.JakartaMailClient
 
loadConfigurationFromProperties(String) - Method in interface org.europa.together.business.MailClient
Load the e-mail configuration from a given property file.
loadContentByClasspathResource(String, String, Map<String, String>) - Method in class org.europa.together.application.VelocityRenderer
 
loadContentByClasspathResource(String, String, Map<String, String>) - Method in interface org.europa.together.business.TemplateRenderer
Generate a String from a template in the classpath and a Map with variables.
loadContentByFileResource(String, String, Map<String, String>) - Method in class org.europa.together.application.VelocityRenderer
 
loadContentByFileResource(String, String, Map<String, String>) - Method in interface org.europa.together.business.TemplateRenderer
Generate a String from a template using an external file and a Map with variables.
loadContentByStringResource(String, Map<String, String>) - Method in class org.europa.together.application.VelocityRenderer
 
loadContentByStringResource(String, Map<String, String>) - Method in interface org.europa.together.business.TemplateRenderer
Render a template (resource) with a Map of variables from an input String and process the output also as String.
loadDocument(File) - Method in class org.europa.together.application.OpenPdfRenderer
 
loadDocument(File) - Method in interface org.europa.together.business.PdfRenderer
Read a PDF from FILE as PdfReader.
loadImage(BufferedImage) - Method in class org.europa.together.application.ImgSclrProcessor
 
loadImage(BufferedImage) - Method in interface org.europa.together.business.ImageProcessor
Load an BufferdImage.
loadImage(File) - Method in class org.europa.together.application.ImgSclrProcessor
 
loadImage(File) - Method in interface org.europa.together.business.ImageProcessor
Load an image from a file.
loadPrivateKeyFile(String, CipherAlgorithm) - Method in class org.europa.together.application.JavaCryptoTools
 
loadPrivateKeyFile(String, CipherAlgorithm) - Method in interface org.europa.together.business.CryptoTools
Load a private key in a binary format from a file to use for cryptography.
loadPublicKeyFile(String, CipherAlgorithm) - Method in class org.europa.together.application.JavaCryptoTools
 
loadPublicKeyFile(String, CipherAlgorithm) - Method in interface org.europa.together.business.CryptoTools
Load a public key in a binary format from a file to use for cryptography.
log(String, LogLevel) - Method in class org.europa.together.application.LogbackLogger
 
log(String, LogLevel) - Method in interface org.europa.together.business.Logger
Create a log entry with the given message for the configured LogLevel.
LogbackLogger - Class in org.europa.together.application
Implementation of the Logger as Wrapper for SLF4j and logback Framework.
LogbackLogger(Class<?>) - Constructor for class org.europa.together.application.LogbackLogger
Create an instance of the logging class.
Logger - Interface in org.europa.together.business
Simple API for application logging.
LoggingService - Class in org.europa.together.service
Service implementation for the LogbackLogger.
LoggingService() - Constructor for class org.europa.together.service.LoggingService
Constructor.
LogLevel - Enum Class in org.europa.together.domain
Available LogLevels.

M

Mail - Class in org.europa.together.domain
Compose E-Mail.
Mail() - Constructor for class org.europa.together.domain.Mail
 
MailClient - Interface in org.europa.together.business
Simple SMTP e-mail client with SSL to send E-Mails from a configured mail account (SMTP server).
MailClientService - Class in org.europa.together.service
Service implementation for the JakartaMailClient.
MailClientService() - Constructor for class org.europa.together.service.MailClientService
Constructor.
mainEntityManagerFactory - Variable in class org.europa.together.application.GenericHbmDAO
JPA Entity Manager for Transactions.
MD5 - Enum constant in enum class org.europa.together.domain.HashAlgorithm
 
merge(String, TreeWalker<T>) - Method in class org.europa.together.application.ListTree
 
merge(String, TreeWalker<T>) - Method in interface org.europa.together.business.TreeWalker
Merge another Tree (TreeWalker) into the present tree.
MisconfigurationException - Exception in org.europa.together.exceptions
Exception for wrong configurations.
MisconfigurationException() - Constructor for exception org.europa.together.exceptions.MisconfigurationException
Creates a new instance of MisconfigurationException without detail message.
MisconfigurationException(String) - Constructor for exception org.europa.together.exceptions.MisconfigurationException
Constructs an instance of MisconfigurationException with the specified detail message.
MODULE_DESCRIPTION - Static variable in class org.europa.together.utils.Constraints
A short description of the module.
MODULE_NAME - Static variable in class org.europa.together.utils.Constraints
Name of the module (artifact), also used for ConfigurationDAO.
MODULE_VERSION - Static variable in class org.europa.together.utils.Constraints
Version of the module (artifact).

N

NimbusJwt - Class in org.europa.together.application
 
NimbusJwt() - Constructor for class org.europa.together.application.NimbusJwt
 
NONE - Enum constant in enum class org.europa.together.domain.ByteOrderMark
 

O

OpenPdfRenderer - Class in org.europa.together.application
Implementation of a simple PDF Renderer.
OpenPdfRenderer() - Constructor for class org.europa.together.application.OpenPdfRenderer
 
ORDER_ASC - Static variable in class org.europa.together.domain.JpaPagination
Ascending sorting order of the whole result set.
ORDER_DESC - Static variable in class org.europa.together.domain.JpaPagination
Descending sorting order of the whole result set.
org.europa.together.application - package org.europa.together.application
01 Application Layer: Implementation of the Application Logic.
org.europa.together.application.internal - package org.europa.together.application.internal
Implementation classes only for internal usage.
org.europa.together.business - package org.europa.together.business
02 Business Layer: Interfaces who implemented in the Application Layer and used in the Service Layer.
org.europa.together.domain - package org.europa.together.domain
00 Domain Layer: Includes all Data Objects with Validation for Persistence.
org.europa.together.exceptions - package org.europa.together.exceptions
Exception: Trunk for customized Exceptions.
org.europa.together.service - package org.europa.together.service
03 Service Layer: Use the Business Layer to implement the Services and RESTful Services.
org.europa.together.utils - package org.europa.together.utils
Utils: Helpful things, which can't implement against an Interface.

P

PAGING_BACKWARD - Static variable in class org.europa.together.domain.JpaPagination
Define if the pgination goes backwards.
PAGING_FOREWARD - Static variable in class org.europa.together.domain.JpaPagination
Define if the pagination goes ahead.
parseHMAC512SingedJws(String) - Method in class org.europa.together.application.NimbusJwt
 
parseHMAC512SingedJws(String) - Method in interface org.europa.together.business.JsonWebToken
 
parseHMAC512SingedJwt(String) - Method in class org.europa.together.application.NimbusJwt
 
parseHMAC512SingedJwt(String) - Method in interface org.europa.together.business.JsonWebToken
 
parseXmlFile(File) - Method in class org.europa.together.application.SaxTools
 
parseXmlFile(File) - Method in interface org.europa.together.business.XmlTools
Parse a given XML File to grab the content.
parseXmlString(String) - Method in class org.europa.together.application.SaxTools
 
parseXmlString(String) - Method in interface org.europa.together.business.XmlTools
Parse a given XML String to grab the content.
PdfDocument - Class in org.europa.together.application.internal
This class hides implementation details of the OpenPdf PdfReader class used in the API.
PdfDocument(PdfReader) - Constructor for class org.europa.together.application.internal.PdfDocument
 
PdfDocument(String) - Constructor for class org.europa.together.application.internal.PdfDocument
 
PdfRenderer - Interface in org.europa.together.business
Basic PDF functionality to generate from an application letters or reports.
PdfReplacedElementFactory - Class in org.europa.together.application.internal
Helper class to replace elements fĆ¼rm HTML content to include them in PDF.
PdfReplacedElementFactory() - Constructor for class org.europa.together.application.internal.PdfReplacedElementFactory
 
PORT - Variable in class org.europa.together.domain.JdbcConnection
 
prePersist() - Method in class org.europa.together.domain.ConfigurationDO
Actions who have to performed before objects get persisted.
prettyPrintXml() - Method in class org.europa.together.application.internal.SaxDocumentHandler
Simple XML Beautifier.
prettyPrintXml() - Method in class org.europa.together.application.SaxTools
 
prettyPrintXml() - Method in interface org.europa.together.business.XmlTools
Before writeing a XML Document on a file, especially computer generated XML Content, the content should formatted by a CodeBeautifier.
printConstraintInfo() - Static method in class org.europa.together.utils.Constraints
Implements a static version of toString();.
PropertyFileReader - Class in org.europa.together.application
Implementation of the Property Reader.
PropertyFileReader() - Constructor for class org.europa.together.application.PropertyFileReader
Constructor.
PropertyReader - Interface in org.europa.together.business
The PropertyReader is able to read properties from different resources like file, database or from the classpath.
prune(TreeNode<T>) - Method in class org.europa.together.application.ListTree
 
prune(TreeNode<T>) - Method in interface org.europa.together.business.TreeWalker
Remove an element and all his child nodes from the tree.

Q

QrCodeGenerator - Interface in org.europa.together.business
Generates Quick Response Codes (QR Codes).

R

readFileStream(File, ByteOrderMark...) - Static method in class org.europa.together.utils.FileUtils
Reads the full content of a text file in UTF-8.The second parameter charset is optional.
readLogConfiguration(String) - Method in class org.europa.together.service.LoggingService
Read the log configuration from a file and return the file content.
remove(Element) - Method in class org.europa.together.application.internal.PdfReplacedElementFactory
 
removeFeature(String) - Method in class org.europa.together.application.FeatureFlagsFF4j
 
removeFeature(String) - Method in interface org.europa.together.business.FeatureFlags
Remove an existing feature from the feature store.
removeNode(TreeNode<T>) - Method in class org.europa.together.application.ListTree
 
removeNode(TreeNode<T>) - Method in interface org.europa.together.business.TreeWalker
Removes a Node (leaf) from the tree.
removePage(PdfDocument, int...) - Method in class org.europa.together.application.OpenPdfRenderer
 
removePage(PdfDocument, int...) - Method in interface org.europa.together.business.PdfRenderer
Remove from a given PDF pages.
removeProperty(String) - Method in class org.europa.together.application.PropertyFileReader
 
removeProperty(String) - Method in interface org.europa.together.business.PropertyReader
Remove a property by the given key from the list.
renderDocumentFromHtml(String, String) - Method in class org.europa.together.application.OpenPdfRenderer
 
renderDocumentFromHtml(String, String) - Method in interface org.europa.together.business.PdfRenderer
Generate a PDF document in the size A4 from a HTML String.
reset() - Method in class org.europa.together.application.internal.PdfReplacedElementFactory
 
resetExternalSchema() - Method in class org.europa.together.application.SaxTools
 
resetExternalSchema() - Method in interface org.europa.together.business.XmlTools
Reset the external schema file to NULL.
resetModuleToDefault(String) - Method in class org.europa.together.service.ConfigurationService
Reset all configuration key entries for a module back to the default values.
resize(int) - Method in class org.europa.together.application.ImgSclrProcessor
 
resize(int) - Method in interface org.europa.together.business.ImageProcessor
Resize an given image to a new Size.
restoreKeyToDefault(ConfigurationDO) - Method in class org.europa.together.application.ConfigurationHbmDAO
 
restoreKeyToDefault(ConfigurationDO) - Method in interface org.europa.together.business.ConfigurationDAO
Restore a single entry to his default value.
RGB_COLOR - Static variable in class org.europa.together.utils.Validator
RGB Color schema in HEX: #000000 to #ffffff.
rotateRight() - Method in class org.europa.together.application.ImgSclrProcessor
 
rotateRight() - Method in interface org.europa.together.business.ImageProcessor
Rotate the image 90 degree steps to the right side.
RSA - Enum constant in enum class org.europa.together.domain.CipherAlgorithm
 

S

saveImage(BufferedImage, File, String) - Method in class org.europa.together.application.ImgSclrProcessor
 
saveImage(BufferedImage, File, String) - Method in interface org.europa.together.business.ImageProcessor
Save a modified image to a given name and path which is defined as file.
saveKeyPairToFile(String, KeyPair) - Method in class org.europa.together.application.JavaCryptoTools
 
saveKeyPairToFile(String, KeyPair) - Method in interface org.europa.together.business.CryptoTools
Writes the public / private keys as binary format to a given destination.
SaxDocumentHandler - Class in org.europa.together.application.internal
This class extends the SAX2 base handler class to support the SAX2 LexicalHandler, DeclHandler, and EntityResolver2 extensions.
SaxDocumentHandler() - Constructor for class org.europa.together.application.internal.SaxDocumentHandler
Constructor.
SaxTools - Class in org.europa.together.application
Implementation of XML Tools.
SaxTools() - Constructor for class org.europa.together.application.SaxTools
Constructor.
SEMANTIC_VERSION_NUMBER - Static variable in class org.europa.together.utils.Validator
Version number based on semantic versioning.
sendBulkMail(Mail) - Method in class org.europa.together.service.MailClientService
Send a bulk of composed mails to a configured list of recipients.
sendEmail(Mail) - Method in class org.europa.together.service.MailClientService
Send an composed (single) e-mail which is configured in a Mail data class.
serializeAsJson(T) - Method in class org.europa.together.application.GenericHbmDAO
 
serializeAsJson(T) - Method in interface org.europa.together.business.GenericDAO
Check if the entity is not NULL and try to create a JSON object as String, otherwise the String will be empty.
serializeAsJsonObject(T) - Method in class org.europa.together.application.JacksonJsonTools
 
serializeAsJsonObject(T) - Method in interface org.europa.together.business.JsonTools
Serialize an DomainObject >T< to an JSON String.
setAdditionalOrdering(String) - Method in class org.europa.together.domain.JpaPagination
Set the 2 nd parameter, besides the primarey key for ordering the result set.
setAttachmentSize(long) - Method in class org.europa.together.domain.Mail
Set a limiter to the filesize for attachments.
setAuthor(String) - Method in class org.europa.together.application.OpenPdfRenderer
 
setAuthor(String) - Method in interface org.europa.together.business.PdfRenderer
Set the author for the document.
setComment(String) - Method in class org.europa.together.domain.ConfigurationDO
Set the comment.
setConfigurationSet(String) - Method in class org.europa.together.domain.ConfigurationDO
Set the configuration set.
setDefaultValue(String) - Method in class org.europa.together.domain.ConfigurationDO
Set the default value.
setDeprecated(boolean) - Method in class org.europa.together.domain.ConfigurationDO
Set if a entry is deprecated.
setFilterBooleanCriteria(Map<String, Boolean>) - Method in class org.europa.together.domain.JpaPagination
Set all Boolean based filters >KEY, Value< to reduce the result set.
setFilterDateCriteria(Map<String, Date>) - Method in class org.europa.together.domain.JpaPagination
Set all Date based filters >KEY, Value< to reduce the result set.
setFilterFloatCriteria(Map<String, Float>) - Method in class org.europa.together.domain.JpaPagination
Set all Float based filters >KEY, Value< to reduce the result set.
setFilterIntegerCriteria(Map<String, Integer>) - Method in class org.europa.together.domain.JpaPagination
Set all Integer based filters >KEY, Value< to reduce the result set.
setFilterStringCriteria(Map<String, String>) - Method in class org.europa.together.domain.JpaPagination
Set all String based filters >KEY, Value< to reduce the result set.
setFormSubmissionListener(FormSubmissionListener) - Method in class org.europa.together.application.internal.PdfReplacedElementFactory
 
setKey(String) - Method in class org.europa.together.domain.ConfigurationDO
Set key.
setKeywords(String) - Method in class org.europa.together.application.OpenPdfRenderer
 
setKeywords(String) - Method in interface org.europa.together.business.PdfRenderer
Set hte keywords for the document.
setMandatory(boolean) - Method in class org.europa.together.domain.ConfigurationDO
Set if a entry is mandatory.
setMessage(String) - Method in class org.europa.together.domain.Mail
Add e-mail content from a String.
setMimeTypeToHTML() - Method in class org.europa.together.domain.Mail
Set the MimeType of a E-Mail to HTML.
setMimeTypeToText() - Method in class org.europa.together.domain.Mail
Set the MimeType of an E-Mail to plain text.
setModulName(String) - Method in class org.europa.together.domain.ConfigurationDO
Set moduleĀ“name.
setNodeName(String) - Method in class org.europa.together.domain.TreeNode
Set the name of the node.
setPageBreak(String) - Method in class org.europa.together.domain.JpaPagination
Define the pivot element, where the page break occur.
setPageSize(int) - Method in class org.europa.together.domain.JpaPagination
Define the amount of elements will be placed on a page.
setPaging(String) - Method in class org.europa.together.domain.JpaPagination
Define the direction (forward or backward) of the paging.
setParent(String) - Method in class org.europa.together.domain.TreeNode
Set the UUID of the parent node.
setPrimaryKey(String) - Method in class org.europa.together.domain.JpaPagination
Set the primarey key of the Domain Object.
setSchemaFile(File) - Method in class org.europa.together.application.SaxTools
 
setSchemaFile(File) - Method in interface org.europa.together.business.XmlTools
Set explicit the schema file for the validation option.
setSorting(String) - Method in class org.europa.together.domain.JpaPagination
Define if the sorting is DESC or ASC.
setSubject(String) - Method in class org.europa.together.application.OpenPdfRenderer
 
setSubject(String) - Method in interface org.europa.together.business.PdfRenderer
Set the document subject.
setSubject(String) - Method in class org.europa.together.domain.Mail
Add a subject (topic) to the mail.
setTitle(String) - Method in class org.europa.together.application.OpenPdfRenderer
 
setTitle(String) - Method in interface org.europa.together.business.PdfRenderer
Set the document title.
setup(String, int) - Method in class org.europa.together.application.ZxingGenerator
 
setup(String, int) - Method in interface org.europa.together.business.QrCodeGenerator
Configure the generator with the dimension (height and width) of the QR Code Image.
setUuid(String) - Method in class org.europa.together.domain.ConfigurationDO
Set the UUID.
setValue(String) - Method in class org.europa.together.domain.ConfigurationDO
Set value.
setValue(T) - Method in class org.europa.together.domain.TreeNode
Set the value of a node.
setVersion(String) - Method in class org.europa.together.domain.ConfigurationDO
Set version of module.
SHA - Enum constant in enum class org.europa.together.domain.HashAlgorithm
 
SHA256 - Enum constant in enum class org.europa.together.domain.HashAlgorithm
 
SHA3512 - Enum constant in enum class org.europa.together.domain.HashAlgorithm
 
SHA512 - Enum constant in enum class org.europa.together.domain.HashAlgorithm
 
shrink(String) - Static method in class org.europa.together.utils.StringUtils
Shrink XML, JS and CSS Files to reduce the payload for network traffic.
shrinkContent(String) - Method in class org.europa.together.application.SaxTools
 
shrinkContent(String) - Method in interface org.europa.together.business.XmlTools
Shrink the XML content to reduce the file size for a higher performance in automated processing.
skipBom(String) - Static method in class org.europa.together.utils.StringUtils
Detect and remove the (BOM) Byte Order Mark from a string.
startCDATA() - Method in class org.europa.together.application.internal.SaxDocumentHandler
 
startDocument() - Method in class org.europa.together.application.internal.SaxDocumentHandler
 
startDTD(String, String, String) - Method in class org.europa.together.application.internal.SaxDocumentHandler
 
startElement(String, String, String, Attributes) - Method in class org.europa.together.application.internal.SaxDocumentHandler
 
startPrefixMapping(String, String) - Method in class org.europa.together.application.internal.SaxDocumentHandler
 
stringListBuilder(String...) - Static method in class org.europa.together.utils.StringUtils
Creates a List with Strings entries in a short way.
StringUtils - Class in org.europa.together.utils
Some useful Methods for String manipulation, Hash and UUID generation.
SYSTEM_APP_DIR - Static variable in class org.europa.together.utils.Constraints
Detect the directory where the application is running.
SYSTEM_DEFAULT_TIMEZONE - Static variable in class org.europa.together.utils.Constraints
The default timezone is used by the artifact.
SYSTEM_OS - Static variable in class org.europa.together.utils.Constraints
Detect the Operating System (OS) where the application is running.
SYSTEM_USER_HOME_DIR - Static variable in class org.europa.together.utils.Constraints
Detect the home directory of the user in the OS.

T

TABLE_NAME - Static variable in class org.europa.together.domain.ConfigurationDO
The name of the used database table for this domain object.
TemplateRenderer - Interface in org.europa.together.business
Wrapper for the Velocity Template Renderer.
TEXT - Static variable in class org.europa.together.utils.Validator
Text.
TIME_24H - Static variable in class org.europa.together.utils.Validator
Time in 24 hour format: 00:00 to 23:59.
TimeOutException - Exception in org.europa.together.exceptions
Exception for several Timeouts.
TimeOutException() - Constructor for exception org.europa.together.exceptions.TimeOutException
Creates a new instance of TimeOutException without detail message.
TimeOutException(String) - Constructor for exception org.europa.together.exceptions.TimeOutException
Constructs an instance of TimeOutException with the specified detail message.
toString() - Method in class org.europa.together.application.ImgSclrProcessor
 
toString() - Method in class org.europa.together.application.ListTree
 
toString() - Method in enum class org.europa.together.domain.ByteOrderMark
 
toString() - Method in enum class org.europa.together.domain.CipherAlgorithm
 
toString() - Method in class org.europa.together.domain.ConfigurationDO
 
toString() - Method in enum class org.europa.together.domain.HashAlgorithm
 
toString() - Method in class org.europa.together.domain.JdbcConnection
 
toString() - Method in class org.europa.together.domain.JpaPagination
 
toString() - Method in enum class org.europa.together.domain.LogLevel
 
toString() - Method in class org.europa.together.domain.TreeNode
 
toString() - Method in class org.europa.together.domain.Version
 
TRACE - Enum constant in enum class org.europa.together.domain.LogLevel
 
transformXslt(File, File) - Method in class org.europa.together.application.SaxTools
 
transformXslt(File, File) - Method in interface org.europa.together.business.XmlTools
Transform an XML File by a given XSLT to a new Output.
TreeNode<T> - Class in org.europa.together.domain
Data structure for a tree.A node is unique by is UUID, but in real environments is a more specified definition necessary.
TreeNode() - Constructor for class org.europa.together.domain.TreeNode
Constructor.
TreeNode(String) - Constructor for class org.europa.together.domain.TreeNode
Constructor.
TreeWalker<T> - Interface in org.europa.together.business
Implementation of the TREE data structure.

U

UnsupportedVersionException - Exception in org.europa.together.exceptions
Exception for unsupported Versions.
UnsupportedVersionException() - Constructor for exception org.europa.together.exceptions.UnsupportedVersionException
Creates a new instance of UnsupportedVersionException without detail message.
UnsupportedVersionException(String) - Constructor for exception org.europa.together.exceptions.UnsupportedVersionException
Constructs an instance of UnsupportedVersionException with the specified detail message.
update(PK, T) - Method in class org.europa.together.application.GenericHbmDAO
 
update(PK, T) - Method in interface org.europa.together.business.GenericDAO
Search an entity in the persistence context and update it.If it's not exist a EntityNotFoundException will thrown.
updateConfiguration(Map<String, String>) - Method in class org.europa.together.service.MailClientService
Allows to update the database configuration for the MailClient by a map of configuration entries.
mailer.host mailer.port mailer.sender mailer.user mailer.password mailer.ssl mailer.tls mailer.debug mailer.count mailer.wait
updateConfigurationEntries(List<ConfigurationDO>) - Method in class org.europa.together.application.ConfigurationHbmDAO
 
updateConfigurationEntries(List<ConfigurationDO>) - Method in interface org.europa.together.business.ConfigurationDAO
Update a List of existing configuration entries.
updateFeature(Feature) - Method in class org.europa.together.application.FeatureFlagsFF4j
 
updateFeature(Feature) - Method in interface org.europa.together.business.FeatureFlags
Update an existing feature in the feature store.
updateProperty(String, String) - Method in class org.europa.together.application.PropertyFileReader
 
updateProperty(String, String) - Method in interface org.europa.together.business.PropertyReader
Update an existing property entry.
URL - Variable in class org.europa.together.domain.JdbcConnection
 
USER - Variable in class org.europa.together.domain.JdbcConnection
 
UTF_16BE - Enum constant in enum class org.europa.together.domain.ByteOrderMark
 
UTF_16LE - Enum constant in enum class org.europa.together.domain.ByteOrderMark
 
UTF_32BE - Enum constant in enum class org.europa.together.domain.ByteOrderMark
 
UTF_32LE - Enum constant in enum class org.europa.together.domain.ByteOrderMark
 
UTF_8 - Enum constant in enum class org.europa.together.domain.ByteOrderMark
 

V

validate(String, String) - Static method in class org.europa.together.utils.Validator
Validate a String against an regular expression and return true if the String matches the RegEx.
validateTree(List<TreeNode<T>>) - Method in class org.europa.together.application.ListTree
 
validateTree(List<TreeNode<T>>) - Method in interface org.europa.together.business.TreeWalker
Check if the tree is valid.
Validator - Class in org.europa.together.utils
A simple RexEx Validator.
### REGEX VALIDATION PATTERN
### * = 0 or more quantifier
### + = 1 or more quantifier
### ? = 0 or 1 quantifier
valueOf(String) - Static method in enum class org.europa.together.domain.ByteOrderMark
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.europa.together.domain.CipherAlgorithm
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.europa.together.domain.HashAlgorithm
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.europa.together.domain.LogLevel
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.europa.together.domain.ByteOrderMark
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.europa.together.domain.CipherAlgorithm
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.europa.together.domain.HashAlgorithm
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.europa.together.domain.LogLevel
Returns an array containing the constants of this enum class, in the order they are declared.
VelocityRenderer - Class in org.europa.together.application
Implementation of a Template Renderer.
VelocityRenderer() - Constructor for class org.europa.together.application.VelocityRenderer
Constructor.
Version - Class in org.europa.together.domain
Data class for program version numbers, based on semantic versioning.
Version(String) - Constructor for class org.europa.together.domain.Version
Constructor.
VERSION - Static variable in interface org.europa.together.business.JsonWebToken
 

W

WARN - Enum constant in enum class org.europa.together.domain.LogLevel
 
warning(SAXParseException) - Method in class org.europa.together.application.internal.SaxDocumentHandler
 
writeDocument(PdfDocument, String) - Method in class org.europa.together.application.OpenPdfRenderer
 
writeDocument(PdfDocument, String) - Method in interface org.europa.together.business.PdfRenderer
Writes a PDF document (PdfReader) to the given destination.
writeLogConfiguration(String, String) - Method in class org.europa.together.service.LoggingService
Write a configuration to a file.
writeStringToFile(String, String) - Static method in class org.europa.together.utils.FileUtils
Write a String to a File.It is possible to create an empty file whitout content.
writeXmlToFile(String, String) - Method in class org.europa.together.application.SaxTools
 
writeXmlToFile(String, String) - Method in interface org.europa.together.business.XmlTools
Writes a XML String into a new file.

X

XmlTools - Interface in org.europa.together.business
XML Tools are based on the event driven SAX concept.

Z

ZxingGenerator - Class in org.europa.together.application
Implementation of the QR Code Generator.
ZxingGenerator() - Constructor for class org.europa.together.application.ZxingGenerator
Constructor.
A B C D E F G H I J L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form