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 

I

Id - Class in com.comtrade.ecm.engine.datatypes
A reference to other objects.
It performs a role of a primary key of a foreign set of data.
Id(Object) - Constructor for class com.comtrade.ecm.engine.datatypes.Id
 
IdBuilder(String) - Constructor for class com.comtrade.ecm.engine.business.entity.attributes.EcmAttributeDefinition.IdBuilder
 
Identifiable - Interface in com.comtrade.ecm.engine.objects
An object that can identify itself.
That indentification should be sufficient to uniquely identify an object inside some pool of objects (most commonly, pool of objects of the same type).
It is possible that object from some other pool can have the same identification.
identify() - Method in interface com.comtrade.ecm.engine.objects.Identifiable
Returns unique identifier of an object inside some pool of objects.
implementsInterface(Class<?>, Class<?>) - Static method in class com.comtrade.ecm.engine.util.ClassUtils
Gives an information if a class implements a particular interface.
implementsInterface(Object, Class<?>) - Static method in class com.comtrade.ecm.engine.util.ClassUtils
Gives an information if an object implements a particular interface.
implementsInterfaceDirectly() - Method in class com.comtrade.ecm.engine.util.TestClassUtils
 
implementsInterfaceIndirectly() - Method in class com.comtrade.ecm.engine.util.TestClassUtils
 
info(Throwable) - Method in class com.comtrade.ecm.engine.logging.AbstractLogger
 
info(Supplier<String>) - Method in class com.comtrade.ecm.engine.logging.AbstractLogger
 
info(Identifiable, Supplier<String>) - Method in class com.comtrade.ecm.engine.logging.AbstractLogger
 
info(Supplier<String>, Throwable) - Method in class com.comtrade.ecm.engine.logging.AbstractLogger
 
info(Identifiable, Supplier<String>, Throwable) - Method in class com.comtrade.ecm.engine.logging.AbstractLogger
 
info(String) - Method in interface com.comtrade.ecm.engine.logging.EcmSimpleLogger
 
info(Identifiable, String) - Method in interface com.comtrade.ecm.engine.logging.EcmSimpleLogger
 
info(Throwable) - Method in interface com.comtrade.ecm.engine.logging.EcmSimpleLogger
 
info(String, Throwable) - Method in interface com.comtrade.ecm.engine.logging.EcmSimpleLogger
 
info(Identifiable, String, Throwable) - Method in interface com.comtrade.ecm.engine.logging.EcmSimpleLogger
 
info(Supplier<String>) - Method in interface com.comtrade.ecm.engine.logging.EcmSupplierLogger
 
info(Identifiable, Supplier<String>) - Method in interface com.comtrade.ecm.engine.logging.EcmSupplierLogger
 
info(Supplier<String>, Throwable) - Method in interface com.comtrade.ecm.engine.logging.EcmSupplierLogger
 
info(Identifiable, Supplier<String>, Throwable) - Method in interface com.comtrade.ecm.engine.logging.EcmSupplierLogger
 
info(String) - Method in class com.comtrade.ecm.engine.logging.LoggerDefault
 
info(Identifiable, String) - Method in class com.comtrade.ecm.engine.logging.LoggerDefault
 
info(Identifiable, String, Throwable) - Method in class com.comtrade.ecm.engine.logging.LoggerDefault
 
info(String, Throwable) - Method in class com.comtrade.ecm.engine.logging.LoggerDefault
 
info(Supplier<String>) - Method in class com.comtrade.ecm.engine.logging.LoggerDefault
 
info(Identifiable, Supplier<String>) - Method in class com.comtrade.ecm.engine.logging.LoggerDefault
 
info(Supplier<String>, Throwable) - Method in class com.comtrade.ecm.engine.logging.LoggerDefault
 
info(Identifiable, Supplier<String>, Throwable) - Method in class com.comtrade.ecm.engine.logging.LoggerDefault
 
info(Throwable) - Method in class com.comtrade.ecm.engine.logging.LoggerDefault
 
insert() - Method in interface com.comtrade.ecm.engine.persistence.Persistable
 
insert(ApplicationUser, T) - Method in interface com.comtrade.ecm.engine.persistence.PersistenceEntityManager
 
INSTANCE - Static variable in class com.comtrade.ecm.engine.logging.LoggerDefault
 
