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 All Packages
All Classes All Packages
All Classes All Packages
A
- addAttachment(String) - Method in class org.europa.together.application.JavaMailClient
- addAttachment(String) - Method in interface org.europa.together.business.MailClient
-
Add an attachment to the Attachment List.
- addAttachmentList(List<String>) - Method in class org.europa.together.application.JavaMailClient
- addAttachmentList(List<String>) - Method in interface org.europa.together.business.MailClient
-
Add attachments from a given List of strings to the mail attachments.
- addMethodName(String) - Method in class org.europa.together.domain.AnnotatedClass
-
Extend the List of Methods.
- addNode(TreeNode) - Method in class org.europa.together.application.ListTree
- addNode(TreeNode) - 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.application.JavaMailClient
- addRecipent(String) - Method in interface org.europa.together.business.MailClient
-
Add an Recipient to the Recipient List.
- addRecipientList(List<String>) - Method in class org.europa.together.application.JavaMailClient
- addRecipientList(List<String>) - Method in interface org.europa.together.business.MailClient
-
Add a recipient from a given list of Strings to the mail recipients.
- addRoot(TreeNode) - Method in class org.europa.together.application.ListTree
- addRoot(TreeNode) - Method in interface org.europa.together.business.TreeWalker
-
Add the root node to the tree.
- AnnotatedClass - Class in org.europa.together.domain
-
Data structure to storage annotated FeatureToggle elements.
- AnnotatedClass(String, String, String, List<String>) - Constructor for class org.europa.together.domain.AnnotatedClass
-
Constructor.
- 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.SaxDocumentHandler
B
- BOOLEAN - Static variable in class org.europa.together.utils.Validator
-
Boolean.
- BYTE_DEVISOR - Static variable in class org.europa.together.utils.Constraints
-
Byte Devisor is the magic number of 1024.
- ByteOrderMark - Enum 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.SaxDocumentHandler
- CLASS - Static variable in class org.europa.together.domain.AnnotatedClass
- CLASSPATH - org.europa.together.domain.ResourceType
- 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 al internal data of the TreeWalker.
- clearAttachments() - Method in class org.europa.together.application.JavaMailClient
- clearAttachments() - Method in interface org.europa.together.business.MailClient
-
Reset the Attachment List.
- clearConfiguration() - Method in class org.europa.together.application.JavaMailClient
- 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.application.JavaMailClient
- clearRecipents() - Method in interface org.europa.together.business.MailClient
-
Reset the Recipient List.
- comment(char[], int, int) - Method in class org.europa.together.application.SaxDocumentHandler
- compareTo(Version) - Method in class org.europa.together.domain.Version
- composeMail(InternetAddress) - Method in class org.europa.together.application.JavaMailClient
- composeMail(InternetAddress) - 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.Logger
-
Define the Configuration Set for the Logger.
- 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.Logger
-
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
-
Implementation of the Configuration Service.
- 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.
- CONSTRUCTOR - Static variable in class org.europa.together.domain.AnnotatedClass
- copy(TreeNode) - 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 File A 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.
- countEntries(String) - Method in class org.europa.together.application.GenericHbmDAO
- countEntries(String) - Method in interface org.europa.together.business.GenericDAO
-
Count the entries of an database table.
- countNodes() - Method in class org.europa.together.application.ListTree
- countNodes() - Method in interface org.europa.together.business.TreeWalker
-
Count the nodes of the tree.
- 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.
- createLogConfiguration() - Method in class org.europa.together.service.LoggingService
-
Creates for an application a external log configuration.
- 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 Transaction Rollback.
- 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. - DATABASE - org.europa.together.domain.ResourceType
- 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
- deactivateUnitTests(String) - Method in class org.europa.together.application.FF4jProcessor
-
Toggle to deactivate the unit test case execution in the case a feature is disabled.
- DEBUG - 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.
- deserializeJsonAsObject(String) - Method in class org.europa.together.application.GenericHbmDAO
- deserializeJsonAsObject(String) - Method in interface org.europa.together.business.GenericDAO
-
Tried to create a Object from a given 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.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.SaxDocumentHandler
- endDocument() - Method in class org.europa.together.application.SaxDocumentHandler
- endDTD() - Method in class org.europa.together.application.SaxDocumentHandler
- endElement(String, String, String) - Method in class org.europa.together.application.SaxDocumentHandler
- ENUM - Static variable in class org.europa.together.domain.AnnotatedClass
- equals(Object) - Method in class org.europa.together.domain.AnnotatedClass
- 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.SaxDocumentHandler
- ERROR - 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.
- 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.SaxDocumentHandler
- FEATURE_ID - Static variable in interface org.europa.together.business.ConfigurationDAO
-
Identifier for the given feature to enable toggles.
- FEATURE_ID - Static variable in interface org.europa.together.business.CryptoTools
-
Identifier for the given feature to enable toggles.
- FEATURE_ID - Static variable in interface org.europa.together.business.DatabaseActions
-
Identifier for the given feature to enable toggles.
- FEATURE_ID - Static variable in interface org.europa.together.business.GenericDAO
-
Identifier for the given feature to enable toggles.
- FEATURE_ID - Static variable in interface org.europa.together.business.ImageProcessor
-
Identifier for the given feature to enable toggles.
- FEATURE_ID - Static variable in interface org.europa.together.business.Logger
-
Identifier for the given feature to enable toggles.
- FEATURE_ID - Static variable in interface org.europa.together.business.MailClient
-
Identifier for the given feature to enable toggles.
- FEATURE_ID - Static variable in interface org.europa.together.business.PdfRenderer
-
Identifier for the given feature to enable toggles.
- FEATURE_ID - Static variable in interface org.europa.together.business.PropertyReader
-
Identifier for the given feature to enable toggles.
- FEATURE_ID - Static variable in interface org.europa.together.business.QrCodeGenerator
-
Identifier for the given feature to enable toggles.
- FEATURE_ID - Static variable in interface org.europa.together.business.TemplateRenderer
-
Identifier for the given feature to enable toggles.
- FEATURE_ID - Static variable in interface org.europa.together.business.TreeWalker
-
Identifier for the given feature to enable toggles.
- FEATURE_ID - Static variable in interface org.europa.together.business.XmlTools
-
Identifier for the given feature to enable toggles.
- featureID() - Method in annotation type org.europa.together.business.FeatureToggle
-
Indicate the value for featureID.
- FeatureToggle - Annotation Type in org.europa.together.business
-
Feature Toggle Annotation to activate or deactivate PUBLIC classes, constructors and methods.
When a Constructor get deactivated the whole class is deactivated, no matter how many Constructors defined. - FF4jAnnotationPreProcessor - Class in org.europa.together.application
-
PreProcessor for the @FeatureToggle Annotation.
- FF4jAnnotationPreProcessor() - Constructor for class org.europa.together.application.FF4jAnnotationPreProcessor
-
Constructor.
- FF4jAnnotationPreProcessorHelper - Class in org.europa.together.application
-
During the processing of annotations some simple functions are needed, wich implemented for reuse in this class.
- FF4jAnnotationPreProcessorHelper() - Constructor for class org.europa.together.application.FF4jAnnotationPreProcessorHelper
- FF4jProcessor - Class in org.europa.together.application
-
Wrapper implementation.
- FF4jProcessor() - Constructor for class org.europa.together.application.FF4jProcessor
-
Constructor.
- FILE - org.europa.together.domain.ResourceType
- 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 persitence 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_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
- generateDataForCalenderEvent(String, DateTime, DateTime) - Method in class org.europa.together.application.ZxingGenerator
- generateDataForCalenderEvent(String, DateTime, DateTime) - 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.URL: https://en.wikipedia.org/wiki/VCard
Property Set:
gender: Mr.
name: Doe
surname: John
title:
organization:
role
home-street:
home-city:
home-zipcode:
home-state:
home-country:
home-phone:
home-mobile:
work-street:
work-city:
work-zipcode:
work-state:
work-country:
work-phone:
work-mobile:
e-mail: [email protected]
homepage: - 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 interface primary for CRUD Database operations.
- GenericHbmDAO<T,PK extends Serializable> - Class in org.europa.together.application
-
Abstract implementation of Domain DAO.
- GenericHbmDAO() - Constructor for class org.europa.together.application.GenericHbmDAO
-
Constructor.
- 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.
- getAllDepecatedEntries() - Method in class org.europa.together.application.ConfigurationHbmDAO
- getAllDepecatedEntries() - 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.application.JavaMailClient
- getAttachmentList() - Method in interface org.europa.together.business.MailClient
- getAttachmentSize() - Method in class org.europa.together.application.JavaMailClient
- getAttachmentSize() - Method in interface org.europa.together.business.MailClient
- getAuthor() - Method in class org.europa.together.application.ITextRenderer
- getAuthor() - Method in interface org.europa.together.business.PdfRenderer
-
Get the author of the document.
- getBulkMailLimiter() - Method in class org.europa.together.application.JavaMailClient
- 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 org.europa.together.domain.ByteOrderMark
-
Get the Byte vale for a Byte Order.
- getClazzName() - Method in class org.europa.together.domain.AnnotatedClass
-
Get the class.
- getComment() - Method in class org.europa.together.domain.ConfigurationDO
-
Get the comment.
- getConfiguration() - Method in class org.europa.together.application.JavaMailClient
- getConfiguration() - Method in interface org.europa.together.business.MailClient
-
Get the full SMTP Configuration.
- 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.
- getContent() - Method in class org.europa.together.application.JavaMailClient
- getContent() - Method in interface org.europa.together.business.MailClient
- getDbConfiguration() - Method in class org.europa.together.service.MailClientService
-
Get the Configuration for the E-Mail Service from the Database and return the result as Map.
- 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.
- getFileSize(String, String) - Static method in class org.europa.together.utils.FileUtils
-
Get the bytes of file.
- 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.ITextRenderer
- 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.
- getMajor() - Method in class org.europa.together.domain.Version
-
Return the Major section of a version number as int.
- getMetaData() - Method in interface org.europa.together.business.ImageProcessor
-
Function is not implemented now.
- getMethodNames() - Method in class org.europa.together.domain.AnnotatedClass
-
Get the method.
- getMimeType() - Method in class org.europa.together.application.JavaMailClient
- getMimeType() - Method in interface org.europa.together.business.MailClient
- 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.
- getPackageName() - Method in class org.europa.together.domain.AnnotatedClass
-
Get the package.
- 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.
- getPort() - Method in class org.europa.together.application.JdbcActions
- getPort() - Method in interface org.europa.together.business.DatabaseActions
-
Get the port for the configured database connection.
- 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 an Object.
- 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.
- 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.application.JavaMailClient
- getRecipentList() - Method in interface org.europa.together.business.MailClient
- getResultCount() - Method in class org.europa.together.application.JdbcActions
- getResultCount() - Method in interface org.europa.together.business.DatabaseActions
-
Count the entries of an ResultSet.
- getResultSet() - Method in class org.europa.together.application.JdbcActions
- getResultSet() - Method in interface org.europa.together.business.DatabaseActions
-
Get the ResultSet from an SQL Query.
- 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.SaxDocumentHandler
-
Return all parsed Schema files in a SchemaFactory for validation.
- getSession() - Method in class org.europa.together.application.JavaMailClient
- getSession() - Method in interface org.europa.together.business.MailClient
-
Get the configured session to connect the SMTP Server.
- getSubject() - Method in class org.europa.together.application.ITextRenderer
- getSubject() - Method in class org.europa.together.application.JavaMailClient
- getSubject() - Method in interface org.europa.together.business.MailClient
- getSubject() - Method in interface org.europa.together.business.PdfRenderer
-
Get the document subject.
- getTitle() - Method in class org.europa.together.application.ITextRenderer
- 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.
- getType() - Method in class org.europa.together.domain.AnnotatedClass
-
Get the annotation type.
- getUri() - Method in class org.europa.together.application.JdbcActions
- getUri() - Method in interface org.europa.together.business.DatabaseActions
-
Get the host URL / IP of the configured Database connection.
- 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.JavaMailClient
- 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 in org.europa.together.domain
-
Available Hash Algorithms.
- hashCode() - Method in class org.europa.together.domain.AnnotatedClass
- 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 - org.europa.together.domain.LogLevel
- init(ProcessingEnvironment) - Method in class org.europa.together.application.FF4jAnnotationPreProcessor
- isDateAfter(DateTime, DateTime) - Static method in class org.europa.together.utils.Validator
-
Check if is a given date after the given boundary.
- isDateBefore(DateTime, DateTime) - Static method in class org.europa.together.utils.Validator
-
Check if is a given date before the given boundary.
- isDateInRange(DateTime, DateTime, DateTime) - Static method in class org.europa.together.utils.Validator
-
Test if a given Date is inside a range between a min and max.
- isDepecated() - Method in class org.europa.together.domain.ConfigurationDO
-
Show if entry is depecated.
- isElementOfTree(TreeNode) - Method in class org.europa.together.application.ListTree
- isElementOfTree(TreeNode) - 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.
- isLeaf(TreeNode) - Method in class org.europa.together.application.ListTree
- isLeaf(TreeNode) - 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.
- isUrlAvailable(String) - Static method in class org.europa.together.utils.SocketTimeout
-
Check if a URL e.
- 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.
- ITextRenderer - Class in org.europa.together.application
-
Implementation of a simple PDF Renderer.
- ITextRenderer() - Constructor for class org.europa.together.application.ITextRenderer
-
Constructor.
J
- JavaCryptoTools - Class in org.europa.together.application
-
Implementation of java cryptography implementations.
- JavaCryptoTools() - Constructor for class org.europa.together.application.JavaCryptoTools
- JavaMailClient - Class in org.europa.together.application
-
Implementation of a simple SMTP Mailer.
- JavaMailClient() - Constructor for class org.europa.together.application.JavaMailClient
-
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.
- JdbcActions(boolean) - 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.
- JNDI - org.europa.together.domain.ResourceType
L
- LDAP - org.europa.together.domain.ResourceType
- LETTERS - Static variable in class org.europa.together.utils.Validator
-
Letters a-z A-Z upper case and lower case.
- listAllElements() - Method in class org.europa.together.application.GenericHbmDAO
- listAllElements() - Method in interface org.europa.together.business.GenericDAO
-
Get all persited entries of an Entity.
- 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 - Class in org.europa.together.application
-
Implementation of a TreeWalker.
- ListTree() - Constructor for class org.europa.together.application.ListTree
-
Constructor.
- ListTree(TreeNode) - Constructor for class org.europa.together.application.ListTree
-
Constructor.
- loadConfigurationFromDatabase() - Method in class org.europa.together.application.JavaMailClient
- loadConfigurationFromDatabase() - Method in interface org.europa.together.business.MailClient
- loadConfigurationFromProperties(String) - Method in class org.europa.together.application.JavaMailClient
- loadConfigurationFromProperties(String) - Method in interface org.europa.together.business.MailClient
- 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 from a 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.
- 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.
- 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 Log-Level.
- 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
-
Wrapper for the SLF4j and Logback Logging Framework.
- LoggingService - Class in org.europa.together.service
-
Implementation of the Logging Service.
- LoggingService() - Constructor for class org.europa.together.service.LoggingService
-
Constructor.
- LogLevel - Enum in org.europa.together.domain
-
Available LogLevels.
M
- 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
-
Implementation of the Mail Client Service.
- 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 - org.europa.together.domain.HashAlgorithm
- merge(String, TreeWalker) - Method in class org.europa.together.application.ListTree
- merge(String, TreeWalker) - Method in interface org.europa.together.business.TreeWalker
-
Merge another Tree (TreeWalker) into the present tree.
- mergeAnnotatedElements(List<AnnotatedClass>) - Method in class org.europa.together.application.FF4jAnnotationPreProcessorHelper
-
Merge the different annotations together, to allow the code generating for deactivated classes, methods & etc.
- METHOD - Static variable in class org.europa.together.domain.AnnotatedClass
- 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
-
Module name.
- MODULE_VERSION - Static variable in class org.europa.together.utils.Constraints
-
Version of the module.
N
- NONE - org.europa.together.domain.ByteOrderMark
O
- org.europa.together.application - package org.europa.together.application
-
01 Application Layer: Implementation of the Application Logic.
- 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, who can't implement against an Interface.
P
- 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.
- PdfRenderer - Interface in org.europa.together.business
-
Basic PDF functionality to generate from an Application letters or reports.
- populateDbConfiguration(String, boolean...) - Method in class org.europa.together.application.JavaMailClient
- populateDbConfiguration(String, boolean...) - Method in interface org.europa.together.business.MailClient
-
Population the database with the MailClient Configuration.
- PORT - Variable in class org.europa.together.domain.JdbcConnection
- prepareCollection(List<Element>) - Method in class org.europa.together.application.FF4jAnnotationPreProcessorHelper
-
Collect annotation Elements as List from Annotation Processor and transform them into AnnotatedClass.
- 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.SaxDocumentHandler
-
Simple XML Beautifier.
- prettyPrintXml() - Method in class org.europa.together.application.SaxTools
- prettyPrintXml() - Method in interface org.europa.together.business.XmlTools
-
Before you write a XML Document on a file, especially computer generated XML Content, the content should formatted by a CodeBeautifier.
- print(String) - Static method in class org.europa.together.application.FF4jAnnotationPreProcessorHelper
-
Write logging information on the command line.
- printConstraintInfo() - Static method in class org.europa.together.utils.Constraints
-
Implements a static version of toString();.
- process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.europa.together.application.FF4jAnnotationPreProcessor
- PropertyFileReader - Class in org.europa.together.application
-
Implementation of the PropertyReader.
- PropertyFileReader() - Constructor for class org.europa.together.application.PropertyFileReader
-
Constructor.
- PropertyReader - Interface in org.europa.together.business
-
The PropertyReader is be able to read properties from different resources like File, Database or from the Classpath.
- prune(TreeNode) - Method in class org.europa.together.application.ListTree
- prune(TreeNode) - 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) with the Zxing Library.
R
- readDocument(File) - Method in class org.europa.together.application.ITextRenderer
- readDocument(File) - Method in interface org.europa.together.business.PdfRenderer
-
Read a PDF from FILE as PdfReader.
- readFileStream(File, ByteOrderMark...) - Static method in class org.europa.together.utils.FileUtils
-
Reads the full content of a text file in UTF-8.
- readLogConfiguration(String) - Method in class org.europa.together.service.LoggingService
-
Read the log configuration from a file and return the file content.
- removeNode(TreeNode) - Method in class org.europa.together.application.ListTree
- removeNode(TreeNode) - Method in interface org.europa.together.business.TreeWalker
-
Removes a Node (Leaf) from the tree.
- removePage(PdfReader, int...) - Method in class org.europa.together.application.ITextRenderer
- removePage(PdfReader, 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.ITextRenderer
- renderDocumentFromHtml(String, String) - Method in interface org.europa.together.business.PdfRenderer
-
Generate a PDF Document in the size A4 from a HTML String.
- 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.
- ResourceType - Enum in org.europa.together.domain
-
Available Resource Types.
- 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.Clockwise rotation.
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.
- SaxDocumentHandler - Class in org.europa.together.application
-
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.SaxDocumentHandler
-
Constructor.
- SaxTools - Class in org.europa.together.application
-
Implementation of useful XML Tools.
- SaxTools() - Constructor for class org.europa.together.application.SaxTools
-
Constructor.
- scanToggels(String) - Method in class org.europa.together.application.FF4jProcessor
-
Process if a feature exist and is activated.
- sendBulkMail(MailClient) - Method in class org.europa.together.service.MailClientService
-
Send a bulk of composed mails to a configured list of recipients.
- sendEmail(MailClient) - Method in class org.europa.together.service.MailClientService
-
Send an composed (single) e-mail which is configured in a MailClient.
- 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.
- setAttachmentSize(long) - Method in class org.europa.together.application.JavaMailClient
- setAttachmentSize(long) - Method in interface org.europa.together.business.MailClient
-
Limit the maximum file size for attachments.
- setAuthor(String) - Method in class org.europa.together.application.ITextRenderer
- 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.
- setConfigFile(String) - Method in class org.europa.together.application.FF4jProcessor
-
Set the path of the configuration file.
- setConfigurationSet(String) - Method in class org.europa.together.domain.ConfigurationDO
-
Set the configuration set.
- setContent(String) - Method in class org.europa.together.application.JavaMailClient
- setContent(String) - Method in interface org.europa.together.business.MailClient
-
Add E-MAil content from a String.
- setDefaultValue(String) - Method in class org.europa.together.domain.ConfigurationDO
-
Set the default value.
- setDepecated(boolean) - Method in class org.europa.together.domain.ConfigurationDO
-
Set if a entry is depecated.
- setKey(String) - Method in class org.europa.together.domain.ConfigurationDO
-
Set key.
- setKeywords(String) - Method in class org.europa.together.application.ITextRenderer
- setKeywords(String) - Method in interface org.europa.together.business.PdfRenderer
-
Set hte keywords for the document.
- setLogLevel(LogLevel) - Method in class org.europa.together.application.LogbackLogger
- setLogLevel(LogLevel) - Method in interface org.europa.together.business.Logger
-
Set the LogLevel programmatically.
- setMandatory(boolean) - Method in class org.europa.together.domain.ConfigurationDO
-
Set if a entry is mandatory.
- setMetaData() - Method in interface org.europa.together.business.ImageProcessor
-
Function is not implemented now.
- setMimeTypeToHTML() - Method in class org.europa.together.application.JavaMailClient
- setMimeTypeToHTML() - Method in interface org.europa.together.business.MailClient
-
Set the MimeType of a E-Mail to HTML.
- setMimeTypeToPlain() - Method in class org.europa.together.application.JavaMailClient
- setMimeTypeToPlain() - Method in interface org.europa.together.business.MailClient
-
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.
- setParent(String) - Method in class org.europa.together.domain.TreeNode
-
Set the UUID of the parent node.
- 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.
- setSubject(String) - Method in class org.europa.together.application.ITextRenderer
- setSubject(String) - Method in class org.europa.together.application.JavaMailClient
- setSubject(String) - Method in interface org.europa.together.business.MailClient
-
Add a subject (topic) to the mail.
- setSubject(String) - Method in interface org.europa.together.business.PdfRenderer
-
Set the document subject.
- setTitle(String) - Method in class org.europa.together.application.ITextRenderer
- 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(Object) - Method in class org.europa.together.domain.TreeNode
-
Set the value of a node.
- setValue(String) - Method in class org.europa.together.domain.ConfigurationDO
-
Set value.
- setVersion(String) - Method in class org.europa.together.domain.ConfigurationDO
-
Set version of module.
- SHA - org.europa.together.domain.HashAlgorithm
- SHA256 - org.europa.together.domain.HashAlgorithm
- SHA512 - 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.The following option will be executed: remove XML comments remove whitespace remove linebreak The final result is an XML in one row without comments and whitespace in one line.
- skipBom(String) - Static method in class org.europa.together.utils.StringUtils
-
Detect and remove the (BOM) Byte Order Mark from a string.
- SocketTimeout - Class in org.europa.together.utils
-
Helper Class to iniciate timeouts in connections e.g.
- startCDATA() - Method in class org.europa.together.application.SaxDocumentHandler
- startDocument() - Method in class org.europa.together.application.SaxDocumentHandler
- startDTD(String, String, String) - Method in class org.europa.together.application.SaxDocumentHandler
- startElement(String, String, String, Attributes) - Method in class org.europa.together.application.SaxDocumentHandler
- startPrefixMapping(String, String) - Method in class org.europa.together.application.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 interface org.europa.together.business.Logger
-
Detect the Directory where the application is running.
- SYSTEM_APP_DIR - Static variable in class org.europa.together.utils.Constraints
-
Detect the Directory where the application is running.
- 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
-
Velocity Template Renderer.
- TEXT - Static variable in class org.europa.together.utils.Validator
-
Text.
- textProcessor(String, String) - Static method in class org.europa.together.application.FF4jAnnotationPreProcessorHelper
-
Process the content of a java class file and replace implementations by RegEx.
- TIME_24H - Static variable in class org.europa.together.utils.Validator
-
Time in 24 hour format: 00:00 to 23:59.
- timeout(int, String, int) - Static method in class org.europa.together.utils.SocketTimeout
-
Initiate a timeout after the given time in milliseconds are passed.
- 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.ListTree
- toString() - Method in class org.europa.together.domain.AnnotatedClass
- toString() - Method in enum org.europa.together.domain.ByteOrderMark
- toString() - Method in class org.europa.together.domain.ConfigurationDO
- toString() - Method in enum org.europa.together.domain.HashAlgorithm
- toString() - Method in class org.europa.together.domain.JdbcConnection
- toString() - Method in enum org.europa.together.domain.LogLevel
- toString() - Method in enum org.europa.together.domain.ResourceType
- toString() - Method in class org.europa.together.domain.TreeNode
- toString() - Method in class org.europa.together.domain.Version
- TRACE - 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 - Class in org.europa.together.domain
-
Data structure for a tree.
- TreeNode() - Constructor for class org.europa.together.domain.TreeNode
-
Constructor.
- TreeNode(String) - Constructor for class org.europa.together.domain.TreeNode
-
Constructor.
- TreeWalker - 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 exist.
- updateAnnotationType(String) - Method in class org.europa.together.domain.AnnotatedClass
-
Allows to update the annotation type of the collection.
- 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.
- updateDatabaseConfiguration(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 - 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 - org.europa.together.domain.ByteOrderMark
- UTF_16LE - org.europa.together.domain.ByteOrderMark
- UTF_32BE - org.europa.together.domain.ByteOrderMark
- UTF_32LE - org.europa.together.domain.ByteOrderMark
- UTF_8 - 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.
- Validator - Class in org.europa.together.utils
-
A simple RexEx Validator.
- valueOf(String) - Static method in enum org.europa.together.domain.ByteOrderMark
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.europa.together.domain.HashAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.europa.together.domain.LogLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.europa.together.domain.ResourceType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.europa.together.domain.ByteOrderMark
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.europa.together.domain.HashAlgorithm
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.europa.together.domain.LogLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.europa.together.domain.ResourceType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VelocityRenderer - Class in org.europa.together.application
-
Implementation of a VelocityRenderer.
- 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_NUMBER - Static variable in class org.europa.together.utils.Validator
-
Version number based on semantic versioning.
W
- WARN - org.europa.together.domain.LogLevel
- warning(SAXParseException) - Method in class org.europa.together.application.SaxDocumentHandler
- writeDocument(PdfReader, String) - Method in class org.europa.together.application.ITextRenderer
- writeDocument(PdfReader, 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.
- 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.
All Classes All Packages