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

E

EcmAction - Interface in com.comtrade.ecm.engine.business.actions
An action defines a procedure which can be called inside an application.
EcmAttributeDefinition - Class in com.comtrade.ecm.engine.business.entity.attributes
 
EcmAttributeDefinition.AmountBuilder - Class in com.comtrade.ecm.engine.business.entity.attributes
 
EcmAttributeDefinition.BooleanBuilder - Class in com.comtrade.ecm.engine.business.entity.attributes
 
EcmAttributeDefinition.BusinessIdBuilder - Class in com.comtrade.ecm.engine.business.entity.attributes
 
EcmAttributeDefinition.BusinessKeyBuilder - Class in com.comtrade.ecm.engine.business.entity.attributes
 
EcmAttributeDefinition.ByteArrayBuilder - Class in com.comtrade.ecm.engine.business.entity.attributes
 
EcmAttributeDefinition.DateBuilder - Class in com.comtrade.ecm.engine.business.entity.attributes
 
EcmAttributeDefinition.DateTimeBuilder - Class in com.comtrade.ecm.engine.business.entity.attributes
 
EcmAttributeDefinition.DoubleBuilder - Class in com.comtrade.ecm.engine.business.entity.attributes
 
EcmAttributeDefinition.EcmStreamBuilder - Class in com.comtrade.ecm.engine.business.entity.attributes
 
EcmAttributeDefinition.FloatBuilder - Class in com.comtrade.ecm.engine.business.entity.attributes
 
EcmAttributeDefinition.ForeignKeyBuilder - Class in com.comtrade.ecm.engine.business.entity.attributes
 
EcmAttributeDefinition.IdBuilder - Class in com.comtrade.ecm.engine.business.entity.attributes
 
EcmAttributeDefinition.IntBuilder - Class in com.comtrade.ecm.engine.business.entity.attributes
 
EcmAttributeDefinition.LongBuilder - Class in com.comtrade.ecm.engine.business.entity.attributes
 
EcmAttributeDefinition.ObjectBuilder - Class in com.comtrade.ecm.engine.business.entity.attributes
 
EcmAttributeDefinition.PredefinedBuilder - Class in com.comtrade.ecm.engine.business.entity.attributes
 
EcmAttributeDefinition.StringBuilder - Class in com.comtrade.ecm.engine.business.entity.attributes
 
EcmAttributeDefinition.TextBuilder - Class in com.comtrade.ecm.engine.business.entity.attributes
 
EcmBusinessEntity - Annotation Type in com.comtrade.ecm.engine.business.entity
 
EcmBusinessManager - Annotation Type in com.comtrade.ecm.engine.business.manager
 
EcmException - Exception in com.comtrade.ecm.engine.exceptions
Basis for other library-specific exceptions.
If a library (or application) method could throw an exception which will be propagated to a front-end, then it should inherit this exception.
EcmException() - Constructor for exception com.comtrade.ecm.engine.exceptions.EcmException
 
EcmFolder - Class in com.comtrade.ecm.engine.io
Folder (special "case of a File").
Collection of File-objects (usually on a disk).
EcmFolder(String) - Constructor for class com.comtrade.ecm.engine.io.EcmFolder
 
EcmJobExecutionException - Exception in com.comtrade.ecm.app.pudms.jobs
 
EcmJobExecutionException() - Constructor for exception com.comtrade.ecm.app.pudms.jobs.EcmJobExecutionException
 
EcmLogger - Interface in com.comtrade.ecm.engine.logging
Logger object for application and library objects.
It combines simple logging methods (from EcmSimpleLogger) with more advanced methods (from EcmSupplierLogger).
EcmMessage - Class in com.comtrade.ecm.engine.objects
A collection of EcmMessageParts.
The final result (of a conversion of EcmMessage to a String) will be created by concatenation of conversion of its EcmMessageParts.
A conversion to a String is not performed inside this object.
EcmMessage() - Constructor for class com.comtrade.ecm.engine.objects.EcmMessage
 
EcmMessagePart - Class in com.comtrade.ecm.engine.objects
An object that keeps information about a part of the message that is going to be presented to a user.
For example, it can be shown on the screen, or written in a log-file, or saved in the database (possibly, many other scenarios may be "invented").
Every EcmMessagePart can be used
- literally (exactly as it is), if EcmMessagePart.toBeLocalized is false, or
- in its localized form (if localization is possible), if EcmMessagePart.toBeLocalized is true.