IntBuilder(String) - Constructor for class com.comtrade.ecm.engine.business.entity.attributes.EcmAttributeDefinition.IntBuilder
 
InternetUtils - Class in com.comtrade.ecm.engine.util
 
IOConstants - Class in com.comtrade.ecm.engine.io
 
IOUtils - Class in com.comtrade.ecm.engine.io
 
isBlank(String) - Static method in class com.comtrade.ecm.engine.util.StringUtils
 
isBlank() - Method in class com.comtrade.ecm.engine.util.TestStringUtils
 
isBoolean(Class<?>) - Static method in class com.comtrade.ecm.engine.util.ClassDetectionUtils
Returns an information if a class is Boolean/boolean class.
isBoolean(Object) - Static method in class com.comtrade.ecm.engine.util.ClassDetectionUtils
Returns an information if an object could be treated as Boolean.
isCharacter(Class<?>) - Static method in class com.comtrade.ecm.engine.util.ClassDetectionUtils
Returns an information if a class is Character/char class.
isCharacter(Object) - Static method in class com.comtrade.ecm.engine.util.ClassDetectionUtils
Returns an information if an object could be treated as Character.
isDebugEnabled() - Method in interface com.comtrade.ecm.engine.logging.EcmSimpleLogger
 
isDebugEnabled() - Method in class com.comtrade.ecm.engine.logging.LoggerDefault
 
isDouble(Class<?>) - Static method in class com.comtrade.ecm.engine.util.ClassDetectionUtils
Returns an information if a class is Double/double class.
isDouble(Object) - Static method in class com.comtrade.ecm.engine.util.ClassDetectionUtils
Returns an information if an object could be treated as Double.
isEditable() - Method in interface com.comtrade.ecm.engine.business.entity.attributes.AttributeDefinition
 
isEditable() - Method in class com.comtrade.ecm.engine.business.entity.attributes.EcmAttributeDefinition
 
isEmpty(Id) - Static method in class com.comtrade.ecm.engine.datatypes.Id
 
isEmpty(CharSequence) - Static method in class com.comtrade.ecm.engine.util.StringUtils
 
isEmpty() - Method in class com.comtrade.ecm.engine.util.TestStringUtils
 
isErrorEnabled() - Method in interface com.comtrade.ecm.engine.logging.EcmSimpleLogger
 
isErrorEnabled() - Method in class com.comtrade.ecm.engine.logging.LoggerDefault
 
isExportable() - Method in interface com.comtrade.ecm.engine.business.entity.attributes.AttributeDefinition
 
isExportable() - Method in class com.comtrade.ecm.engine.business.entity.attributes.EcmAttributeDefinition
 
isFilterable() - Method in interface com.comtrade.ecm.engine.business.entity.attributes.AttributeDefinition
 
isFilterable() - Method in class com.comtrade.ecm.engine.business.entity.attributes.EcmAttributeDefinition
 
isFloat(Class<?>) - Static method in class com.comtrade.ecm.engine.util.ClassDetectionUtils
Returns an information if a class is Float/float class.
isFloat(Object) - Static method in class com.comtrade.ecm.engine.util.ClassDetectionUtils
Returns an information if an object could be treated as Float.
isHidden() - Method in interface com.comtrade.ecm.engine.config.ConfigurationParameter
 
isInfoEnabled() - Method in interface com.comtrade.ecm.engine.logging.EcmSimpleLogger
 
isInfoEnabled() - Method in class com.comtrade.ecm.engine.logging.LoggerDefault
 
isInteger(Class<?>) - Static method in class com.comtrade.ecm.engine.util.ClassDetectionUtils
Returns an information if a class is Integer/int class.
isInteger(Object) - Static method in class com.comtrade.ecm.engine.util.ClassDetectionUtils
Returns an information if an object could be treated as Integer.
isLong(Class<?>) - Static method in class com.comtrade.ecm.engine.util.ClassDetectionUtils
Returns an information if a class is Long/long class.
isLong(Object) - Static method in class com.comtrade.ecm.engine.util.ClassDetectionUtils
Returns an information if an object could be treated as Long.
isMimeTypeImage(String) - Static method in class com.comtrade.ecm.engine.io.mime.MimeTypeUtils
 
isMimeTypePdf(String) - Static method in class com.comtrade.ecm.engine.io.mime.MimeTypeUtils
 