A conversion to a String is not performed inside this object.
EcmMultipleException - Exception in com.comtrade.ecm.engine.exceptions
An object that represents an ordered collection of EcmSimpleException-objects.
Sometimes, as a result of some method's work, we do not get only one exception, but a collection of them.
EcmMultipleException() - Constructor for exception com.comtrade.ecm.engine.exceptions.EcmMultipleException
 
EcmMultipleException(EcmSimpleException...) - Constructor for exception com.comtrade.ecm.engine.exceptions.EcmMultipleException
 
EcmQuartzTriggerListener - Class in com.comtrade.ecm.app.pudms.jobs
 
EcmQuartzTriggerListener() - Constructor for class com.comtrade.ecm.app.pudms.jobs.EcmQuartzTriggerListener
 
EcmService - Interface in com.comtrade.ecm.engine.services
Marker interface used to identify EcmLibrary services
EcmServiceManager - Class in com.comtrade.ecm.engine.services
Manager of EcmServiceProviders.
If asked, it finds/creates/returns them.
Storage for information regarding EcmServiceProviders is EcmServiceManagerDefinitions.
EcmServiceProvider - Annotation Type in com.comtrade.ecm.engine.services
 
EcmSimpleException - Exception in com.comtrade.ecm.engine.exceptions
An exception that can be thrown from library method(s).
All EcmSimpleExceptions have a collection of EcmMessagePart-objects, i.e., messages that COULD be localized (if said so).
The aim is to enable an automated transformation from an EcmExtension to a "front-end message" (a message that can be presented to a user).
EcmSimpleException() - Constructor for exception com.comtrade.ecm.engine.exceptions.EcmSimpleException
Constructor that initializes list of exception's messages (which means setting exception's class name as the first part of a message).
EcmSimpleException(EcmMessagePart...) - Constructor for exception com.comtrade.ecm.engine.exceptions.EcmSimpleException
Creates an exception with following submessages :
- exception's class simple name - all the EcmMessagePart-objects transfered as a parameter
EcmSimpleException(Collection<EcmMessagePart>) - Constructor for exception com.comtrade.ecm.engine.exceptions.EcmSimpleException
Creates an exception with following submessages :
- exception's class simple name - all the EcmMessagePart-objects transfered as a parameter
EcmSimpleException(Exception) - Constructor for exception com.comtrade.ecm.engine.exceptions.EcmSimpleException
Creates an exception with following submessages :
- (potentionally localized) exception's class simple name - unlocalized exception's message
EcmSimpleLogger - Interface in com.comtrade.ecm.engine.logging
Defines a simple logging object.
EcmStreamBuilder(String) - Constructor for class com.comtrade.ecm.engine.business.entity.attributes.EcmAttributeDefinition.EcmStreamBuilder
 
EcmSupplierLogger - Interface in com.comtrade.ecm.engine.logging
Defines methods which work with Supplier-objects instead of String-objects, in order to optimize logging speed.
EMPTY_STRING - Static variable in class com.comtrade.ecm.engine.util.StringUtils
An empty String.
Name of this parameter has been chosen carefully.
encrypt(byte[]) - Static method in class com.comtrade.ecm.engine.util.EncryptionUtils
 
encrypt(String, Charset) - Static method in class com.comtrade.ecm.engine.util.EncryptionUtils
 
encrypt(String) - Static method in class com.comtrade.ecm.engine.util.EncryptionUtils
 
EncryptionUtils - Class in com.comtrade.ecm.engine.util
 
end() - Method in class com.comtrade.ecm.engine.util.StopWatch
Stops the measuring
EngineConstants - Class in com.comtrade.ecm.engine.system
 
EntityAction<E extends Persistable,T,R,A extends ApplicationUser> - Interface in com.comtrade.ecm.engine.business.actions
 
EOL - Static variable in class com.comtrade.ecm.engine.io.IOConstants
 
equals(Object) - Method in class com.comtrade.ecm.engine.datatypes.Date
Compares an object to another Date object.
equals(Object) - Method in class com.comtrade.ecm.engine.datatypes.DateTime
Compares an object to another DateTime object.
equals(Object) - Method in class com.comtrade.ecm.engine.datatypes.Id
 
equals(Object) - Method in class com.comtrade.ecm.engine.datatypes.Time
Compares an object to another Time object.
equalsToDate() - Method in class com.comtrade.ecm.engine.datatypes.TestDate
 
equalsToDateTime() - Method in class com.comtrade.ecm.engine.datatypes.TestDateTime
 
equalsToTime() - Method in class com.comtrade.ecm.engine.datatypes.TestTime
 
error(Throwable) - Method in class com.comtrade.ecm.engine.logging.AbstractLogger
 
error(Supplier<String>) - Method in class com.comtrade.ecm.engine.logging.AbstractLogger
 
error(Identifiable, Supplier<String>) - Method in class com.comtrade.ecm.engine.logging.AbstractLogger
 
error(Supplier<String>, Throwable) - Method in class com.comtrade.ecm.engine.logging.AbstractLogger
 
error(Identifiable, Supplier<String>, Throwable) - Method in class com.comtrade.ecm.engine.logging.AbstractLogger
 
error(String) - Method in interface com.comtrade.ecm.engine.logging.EcmSimpleLogger
 
error(Identifiable, String) - Method in interface com.comtrade.ecm.engine.logging.EcmSimpleLogger
 
error(Throwable) - Method in interface com.comtrade.ecm.engine.logging.EcmSimpleLogger
 
error(String, Throwable) - Method in interface com.comtrade.ecm.engine.logging.EcmSimpleLogger
 
error(Identifiable, String, Throwable) - Method in interface com.comtrade.ecm.engine.logging.EcmSimpleLogger
 
error(Supplier<String>) - Method in interface com.comtrade.ecm.engine.logging.EcmSupplierLogger
 
error(Identifiable, Supplier<String>) - Method in interface com.comtrade.ecm.engine.logging.EcmSupplierLogger
 
error(Supplier<String>, Throwable) - Method in interface com.comtrade.ecm.engine.logging.EcmSupplierLogger
 
error(Identifiable, Supplier<String>, Throwable) - Method in interface com.comtrade.ecm.engine.logging.EcmSupplierLogger
 
error(String) - Method in class com.comtrade.ecm.engine.logging.LoggerDefault
 
error(Identifiable, String) - Method in class com.comtrade.ecm.engine.logging.LoggerDefault
 
error(Identifiable, String, Throwable) - Method in class com.comtrade.ecm.engine.logging.LoggerDefault
 
error(String, Throwable) - Method in class com.comtrade.ecm.engine.logging.LoggerDefault
 
error(Supplier<String>) - Method in class com.comtrade.ecm.engine.logging.LoggerDefault
 
error(Identifiable, Supplier<String>) - Method in class com.comtrade.ecm.engine.logging.LoggerDefault
 
error(Supplier<String>, Throwable) - Method in class com.comtrade.ecm.engine.logging.LoggerDefault
 
error(Identifiable, Supplier<String>, Throwable) - Method in class com.comtrade.ecm.engine.logging.LoggerDefault
 
error(Throwable) - Method in class com.comtrade.ecm.engine.logging.LoggerDefault
 
execute(A, T) - Method in interface com.comtrade.ecm.engine.business.actions.AppplicationAction
 
execute(A, E, T) - Method in interface com.comtrade.ecm.engine.business.actions.EntityAction
 
execute(A, M, T) - Method in interface com.comtrade.ecm.engine.business.actions.ManagerAction
 
execute(Class<T>, String, ApplicationUser, T, Accessible) - Method in interface com.comtrade.ecm.engine.persistence.PersistenceEntityManager
 
extendsClass(Class<?>, Class<?>) - Static method in class com.comtrade.ecm.engine.util.ClassUtils
Determines if the class or interface represented by parentClass object is either the same as, or is a superclass or superinterface of, the class or interface represented by the specified childClass parameter.
extendsClass(Object, Class<?>) - Static method in class com.comtrade.ecm.engine.util.ClassUtils
Determines if the class or interface represented by parentClass object is either the same as, or is a superclass or superinterface of, the class of the object
A B C D E F G H I J L M N O P Q R S T U V W X Z 
Skip navigation links