isMimeTypeWordDocument(String) - Static method in class com.comtrade.ecm.engine.io.mime.MimeTypeUtils
 
isNative() - Method in interface com.comtrade.ecm.engine.business.entity.attributes.AttributeDefinition
 
isNative() - Method in class com.comtrade.ecm.engine.business.entity.attributes.EcmAttributeDefinition
 
isNotBlank(String) - Static method in class com.comtrade.ecm.engine.util.StringUtils
Method created after a special request of Lazar Stefanović.
He said that such a method would make his life much easier, so why shouldn't we make it?
isNotEmpty(String) - Static method in class com.comtrade.ecm.engine.util.StringUtils
Method created after a special request of Lazar Stefanović.
He said that such a method would make his life much easier, so why shouldn't we make it?
isNullable() - Method in interface com.comtrade.ecm.engine.business.entity.attributes.AttributeDefinition
 
isNullable() - Method in class com.comtrade.ecm.engine.business.entity.attributes.EcmAttributeDefinition
 
isOfClass(Class<?>, Class<?>) - Static method in class com.comtrade.ecm.engine.util.ClassDetectionUtils
Returns an information if a type childClass is a subtype of parentClass.
isOfClass(Object, Class<?>) - Static method in class com.comtrade.ecm.engine.util.ClassDetectionUtils
Returns an information if an object is a of type parentClass.
isRecordEditable() - Method in interface com.comtrade.ecm.engine.business.entity.attributes.AttributeDefinition
 
isRecordEditable() - Method in class com.comtrade.ecm.engine.business.entity.attributes.EcmAttributeDefinition
 
isRecordShowable() - Method in interface com.comtrade.ecm.engine.business.entity.attributes.AttributeDefinition
 
isRecordShowable() - Method in class com.comtrade.ecm.engine.business.entity.attributes.EcmAttributeDefinition
 
isRepeating() - Method in interface com.comtrade.ecm.engine.business.entity.attributes.AttributeDefinition
 
isRepeating() - Method in class com.comtrade.ecm.engine.business.entity.attributes.EcmAttributeDefinition
 
isSameDateAs(DateTime) - Method in class com.comtrade.ecm.engine.datatypes.Date
Compares an object to another DateTime-object.
The method name is INTENTIONALLY chosen NOT TO BE equals in order to prevent a possible mix-up.
Date and DateTime will be treated as "of same date" if they are equal on year/month/dayOfMonth level
isSameDateAs(Date) - Method in class com.comtrade.ecm.engine.datatypes.DateTime
Compares an object to another Date-object.
isSameDateAs() - Method in class com.comtrade.ecm.engine.datatypes.TestDate
 
isShowable() - Method in interface com.comtrade.ecm.engine.business.entity.attributes.AttributeDefinition
 
isShowable() - Method in class com.comtrade.ecm.engine.business.entity.attributes.EcmAttributeDefinition
 
isSummable() - Method in interface com.comtrade.ecm.engine.business.entity.attributes.AttributeDefinition
 
isSummable() - Method in class com.comtrade.ecm.engine.business.entity.attributes.EcmAttributeDefinition
 
isTableEditable() - Method in interface com.comtrade.ecm.engine.business.entity.attributes.AttributeDefinition
 
isTableEditable() - Method in class com.comtrade.ecm.engine.business.entity.attributes.EcmAttributeDefinition
 
isTableShowable() - Method in interface com.comtrade.ecm.engine.business.entity.attributes.AttributeDefinition
 
isTableShowable() - Method in class com.comtrade.ecm.engine.business.entity.attributes.EcmAttributeDefinition
 
isToBeLocalized() - Method in class com.comtrade.ecm.engine.objects.EcmMessagePart
 
isTrimmed() - Method in interface com.comtrade.ecm.engine.business.entity.attributes.AttributeDefinition
 
isTrimmed() - Method in class com.comtrade.ecm.engine.business.entity.attributes.EcmAttributeDefinition
 
isValueHidden() - Method in interface com.comtrade.ecm.engine.business.entity.attributes.AttributeDefinition
 
isValueHidden() - Method in class com.comtrade.ecm.engine.business.entity.attributes.EcmAttributeDefinition
 
isWarnEnabled() - Method in interface com.comtrade.ecm.engine.logging.EcmSimpleLogger
 
isWarnEnabled() - Method in class com.comtrade.ecm.engine.logging.LoggerDefault
 
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