Index

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

A

activate(boolean) - Method in class org.eclnt.ccee.usagevariants.UsageVariantManager
 
adaptTableCreationStatement(String, String) - Static method in class org.eclnt.ccee.db.dofw.DOFWDialect
Processed when running DBCreateTables.
add(String, Object) - Method in error org.eclnt.ccee.logic.validation.ValidationError
 
add(String, Object) - Method in class org.eclnt.ccee.logic.validation.ValidationResult
 
add(String, Object, String...) - Method in error org.eclnt.ccee.logic.validation.ValidationError
 
add(String, Object, String...) - Method in class org.eclnt.ccee.logic.validation.ValidationResult
 
add(String, Object, String[], String[]) - Method in error org.eclnt.ccee.logic.validation.ValidationError
 
add(String, Object, String, String[]) - Method in error org.eclnt.ccee.logic.validation.ValidationError
 
addCommitRunnable(Runnable) - Static method in class org.eclnt.ccee.db.DBAccess
 
addCommitRunnable(Runnable) - Method in class org.eclnt.ccee.db.DBAccess.ThreadContext
 
addCommitRunnable(Runnable) - Method in class org.eclnt.ccee.db.DBAction
Allows to add an action that is executed as part of the commit processing.
addDispatchedBeansFromXml(String, List<DefaultDispatcher.DispatchedBeanInfo>) - Method in class org.eclnt.ccee.spring.context.SpringDispatcherInfo
 
addDispatchedBeansFromXml(String, List<DefaultDispatcher.DispatchedBeanInfo>) - Method in class org.eclnt.ccee.spring.v2.context.xmlbased.SpringDispatcherInfo
 
addDispatchedBeansFromXmlPath(String, List<DefaultDispatcher.DispatchedBeanInfo>) - Method in class org.eclnt.ccee.spring.context.SpringDispatcherInfo
 
addDispatchedBeansFromXmlPath(String, List<DefaultDispatcher.DispatchedBeanInfo>) - Method in class org.eclnt.ccee.spring.v2.context.xmlbased.SpringDispatcherInfo
 
addFunctionExecutor(IFunctionExecutor) - Static method in class org.eclnt.ccee.dyndata.functions.FunctionExecutor
 
addListener(DataContext.IListener<CONTENTTYPECLASS>) - Method in class org.eclnt.ccee.datacontext.DataContext
 
addListObject(CONTENTTYPECLASS, int, Object) - Method in class org.eclnt.ccee.datacontext.DataContext
 
addListObject(CONTENTTYPECLASS, Object) - Method in class org.eclnt.ccee.datacontext.DataContext
 
addMapIntoDynDataMap(DynDataMap, Map<String, Object>) - Method in class org.eclnt.ccee.dyndata.DynDataReader
Transfers data of map into dyn-data-map.
addToPool(String, Connection) - Static method in class org.eclnt.ccee.db.dofw.DBConnectionPool
 
addToProtocol(String, String) - Method in class org.eclnt.ccee.quartz.logic.CCEEJobExecutionContext
 
ALL_DIALECTS - Static variable in class org.eclnt.ccee.db.dofw.DOFWDialect
 
AND - Static variable in interface org.eclnt.ccee.ICCEEConstants
 
AppLog - Class in org.eclnt.ccee.log
Application framework logging for the ccee-library.
The log by default checks for the availability of the normal CaptainCasa log which is part of the CaptainCasa server library (eclnt_jsfserver.jar).
AppLog() - Constructor for class org.eclnt.ccee.log.AppLog
 
applyCurrentVariant() - Method in class org.eclnt.ccee.usagevariants.UsageVariantManager
 
approveDialectIsOK(String) - Static method in class org.eclnt.ccee.db.dofw.DOFWDialect
 
ASC - Static variable in interface org.eclnt.ccee.ICCEEConstants
 
autoIncrement() - Element in annotation interface org.eclnt.ccee.db.dofw.annotations.doproperty
Indicates that a field is automatically set by the database, typically due to autoincrement / serial features.
autoIncrementExcludeFromUpdate() - Element in annotation interface org.eclnt.ccee.db.dofw.annotations.doproperty
Additional specification to the doproperty.autoIncrement() attribute: if the field is not part of the key then by default the field content still can be set by the application and as consequence the field is part of the UPDATE statement when updating existing data.
AVG - Static variable in interface org.eclnt.ccee.ICCEEConstants
 

B

BETWEEN - Static variable in interface org.eclnt.ccee.ICCEEConstants
 
boolean2int() - Element in annotation interface org.eclnt.ccee.db.dofw.annotations.doproperty
Data type mapping rule: Java data type is Boolean, SQL data type is String.
boolean2StringDefault() - Element in annotation interface org.eclnt.ccee.db.dofw.annotations.doproperty
If the string representation of the boolean neither matches "true" or "false" then the default value that is passed back can be explicitly defined.
boolean2StringJN() - Element in annotation interface org.eclnt.ccee.db.dofw.annotations.doproperty
Data type mapping rule: Java data type is Boolean, SQL data type is string.
boolean2StringX() - Element in annotation interface org.eclnt.ccee.db.dofw.annotations.doproperty
Data type mapping rule: Java data type is Boolean, SQL data type is string.
boolean2StringYN() - Element in annotation interface org.eclnt.ccee.db.dofw.annotations.doproperty
Data type mapping rule: Java data type is Boolean, SQL data type is string.
BRC - Static variable in interface org.eclnt.ccee.ICCEEConstants
 
BRO - Static variable in interface org.eclnt.ccee.ICCEEConstants
 
buffered() - Element in annotation interface org.eclnt.ccee.db.dofw.annotations.doentity
Definition if read to objects are buffered so that subsequent read operations via DOFWSql.queryOne() are managed within the buffer.
BUFFEREDNULL - Static variable in class org.eclnt.ccee.db.dofw.util.DOFWBuffer
 
BufferResult(boolean, Object) - Constructor for class org.eclnt.ccee.db.dofw.util.DOFWBuffer.BufferResult
 
buildSqlString(String) - Method in class org.eclnt.ccee.db.dofw.DOFWFunction
 

C

callFacade(FacadeTransferObjectSend) - Method in interface org.eclnt.ccee.facade.IFacadeTransfer
 
callFacade(FacadeTransferObjectSend) - Method in class org.eclnt.ccee.facade.transfer.FacadeTransferDirect
 
callFacade(FacadeTransferObjectSend) - Method in class org.eclnt.ccee.facade.transfer.FacadeTransferHttpPost
 
callFacadeMethod(String, String, Class[], Serializable[]) - Method in class org.eclnt.ccee.facade.FacadeClient
 
callFacadeMethod(String, String, String[], byte[][]) - Static method in class org.eclnt.ccee.facade.FacadeServer
 
callFacadeMethod(FacadeTransferObjectSend) - Static method in class org.eclnt.ccee.facade.FacadeServer
 
CCEEJobExecutionContext - Class in org.eclnt.ccee.quartz.logic
 
CCEEJobExecutionContext(String) - Constructor for class org.eclnt.ccee.quartz.logic.CCEEJobExecutionContext
 
CCEEJobLogic - Class in org.eclnt.ccee.quartz.logic
Facade for accessing logic behind scheduler.
CCEEJobLogic() - Constructor for class org.eclnt.ccee.quartz.logic.CCEEJobLogic
 
checkConnection(Connection) - Method in class org.eclnt.ccee.db.dofw.DBConnectionPoolDefaultConnectionChecker
 
checkConnection(Connection) - Method in interface org.eclnt.ccee.db.dofw.IDBConnectionPoolConnectionChecker
Each connection is checked after it was picked from pool.
checkIfAbstractApplicationContextIsRegistered(ISessionAbstraction) - Method in class org.eclnt.ccee.spring.v2.context.util.DialogSessionApplicationContextFactoryBase
 
checkIfActive() - Method in class org.eclnt.ccee.quartz.logic.QuartzSchedulerManager
 
checkIfActiveInstance() - Method in interface org.eclnt.ccee.quartz.logic.IActiveInstanceChecker
 
checkIfBuffered(Class) - Static method in class org.eclnt.ccee.db.dofw.util.DOFWBuffer
 
checkIfClassContainsPropertiesWithOnlyReadWithSingleReadOperations(Class) - Static method in class org.eclnt.ccee.db.dofw.DOFWRepository
 
checkIfContainedObjectIsNew(Object) - Method in class org.eclnt.ccee.datacontext.DataContext
 
checkIfContentWasChanged() - Method in class org.eclnt.ccee.datacontext.DataContext
 
checkIfKey(Class, String) - Static method in class org.eclnt.ccee.dyndata.DynDataUtil
 
checkIfLoaded(CONTENTTYPECLASS) - Method in class org.eclnt.ccee.datacontext.DataContext
 
checkIfMethodIsHandled(String) - Method in interface org.eclnt.ccee.dyndata.functions.IFunctionExecutor
 
checkIfObjectAlreadyExists(Object) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Checks if an object with the same key already exists in the database.
checkIfObjectAlreadyExists(String, Object) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Checks if an object with the same key already exists in the database.
checkIfObjectExistsInDB() - Method in class org.eclnt.ccee.datacontext.DataContext
Method to be implemented by extensions: the method must check in the database if the object is available.
checkIfObjectExistsInDB() - Method in class org.eclnt.ccee.datacontext.dofw.DataContextDOFW
 
checkIfObjectIsOrderByInstrcution(Object) - Static method in class org.eclnt.ccee.db.util.QueryUtils
 
checkIfObjectIsQueryLogic(Object) - Static method in class org.eclnt.ccee.db.util.QueryUtils
 
checkIfObjectIsSQLComparator(Object) - Static method in class org.eclnt.ccee.db.util.QueryUtils
 
checkIfPropertyHasCenturyColumn(DOFWProperty) - Static method in class org.eclnt.ccee.db.dofw.util.DOFWUtils
 
checkIfRangeSelectionIsSupported(String) - Static method in class org.eclnt.ccee.db.dofw.DOFWDialect
The query for ranges (i.e. with top and offset definition) is not supported by all databases.
checkIfRootIsManagedByDOFW(DynDataDefinition) - Static method in class org.eclnt.ccee.dyndata.DynDataUtil
 
checkIfSolrIsAvailable() - Static method in class org.eclnt.ccee.solr.SOLRAccess
 
checkIfUUIDIsRepresentedAsString(String) - Static method in class org.eclnt.ccee.db.dofw.DOFWDialect
Some databases do not support UUID objects.
checkIfVaidationInfoAlreadyIsContained(ValidationError.ValidationInfo) - Method in error org.eclnt.ccee.logic.validation.ValidationError
 
checkIfVariantContainsUserId(String) - Method in class org.eclnt.ccee.usagevariants.UsageVariantManager
 
ClassLoaderBridge - Class in org.eclnt.ccee.bridges
 
ClassLoaderBridge() - Constructor for class org.eclnt.ccee.bridges.ClassLoaderBridge
 
cleanFileName(String) - Static method in class org.eclnt.ccee.file.FileNameCleaner
 
clear() - Method in class org.eclnt.ccee.datacontext.DataContext
 
clearFunctionExecutors() - Static method in class org.eclnt.ccee.dyndata.functions.FunctionExecutor
 
clearList(CONTENTTYPECLASS) - Method in class org.eclnt.ccee.datacontext.DataContext
 
clearObjectCache(Class) - Static method in class org.eclnt.ccee.db.dofw.util.DOFWBuffer
 
CloneUtil - Class in org.eclnt.ccee.util
Utility for deeply cloning objects by serializing and de-serializing.
CloneUtil() - Constructor for class org.eclnt.ccee.util.CloneUtil
 
CloneUtil.MyObjectInputStream - Class in org.eclnt.ccee.util
 
closeConnection(Object) - Static method in class org.eclnt.ccee.db.DBAccess
 
column() - Element in annotation interface org.eclnt.ccee.db.dofw.annotations.doproperty
Column name, if not set then the column name is assumed to be the same as the property name.
commitConnection(String) - Static method in class org.eclnt.ccee.db.DBAccess
 
compareImages(BufferedImage, BufferedImage) - Static method in class org.eclnt.ccee.image.ImageCompare
compareImages(BufferedImage, BufferedImage, Color) - Static method in class org.eclnt.ccee.image.ImageCompare
 
comparePDFs(byte[], byte[]) - Static method in class org.eclnt.ccee.pdf.PDFCompare
 
compareTo(DynDataAttribute) - Method in class org.eclnt.ccee.dyndata.DynDataAttribute
 
compareTo(DynDataUtil.FilePathInfo) - Method in class org.eclnt.ccee.dyndata.DynDataUtil.FilePathInfo
 
Config - Class in org.eclnt.ccee.config
Central class for getting configuration parameters.
Config() - Constructor for class org.eclnt.ccee.config.Config
 
CONFIG_config_cascading - Static variable in class org.eclnt.ccee.config.Config
 
CONFIG_config_configproviderclassname - Static variable in class org.eclnt.ccee.config.Config
 
CONFIG_db_autotrim - Static variable in class org.eclnt.ccee.config.Config
 
CONFIG_db_connectionpasswordproviderclassname - Static variable in class org.eclnt.ccee.config.Config
 
CONFIG_db_connectionproviderclassname - Static variable in class org.eclnt.ccee.config.Config
 
CONFIG_db_datasource - Static variable in class org.eclnt.ccee.config.Config
 
CONFIG_db_driver - Static variable in class org.eclnt.ccee.config.Config
 
CONFIG_db_explicitSchema - Static variable in class org.eclnt.ccee.config.Config
 
CONFIG_db_password - Static variable in class org.eclnt.ccee.config.Config
 
CONFIG_db_schema - Static variable in class org.eclnt.ccee.config.Config
 
CONFIG_db_sqldialect - Static variable in class org.eclnt.ccee.config.Config
 
CONFIG_db_traceclassname - Static variable in class org.eclnt.ccee.config.Config
 
CONFIG_db_url - Static variable in class org.eclnt.ccee.config.Config
 
CONFIG_db_username - Static variable in class org.eclnt.ccee.config.Config
 
CONFIG_db_withpooling - Static variable in class org.eclnt.ccee.config.Config
 
CONFIG_quartz_active - Static variable in class org.eclnt.ccee.config.Config
 
CONFIG_quartz_autosetup - Static variable in class org.eclnt.ccee.config.Config
 
convertJdbcDataTypeToJavaDataType(int) - Static method in class org.eclnt.ccee.db.jdbc.JDBCUtils
 
convertPDFIntoBytesPNG(byte[], int) - Static method in class org.eclnt.ccee.pdf.PDF2ImageConverter
 
convertPDFIntoBytesPNG(byte[], int, int, ImageType) - Static method in class org.eclnt.ccee.pdf.PDF2ImageConverter
 
convertPDFIntoImage(byte[], int) - Static method in class org.eclnt.ccee.pdf.PDF2ImageConverter
 
convertPDFIntoImage(byte[], int, int, ImageType) - Static method in class org.eclnt.ccee.pdf.PDF2ImageConverter
 
convertPDFIntoThumbImagePNG(byte[], int, int) - Static method in class org.eclnt.ccee.pdf.PDF2ImageConverter
 
convertPDFIntoThumbImagePNG(byte[], int, int, int, ImageType) - Static method in class org.eclnt.ccee.pdf.PDF2ImageConverter
 
convertResultSetValueIntoSimpleDataTypeValue(Object, DOFWProperty, ResultSet, int, Class) - Method in interface org.eclnt.ccee.db.dofw.ISimpleDataTypeExtensionDOFW
 
COUNT - Static variable in interface org.eclnt.ccee.ICCEEConstants
 
createBatchStatement(String) - Method in class org.eclnt.ccee.db.DBAction
Creates a prepared statement for the query.
createClone(CLASS) - Static method in class org.eclnt.ccee.util.CloneUtil
 
createConnection(String) - Static method in class org.eclnt.ccee.db.DBAccess
 
createConnection(String) - Method in interface org.eclnt.ccee.db.IDBConnectionProvider
Create connection for contextName.
createDemoDDD() - Static method in class org.eclnt.ccee.dyndata.DynDataUtil
 
createDynDataMap(DynDataDefinition) - Method in class org.eclnt.ccee.dyndata.DynDataReader
Create data completely out of configuration of DynDataDefinition.
createDynDataMap(DynDataDefinition, Object) - Method in class org.eclnt.ccee.dyndata.DynDataReader
This is the starter method for creating a DynDataMap instance with a single entrance object.
createDynDataMapFromMap(Map<String, Object>) - Method in class org.eclnt.ccee.dyndata.DynDataReader
This is the starter method for creating a DynDataMap instance with an existing map.
createDynDataMapFromMap(DynDataDefinition, Map<String, Object>) - Method in class org.eclnt.ccee.dyndata.DynDataReader
This is the starter method for creating a DynDataMap instance with an existing map.
CreateFacadeStub - Class in org.eclnt.ccee.facade.tools
Creation of Java-code for a facade class.
CreateFacadeStub(String, String, Class<?>) - Constructor for class org.eclnt.ccee.facade.tools.CreateFacadeStub
 
createMetaDataFromInstance(DynDataMap, DynDataDefinition) - Static method in class org.eclnt.ccee.dyndata.DynDataInstanceToMetaData
 
createObject() - Method in interface org.eclnt.ccee.dyndata.creation.ICreatePreviewTestObject
 
createPropertyForGetter(Class, Method) - Method in class org.eclnt.ccee.db.dofw.DOFWRepository.DefaultOverrideContent
 
createPropertyForGetter(Class, Method) - Method in interface org.eclnt.ccee.db.dofw.DOFWRepository.IOverrideContent
 
createSolrClient() - Static method in class org.eclnt.ccee.solr.SOLRAccess
 
createSpringContext() - Method in class org.eclnt.ccee.spring.context.DispatcherBySpringAccess
Creation of spring context.
createSpringContext() - Method in class org.eclnt.ccee.spring.v2.context.annotationbased.DispatcherByAnnotationSpringAccess
Creation of spring context.
createSpringContext() - Method in class org.eclnt.ccee.spring.v2.context.xmlbased.DispatcherByXMLSpringAccess
Creation of spring context.
createStatement(String) - Method in class org.eclnt.ccee.db.DBAction
Creates a PreparedStatement - this method can be called within the DBAction.run() implementation in order to create a prepared statement.
createStatement(String, int) - Method in class org.eclnt.ccee.db.DBAction
Same as DBAction.createStatement(String) but now with additional int-indicator that is passed into the original prepareStatement(...) method.
createStub() - Method in class org.eclnt.ccee.facade.tools.CreateFacadeStub
 
createTables() - Method in class org.eclnt.ccee.db.DBCreateTables
Creates the tables in default resource file "ccee_dbcreatetables.sql".
createTables(String) - Method in class org.eclnt.ccee.db.DBCreateTables
Creates the tables in default resource file "ccee_dbcreatetables.sql" for the DEFAULT_CONTEXT and in "ccee_dbcreatetables_<contextName>.sql" for other contexts.
createThumbImage(String, int, int) - Static method in class org.eclnt.ccee.image.ThumbImageCreator
 
createThumbImage(String, String, int, int) - Static method in class org.eclnt.ccee.image.ThumbImageCreator
 
createUpdateJobTables() - Static method in class org.eclnt.ccee.quartz.logic.CCEEJobLogic
 
creatTablesByExplicitResourceFile(String) - Method in class org.eclnt.ccee.db.DBCreateTables
Create tables according to statements that are contained in the resource that is passed.
creatTablesByExplicitResourceFile(String, String) - Method in class org.eclnt.ccee.db.DBCreateTables
Create tables according to statements that are contained in the resource that is passed.
cropImage(byte[], int, int, int, int) - Static method in class org.eclnt.ccee.image.ImageCropper
 
cutClassCastInfoFromValueString(String) - Static method in class org.eclnt.ccee.db.util.QueryUtils
 

D

DataContext<HOMEOBJECTCLASS,CONTENTTYPECLASS> - Class in org.eclnt.ccee.datacontext
Management of objects that belong to a dedicated processing context and which need to be prcessed as unique instances throughout a certain processing.
DataContext(HOMEOBJECTCLASS) - Constructor for class org.eclnt.ccee.datacontext.DataContext
 
DataContext.DefaultListener<CONTENTTYPECLASS> - Class in org.eclnt.ccee.datacontext
 
DataContext.IListener<CONTENTTYPECLASS> - Interface in org.eclnt.ccee.datacontext
 
DataContextChangeLog - Class in org.eclnt.ccee.datacontext
 
DataContextChangeLog() - Constructor for class org.eclnt.ccee.datacontext.DataContextChangeLog
 
DataContextDOFW<KEYCLASS,CONTENTTYPECLASS> - Class in org.eclnt.ccee.datacontext.dofw
 
DataContextDOFW(KEYCLASS) - Constructor for class org.eclnt.ccee.datacontext.dofw.DataContextDOFW
 
date2long() - Element in annotation interface org.eclnt.ccee.db.dofw.annotations.doproperty
Data type mapping rule: Java data type is Date, SQL data type is Long.
date2longYYMMDD() - Element in annotation interface org.eclnt.ccee.db.dofw.annotations.doproperty
Data type mapping rule: Java data type is Date, SQL data type is Long.
date2longYYYYMMDD() - Element in annotation interface org.eclnt.ccee.db.dofw.annotations.doproperty
Data type mapping rule: Java data type is Date, SQL data type is Long.
DBAccess - Class in org.eclnt.ccee.db
Class for accessing the database - i.e. for building up the connection to the database.
DBAccess() - Constructor for class org.eclnt.ccee.db.DBAccess
 
DBAccess.PickConnectionResult - Class in org.eclnt.ccee.db
Data structure that is passed back when picking a connection.
DBAccess.ThreadContext - Class in org.eclnt.ccee.db
 
DBAccess.ThreadSubContext - Class in org.eclnt.ccee.db
 
DBAction - Class in org.eclnt.ccee.db
Environment for executing transactional operations against database.
DBAction() - Constructor for class org.eclnt.ccee.db.DBAction
Opens up a DBAction within the standard context.
DBAction(String) - Constructor for class org.eclnt.ccee.db.DBAction
Opens up a DBAction with a special context associated.
DBConnectionPasswordProviderManager - Class in org.eclnt.ccee.db.dofw
 
DBConnectionPasswordProviderManager() - Constructor for class org.eclnt.ccee.db.dofw.DBConnectionPasswordProviderManager
 
DBConnectionPool - Class in org.eclnt.ccee.db.dofw
 
DBConnectionPool() - Constructor for class org.eclnt.ccee.db.dofw.DBConnectionPool
 
DBConnectionPoolDefaultConnectionChecker - Class in org.eclnt.ccee.db.dofw
 
DBConnectionPoolDefaultConnectionChecker() - Constructor for class org.eclnt.ccee.db.dofw.DBConnectionPoolDefaultConnectionChecker
 
DBConnectionProviderManager - Class in org.eclnt.ccee.db.dofw
 
DBConnectionProviderManager() - Constructor for class org.eclnt.ccee.db.dofw.DBConnectionProviderManager
 
DBCreateTables - Class in org.eclnt.ccee.db
Executes a SQL script for creating database artifacts (tables, views, ...).
DBCreateTables() - Constructor for class org.eclnt.ccee.db.DBCreateTables
 
dbDeleteAll() - Method in class org.eclnt.ccee.datacontext.DataContext
This method is called for completely removing the whole object - with all its sub-object.
dbDeleteAll() - Method in class org.eclnt.ccee.datacontext.dofw.DataContextDOFW
 
dbDeleteAssociatedObjects() - Method in class org.eclnt.ccee.datacontext.dofw.DataContextDOFW
Removes objects that are part of the data context - in addition to the home object.
dbDeleteHomeObject() - Method in class org.eclnt.ccee.datacontext.dofw.DataContextDOFW
Removes home object from database.
dbNullValue() - Element in annotation interface org.eclnt.ccee.db.dofw.annotations.doproperty
In some scenarios a database value is set e.g. to "0" for indicating that the value is "null".
dbRemoveObject(Object) - Method in class org.eclnt.ccee.datacontext.DataContext
This is the method for actually removing one object that is part of the data context.
dbRemoveObject(Object) - Method in class org.eclnt.ccee.datacontext.dofw.DataContextDOFW
 
dbSaveObject(Object) - Method in class org.eclnt.ccee.datacontext.DataContext
This is the method for actually saving one object that is part of the data context.
dbSaveObject(Object) - Method in class org.eclnt.ccee.datacontext.dofw.DataContextDOFW
 
Decrypt - Class in org.eclnt.ccee.encrypt
 
Decrypt() - Constructor for class org.eclnt.ccee.encrypt.Decrypt
 
decryptAES128(byte[], byte[]) - Static method in class org.eclnt.ccee.encrypt.Decrypt
 
decryptAES128(String, String) - Static method in class org.eclnt.ccee.encrypt.Decrypt
 
DEFAULT_CONTEXT - Static variable in interface org.eclnt.ccee.ICCEEConstants
 
DefaultListener() - Constructor for class org.eclnt.ccee.datacontext.DataContext.DefaultListener
 
DefaultOverrideContent() - Constructor for class org.eclnt.ccee.db.dofw.DOFWRepository.DefaultOverrideContent
 
DefaultTrace - Class in org.eclnt.ccee.db.dofw.trace
Default implementation that can be used in order to extend your own implementation.
DefaultTrace() - Constructor for class org.eclnt.ccee.db.dofw.trace.DefaultTrace
 
DefaultWebApplicationContextConfiguration - Class in org.eclnt.ccee.spring.context
Class that configures the web application context in case of using annotations.
DefaultWebApplicationContextConfiguration() - Constructor for class org.eclnt.ccee.spring.context.DefaultWebApplicationContextConfiguration
 
delete() - Method in class org.eclnt.ccee.datacontext.DataContext
 
delete(Class, Object...) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
 
delete(String, Class, Object...) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
 
deletedProperty() - Element in annotation interface org.eclnt.ccee.db.dofw.annotations.doentity
Name of boolean property that is used to indicate that a data item is deleted.
deleteJobDefinition(DOJob) - Static method in class org.eclnt.ccee.quartz.logic.CCEEJobLogic
 
deleteObject(Object) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Deletes object from database.
deleteObject(String, Object) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Same as DOFWSql.deleteObject(Object), but now with explicit database context passed.
deleteObjectsInBatch(Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Deletion of several objects in one batch statement.
deleteObjectsInBatch(String, Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Same as DOFWSql.deleteObjectsInBatch(Object[]) but now with addtional contextName.
DESC - Static variable in interface org.eclnt.ccee.ICCEEConstants
 
deserialize(byte[]) - Static method in class org.eclnt.ccee.util.SerializationUtil
 
deserialize(byte[], ClassLoader) - Static method in class org.eclnt.ccee.util.SerializationUtil
 
DIALECT_HSQLDB - Static variable in class org.eclnt.ccee.db.dofw.DOFWDialect
 
DIALECT_MSSQL - Static variable in class org.eclnt.ccee.db.dofw.DOFWDialect
 
DIALECT_MYSQL - Static variable in class org.eclnt.ccee.db.dofw.DOFWDialect
 
DIALECT_ORACLE - Static variable in class org.eclnt.ccee.db.dofw.DOFWDialect
 
DIALECT_ORACLE_CASESENSITIVE - Static variable in class org.eclnt.ccee.db.dofw.DOFWDialect
 
DIALECT_POSTGRES - Static variable in class org.eclnt.ccee.db.dofw.DOFWDialect
 
DIALECT_SYBASE - Static variable in class org.eclnt.ccee.db.dofw.DOFWDialect
 
DialogSessionAnnotationApplicationContext - Class in org.eclnt.ccee.spring.context
Spring Annotation based context that is aware of HotDeployment classloader.
DialogSessionAnnotationApplicationContext - Class in org.eclnt.ccee.spring.v2.context.annotationbased
Spring Annotation based context that is aware of HotDeployment classloader.
DialogSessionAnnotationApplicationContext() - Constructor for class org.eclnt.ccee.spring.context.DialogSessionAnnotationApplicationContext
 
DialogSessionAnnotationApplicationContext(ApplicationContext, String[]) - Constructor for class org.eclnt.ccee.spring.v2.context.annotationbased.DialogSessionAnnotationApplicationContext
 
DialogSessionAnnotationApplicationContextFactory - Class in org.eclnt.ccee.spring.v2.context.annotationbased
CaptainCasa' server processing is always within a scope of a dialog session.
DialogSessionAnnotationApplicationContextFactory() - Constructor for class org.eclnt.ccee.spring.v2.context.annotationbased.DialogSessionAnnotationApplicationContextFactory
 
DialogSessionApplicationContextFactory - Class in org.eclnt.ccee.spring.context
CaptainCasa' server processing is always within a scope of a dialog session.
DialogSessionApplicationContextFactory() - Constructor for class org.eclnt.ccee.spring.context.DialogSessionApplicationContextFactory
 
DialogSessionApplicationContextFactoryBase - Class in org.eclnt.ccee.spring.v2.context.util
CaptainCasa' server processing is always within a scope of a dialog session.
DialogSessionApplicationContextFactoryBase() - Constructor for class org.eclnt.ccee.spring.v2.context.util.DialogSessionApplicationContextFactoryBase
 
DialogSessionXMLApplicationContext - Class in org.eclnt.ccee.spring.context
Spring XML based context that is aware of HotDeployment classloader.
DialogSessionXMLApplicationContext - Class in org.eclnt.ccee.spring.v2.context.xmlbased
Spring XML based context that is aware of HotDeployment classloader.
DialogSessionXMLApplicationContext() - Constructor for class org.eclnt.ccee.spring.context.DialogSessionXMLApplicationContext
 
DialogSessionXMLApplicationContext() - Constructor for class org.eclnt.ccee.spring.v2.context.xmlbased.DialogSessionXMLApplicationContext
 
DialogSessionXMLApplicationContextFactory - Class in org.eclnt.ccee.spring.v2.context.xmlbased
CaptainCasa' server processing is always within a scope of a dialog session.
DialogSessionXMLApplicationContextFactory() - Constructor for class org.eclnt.ccee.spring.v2.context.xmlbased.DialogSessionXMLApplicationContextFactory
 
DispatcherByAnnotationSpringAccess - Class in org.eclnt.ccee.spring.v2.context.annotationbased
Dispatcher that uses Spring context to access page beans.
DispatcherByAnnotationSpringAccess() - Constructor for class org.eclnt.ccee.spring.v2.context.annotationbased.DispatcherByAnnotationSpringAccess
Constructor for the root dispatcher within the dialog session.
DispatcherByAnnotationSpringAccess(IWorkpageContainer) - Constructor for class org.eclnt.ccee.spring.v2.context.annotationbased.DispatcherByAnnotationSpringAccess
Constructor for the sub dispatchers - if using the CaptainCasa Workplace management.
DispatcherBySpringAccess - Class in org.eclnt.ccee.spring.context
Dispatcher that uses Spring context to access page beans.
DispatcherBySpringAccess() - Constructor for class org.eclnt.ccee.spring.context.DispatcherBySpringAccess
Constructor for the root dispatcher within the dialog session.
DispatcherBySpringAccess(IWorkpageContainer) - Constructor for class org.eclnt.ccee.spring.context.DispatcherBySpringAccess
Constructor for the sub dispatchers - if using the CaptainCasa Workplace management.
DispatcherByXMLSpringAccess - Class in org.eclnt.ccee.spring.v2.context.xmlbased
Dispatcher that uses Spring context to access page beans.
DispatcherByXMLSpringAccess() - Constructor for class org.eclnt.ccee.spring.v2.context.xmlbased.DispatcherByXMLSpringAccess
Constructor for the root dispatcher within the dialog session.
DispatcherByXMLSpringAccess(IWorkpageContainer) - Constructor for class org.eclnt.ccee.spring.v2.context.xmlbased.DispatcherByXMLSpringAccess
Constructor for the sub dispatchers - if using the CaptainCasa Workplace management.
DOActiveScheduler - Class in org.eclnt.ccee.quartz.data
 
DOActiveScheduler() - Constructor for class org.eclnt.ccee.quartz.data.DOActiveScheduler
 
doentity - Annotation Interface in org.eclnt.ccee.db.dofw.annotations
 
DOFWBuffer - Class in org.eclnt.ccee.db.dofw.util
 
DOFWBuffer() - Constructor for class org.eclnt.ccee.db.dofw.util.DOFWBuffer
 
DOFWBuffer.BufferResult - Class in org.eclnt.ccee.db.dofw.util
 
DOFWDialect - Class in org.eclnt.ccee.db.dofw
Central management of DB syntax differences during automated creation of SQL statements.
DOFWDialect() - Constructor for class org.eclnt.ccee.db.dofw.DOFWDialect
 
DOFWEntity - Class in org.eclnt.ccee.db.dofw
Entity meta data.
DOFWEntity(String, String, String, boolean, boolean, boolean, String, boolean) - Constructor for class org.eclnt.ccee.db.dofw.DOFWEntity
 
DOFWFunction - Class in org.eclnt.ccee.db.dofw
Complex definition of an SQL function.
DOFWFunction(Class, String, String, String[], DOFWFunction.DOFWFunctionValue[]) - Constructor for class org.eclnt.ccee.db.dofw.DOFWFunction
 
DOFWFunction.DOFWFunctionValue - Class in org.eclnt.ccee.db.dofw
 
DOFWFunctionValue(String, Object) - Constructor for class org.eclnt.ccee.db.dofw.DOFWFunction.DOFWFunctionValue
 
DOFWMapper - Class in org.eclnt.ccee.db.dofw.util
 
DOFWMapper() - Constructor for class org.eclnt.ccee.db.dofw.util.DOFWMapper
 
DOFWProperty - Class in org.eclnt.ccee.db.dofw
 
DOFWProperty(Class, String) - Constructor for class org.eclnt.ccee.db.dofw.DOFWProperty
 
DOFWProperty(Class, String, Method, Method, String, boolean, boolean, boolean, boolean, boolean, boolean, String, Boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, ENUMBooleanDefault, String) - Constructor for class org.eclnt.ccee.db.dofw.DOFWProperty
 
DOFWRepository - Class in org.eclnt.ccee.db.dofw
 
DOFWRepository() - Constructor for class org.eclnt.ccee.db.dofw.DOFWRepository
 
DOFWRepository.DefaultOverrideContent - Class in org.eclnt.ccee.db.dofw
 
DOFWRepository.IOverrideContent - Interface in org.eclnt.ccee.db.dofw
 
DOFWSql - Class in org.eclnt.ccee.db.dofw
 
DOFWSql() - Constructor for class org.eclnt.ccee.db.dofw.DOFWSql
 
DOFWUtils - Class in org.eclnt.ccee.db.dofw.util
 
DOFWUtils() - Constructor for class org.eclnt.ccee.db.dofw.util.DOFWUtils
 
DOFWUtils.ReplaceResult - Class in org.eclnt.ccee.db.dofw.util
 
DOFWUtils.SplitUpColVals - Class in org.eclnt.ccee.db.dofw.util
 
DOJob - Class in org.eclnt.ccee.quartz.data
 
DOJob() - Constructor for class org.eclnt.ccee.quartz.data.DOJob
 
DOJobExecution - Class in org.eclnt.ccee.quartz.data
 
DOJobExecution() - Constructor for class org.eclnt.ccee.quartz.data.DOJobExecution
 
DOJobExecutionProtocol - Class in org.eclnt.ccee.quartz.data
 
DOJobExecutionProtocol() - Constructor for class org.eclnt.ccee.quartz.data.DOJobExecutionProtocol
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.eclnt.ccee.facade.transfer.FacadeTransferHttpServlet
 
doproperty - Annotation Interface in org.eclnt.ccee.db.dofw.annotations
 
DPI_THUMB - Static variable in class org.eclnt.ccee.pdf.PDF2ImageConverter
 
DummyDynDataLiteralResolver - Class in org.eclnt.ccee.dyndata.literals
Dummy implementation of IDynDataLiteralResolver.
DummyDynDataLiteralResolver() - Constructor for class org.eclnt.ccee.dyndata.literals.DummyDynDataLiteralResolver
 
DummyPropertyAccesss - Class in org.eclnt.ccee.dyndata.properties
 
DummyPropertyAccesss() - Constructor for class org.eclnt.ccee.dyndata.properties.DummyPropertyAccesss
 
DYNDATA_EXTRAROOT_ID - Static variable in interface org.eclnt.ccee.dyndata.meta.IDynDataConstants
 
DynDataAttribute - Class in org.eclnt.ccee.dyndata
 
DynDataAttribute() - Constructor for class org.eclnt.ccee.dyndata.DynDataAttribute
 
DynDataDefinition - Class in org.eclnt.ccee.dyndata.meta
 
DynDataDefinition() - Constructor for class org.eclnt.ccee.dyndata.meta.DynDataDefinition
 
DynDataDefinitionAttribute - Class in org.eclnt.ccee.dyndata.meta
 
DynDataDefinitionAttribute() - Constructor for class org.eclnt.ccee.dyndata.meta.DynDataDefinitionAttribute
 
DynDataDefinitionAttribute(String, String) - Constructor for class org.eclnt.ccee.dyndata.meta.DynDataDefinitionAttribute
 
DynDataInstanceToMetaData - Class in org.eclnt.ccee.dyndata
Utility to transform a DynData-instance into meta data.
DynDataInstanceToMetaData() - Constructor for class org.eclnt.ccee.dyndata.DynDataInstanceToMetaData
 
DynDataLiteralResolver - Class in org.eclnt.ccee.dyndata.literals
 
DynDataLiteralResolver() - Constructor for class org.eclnt.ccee.dyndata.literals.DynDataLiteralResolver
 
DynDataMap - Class in org.eclnt.ccee.dyndata
Instance of dynamic data.
DynDataMap(DynDataReaderContext, String, DynDataMap) - Constructor for class org.eclnt.ccee.dyndata.DynDataMap
The preferred way of creating DynDataMap instances is to use the class DynDataReader.
DynDataReader - Class in org.eclnt.ccee.dyndata
 
DynDataReader() - Constructor for class org.eclnt.ccee.dyndata.DynDataReader
 
DynDataReader(DynDataReaderContext) - Constructor for class org.eclnt.ccee.dyndata.DynDataReader
 
DynDataReaderContext - Class in org.eclnt.ccee.dyndata
Context information that is passed into the resolution of dynamic data.
DynDataReaderContext() - Constructor for class org.eclnt.ccee.dyndata.DynDataReaderContext
 
DynDataUtil - Class in org.eclnt.ccee.dyndata
 
DynDataUtil() - Constructor for class org.eclnt.ccee.dyndata.DynDataUtil
 
DynDataUtil.FilePathInfo - Class in org.eclnt.ccee.dyndata
 

E

Encrypt - Class in org.eclnt.ccee.encrypt
 
Encrypt() - Constructor for class org.eclnt.ccee.encrypt.Encrypt
 
encryptAES128(byte[], byte[]) - Static method in class org.eclnt.ccee.encrypt.Encrypt
 
encryptAES128(String, String) - Static method in class org.eclnt.ccee.encrypt.Encrypt
 
ENUMBooleanDefault - Enum Class in org.eclnt.ccee.db.dofw.annotations
 
ENUMFileReadingType - Enum Class in org.eclnt.ccee.dyndata.meta
 
ENUMMappingInfo - Enum Class in org.eclnt.ccee.db.dofw.util
 
ENUMPropertyFileReadingType - Enum Class in org.eclnt.ccee.dyndata.meta
 
ENUMTrim - Enum Class in org.eclnt.ccee.db.dofw.annotations
 
ENUMYYMMDD0Mgmt - Enum Class in org.eclnt.ccee.db.dofw.annotations
 
ErrorNoApplicationContextRegistered - Error in org.eclnt.ccee.spring.context
 
ErrorNoApplicationContextRegistered - Error in org.eclnt.ccee.spring.v2.context.util
 
ErrorNoApplicationContextRegistered() - Constructor for error org.eclnt.ccee.spring.context.ErrorNoApplicationContextRegistered
 
ErrorNoApplicationContextRegistered(String) - Constructor for error org.eclnt.ccee.spring.v2.context.util.ErrorNoApplicationContextRegistered
 
execute() - Method in class org.eclnt.ccee.db.DBCreateTables
Internally just calls DBCreateTables.createTables().
execute(JobExecutionContext) - Method in class org.eclnt.ccee.quartz.logic.QuartzJobAdapter
 
executeJob(String, CCEEJobExecutionContext) - Method in interface org.eclnt.ccee.quartz.logic.ICCEEJob
 
executeMethod(DynDataMap, String, String[]) - Method in interface org.eclnt.ccee.dyndata.functions.IFunctionExecutor
 
executeMethod(DynDataReaderContext, DynDataMap, String, String[]) - Static method in class org.eclnt.ccee.dyndata.functions.FunctionExecutor
 
exportGrid(FIXGRIDBinding, boolean) - Method in class org.eclnt.ccee.xmlrdf.FIXGRIDXmlRdfExporter
 

F

FacadeClient - Class in org.eclnt.ccee.facade
Generic client side facade processing on client side.
FacadeClient(IFacadeTransfer) - Constructor for class org.eclnt.ccee.facade.FacadeClient
 
FacadeClientException - Exception in org.eclnt.ccee.facade
Wrapper for facade exceptions on client caller side.
FacadeClientException(Throwable) - Constructor for exception org.eclnt.ccee.facade.FacadeClientException
 
FacadeServer - Class in org.eclnt.ccee.facade
Server side caller of facade - taking the serialized call-information, calling the facade and transferring the result information into a serialized result.
FacadeServer() - Constructor for class org.eclnt.ccee.facade.FacadeServer
 
FacadeServerException - Exception in org.eclnt.ccee.facade
Wrapper of exception that may have occurred on server side.
FacadeServerException(Throwable) - Constructor for exception org.eclnt.ccee.facade.FacadeServerException
 
FacadeTransferDirect - Class in org.eclnt.ccee.facade.transfer
Direct calling of FacadeServer in the same class loader.
FacadeTransferDirect() - Constructor for class org.eclnt.ccee.facade.transfer.FacadeTransferDirect
 
FacadeTransferHttpPost - Class in org.eclnt.ccee.facade.transfer
Transfer of content via simple http-post.
FacadeTransferHttpPost(String) - Constructor for class org.eclnt.ccee.facade.transfer.FacadeTransferHttpPost
 
FacadeTransferHttpServlet - Class in org.eclnt.ccee.facade.transfer
 
FacadeTransferHttpServlet() - Constructor for class org.eclnt.ccee.facade.transfer.FacadeTransferHttpServlet
 
FacadeTransferObjectReceive - Class in org.eclnt.ccee.facade
Serialized data for passing back the result.
FacadeTransferObjectReceive() - Constructor for class org.eclnt.ccee.facade.FacadeTransferObjectReceive
 
FacadeTransferObjectSend - Class in org.eclnt.ccee.facade
Serialized data for passing back the facade call.
FacadeTransferObjectSend() - Constructor for class org.eclnt.ccee.facade.FacadeTransferObjectSend
 
FALSE - Enum constant in enum class org.eclnt.ccee.db.dofw.annotations.ENUMBooleanDefault
 
FctLOWER - Class in org.eclnt.ccee.db.dofw.util
 
FctLOWER(String) - Constructor for class org.eclnt.ccee.db.dofw.util.FctLOWER
 
FctLTRIM - Class in org.eclnt.ccee.db.dofw.util
 
FctLTRIM(String) - Constructor for class org.eclnt.ccee.db.dofw.util.FctLTRIM
 
FctRTRIM - Class in org.eclnt.ccee.db.dofw.util
 
FctRTRIM(String) - Constructor for class org.eclnt.ccee.db.dofw.util.FctRTRIM
 
FctTRIM - Class in org.eclnt.ccee.db.dofw.util
 
FctTRIM(String) - Constructor for class org.eclnt.ccee.db.dofw.util.FctTRIM
 
FctUPPER - Class in org.eclnt.ccee.db.dofw.util
 
FctUPPER(String) - Constructor for class org.eclnt.ccee.db.dofw.util.FctUPPER
 
FILE - Enum constant in enum class org.eclnt.ccee.dyndata.meta.ENUMFileReadingType
 
FILE - Enum constant in enum class org.eclnt.ccee.dyndata.meta.ENUMPropertyFileReadingType
 
FileNameCleaner - Class in org.eclnt.ccee.file
 
FileNameCleaner() - Constructor for class org.eclnt.ccee.file.FileNameCleaner
 
FilePathInfo(ENUMFileReadingType, String) - Constructor for class org.eclnt.ccee.dyndata.DynDataUtil.FilePathInfo
 
findAutotrim(String) - Static method in class org.eclnt.ccee.db.DBAccess
 
findBasePackages() - Method in class org.eclnt.ccee.spring.v2.context.annotationbased.DispatcherByAnnotationSpringAccess
 
findChildDynDataDefinition(DynDataDefinition, String) - Static method in class org.eclnt.ccee.dyndata.DynDataUtil
 
findColumnInfo(String, String) - Static method in class org.eclnt.ccee.db.jdbc.JDBCUtils
 
findColumnInfo(String, String, String) - Static method in class org.eclnt.ccee.db.jdbc.JDBCUtils
 
findColumnsOfTable(String) - Static method in class org.eclnt.ccee.db.jdbc.JDBCUtils
 
findColumnsOfTable(String, String) - Static method in class org.eclnt.ccee.db.jdbc.JDBCUtils
 
findContextFactory() - Method in class org.eclnt.ccee.spring.v2.context.annotationbased.DispatcherByAnnotationSpringAccess
 
findContextFactory() - Method in class org.eclnt.ccee.spring.v2.context.xmlbased.DispatcherByXMLSpringAccess
 
findCreateContext(ISessionAbstraction, String[]) - Method in class org.eclnt.ccee.spring.v2.context.annotationbased.DialogSessionAnnotationApplicationContextFactory
If NOT being inside a request/response processing then the dialog session needs to be explicitly passed.
findCreateInstance() - Method in class org.eclnt.ccee.spring.v2.context.xmlbased.DialogSessionXMLApplicationContextFactory
Default method for creating the object within the scope of a request/response processing.
findCreateInstance(ISessionAbstraction) - Method in class org.eclnt.ccee.spring.v2.context.xmlbased.DialogSessionXMLApplicationContextFactory
If NOT being inside a request/response processing then the dialog session needs to be explicitly passed.
findCurrentClassLoader() - Static method in class org.eclnt.ccee.bridges.ClassLoaderBridge
 
findDataContextName(DynDataReaderContext, DynDataDefinition) - Static method in class org.eclnt.ccee.dyndata.DynDataUtil
 
findDBConnectionPasswordProvider(String) - Static method in class org.eclnt.ccee.db.dofw.DBConnectionPasswordProviderManager
 
findDBConnectionProvider(String) - Static method in class org.eclnt.ccee.db.dofw.DBConnectionProviderManager
 
findLogger() - Static method in class org.eclnt.ccee.bridges.LoggerBridge
 
findNumberOfPages(byte[]) - Static method in class org.eclnt.ccee.pdf.PDF2ImageConverter
 
findPropertiesInColumns(Class, String[]) - Static method in class org.eclnt.ccee.db.dofw.util.DOFWUtils
 
findPropertyClassFromQueryValueString(String) - Static method in class org.eclnt.ccee.db.util.QueryUtils
 
findSqlDialect(String) - Static method in class org.eclnt.ccee.db.dofw.DOFWDialect
Central method for finding the dialect for a context.
findTables() - Static method in class org.eclnt.ccee.db.jdbc.JDBCUtils
 
findTables(String) - Static method in class org.eclnt.ccee.db.jdbc.JDBCUtils
 
findTypeForProperty(String, String) - Method in interface org.eclnt.ccee.db.util.QueryUtils.IValueClassProvider
 
FIXGRIDXmlRdfExporter - Class in org.eclnt.ccee.xmlrdf
 
FIXGRIDXmlRdfExporter() - Constructor for class org.eclnt.ccee.xmlrdf.FIXGRIDXmlRdfExporter
 
fromIdString(String) - Static method in class org.eclnt.ccee.dyndata.DynDataUtil.FilePathInfo
 
FunctionExecutor - Class in org.eclnt.ccee.dyndata.functions
 
FunctionExecutor() - Constructor for class org.eclnt.ccee.dyndata.functions.FunctionExecutor
 
FUNCTIONRESULT - Static variable in interface org.eclnt.ccee.ICCEEConstants
 

G

generateQRCodeImage(String, int, int) - Static method in class org.eclnt.ccee.qrcode.QRCodeCreator
 
generateQRCodePNG(String, int, int) - Static method in class org.eclnt.ccee.qrcode.QRCodeCreator
 
get(Object) - Method in class org.eclnt.ccee.dyndata.DynDataMap
 
getAllVariantIds(boolean) - Method in class org.eclnt.ccee.usagevariants.UsageVariantManager
 
getApplicationContext() - Method in class org.eclnt.ccee.spring.v2.context.util.SpringApplicationContextFinder
 
getApplicationException() - Method in exception org.eclnt.ccee.facade.FacadeServerException
 
getAttributes() - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinition
Attributes that are always part of list.
getAttributeValue(String) - Method in class org.eclnt.ccee.dyndata.DynDataMap
 
getAutoIncrement() - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
getAutoIncrementExcludeFromUpdate() - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
getAutoIncrementGetValueSupported(String) - Static method in class org.eclnt.ccee.db.dofw.DOFWDialect
 
getAutotrim() - Method in class org.eclnt.ccee.db.DBAccess.ThreadSubContext
 
getBasePackages() - Method in class org.eclnt.ccee.spring.context.DefaultWebApplicationContextConfiguration
Packages that are scanned for Spring-annotations.
getBasePackages() - Method in class org.eclnt.ccee.spring.context.DialogSessionAnnotationApplicationContext
 
getBoolean2int() - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
getBoolean2StringDefault() - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
getBoolean2StringJN() - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
getBoolean2StringX() - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
getBoolean2StringYN() - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
getBufferedObject() - Method in class org.eclnt.ccee.db.dofw.util.DOFWBuffer.BufferResult
 
getChildDataContext(Object) - Method in class org.eclnt.ccee.datacontext.DataContext
 
getChildren() - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinition
 
getClassLoader() - Static method in class org.eclnt.ccee.facade.FacadeServer
 
getClassName() - Method in class org.eclnt.ccee.dyndata.DynDataAttribute
 
getClassName() - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinition
Class name that is used as reference for the map content.
getClassName() - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinitionAttribute
 
getClassName() - Method in class org.eclnt.ccee.quartz.data.DOJob
 
getClassName() - Method in class org.eclnt.ccee.spring.context.SpringXmlParser.SpringBeanInfo
 
getClassName() - Method in class org.eclnt.ccee.spring.v2.context.xmlbased.SpringXmlParser.SpringBeanInfo
 
getClientIpAddr(HttpServletRequest) - Static method in class org.eclnt.ccee.util.HttpServletUtil
Find client ip address out of request- Of course does not work in scenarios in which the client ip address is explicitly hidden by e.g. some proxy processing.
getColumn() - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
getColumnNameSurrounder(String) - Static method in class org.eclnt.ccee.db.dofw.DOFWDialect
Some DB systems require column names to be written into special surrounding characters.
getColumnSize() - Method in class org.eclnt.ccee.db.jdbc.JDBCColumnInfo
 
getColVals() - Method in class org.eclnt.ccee.db.dofw.util.DOFWUtils.SplitUpColVals
 
getConfigLocation() - Method in class org.eclnt.ccee.spring.context.DialogSessionXMLApplicationContext
Path of Spring XML configuration of context.
getConfigLocation() - Method in class org.eclnt.ccee.spring.v2.context.xmlbased.DialogSessionXMLApplicationContext
Path of Spring XML configuration of context.
getConfigValue(String) - Static method in class org.eclnt.ccee.config.Config
Retrieves configuration value.
getConfigValue(String, String) - Static method in class org.eclnt.ccee.config.Config
Retrieves configuration value within a context.
getConfigValue(String, String) - Method in interface org.eclnt.ccee.config.IConfigProvider
 
getConnection() - Method in class org.eclnt.ccee.db.DBAccess.ThreadSubContext
 
getConnectionPassword(String) - Method in interface org.eclnt.ccee.db.IDBConnectionPasswordProvider
 
getContent(CONTENTTYPECLASS, boolean) - Method in class org.eclnt.ccee.datacontext.DataContext
Central method for accessing data - which is loaded if not yet available.
getContent(Object) - Method in class org.eclnt.ccee.dyndata.DynDataMap
Direct access into the map.
getContentNameSpaceAbbreviation() - Method in class org.eclnt.ccee.xmlrdf.FIXGRIDXmlRdfExporter
 
getContentNameSpaceURL() - Method in class org.eclnt.ccee.xmlrdf.FIXGRIDXmlRdfExporter
 
getContext() - Static method in class org.eclnt.ccee.spring.v2.context.util.SpringApplicationContextFinder
 
getCreateChildDataContext(Object, Class<OBJTYPE>) - Method in class org.eclnt.ccee.datacontext.DataContext
Gets or creates the child data context that is managed for a specific bean.
getCreator() - Method in class org.eclnt.ccee.db.DBAccess.ThreadContext
 
getCurrentNumberOfUserConnections() - Static method in class org.eclnt.ccee.db.DBAccess
 
getCurrentVariantId() - Method in class org.eclnt.ccee.usagevariants.UsageVariantManager
 
getDataContextName() - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinition
 
getDataDefinitionId() - Method in class org.eclnt.ccee.dyndata.DynDataMap
 
getDataType() - Method in class org.eclnt.ccee.db.jdbc.JDBCColumnInfo
 
getDate2long() - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
getDate2longYYMMDD() - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
getDate2longYYYYMMDD() - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
getDBAutotrim(String) - Method in interface org.eclnt.ccee.db.IDBConnectionProvider_dbautotrim
 
getDbContextName() - Method in class org.eclnt.ccee.dyndata.DynDataReaderContext
The default context that is used for accessing the database - it may be overrridden by some specific context information that is part of the dynamic data definition See: DynDataDefinition.getDataContextName().
getDbNullValue() - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
getDDRContext() - Method in interface org.eclnt.ccee.dyndata.creation.ICreatePreviewTestObject
 
getDefaultVariantId() - Method in class org.eclnt.ccee.usagevariants.UsageVariantManager
 
getDeletedProperty() - Method in class org.eclnt.ccee.db.dofw.DOFWEntity
getDialogSessionApplicationContext() - Method in class org.eclnt.ccee.spring.context.DefaultWebApplicationContextConfiguration
Bean "DialogSessionApplicationContext" - the one that represents the Spring context on dialog session level.
getDispatchedBeans() - Method in class org.eclnt.ccee.spring.context.SpringDispatcherInfo
 
getDispatchedBeans() - Method in class org.eclnt.ccee.spring.v2.context.xmlbased.SpringDispatcherInfo
 
getDofwQuery() - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinition
 
getDofwSort() - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinition
 
getEntity(Class) - Static method in class org.eclnt.ccee.db.dofw.DOFWRepository
 
getEntity(Class, boolean) - Static method in class org.eclnt.ccee.db.dofw.DOFWRepository
 
getException() - Method in class org.eclnt.ccee.facade.FacadeTransferObjectReceive
 
getExplicitClassLoader() - Static method in class org.eclnt.ccee.bridges.ClassLoaderBridge
 
getExplicitLogger() - Static method in class org.eclnt.ccee.bridges.LoggerBridge
 
getExplicitSchema() - Method in class org.eclnt.ccee.db.DBAccess.ThreadSubContext
 
getExplicitSchema(String) - Method in interface org.eclnt.ccee.db.IDBConnectionProvider
Schema that is appended to table names for all SQL statements that are dynamically generated, e.g. as part of the DOFWSql class.
getExportReferenceNameMapping() - Method in class org.eclnt.ccee.xmlrdf.FIXGRIDXmlRdfExporter
 
getExpressionValue(String) - Method in class org.eclnt.ccee.dyndata.DynDataMap
Resolve value of expression "#{xxx.yyy.zzz}.
getFacadeClassName() - Method in class org.eclnt.ccee.facade.FacadeTransferObjectSend
 
getFilePath() - Method in class org.eclnt.ccee.dyndata.DynDataUtil.FilePathInfo
 
getFixColumnNameForAutoIncrementedColumns(String) - Static method in class org.eclnt.ccee.db.dofw.DOFWDialect
When executing an INSERT into the database then the value of auto-generated columns is transferred back into the data object.
getFormatmaskDate() - Method in class org.eclnt.ccee.dyndata.DynDataReaderContext
 
getFormatmaskDecimal() - Method in class org.eclnt.ccee.dyndata.DynDataReaderContext
 
getFrom() - Method in class org.eclnt.ccee.db.dofw.util.ValuesBETWEEN
 
getFromPage() - Method in class org.eclnt.ccee.pdf.PDFPrintConfig
 
getFunction() - Method in class org.eclnt.ccee.db.dofw.util.QueryParameterFunction
 
getGetter() - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
getGlobals() - Method in class org.eclnt.ccee.dyndata.DynDataReaderContext
Global values that are reachable by ${CONTEXT.name} from within query definitions.
getHomeObject() - Method in class org.eclnt.ccee.datacontext.DataContext
 
getHomeObjectContentType() - Method in class org.eclnt.ccee.datacontext.DataContext
 
getId() - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinition
 
getId() - Method in class org.eclnt.ccee.quartz.data.DOJob
 
getId() - Method in class org.eclnt.ccee.quartz.data.DOJobExecution
 
getId() - Method in class org.eclnt.ccee.quartz.data.DOJobExecutionProtocol
 
getId() - Method in class org.eclnt.ccee.spring.context.SpringXmlParser.SpringBeanInfo
 
getId() - Method in class org.eclnt.ccee.spring.v2.context.xmlbased.SpringXmlParser.SpringBeanInfo
 
getInfos() - Method in error org.eclnt.ccee.logic.validation.ValidationError
 
getInfos() - Method in class org.eclnt.ccee.logic.validation.ValidationResult
 
getInstance() - Method in class org.eclnt.ccee.util.ObjectHolder
 
getIsList() - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinition
 
getJobClassName() - Method in class org.eclnt.ccee.quartz.data.DOJobExecution
 
getJobEnded() - Method in class org.eclnt.ccee.quartz.data.DOJobExecution
 
getJobId() - Method in class org.eclnt.ccee.quartz.data.DOJobExecution
 
getJobParameters() - Method in class org.eclnt.ccee.quartz.data.DOJobExecution
 
getJobStarted() - Method in class org.eclnt.ccee.quartz.data.DOJobExecution
 
getJsonFilePath() - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinition
 
getJsonFileReadingType() - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinition
 
getJsonFileRootDirectory() - Method in class org.eclnt.ccee.dyndata.DynDataReaderContext
If XML files are used in a DynDataDefinition then XML files can be read from the file system.
getKeyProperties(Class) - Static method in class org.eclnt.ccee.db.dofw.DOFWRepository
 
getKeySequenceForUpdate() - Method in class org.eclnt.ccee.datacontext.DataContext
When saving then all objects that are loaded in the content are checked for updates and saved if required.
getLastObjectMessageWithoutProperties(Object) - Method in class org.eclnt.ccee.logic.validation.ValidationResult
 
getLocalDate2longYYMMDD() - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
getLocalDate2longYYYYMMDD() - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
getLocale() - Method in class org.eclnt.ccee.dyndata.DynDataReaderContext
 
getMessage() - Method in error org.eclnt.ccee.logic.validation.ValidationError
 
getMethodName() - Method in class org.eclnt.ccee.facade.FacadeTransferObjectSend
 
getName() - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
getName() - Method in class org.eclnt.ccee.db.jdbc.JDBCColumnInfo
 
getName() - Method in class org.eclnt.ccee.db.jdbc.JDBCTableInfo
 
getName() - Method in class org.eclnt.ccee.dyndata.DynDataAttribute
 
getName() - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinitionAttribute
 
getObject(CONTENTTYPECLASS) - Method in class org.eclnt.ccee.datacontext.DataContext
Default read method: read content and load if not yet loaded.
getObject(CONTENTTYPECLASS, boolean) - Method in class org.eclnt.ccee.datacontext.DataContext
 
getObjectMap(String) - Method in class org.eclnt.ccee.dyndata.DynDataMap
 
getObjectMapList(String) - Method in class org.eclnt.ccee.dyndata.DynDataMap
 
getObjects(CONTENTTYPECLASS) - Method in class org.eclnt.ccee.datacontext.DataContext
Returns a list of objects for the contentType.
getObjects(CONTENTTYPECLASS, boolean, boolean) - Method in class org.eclnt.ccee.datacontext.DataContext
 
getObjectsChanged() - Method in class org.eclnt.ccee.datacontext.DataContextChangeLog
 
getObjectsChangedBefore() - Method in class org.eclnt.ccee.datacontext.DataContextChangeLog
 
getObjectsInserted() - Method in class org.eclnt.ccee.datacontext.DataContextChangeLog
 
getObjectsRemoved() - Method in class org.eclnt.ccee.datacontext.DataContextChangeLog
 
getOnlyReadWithSingleReadOperations() - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
getOrderBy() - Method in class org.eclnt.ccee.db.dofw.util.DOFWUtils.SplitUpColVals
 
getParam() - Method in class org.eclnt.ccee.db.dofw.util.QueryParameterFunction
 
getParameterClassNames() - Method in class org.eclnt.ccee.facade.FacadeTransferObjectSend
 
getParameters() - Method in class org.eclnt.ccee.facade.FacadeTransferObjectSend
 
getParameters() - Method in class org.eclnt.ccee.logic.validation.ValidationError.ValidationInfo
 
getParameters() - Method in class org.eclnt.ccee.quartz.data.DOJob
 
getParent() - Method in class org.eclnt.ccee.dyndata.DynDataMap
 
getParentDataContext() - Method in class org.eclnt.ccee.datacontext.DataContext
 
getPrinterName() - Method in class org.eclnt.ccee.pdf.PDFPrintConfig
 
getProblemId() - Method in class org.eclnt.ccee.logic.validation.ValidationError.ValidationInfo
 
getProperties() - Method in class org.eclnt.ccee.db.dofw.util.DOFWUtils.ReplaceResult
 
getProperties() - Method in class org.eclnt.ccee.logic.validation.ValidationError.ValidationInfo
 
getProperties(Class) - Static method in class org.eclnt.ccee.db.dofw.DOFWRepository
 
getProperty(Class, String) - Static method in class org.eclnt.ccee.db.dofw.DOFWRepository
 
getProperty(Class, String, boolean) - Static method in class org.eclnt.ccee.db.dofw.DOFWRepository
 
getPropertyFilePath() - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinition
 
getPropertyFileReadingType() - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinition
 
getPropertyFileRootDirectory() - Method in class org.eclnt.ccee.dyndata.DynDataReaderContext
If property files are used in a DynDataDefinition then property files can be read from the file system.
getPropertyName() - Method in class org.eclnt.ccee.db.dofw.DOFWFunction.DOFWFunctionValue
 
getPropertyValue(Object, String) - Static method in class org.eclnt.ccee.util.PojoUtil
 
getProtocol() - Method in class org.eclnt.ccee.quartz.data.DOJobExecutionProtocol
 
getProtocol() - Method in class org.eclnt.ccee.quartz.logic.CCEEJobExecutionContext
 
getQueryString() - Method in class org.eclnt.ccee.db.dofw.util.DOFWUtils.ReplaceResult
 
getReadingType() - Method in class org.eclnt.ccee.dyndata.DynDataUtil.FilePathInfo
 
getResult() - Method in class org.eclnt.ccee.facade.FacadeTransferObjectReceive
 
getResultPropertyReference() - Method in class org.eclnt.ccee.db.dofw.DOFWFunction
 
getSchedulerId() - Method in class org.eclnt.ccee.quartz.data.DOActiveScheduler
 
getSchedulerInstanceId() - Method in class org.eclnt.ccee.quartz.data.DOActiveScheduler
 
getSchema() - Method in class org.eclnt.ccee.db.dofw.DOFWEntity
getScope() - Method in class org.eclnt.ccee.spring.context.SpringXmlParser.SpringBeanInfo
 
getScope() - Method in class org.eclnt.ccee.spring.v2.context.xmlbased.SpringXmlParser.SpringBeanInfo
 
getScript() - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinition
 
getSelectTopVariant(String) - Static method in class org.eclnt.ccee.db.dofw.DOFWDialect
 
getSetter() - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
getSpringBeanInfos() - Method in class org.eclnt.ccee.spring.context.SpringXmlParser
 
getSpringBeanInfos() - Method in class org.eclnt.ccee.spring.v2.context.xmlbased.SpringXmlParser
 
getSpringContext() - Method in class org.eclnt.ccee.spring.context.DispatcherBySpringAccess
The spring context that is used for resolving dispatched beans.
getSpringContext() - Method in class org.eclnt.ccee.spring.v2.context.annotationbased.DispatcherByAnnotationSpringAccess
The spring context that is used for resolving dispatched beans.
getSpringContext() - Method in class org.eclnt.ccee.spring.v2.context.xmlbased.DispatcherByXMLSpringAccess
The spring context that is used for resolving dispatched beans.
getSQLDialect(String) - Method in interface org.eclnt.ccee.db.IDBConnectionProvider
Get SQL dialect that is to be used for creating SQL statements.
getStaticDispatcherInfo() - Static method in class org.eclnt.ccee.spring.context.DispatcherBySpringAccess
 
getStaticDispatcherInfo() - Static method in class org.eclnt.ccee.spring.v2.context.xmlbased.DispatcherByXMLSpringAccess
 
getStatus() - Method in class org.eclnt.ccee.quartz.data.DOJobExecution
 
getString2bytes64() - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
getString2bytesHEX() - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
getTable() - Method in class org.eclnt.ccee.db.dofw.DOFWEntity
getTableName() - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinition
 
getTableNameSurrounder(String) - Static method in class org.eclnt.ccee.db.dofw.DOFWDialect
Some DB systems require table names to be written into special surrounding characters.
getTableQuery() - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinition
 
getTableSort() - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinition
 
getTenant() - Method in class org.eclnt.ccee.quartz.data.DOJob
 
getTenant() - Method in class org.eclnt.ccee.quartz.data.DOJobExecution
 
getTenant() - Method in class org.eclnt.ccee.quartz.data.DOJobExecutionProtocol
 
getTenant() - Method in class org.eclnt.ccee.quartz.logic.CCEEJobExecutionContext
 
getTenantColumn() - Method in class org.eclnt.ccee.db.dofw.DOFWEntity
getTenantIsNumeric() - Method in class org.eclnt.ccee.db.dofw.DOFWEntity
getTimestampActivation() - Method in class org.eclnt.ccee.quartz.data.DOActiveScheduler
 
getTimestampResetup() - Method in class org.eclnt.ccee.quartz.data.DOActiveScheduler
 
getTimezone() - Method in class org.eclnt.ccee.dyndata.DynDataReaderContext
 
getTiming() - Method in class org.eclnt.ccee.quartz.data.DOJob
 
getTo() - Method in class org.eclnt.ccee.db.dofw.util.ValuesBETWEEN
 
getToPage() - Method in class org.eclnt.ccee.pdf.PDFPrintConfig
 
getTrim() - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
getType() - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
getTypeName() - Method in class org.eclnt.ccee.db.jdbc.JDBCColumnInfo
 
getUuid2String() - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
getValidatedObject() - Method in class org.eclnt.ccee.logic.validation.ValidationError.ValidationInfo
 
getValue() - Method in class org.eclnt.ccee.db.dofw.DOFWFunction.DOFWFunctionValue
 
getValueProperties(Class) - Static method in class org.eclnt.ccee.db.dofw.DOFWRepository
 
getValues() - Method in class org.eclnt.ccee.db.dofw.DOFWFunction
 
getVirtualAttributes() - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinition
Attributes that are added by JavaScript execution.
getXmlFilePath() - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinition
 
getXmlFileReadingType() - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinition
 
getXmlFileRootDirectory() - Method in class org.eclnt.ccee.dyndata.DynDataReaderContext
If XML files are used in a DynDataDefinition then XML files can be read from the file system.
getYYMMDDCenturyReference() - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
GREATER - Static variable in interface org.eclnt.ccee.ICCEEConstants
 
GREATEREQUAL - Static variable in interface org.eclnt.ccee.ICCEEConstants
 

H

HttpDataTransfer - Class in org.eclnt.ccee.http
Utitlity functions around accessing other systems by http
HttpDataTransfer() - Constructor for class org.eclnt.ccee.http.HttpDataTransfer
 
HttpServletUtil - Class in org.eclnt.ccee.util
Utility functions in the area of Java-http processing.
HttpServletUtil() - Constructor for class org.eclnt.ccee.util.HttpServletUtil
 

I

IActiveInstanceChecker - Interface in org.eclnt.ccee.quartz.logic
Check if this node is active for serving as scheduler node.
ICCEEConstants - Interface in org.eclnt.ccee
Central constants to be used within the CCEE framework.
ICCEEJob - Interface in org.eclnt.ccee.quartz.logic
 
IConfigProvider - Interface in org.eclnt.ccee.config
 
ICreatePreviewTestObject - Interface in org.eclnt.ccee.dyndata.creation
 
IDBConnectionPasswordProvider - Interface in org.eclnt.ccee.db
If the connection is created by using the configuration parameters (i.e. not using IDBConnectionProvider), then by default the password of the connection is read from configuration parameter "db_password". - Problem: the password of the connection needs to be stored in a configuration file, which might be some security risk.
IDBConnectionPoolConnectionChecker - Interface in org.eclnt.ccee.db.dofw
Interface to program checking the connection when it is picked from the pool.
IDBConnectionProvider - Interface in org.eclnt.ccee.db
 
IDBConnectionProvider_dbautotrim - Interface in org.eclnt.ccee.db
Extension to interface IDBConnectionProvider with addtional method to pass back the parameter "db_autotrim"
IDynDataConstants - Interface in org.eclnt.ccee.dyndata.meta
 
IDynDataLiteralResolver - Interface in org.eclnt.ccee.dyndata.literals
Literal resolution that is invoked by expression "#{literal(...)}" in the processing of DynDataMap.
IFacadeTransfer - Interface in org.eclnt.ccee.facade
Transfer of facade method call data to the instance where the facade actually is running - and transfer of parameters back.
IFunctionExecutor - Interface in org.eclnt.ccee.dyndata.functions
 
IJobConstants - Interface in org.eclnt.ccee.quartz.logic
 
ImageCompare - Class in org.eclnt.ccee.image
Utility for comparing two images.
ImageCompare() - Constructor for class org.eclnt.ccee.image.ImageCompare
 
ImageCropper - Class in org.eclnt.ccee.image
 
ImageCropper() - Constructor for class org.eclnt.ccee.image.ImageCropper
 
ImageShrinker - Class in org.eclnt.ccee.image
 
ImageShrinker() - Constructor for class org.eclnt.ccee.image.ImageShrinker
 
IN - Static variable in interface org.eclnt.ccee.ICCEEConstants
 
initConnectionChecker(IDBConnectionPoolConnectionChecker) - Static method in class org.eclnt.ccee.db.dofw.DBConnectionPool
Pass own implementation of IDBConnectionPoolConnectionChecker that is used instead of the default one.
initialize(IDynDataLiteralResolver) - Static method in class org.eclnt.ccee.dyndata.literals.DynDataLiteralResolver
Pass an own implementation.
initialize(IPropertyAccess) - Static method in class org.eclnt.ccee.dyndata.properties.PropertyAccess
 
initialize(IVariantPersistence) - Static method in class org.eclnt.ccee.usagevariants.VariantPersistence
 
initializeIgnoreSpringInitializationErrors(boolean) - Static method in class org.eclnt.ccee.spring.context.DispatcherBySpringAccess
If there are problems creating the Spring context then by default an Error is thrown during initialization.
initializeIgnoreSpringInitializationErrors(boolean) - Static method in class org.eclnt.ccee.spring.v2.context.annotationbased.DispatcherByAnnotationSpringAccess
If there are problems creating the Spring context then by default an Error is thrown during initialization.
initializeIgnoreSpringInitializationErrors(boolean) - Static method in class org.eclnt.ccee.spring.v2.context.xmlbased.DispatcherByXMLSpringAccess
If there are problems creating the Spring context then by default an Error is thrown during initialization.
initializeOverrideContent(DOFWRepository.IOverrideContent) - Static method in class org.eclnt.ccee.db.dofw.DOFWRepository
 
initializeResolveBeanWithLowerCaseKey(boolean) - Static method in class org.eclnt.ccee.spring.context.DispatcherBySpringAccess
When accessing beans from the spring context then the value of the expression is directly used.
initializeResolveBeanWithLowerCaseKey(boolean) - Static method in class org.eclnt.ccee.spring.v2.context.annotationbased.DispatcherByAnnotationSpringAccess
When accessing beans from the spring context then the value of the expression is directly used.
initializeResolveBeanWithLowerCaseKey(boolean) - Static method in class org.eclnt.ccee.spring.v2.context.xmlbased.DispatcherByXMLSpringAccess
When accessing beans from the spring context then the value of the expression is directly used.
initInstance(SpringApplicationContextFinder) - Static method in class org.eclnt.ccee.spring.v2.context.util.SpringApplicationContextFinder
 
initLog2Console() - Static method in class org.eclnt.ccee.bridges.LoggerBridge
 
initLog2Console() - Static method in class org.eclnt.ccee.log.AppLog
If the logger is using the bridge to the CC-logging then this log is updated so that it outputs its log to the console.

This method is ignored if you are using some own log.
initLogLevel(Level) - Static method in class org.eclnt.ccee.bridges.LoggerBridge
 
initLogLevel(Level) - Static method in class org.eclnt.ccee.log.AppLog
If the logger is using the bridge to the CC-logging then the log level of this log is updated.

This method is ignored if you are using some own log.
initSystemOut() - Static method in class org.eclnt.ccee.log.AppLog
If the logger is using the bridge to the CC-logging then the log level of this log is updated to INFO level, and the log is output to the console.
initUsePooledConnectionByDefault(boolean) - Static method in class org.eclnt.ccee.db.DBAccess
Global flag how to deal with connection pooling if there is no explicit definition within configuration.
initValidator(Validator) - Static method in class org.eclnt.ccee.logic.validation.jsr380.JSR380
 
insertObject(Object) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Inserts object into database.
insertObject(String, Object) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Same as DOFWSql.insertObject(Object) but now passing contextName of database.
insertObjectsInBatch(Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Insert of several objects in one batch statement.
insertObjectsInBatch(String, Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Extended version of DOFWSql.insertObjectsInBatch(Object[]) - with passing the contextName.
instance() - Static method in class org.eclnt.ccee.db.dofw.trace.Trace
 
instance() - Static method in class org.eclnt.ccee.dyndata.literals.DynDataLiteralResolver
 
instance() - Static method in class org.eclnt.ccee.dyndata.properties.PropertyAccess
 
instance() - Static method in class org.eclnt.ccee.spring.context.DialogSessionApplicationContextFactory
Default method for creating the object within the scope of a request/response processing.
instance() - Static method in class org.eclnt.ccee.usagevariants.VariantPersistence
 
instance(ISessionAbstraction) - Static method in class org.eclnt.ccee.spring.context.DialogSessionApplicationContextFactory
If NOT being inside a request/response processing then the dialog session needs to be explicitly passed.
IPropertyAccess - Interface in org.eclnt.ccee.dyndata.properties
 
IS - Static variable in interface org.eclnt.ccee.ICCEEConstants
 
IS_YYMMDDCENTURYREFRENCE - Enum constant in enum class org.eclnt.ccee.db.dofw.util.ENUMMappingInfo
 
isBuffered() - Method in class org.eclnt.ccee.db.dofw.DOFWEntity
isBufferedObjectWasAvailable() - Method in class org.eclnt.ccee.db.dofw.util.DOFWBuffer.BufferResult
 
isCascading() - Static method in class org.eclnt.ccee.config.Config
 
isEmpty(String) - Static method in class org.eclnt.ccee.util.StringUtil
 
ISimpleDataTypeExtensionDOFW - Interface in org.eclnt.ccee.db.dofw
Extended functions for simple data type mapping - so that own simple data types can be directly bound to data base operations.
isInvalid() - Method in class org.eclnt.ccee.logic.validation.ValidationResult
 
isKey() - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
isKey() - Method in class org.eclnt.ccee.dyndata.DynDataAttribute
 
isNew() - Method in class org.eclnt.ccee.datacontext.DataContext
Information if objects it "new" (i.e. not available in database).
ISNOT - Static variable in interface org.eclnt.ccee.ICCEEConstants
 
isTraceActive() - Method in class org.eclnt.ccee.db.dofw.DOFWEntity
isValid() - Method in class org.eclnt.ccee.logic.validation.ValidationResult
 
isView() - Element in annotation interface org.eclnt.ccee.db.dofw.annotations.doentity
Definition if the entity is not using a table as query target, but a database view definition.
isView() - Method in class org.eclnt.ccee.db.dofw.DOFWEntity
ITrace - Interface in org.eclnt.ccee.db.dofw.trace
Interface for following single object manipulations inside DOFWSql.
IVariantPersistence - Interface in org.eclnt.ccee.usagevariants
Peristence interface that is used for storing variants.

J

JAXBUtil - Class in org.eclnt.ccee.xml
 
JAXBUtil() - Constructor for class org.eclnt.ccee.xml.JAXBUtil
 
JDBCColumnInfo - Class in org.eclnt.ccee.db.jdbc
 
JDBCColumnInfo() - Constructor for class org.eclnt.ccee.db.jdbc.JDBCColumnInfo
 
JDBCSql - Class in org.eclnt.ccee.db.jdbc
 
JDBCSql() - Constructor for class org.eclnt.ccee.db.jdbc.JDBCSql
 
JDBCTableInfo - Class in org.eclnt.ccee.db.jdbc
 
JDBCTableInfo() - Constructor for class org.eclnt.ccee.db.jdbc.JDBCTableInfo
 
JDBCUtils - Class in org.eclnt.ccee.db.jdbc
 
JDBCUtils() - Constructor for class org.eclnt.ccee.db.jdbc.JDBCUtils
 
JSONUtil - Class in org.eclnt.ccee.json.jackson
 
JSONUtil() - Constructor for class org.eclnt.ccee.json.jackson.JSONUtil
 
JSR380 - Class in org.eclnt.ccee.logic.validation.jsr380
Bridge to JSR380 javax.validation.
JSR380() - Constructor for class org.eclnt.ccee.logic.validation.jsr380.JSR380
 
junit_clearThreadContext() - Static method in class org.eclnt.ccee.db.DBAccess
Only for JUnit test purposes!
junit_convertYYYYMMDDToLocalDate(long) - Static method in class org.eclnt.ccee.db.dofw.util.DOFWMapper
 
JUNIT_convertYYYYMMDDToLocalDate(long) - Static method in class org.eclnt.ccee.db.dofw.util.DOFWMapper
 

K

key() - Element in annotation interface org.eclnt.ccee.db.dofw.annotations.doproperty
Indicator that the property is representing a key column.

L

L - Static variable in class org.eclnt.ccee.log.AppLog
 
LIKE - Static variable in interface org.eclnt.ccee.ICCEEConstants
 
LL_DBG - Static variable in interface org.eclnt.ccee.ICCEEConstants
 
LL_ERR - Static variable in interface org.eclnt.ccee.ICCEEConstants
 
LL_INF - Static variable in interface org.eclnt.ccee.ICCEEConstants
 
LL_WAR - Static variable in interface org.eclnt.ccee.ICCEEConstants
 
localDate2longYYMMDD() - Element in annotation interface org.eclnt.ccee.db.dofw.annotations.doproperty
Data type mapping rule: Java data type is LocalDate, SQL data type is Long.
localDate2longYYYYMMDD() - Element in annotation interface org.eclnt.ccee.db.dofw.annotations.doproperty
Data type mapping rule: Java data type is LocalDate, SQL data type is Long.
LocalDateAdapter - Class in org.eclnt.ccee.xml
 
LocalDateAdapter() - Constructor for class org.eclnt.ccee.xml.LocalDateAdapter
 
LoggerBridge - Class in org.eclnt.ccee.bridges
 
LoggerBridge() - Constructor for class org.eclnt.ccee.bridges.LoggerBridge
 
LogicError - Error in org.eclnt.ccee.logic
 
LogicError() - Constructor for error org.eclnt.ccee.logic.LogicError
 
LOWER - Static variable in interface org.eclnt.ccee.ICCEEConstants
 
LOWEREQUAL - Static variable in interface org.eclnt.ccee.ICCEEConstants
 

M

m_springContext - Variable in class org.eclnt.ccee.spring.context.DispatcherBySpringAccess
 
m_springContext - Variable in class org.eclnt.ccee.spring.v2.context.annotationbased.DispatcherByAnnotationSpringAccess
 
m_springContext - Variable in class org.eclnt.ccee.spring.v2.context.xmlbased.DispatcherByXMLSpringAccess
 
main(String[]) - Static method in class org.eclnt.ccee.db.DBCreateTables
 
mapDBValue2PropertyValue(String, ResultSet, Object, DOFWProperty) - Static method in class org.eclnt.ccee.db.dofw.util.DOFWMapper
Reads the value of the result set and maps into the corresponding property on object side.
mapPropertyValue2PreparedStatement(String, Object, PreparedStatement, DOFWProperty, int) - Static method in class org.eclnt.ccee.db.dofw.util.DOFWMapper
 
mapPropertyValue2PreparedStatement(String, Object, PreparedStatement, DOFWProperty, ENUMMappingInfo[], int) - Static method in class org.eclnt.ccee.db.dofw.util.DOFWMapper
 
mapResultSet(String, ResultSet, Class<OBJTYPE>, Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Map result set data into object.
mapResultSet(String, ResultSet, Object[], OBJTYPE) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
 
mapResultSet(ResultSet, Class<OBJTYPE>, Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Same as #mapResultSet(String, ResultSet, Class) but using the default context.
mapResultSetList(String, ResultSet, Class<OBJTYPE>, Object[], List<OBJTYPE>) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
 
mapResultSetList(String, ResultSet, Class<OBJTYPE>, List<OBJTYPE>) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Map result set into a list of objects.
mapResultSetList(String, ResultSet, String, List<Map<String, Object>>) - Static method in class org.eclnt.ccee.db.jdbc.JDBCSql
 
mapResultSetList(ResultSet, Class<OBJTYPE>, Object[], List<OBJTYPE>) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
 
mapResultSetList(ResultSet, Class<OBJTYPE>, List<OBJTYPE>) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
marshal(LocalDate) - Method in class org.eclnt.ccee.xml.LocalDateAdapter
 
marshalDynDataDefinition(DynDataDefinition) - Static method in class org.eclnt.ccee.dyndata.DynDataUtil
 
marshalMap(Map<String, Object>) - Static method in class org.eclnt.ccee.json.jackson.JSONUtil
 
marshalSimpleObject(Object) - Static method in class org.eclnt.ccee.json.jackson.JSONUtil
 
marshalSimpleObject(Object) - Static method in class org.eclnt.ccee.xml.JAXBUtil
 
MAX - Static variable in interface org.eclnt.ccee.ICCEEConstants
 
MIN - Static variable in interface org.eclnt.ccee.ICCEEConstants
 
moveCorresponding(Object, Object) - Static method in class org.eclnt.ccee.util.PojoUtil
Moves all properties from one object to an other object according to their name and their type.
MyObjectInputStream(InputStream) - Constructor for class org.eclnt.ccee.util.CloneUtil.MyObjectInputStream
 
MyObjectInputStream(InputStream, ClassLoader) - Constructor for class org.eclnt.ccee.util.CloneUtil.MyObjectInputStream
 

N

notrim - Enum constant in enum class org.eclnt.ccee.db.dofw.annotations.ENUMTrim
 
noWarning() - Method in class org.eclnt.ccee.db.DBAction
This method does... ...nothing!
NULL - Enum constant in enum class org.eclnt.ccee.db.dofw.annotations.ENUMBooleanDefault
 
NULL - Static variable in interface org.eclnt.ccee.ICCEEConstants
 

O

ObjectHolder<CLASS> - Class in org.eclnt.ccee.util
Purpose: when using final variables then the instance itself must not change.
ObjectHolder() - Constructor for class org.eclnt.ccee.util.ObjectHolder
 
onlyReadWithSingleReadOperations() - Element in annotation interface org.eclnt.ccee.db.dofw.annotations.doproperty
If set to true then the property is not read during normal query operations - but only is read with "queryOne" and with "reread" operations.
OR - Static variable in interface org.eclnt.ccee.ICCEEConstants
 
ORDERBY - Static variable in interface org.eclnt.ccee.ICCEEConstants
 
org.eclnt.ccee - package org.eclnt.ccee
 
org.eclnt.ccee.bridges - package org.eclnt.ccee.bridges
 
org.eclnt.ccee.config - package org.eclnt.ccee.config
 
org.eclnt.ccee.datacontext - package org.eclnt.ccee.datacontext
 
org.eclnt.ccee.datacontext.dofw - package org.eclnt.ccee.datacontext.dofw
 
org.eclnt.ccee.db - package org.eclnt.ccee.db
 
org.eclnt.ccee.db.dofw - package org.eclnt.ccee.db.dofw
 
org.eclnt.ccee.db.dofw.annotations - package org.eclnt.ccee.db.dofw.annotations
 
org.eclnt.ccee.db.dofw.trace - package org.eclnt.ccee.db.dofw.trace
 
org.eclnt.ccee.db.dofw.util - package org.eclnt.ccee.db.dofw.util
 
org.eclnt.ccee.db.jdbc - package org.eclnt.ccee.db.jdbc
 
org.eclnt.ccee.db.util - package org.eclnt.ccee.db.util
 
org.eclnt.ccee.dyndata - package org.eclnt.ccee.dyndata
 
org.eclnt.ccee.dyndata.creation - package org.eclnt.ccee.dyndata.creation
 
org.eclnt.ccee.dyndata.functions - package org.eclnt.ccee.dyndata.functions
 
org.eclnt.ccee.dyndata.literals - package org.eclnt.ccee.dyndata.literals
 
org.eclnt.ccee.dyndata.meta - package org.eclnt.ccee.dyndata.meta
 
org.eclnt.ccee.dyndata.properties - package org.eclnt.ccee.dyndata.properties
 
org.eclnt.ccee.encrypt - package org.eclnt.ccee.encrypt
 
org.eclnt.ccee.facade - package org.eclnt.ccee.facade
 
org.eclnt.ccee.facade.tools - package org.eclnt.ccee.facade.tools
 
org.eclnt.ccee.facade.transfer - package org.eclnt.ccee.facade.transfer
 
org.eclnt.ccee.file - package org.eclnt.ccee.file
 
org.eclnt.ccee.http - package org.eclnt.ccee.http
 
org.eclnt.ccee.image - package org.eclnt.ccee.image
 
org.eclnt.ccee.json.jackson - package org.eclnt.ccee.json.jackson
 
org.eclnt.ccee.log - package org.eclnt.ccee.log
 
org.eclnt.ccee.logic - package org.eclnt.ccee.logic
 
org.eclnt.ccee.logic.validation - package org.eclnt.ccee.logic.validation
 
org.eclnt.ccee.logic.validation.jsr380 - package org.eclnt.ccee.logic.validation.jsr380
 
org.eclnt.ccee.pdf - package org.eclnt.ccee.pdf
 
org.eclnt.ccee.qrcode - package org.eclnt.ccee.qrcode
 
org.eclnt.ccee.quartz.data - package org.eclnt.ccee.quartz.data
 
org.eclnt.ccee.quartz.logic - package org.eclnt.ccee.quartz.logic
 
org.eclnt.ccee.solr - package org.eclnt.ccee.solr
 
org.eclnt.ccee.spring.context - package org.eclnt.ccee.spring.context
 
org.eclnt.ccee.spring.v2.context.annotationbased - package org.eclnt.ccee.spring.v2.context.annotationbased
 
org.eclnt.ccee.spring.v2.context.util - package org.eclnt.ccee.spring.v2.context.util
 
org.eclnt.ccee.spring.v2.context.xmlbased - package org.eclnt.ccee.spring.v2.context.xmlbased
 
org.eclnt.ccee.usagevariants - package org.eclnt.ccee.usagevariants
 
org.eclnt.ccee.util - package org.eclnt.ccee.util
 
org.eclnt.ccee.xml - package org.eclnt.ccee.xml
 
org.eclnt.ccee.xmlrdf - package org.eclnt.ccee.xmlrdf
 
overrideAutoIncrement(boolean) - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
overrideAutoIncrementExcludeFromUpdate(boolean) - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
overrideBoolean2int(boolean) - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
overrideBoolean2StringDefault(ENUMBooleanDefault) - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
overrideBoolean2StringJN(boolean) - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
overrideBoolean2StringX(boolean) - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
overrideBoolean2StringYN(boolean) - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
overrideBuffered(boolean) - Method in class org.eclnt.ccee.db.dofw.DOFWEntity
 
overrideColumn(String) - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
overrideDate2long(boolean) - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
overrideDate2longYYMMDD(boolean) - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
overrideDate2longYYYYMMDD(boolean) - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
overrideDbNullValue(Object) - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
overrideDeletedProperty(String) - Method in class org.eclnt.ccee.db.dofw.DOFWEntity
 
overrideEntityClass(Class) - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
overrideGetter(Method) - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
overrideGetterYYMMDDCenturyReference(Method) - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
overrideKey(boolean) - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
overrideLocalDate2longYYMMDD(boolean) - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
overrideLocalDate2longYYYYMMDD(boolean) - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
overrideName(String) - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
overrideOnlyReadWithSingleReadOperations(boolean) - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
overrideSchema(String) - Method in class org.eclnt.ccee.db.dofw.DOFWEntity
 
overrideSetter(Method) - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
overrideSetterYYMMDDCenturyReference(Method) - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
overrideString2bytes64(boolean) - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
overrideString2bytesHEX(boolean) - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
overrideTable(String) - Method in class org.eclnt.ccee.db.dofw.DOFWEntity
 
overrideTenantColumn(String) - Method in class org.eclnt.ccee.db.dofw.DOFWEntity
 
overrideTenantIsNumeric(boolean) - Method in class org.eclnt.ccee.db.dofw.DOFWEntity
 
overrideTraceActive(boolean) - Method in class org.eclnt.ccee.db.dofw.DOFWEntity
 
overrideTrim(Boolean) - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
overrideType(Class<?>) - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
overrideUuid2String(boolean) - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 
overrideView(boolean) - Method in class org.eclnt.ccee.db.dofw.DOFWEntity
 
overrideYYMMDDCenturyReference(String) - Method in class org.eclnt.ccee.db.dofw.DOFWProperty
 

P

P_ID - Static variable in class org.eclnt.ccee.quartz.data.DOJob
 
P_ID - Static variable in class org.eclnt.ccee.quartz.data.DOJobExecution
 
P_ID - Static variable in class org.eclnt.ccee.quartz.data.DOJobExecutionProtocol
 
P_JOBCLASSNAME - Static variable in class org.eclnt.ccee.quartz.data.DOJobExecution
 
P_JOBENDED - Static variable in class org.eclnt.ccee.quartz.data.DOJobExecution
 
P_JOBSTARTED - Static variable in class org.eclnt.ccee.quartz.data.DOJobExecution
 
P_PROTOCOL - Static variable in class org.eclnt.ccee.quartz.data.DOJobExecutionProtocol
 
parseDynDataDefinitionXml(String) - Static method in class org.eclnt.ccee.dyndata.DynDataUtil
 
parseExecQuerySQLColumnsIntoAliasAndSqlName(String) - Static method in class org.eclnt.ccee.db.util.QueryUtils
 
parseICCEEConstant(String) - Static method in class org.eclnt.ccee.db.dofw.util.DOFWUtils
Converts the text of a ICCEEConstants-constant into a correpsonding constant representation.
passSimpleDataTypeValueIntoPreparedStatement(Object, DOFWProperty, PreparedStatement, int) - Method in interface org.eclnt.ccee.db.dofw.ISimpleDataTypeExtensionDOFW
 
PDF2ImageConverter - Class in org.eclnt.ccee.pdf
 
PDF2ImageConverter() - Constructor for class org.eclnt.ccee.pdf.PDF2ImageConverter
 
PDFCompare - Class in org.eclnt.ccee.pdf
 
PDFCompare() - Constructor for class org.eclnt.ccee.pdf.PDFCompare
 
PDFPrint - Class in org.eclnt.ccee.pdf
 
PDFPrint() - Constructor for class org.eclnt.ccee.pdf.PDFPrint
 
PDFPrintConfig - Class in org.eclnt.ccee.pdf
 
PDFPrintConfig() - Constructor for class org.eclnt.ccee.pdf.PDFPrintConfig
 
pickConnection(Object, String) - Static method in class org.eclnt.ccee.db.DBAccess
 
PickConnectionResult() - Constructor for class org.eclnt.ccee.db.DBAccess.PickConnectionResult
 
pickFromPool(String) - Static method in class org.eclnt.ccee.db.dofw.DBConnectionPool
 
PojoUtil - Class in org.eclnt.ccee.util
Utility for managing "Pojos" - i.e. properties only consisting out of data members and correspdoning setter/getter methods.
PojoUtil() - Constructor for class org.eclnt.ccee.util.PojoUtil
 
postProcessAddListObject() - Method in class org.eclnt.ccee.datacontext.DataContext
 
postProcessAddListObject() - Method in class org.eclnt.ccee.datacontext.dofw.DataContextDOFW
 
postProcessSetObject() - Method in class org.eclnt.ccee.datacontext.DataContext
 
postProcessSetObject() - Method in class org.eclnt.ccee.datacontext.dofw.DataContextDOFW
 
preparseSql(Class, DOFWEntity, Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Parses the SQL and replaces certain contstructs so that result sql corresponds to internally processed format.
print(byte[]) - Static method in class org.eclnt.ccee.pdf.PDFPrint
Prints PDF document to default printer.
print(byte[], PDFPrintConfig) - Static method in class org.eclnt.ccee.pdf.PDFPrint
Prints PDF document to printer.
print(InputStream, PDFPrintConfig) - Static method in class org.eclnt.ccee.pdf.PDFPrint
Prints PDF document to printer.
process(String) - Method in class org.eclnt.ccee.db.DBAction
 
PropertyAccess - Class in org.eclnt.ccee.dyndata.properties
 
PropertyAccess() - Constructor for class org.eclnt.ccee.dyndata.properties.PropertyAccess
 
PROPERTYACCESSINTERFACE - Enum constant in enum class org.eclnt.ccee.dyndata.meta.ENUMPropertyFileReadingType
 
PROTOCOL_ERROR - Static variable in interface org.eclnt.ccee.quartz.logic.IJobConstants
 
PROTOCOL_INFO - Static variable in interface org.eclnt.ccee.quartz.logic.IJobConstants
 

Q

QPFUNCTION_LOWER - Static variable in interface org.eclnt.ccee.ICCEEConstants
 
QPFUNCTION_UPPER - Static variable in interface org.eclnt.ccee.ICCEEConstants
 
QRCodeCreator - Class in org.eclnt.ccee.qrcode
Create QRCode - using library com.google.zxing
QRCodeCreator() - Constructor for class org.eclnt.ccee.qrcode.QRCodeCreator
 
QuartzJobAdapter - Class in org.eclnt.ccee.quartz.logic
 
QuartzJobAdapter() - Constructor for class org.eclnt.ccee.quartz.logic.QuartzJobAdapter
 
QuartzSchedulerManager - Class in org.eclnt.ccee.quartz.logic
Central class for scheduling.
QuartzSchedulerManager() - Constructor for class org.eclnt.ccee.quartz.logic.QuartzSchedulerManager
 
quc(String, String) - Static method in class org.eclnt.ccee.db.dofw.util.DOFWUtils
Query update column. - This function is used when building the actual SQL statement: column names by default are written without modification into the SQL statement - some DB servers require some surrounding quotes.
query(Class<OBJTYPE>, Object...) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Query data of one class/table.
query(Class<OBJTYPE>, Object[], Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Query data of one class/table - now with order by clause.
query(String, Class<OBJTYPE>, Object...) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
 
query(String, Class<OBJTYPE>, Object[], Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
 
query(String, Object[], Object[]) - Static method in class org.eclnt.ccee.db.jdbc.JDBCSql
 
query(String, String, Object[], Object[]) - Static method in class org.eclnt.ccee.db.jdbc.JDBCSql
 
queryColumnData(Class<OBJTYPE>, Object[], Object...) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
This version of query only request certain columns to be loaded.
queryColumnData(Class<OBJTYPE>, Object[], Object[], Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
This version of query only request certain columns to be loaded.
queryColumnData(String, Class<OBJTYPE>, Object[], Object...) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
This version of query only request certain columns to be loaded.
queryColumnData(String, Class<OBJTYPE>, Object[], Object[], Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
This version of query only request certain columns to be loaded.
queryColumnDataDistinct(Class<OBJTYPE>, Object[], Object[], Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Same as DOFWSql.queryColumnData(Class, Object[], Object[], Object[]) but now performing a "SELECT DISTINCT" instead of a plain "SELECT".
queryColumnDataDistinct(String, Class<OBJTYPE>, Object[], Object[], Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Same as DOFWSql.queryColumnData(String, Class, Object[], Object[], Object[]) but now performing a "SELECT DISTINCT" instead of a plain "SELECT".
queryColumnDataDistinctTop(Class<OBJTYPE>, Object[], int, Object[], Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Same as DOFWSql.queryColumnDataTop(Class, Object[], int, Object[], Object[]) but now peforming a "SELECT DISTINCT" instead of a normal "SELECT".
queryColumnDataDistinctTop(String, Class<OBJTYPE>, Object[], int, Object[], Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Same as DOFWSql.queryColumnDataTop(String, Class, Object[], int, Object[], Object[]) but now peforming a "SELECT DISTINCT" instead of a normal "SELECT".
queryColumnDataTop(Class<OBJTYPE>, Object[], int, Object...) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
This version of query only request certain properties to be loaded.
queryColumnDataTop(Class<OBJTYPE>, Object[], int, Object[], Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
This version of query only request certain properties to be loaded.
queryColumnDataTop(String, Class<OBJTYPE>, Object[], int, Object...) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
This version of query only request certain properties to be loaded.
queryColumnDataTop(String, Class<OBJTYPE>, Object[], int, Object[], Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
This version of query only request certain properties to be loaded.
queryCrossTenant(Class<OBJTYPE>, Object[], Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Query data of one class/table without automated sub selection of the tenant.
queryCrossTenant(String, Class<OBJTYPE>, Object[], Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
 
queryDistinct(Class, String[], Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
 
queryDistinct(String, Class, String[], Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
 
queryFunction(Class, String, String, Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Executes a SQL function for a specific column/property and for a specific where condition.
queryFunction(String, Class, String, String, Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
 
queryFunctionGrouped(Class, int, String, String, String[], Object[], Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Executes SQL function with grouping.
queryFunctionGrouped(Class, String, String, String[], Object[], Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Executes SQL function with grouping.
queryFunctionGrouped(String, Class, int, String, String, String[], Object[], Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Executes SQL function with grouping.
queryFunctionGrouped(String, Class, String, String, String[], Object[], Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Executes SQL function with grouping.
queryGrouped(Class, int, String[], Object[], Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Execute SQL with grouping (SELECT ...
queryGrouped(Class, String[], Object[], Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Execute SQL with grouping (SELECT ...
queryGrouped(String, Class, int, String[], Object[], Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Execute SQL with grouping (SELECT ...
queryGrouped(String, Class, String[], Object[], Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Execute SQL with grouping (SELECT ...
queryGuidedSql(Class, String[], String, String, Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Short version of #queryFreeStyle(String, Class, String[], String, String, Object[]) without explicitly passing some context.
queryGuidedSql(String, Class, String[], String, String, Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Free style query in which you can pass free style strings.
queryOne(Class<OBJTYPE>, Object...) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Query that exactly returns one (or none) object.
queryOne(Class<OBJTYPE>, Object[], Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
 
queryOne(String, Class<OBJTYPE>, Object...) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
 
queryOne(String, Class<OBJTYPE>, Object[], Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
 
queryOne(String, Object[], Object[]) - Static method in class org.eclnt.ccee.db.jdbc.JDBCSql
 
queryOne(String, String, Object[], Object[]) - Static method in class org.eclnt.ccee.db.jdbc.JDBCSql
 
QueryParameterFunction - Class in org.eclnt.ccee.db.dofw.util
 
QueryParameterFunction(String, String) - Constructor for class org.eclnt.ccee.db.dofw.util.QueryParameterFunction
 
queryParentUserIds(String) - Method in interface org.eclnt.ccee.usagevariants.IVariantPersistence
 
queryParentUserIds(String) - Method in class org.eclnt.ccee.usagevariants.VariantPersistenceStreamStore
 
queryRange(Class<OBJTYPE>, int, int, Object...) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Query data of one class/table - but only query for a limited number of return objects.
queryRange(Class<OBJTYPE>, int, int, Object[], Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Query data of one class/table - but only query for a limited number of return objects.
queryRange(String, Class<OBJTYPE>, int, int, Object...) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
 
queryRange(String, Class<OBJTYPE>, int, int, Object[], Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
 
querySameObject(Object) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
querySameObject(String, Object) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Re-queries the object that is passed- so that the object is re-read from the database.
queryTop(Class<OBJTYPE>, int, Object...) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Query data of one class/table - but only query for a limited number of return objects.
queryTop(Class<OBJTYPE>, int, Object[], Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Query data of one class/table - but only query for a limited number of return objects.
queryTop(String, Class<OBJTYPE>, int, Object...) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
 
queryTop(String, Class<OBJTYPE>, int, Object[], Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
 
QueryUtils - Class in org.eclnt.ccee.db.util
 
QueryUtils() - Constructor for class org.eclnt.ccee.db.util.QueryUtils
 
QueryUtils.IValueClassProvider - Interface in org.eclnt.ccee.db.util
 
queryVariantIds(String, String, String) - Method in interface org.eclnt.ccee.usagevariants.IVariantPersistence
 
queryVariantIds(String, String, String) - Method in class org.eclnt.ccee.usagevariants.VariantPersistenceStreamStore
 
qut(String, String) - Static method in class org.eclnt.ccee.db.dofw.util.DOFWUtils
Query update table. - Transfers the table name while writing the SQL statement.

R

reactOnListUpdate(CONTENTTYPECLASS, List<?>) - Method in class org.eclnt.ccee.datacontext.DataContext.DefaultListener
 
reactOnListUpdate(CONTENTTYPECLASS, List<?>) - Method in interface org.eclnt.ccee.datacontext.DataContext.IListener
 
reactOnObjectUpdate(CONTENTTYPECLASS, Object) - Method in class org.eclnt.ccee.datacontext.DataContext.DefaultListener
 
reactOnObjectUpdate(CONTENTTYPECLASS, Object) - Method in interface org.eclnt.ccee.datacontext.DataContext.IListener
 
reactOnSave() - Method in class org.eclnt.ccee.datacontext.DataContext.DefaultListener
 
reactOnSave() - Method in interface org.eclnt.ccee.datacontext.DataContext.IListener
 
readAllJobDefinitions() - Static method in class org.eclnt.ccee.quartz.logic.CCEEJobLogic
 
readAndMapDBValue(String, ResultSet, int, DOFWProperty) - Static method in class org.eclnt.ccee.db.dofw.util.DOFWMapper
Reads a value from the result set and transfers it into the correct Java type.
readAndMapDBValue(String, ResultSet, String, DOFWProperty) - Static method in class org.eclnt.ccee.db.dofw.util.DOFWMapper
Reads a value from the result set and transfers it into the correct Java type.
readApplicationContextFromDialogSession(ISessionAbstraction) - Method in class org.eclnt.ccee.spring.v2.context.util.DialogSessionApplicationContextFactoryBase
 
readAttributesOfDynDataDefinition(DynDataReaderContext, DynDataDefinition) - Static method in class org.eclnt.ccee.dyndata.DynDataUtil
 
readAttributesOfDynDataDefinition(DynDataReaderContext, DynDataDefinition, boolean) - Static method in class org.eclnt.ccee.dyndata.DynDataUtil
 
readAvailableJSONFiles(DynDataReaderContext) - Static method in class org.eclnt.ccee.dyndata.DynDataUtil
 
readAvailablePropertyFiles(DynDataReaderContext) - Static method in class org.eclnt.ccee.dyndata.DynDataUtil
 
readAvailableXMLFiles(DynDataReaderContext) - Static method in class org.eclnt.ccee.dyndata.DynDataUtil
 
readContent(CONTENTTYPECLASS) - Method in class org.eclnt.ccee.datacontext.DataContext
 
readDefaultVariantId(String, String, String) - Method in interface org.eclnt.ccee.usagevariants.IVariantPersistence
 
readDefaultVariantId(String, String, String) - Method in class org.eclnt.ccee.usagevariants.VariantPersistenceStreamStore
 
readJobExecutions(Object[]) - Static method in class org.eclnt.ccee.quartz.logic.CCEEJobLogic
 
readJsonFileOfDynDataDefinition(DynDataReaderContext, DynDataDefinition, boolean) - Static method in class org.eclnt.ccee.dyndata.DynDataUtil
 
readObject(String) - Method in class org.eclnt.ccee.spring.context.DispatcherBySpringAccess
 
readObject(String) - Method in class org.eclnt.ccee.spring.v2.context.annotationbased.DispatcherByAnnotationSpringAccess
 
readObject(String) - Method in class org.eclnt.ccee.spring.v2.context.xmlbased.DispatcherByXMLSpringAccess
 
readObjectFromBuffer(Class, Object[]) - Static method in class org.eclnt.ccee.db.dofw.util.DOFWBuffer
 
readPropertyFile(String) - Method in class org.eclnt.ccee.dyndata.properties.DummyPropertyAccesss
 
readPropertyFile(String) - Method in interface org.eclnt.ccee.dyndata.properties.IPropertyAccess
 
readPropertyFile(DynDataDefinition, DynDataReaderContext) - Static method in class org.eclnt.ccee.dyndata.DynDataUtil
 
readPropertyFileIds() - Method in class org.eclnt.ccee.dyndata.properties.DummyPropertyAccesss
 
readPropertyFileIds() - Method in interface org.eclnt.ccee.dyndata.properties.IPropertyAccess
 
readPropertyFileTextOfDynDataDefinition(DynDataReaderContext, DynDataDefinition, boolean) - Static method in class org.eclnt.ccee.dyndata.DynDataUtil
 
readProtocol(String) - Static method in class org.eclnt.ccee.quartz.logic.CCEEJobLogic
 
readRootObject(DynDataReaderContext, DynDataDefinition) - Static method in class org.eclnt.ccee.dyndata.DynDataUtil
 
readURLContent(String, boolean) - Static method in class org.eclnt.ccee.http.HttpDataTransfer
 
readURLContent(String, String, String, boolean) - Static method in class org.eclnt.ccee.http.HttpDataTransfer
 
readUrlContentAsUTF8String(String, boolean) - Static method in class org.eclnt.ccee.http.HttpDataTransfer
 
readUrlContentAsUTF8String(String, String, String, boolean) - Static method in class org.eclnt.ccee.http.HttpDataTransfer
 
readValue(ResourceBundle, String) - Static method in class org.eclnt.ccee.util.ResourceBundleUtil
 
readVariant(String, String, String, String) - Method in interface org.eclnt.ccee.usagevariants.IVariantPersistence
 
readVariant(String, String, String, String) - Method in class org.eclnt.ccee.usagevariants.VariantPersistenceStreamStore
 
readVirtualAttributesFromJavaScript(String) - Static method in class org.eclnt.ccee.dyndata.DynDataUtil
 
readXmlFileOfDynDataDefinition(DynDataReaderContext, DynDataDefinition, boolean) - Static method in class org.eclnt.ccee.dyndata.DynDataUtil
 
registerContextInDialogSession(ISessionAbstraction, AbstractApplicationContext) - Method in class org.eclnt.ccee.spring.v2.context.util.DialogSessionApplicationContextFactoryBase
 
registerHomeObject(HOMEOBJECTCLASS) - Method in class org.eclnt.ccee.datacontext.DataContext
 
registerHomeObjectInContent(HOMEOBJECTCLASS) - Method in class org.eclnt.ccee.datacontext.DataContext
A home object is either registered as new or as existing object - dependent from the fact if it as already available in the database.
removeFunctionExecutor(IFunctionExecutor) - Static method in class org.eclnt.ccee.dyndata.functions.FunctionExecutor
 
removeListener(DataContext.IListener<CONTENTTYPECLASS>) - Method in class org.eclnt.ccee.datacontext.DataContext
 
removeListObject(CONTENTTYPECLASS, Object) - Method in class org.eclnt.ccee.datacontext.DataContext
 
removeVariant(String) - Method in class org.eclnt.ccee.usagevariants.UsageVariantManager
 
removeVariant(String, String, String, String) - Method in interface org.eclnt.ccee.usagevariants.IVariantPersistence
 
removeVariant(String, String, String, String) - Method in class org.eclnt.ccee.usagevariants.VariantPersistenceStreamStore
 
replacePropertyNames(String, Class, String) - Static method in class org.eclnt.ccee.db.dofw.util.DOFWUtils
 
ReplaceResult() - Constructor for class org.eclnt.ccee.db.dofw.util.DOFWUtils.ReplaceResult
 
replaceVariables(String, Class, String) - Static method in class org.eclnt.ccee.db.dofw.util.DOFWUtils
 
rereadObject(Object) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Reread object from database.
rereadObject(String, Object) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
See DOFWSql.rereadObject(Object) - now with explicitly passing contextName.
resetBuffers() - Static method in class org.eclnt.ccee.db.dofw.DOFWRepository
 
resetBuffers() - Static method in class org.eclnt.ccee.db.dofw.util.DOFWBuffer
 
resetBuffers() - Static method in class org.eclnt.ccee.util.PojoUtil
 
resetToDefault() - Method in class org.eclnt.ccee.usagevariants.UsageVariantManager
 
resolveClass(ObjectStreamClass) - Method in class org.eclnt.ccee.util.CloneUtil.MyObjectInputStream
 
resolveLiteralText(DynDataReaderContext, DynDataMap, String, String...) - Method in class org.eclnt.ccee.dyndata.literals.DummyDynDataLiteralResolver
 
resolveLiteralText(DynDataReaderContext, DynDataMap, String, String...) - Method in interface org.eclnt.ccee.dyndata.literals.IDynDataLiteralResolver
 
RESOURCE - Enum constant in enum class org.eclnt.ccee.dyndata.meta.ENUMFileReadingType
 
RESOURCE - Enum constant in enum class org.eclnt.ccee.dyndata.meta.ENUMPropertyFileReadingType
 
ResourceBundleUtil - Class in org.eclnt.ccee.util
 
ResourceBundleUtil() - Constructor for class org.eclnt.ccee.util.ResourceBundleUtil
 
RET_1970 - Enum constant in enum class org.eclnt.ccee.db.dofw.annotations.ENUMYYMMDD0Mgmt
 
RET_NULL - Enum constant in enum class org.eclnt.ccee.db.dofw.annotations.ENUMYYMMDD0Mgmt
 
rollbackConnection() - Static method in class org.eclnt.ccee.db.DBAccess
 
run() - Method in class org.eclnt.ccee.db.DBAction
Implementation of database operation.

S

s_buffer - Static variable in class org.eclnt.ccee.db.jdbc.JDBCUtils
 
save() - Method in class org.eclnt.ccee.datacontext.DataContext
 
save() - Method in class org.eclnt.ccee.datacontext.dofw.DataContextDOFW
 
saveCurrentVariant() - Method in class org.eclnt.ccee.usagevariants.UsageVariantManager
 
saveCurrentVariantAs(String) - Method in class org.eclnt.ccee.usagevariants.UsageVariantManager
 
saveDefaultVariantId(String, String, String, String) - Method in interface org.eclnt.ccee.usagevariants.IVariantPersistence
 
saveDefaultVariantId(String, String, String, String) - Method in class org.eclnt.ccee.usagevariants.VariantPersistenceStreamStore
 
saveJobDefinition(DOJob) - Static method in class org.eclnt.ccee.quartz.logic.CCEEJobLogic
 
saveJsonFileOfDynDataDefinition(DynDataReaderContext, DynDataDefinition, String, boolean) - Static method in class org.eclnt.ccee.dyndata.DynDataUtil
 
saveLoadedObjects() - Method in class org.eclnt.ccee.datacontext.DataContext
Actual persisting of objects - which is called during the DataContext.save() method.
saveLoadedObjects(CONTENTTYPECLASS) - Method in class org.eclnt.ccee.datacontext.DataContext
Part of processing in DataContext.saveLoadedObjects().
saveLoadedObjects(CONTENTTYPECLASS) - Method in class org.eclnt.ccee.datacontext.dofw.DataContextDOFW
 
saveObject(Object) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
First tries to update object - if this fails then an insert is done.
saveObject(String, Object) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Extended version of DOFWSql.saveObject(Object) - with passing the contextName.
savePropertyFile(DynDataReaderContext, DynDataDefinition, String, boolean) - Static method in class org.eclnt.ccee.dyndata.DynDataUtil
 
savePropertyFileOfDynDataDefinition(DynDataReaderContext, DynDataDefinition, String, boolean) - Static method in class org.eclnt.ccee.dyndata.DynDataUtil
 
saveVariant(String, String, String, String, String) - Method in interface org.eclnt.ccee.usagevariants.IVariantPersistence
 
saveVariant(String, String, String, String, String) - Method in class org.eclnt.ccee.usagevariants.VariantPersistenceStreamStore
 
saveXmlFileOfDynDataDefinition(DynDataReaderContext, DynDataDefinition, String, boolean) - Static method in class org.eclnt.ccee.dyndata.DynDataUtil
 
schema() - Element in annotation interface org.eclnt.ccee.db.dofw.annotations.doentity
Name of schema.
SerializationUtil - Class in org.eclnt.ccee.util
Utitlity functions in the area of serializing objects to bytes.
SerializationUtil() - Constructor for class org.eclnt.ccee.util.SerializationUtil
 
serialize(Object) - Static method in class org.eclnt.ccee.util.SerializationUtil
 
serialize(Object, int) - Static method in class org.eclnt.ccee.util.SerializationUtil
 
setApplicationContext(ApplicationContext) - Method in class org.eclnt.ccee.spring.v2.context.util.SpringApplicationContextFinder
 
setAttributes(List<DynDataDefinitionAttribute>) - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinition
 
setBasePackages(String[]) - Method in class org.eclnt.ccee.spring.context.DialogSessionAnnotationApplicationContext
Property that allows the configuration of base packages from outside, e.g. via Spring injection.
setChildren(List<DynDataDefinition>) - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinition
 
setClassLoader(ClassLoader) - Static method in class org.eclnt.ccee.facade.FacadeServer
 
setClassName(String) - Method in class org.eclnt.ccee.dyndata.DynDataAttribute
 
setClassName(String) - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinition
 
setClassName(String) - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinitionAttribute
 
setClassName(String) - Method in class org.eclnt.ccee.quartz.data.DOJob
 
setColumnSize(Integer) - Method in class org.eclnt.ccee.db.jdbc.JDBCColumnInfo
 
setConfigLocation(String) - Method in class org.eclnt.ccee.spring.context.DialogSessionXMLApplicationContext
 
setConfigLocation(String) - Method in class org.eclnt.ccee.spring.v2.context.xmlbased.DialogSessionXMLApplicationContext
 
setContentNameSpaceAbbreviation(String) - Method in class org.eclnt.ccee.xmlrdf.FIXGRIDXmlRdfExporter
 
setContentNameSpaceURL(String) - Method in class org.eclnt.ccee.xmlrdf.FIXGRIDXmlRdfExporter
 
setCurrentVariantId(String) - Method in class org.eclnt.ccee.usagevariants.UsageVariantManager
 
setDataContextName(String) - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinition
 
setDataType(Integer) - Method in class org.eclnt.ccee.db.jdbc.JDBCColumnInfo
 
setDbContextName(String) - Method in class org.eclnt.ccee.dyndata.DynDataReaderContext
 
setDefaultVariantId(String) - Method in class org.eclnt.ccee.usagevariants.UsageVariantManager
 
setDofwQuery(String) - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinition
 
setDofwSort(String) - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinition
 
setException(byte[]) - Method in class org.eclnt.ccee.facade.FacadeTransferObjectReceive
 
setExplicitClassLoader(ClassLoader) - Static method in class org.eclnt.ccee.bridges.ClassLoaderBridge
 
setExplicitLogger(Logger) - Static method in class org.eclnt.ccee.bridges.LoggerBridge
 
setFacadeClassName(String) - Method in class org.eclnt.ccee.facade.FacadeTransferObjectSend
 
setFormatmaskDate(String) - Method in class org.eclnt.ccee.dyndata.DynDataReaderContext
 
setFormatmaskDecimal(String) - Method in class org.eclnt.ccee.dyndata.DynDataReaderContext
 
setFromPage(Integer) - Method in class org.eclnt.ccee.pdf.PDFPrintConfig
 
setGlobals(Map<String, String>) - Method in class org.eclnt.ccee.dyndata.DynDataReaderContext
 
setId(String) - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinition
 
setId(String) - Method in class org.eclnt.ccee.quartz.data.DOJob
 
setId(String) - Method in class org.eclnt.ccee.quartz.data.DOJobExecution
 
setId(String) - Method in class org.eclnt.ccee.quartz.data.DOJobExecutionProtocol
 
setInstance(CLASS) - Method in class org.eclnt.ccee.util.ObjectHolder
 
setIsList(boolean) - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinition
 
setJobClassName(String) - Method in class org.eclnt.ccee.quartz.data.DOJobExecution
 
setJobEnded(Date) - Method in class org.eclnt.ccee.quartz.data.DOJobExecution
 
setJobId(String) - Method in class org.eclnt.ccee.quartz.data.DOJobExecution
 
setJobParameters(String) - Method in class org.eclnt.ccee.quartz.data.DOJobExecution
 
setJobStarted(Date) - Method in class org.eclnt.ccee.quartz.data.DOJobExecution
 
setJsonFilePath(String) - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinition
 
setJsonFileReadingType(ENUMFileReadingType) - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinition
 
setJsonFileRootDirectory(String) - Method in class org.eclnt.ccee.dyndata.DynDataReaderContext
 
setKey(boolean) - Method in class org.eclnt.ccee.dyndata.DynDataAttribute
 
setLocale(Locale) - Method in class org.eclnt.ccee.dyndata.DynDataReaderContext
 
setMethodName(String) - Method in class org.eclnt.ccee.facade.FacadeTransferObjectSend
 
setName(String) - Method in class org.eclnt.ccee.db.jdbc.JDBCColumnInfo
 
setName(String) - Method in class org.eclnt.ccee.db.jdbc.JDBCTableInfo
 
setName(String) - Method in class org.eclnt.ccee.dyndata.DynDataAttribute
 
setName(String) - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinitionAttribute
 
setObject(CONTENTTYPECLASS, Object) - Method in class org.eclnt.ccee.datacontext.DataContext
Registers a new object in the content.
setObject(CONTENTTYPECLASS, Object, boolean) - Method in class org.eclnt.ccee.datacontext.DataContext
This is a special version of DataContext.setObject(Object, Object) which should only be used in special situations, e.g. in method DataContext.registerHomeObjectInContent(Object).
setOwnLog(Logger) - Static method in class org.eclnt.ccee.log.AppLog
Set some own log for the logging.
setParameterClassNames(String[]) - Method in class org.eclnt.ccee.facade.FacadeTransferObjectSend
 
setParameters(byte[][]) - Method in class org.eclnt.ccee.facade.FacadeTransferObjectSend
 
setParameters(String) - Method in class org.eclnt.ccee.quartz.data.DOJob
 
setParent(DynDataMap) - Method in class org.eclnt.ccee.dyndata.DynDataMap
 
setPrinterName(String) - Method in class org.eclnt.ccee.pdf.PDFPrintConfig
 
setPropertyFilePath(String) - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinition
 
setPropertyFileReadingType(ENUMPropertyFileReadingType) - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinition
 
setPropertyFileRootDirectory(String) - Method in class org.eclnt.ccee.dyndata.DynDataReaderContext
 
setPropertyValue(Object, String, Object) - Static method in class org.eclnt.ccee.util.PojoUtil
 
setProtocol(String) - Method in class org.eclnt.ccee.quartz.data.DOJobExecutionProtocol
 
setResult(byte[]) - Method in class org.eclnt.ccee.facade.FacadeTransferObjectReceive
 
setSchedulerId(String) - Method in class org.eclnt.ccee.quartz.data.DOActiveScheduler
 
setSchedulerInstanceId(String) - Method in class org.eclnt.ccee.quartz.data.DOActiveScheduler
 
setScript(String) - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinition
 
setStatus(String) - Method in class org.eclnt.ccee.quartz.data.DOJobExecution
 
setTableName(String) - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinition
 
setTableQuery(String) - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinition
 
setTableSort(String) - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinition
 
setTenant(String) - Method in class org.eclnt.ccee.quartz.data.DOJob
 
setTenant(String) - Method in class org.eclnt.ccee.quartz.data.DOJobExecution
 
setTenant(String) - Method in class org.eclnt.ccee.quartz.data.DOJobExecutionProtocol
 
setTimestampActivation(Date) - Method in class org.eclnt.ccee.quartz.data.DOActiveScheduler
 
setTimestampResetup(Date) - Method in class org.eclnt.ccee.quartz.data.DOActiveScheduler
 
setTimezone(String) - Method in class org.eclnt.ccee.dyndata.DynDataReaderContext
 
setTiming(String) - Method in class org.eclnt.ccee.quartz.data.DOJob
 
setToPage(Integer) - Method in class org.eclnt.ccee.pdf.PDFPrintConfig
 
setTypeName(String) - Method in class org.eclnt.ccee.db.jdbc.JDBCColumnInfo
 
setup() - Static method in class org.eclnt.ccee.quartz.logic.QuartzSchedulerManager
(Re-)Activates the scheduler.
setVirtualAttributes(List<DynDataDefinitionAttribute>) - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinition
 
setXmlFilePath(String) - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinition
 
setXmlFileReadingType(ENUMFileReadingType) - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinition
 
setXmlFileRootDirectory(String) - Method in class org.eclnt.ccee.dyndata.DynDataReaderContext
 
sizeImage(byte[], int, int, boolean, boolean) - Static method in class org.eclnt.ccee.image.ImageShrinker
 
SOLRAccess - Class in org.eclnt.ccee.solr
 
SOLRAccess() - Constructor for class org.eclnt.ccee.solr.SOLRAccess
 
SplitUpColVals(Object[], Object[]) - Constructor for class org.eclnt.ccee.db.dofw.util.DOFWUtils.SplitUpColVals
 
splitUpQueryColVals(Object...) - Static method in class org.eclnt.ccee.db.dofw.util.DOFWUtils
Split the object array into the conditions array and the order-by array.
SpringApplicationContextFinder - Class in org.eclnt.ccee.spring.v2.context.util
Central registration of Spring Application Context.
SpringApplicationContextFinder() - Constructor for class org.eclnt.ccee.spring.v2.context.util.SpringApplicationContextFinder
 
SpringBeanInfo(String, String, String) - Constructor for class org.eclnt.ccee.spring.context.SpringXmlParser.SpringBeanInfo
 
SpringBeanInfo(String, String, String) - Constructor for class org.eclnt.ccee.spring.v2.context.xmlbased.SpringXmlParser.SpringBeanInfo
 
SpringDispatcherInfo - Class in org.eclnt.ccee.spring.context
 
SpringDispatcherInfo - Class in org.eclnt.ccee.spring.v2.context.xmlbased
 
SpringDispatcherInfo(Class, String...) - Constructor for class org.eclnt.ccee.spring.context.SpringDispatcherInfo
 
SpringDispatcherInfo(Class, String...) - Constructor for class org.eclnt.ccee.spring.v2.context.xmlbased.SpringDispatcherInfo
 
SPRINGNAME_INAPPLICATIONCONTEXT - Static variable in class org.eclnt.ccee.spring.v2.context.xmlbased.DialogSessionXMLApplicationContextFactory
 
SPRINGNAME_INWEBAPPLICATIONCONTEXT - Static variable in class org.eclnt.ccee.spring.context.DialogSessionApplicationContextFactory
 
SpringXmlParser - Class in org.eclnt.ccee.spring.context
 
SpringXmlParser - Class in org.eclnt.ccee.spring.v2.context.xmlbased
 
SpringXmlParser(String) - Constructor for class org.eclnt.ccee.spring.context.SpringXmlParser
 
SpringXmlParser(String) - Constructor for class org.eclnt.ccee.spring.v2.context.xmlbased.SpringXmlParser
 
SpringXmlParser.SpringBeanInfo - Class in org.eclnt.ccee.spring.context
 
SpringXmlParser.SpringBeanInfo - Class in org.eclnt.ccee.spring.v2.context.xmlbased
 
STATUS_ENDED - Static variable in interface org.eclnt.ccee.quartz.logic.IJobConstants
 
STATUS_ERROR - Static variable in interface org.eclnt.ccee.quartz.logic.IJobConstants
 
STATUS_STARTED - Static variable in interface org.eclnt.ccee.quartz.logic.IJobConstants
 
STREAMSTORE - Enum constant in enum class org.eclnt.ccee.dyndata.meta.ENUMFileReadingType
 
STREAMSTORE - Enum constant in enum class org.eclnt.ccee.dyndata.meta.ENUMPropertyFileReadingType
 
string2bytes64() - Element in annotation interface org.eclnt.ccee.db.dofw.annotations.doproperty
Data type mapping rule: Java data type is String.
string2bytesHEX() - Element in annotation interface org.eclnt.ccee.db.dofw.annotations.doproperty
Data type mapping rule: Java data type is String.
StringUtil - Class in org.eclnt.ccee.util
 
StringUtil() - Constructor for class org.eclnt.ccee.util.StringUtil
 
STRSTORE_ROOTPATH_JSON - Static variable in interface org.eclnt.ccee.dyndata.meta.IDynDataConstants
 
STRSTORE_ROOTPATH_PROPERTIES - Static variable in interface org.eclnt.ccee.dyndata.meta.IDynDataConstants
 
STRSTORE_ROOTPATH_XML - Static variable in interface org.eclnt.ccee.dyndata.meta.IDynDataConstants
 
SUM - Static variable in interface org.eclnt.ccee.ICCEEConstants
 
SystemOutTrace - Class in org.eclnt.ccee.db.dofw.trace
Example implementation of ITrace - printing log information to the console.
SystemOutTrace() - Constructor for class org.eclnt.ccee.db.dofw.trace.SystemOutTrace
 

T

table() - Element in annotation interface org.eclnt.ccee.db.dofw.annotations.doentity
Name of table.
tenantColumn() - Element in annotation interface org.eclnt.ccee.db.dofw.annotations.doentity
Name of column that is used for separating tenant data.
tenantIsNumeric() - Element in annotation interface org.eclnt.ccee.db.dofw.annotations.doentity
By default the tenant columns in treated as String-column.
testPrint() - Static method in class org.eclnt.ccee.pdf.PDFPrint
Prints a test page on the default printer.
ThreadContext() - Constructor for class org.eclnt.ccee.db.DBAccess.ThreadContext
 
ThreadSubContext() - Constructor for class org.eclnt.ccee.db.DBAccess.ThreadSubContext
 
throwErrorIfInvalid() - Method in class org.eclnt.ccee.logic.validation.ValidationResult
Throws the a ValidationError if the validation contains errors.
throwIfContainsInfos() - Method in error org.eclnt.ccee.logic.validation.ValidationError
 
ThumbImageCreator - Class in org.eclnt.ccee.image
 
ThumbImageCreator() - Constructor for class org.eclnt.ccee.image.ThumbImageCreator
 
toIdString() - Method in class org.eclnt.ccee.dyndata.DynDataUtil.FilePathInfo
 
toString() - Method in class org.eclnt.ccee.datacontext.DataContextChangeLog
 
toString() - Method in class org.eclnt.ccee.dyndata.meta.DynDataDefinition
 
toString() - Method in class org.eclnt.ccee.pdf.PDFPrintConfig
 
toString(int) - Method in class org.eclnt.ccee.dyndata.DynDataMap
 
Trace - Class in org.eclnt.ccee.db.dofw.trace
Access to ITrace implementation.
Trace() - Constructor for class org.eclnt.ccee.db.dofw.trace.Trace
 
traceActive() - Element in annotation interface org.eclnt.ccee.db.dofw.annotations.doentity
Definition if the entity is traced - so that changed to the entity are published via the ITrace interface.
traceObjectDelete(String, Object) - Method in class org.eclnt.ccee.db.dofw.trace.DefaultTrace
 
traceObjectDelete(String, Object) - Method in interface org.eclnt.ccee.db.dofw.trace.ITrace
 
traceObjectDelete(String, Object) - Method in class org.eclnt.ccee.db.dofw.trace.SystemOutTrace
 
traceObjectInsert(String, Object) - Method in class org.eclnt.ccee.db.dofw.trace.DefaultTrace
 
traceObjectInsert(String, Object) - Method in interface org.eclnt.ccee.db.dofw.trace.ITrace
 
traceObjectInsert(String, Object) - Method in class org.eclnt.ccee.db.dofw.trace.SystemOutTrace
 
traceObjectUpdate(String, Object, Object) - Method in class org.eclnt.ccee.db.dofw.trace.DefaultTrace
 
traceObjectUpdate(String, Object, Object) - Method in interface org.eclnt.ccee.db.dofw.trace.ITrace
 
traceObjectUpdate(String, Object, Object) - Method in class org.eclnt.ccee.db.dofw.trace.SystemOutTrace
 
transferQueryStringIntoDOFWQueryObjects(String, String) - Static method in class org.eclnt.ccee.db.dofw.util.DOFWUtils
 
transferQueryStringIntoDOFWQueryObjects(String, String[]) - Static method in class org.eclnt.ccee.db.dofw.util.DOFWUtils
Same as DOFWUtils.transferQueryStringIntoDOFWQueryObjects(String, String) but now query is passed as array of string tokens.
transferQueryStringIntoJDBCQueryObjects(String, String, String) - Static method in class org.eclnt.ccee.db.jdbc.JDBCUtils
 
transferQueryStringIntoJDBCQueryObjects(String, String, String[]) - Static method in class org.eclnt.ccee.db.jdbc.JDBCUtils
 
transferQueryStringIntoQueryObjects(String, String[], QueryUtils.IValueClassProvider) - Static method in class org.eclnt.ccee.db.util.QueryUtils
 
transferQueryStringIntoQueryObjects(String, String, QueryUtils.IValueClassProvider) - Static method in class org.eclnt.ccee.db.util.QueryUtils
 
transferSimpleXMLElementToMap(Map<String, Object>, SimpleXMLElement) - Static method in class org.eclnt.ccee.dyndata.DynDataUtil
 
transferSortStringIntoDOFWQueryObjects(String) - Static method in class org.eclnt.ccee.db.dofw.util.DOFWUtils
 
transferSortStringIntoDOFWQueryObjects(String[]) - Static method in class org.eclnt.ccee.db.dofw.util.DOFWUtils
 
transferSortStringIntoJDBCQueryObjects(String) - Static method in class org.eclnt.ccee.db.jdbc.JDBCUtils
 
transferSortStringIntoJDBCQueryObjects(String[]) - Static method in class org.eclnt.ccee.db.jdbc.JDBCUtils
 
transferSortStringIntoQueryObjects(String) - Static method in class org.eclnt.ccee.db.util.QueryUtils
 
transferSortStringIntoQueryObjects(String[]) - Static method in class org.eclnt.ccee.db.util.QueryUtils
 
trim - Enum constant in enum class org.eclnt.ccee.db.dofw.annotations.ENUMTrim
 
trim() - Element in annotation interface org.eclnt.ccee.db.dofw.annotations.doproperty
Indicator that the string that is read from the database is trimmed.
TRUE - Enum constant in enum class org.eclnt.ccee.db.dofw.annotations.ENUMBooleanDefault
 
truncate(Class) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Removes the content of the whole table.
truncate(String, Class) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Removes the content of the whole table.

U

undefined - Enum constant in enum class org.eclnt.ccee.db.dofw.annotations.ENUMTrim
 
unmarshal(String) - Method in class org.eclnt.ccee.xml.LocalDateAdapter
 
unmarshalMap(String) - Static method in class org.eclnt.ccee.json.jackson.JSONUtil
 
unmarshalSimpleObject(String, TypeReference<TYPE>) - Static method in class org.eclnt.ccee.json.jackson.JSONUtil
 
unmarshalSimpleObject(String, Class<TYPE>) - Static method in class org.eclnt.ccee.json.jackson.JSONUtil
 
unmarshalSimpleObject(String, Class<TYPE>) - Static method in class org.eclnt.ccee.xml.JAXBUtil
 
unzipFileIntoDirectory(String, String) - Static method in class org.eclnt.ccee.file.ZipFileUtil
 
update() - Method in class org.eclnt.ccee.usagevariants.UsageVariantManager
 
updateColumnNameForTextConversion(String, String) - Static method in class org.eclnt.ccee.db.dofw.DOFWDialect
 
updateColumnsByQuery(Class, Object[], Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
 
updateColumnsByQuery(String, Class, Object[], Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Update database items directly.
updateEntityDuringAnalysis(Class, DOFWEntity) - Method in class org.eclnt.ccee.db.dofw.DOFWRepository.DefaultOverrideContent
 
updateEntityDuringAnalysis(Class, DOFWEntity) - Method in interface org.eclnt.ccee.db.dofw.DOFWRepository.IOverrideContent
 
updateKeysOfContainedObjects() - Method in class org.eclnt.ccee.datacontext.dofw.DataContextDOFW
This method is called as part of the save processing.
updateObject(Object) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Updates the object.
updateObject(String, Object) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Updates the object.
updateObjectBuffer(Class, Object, Object[]) - Static method in class org.eclnt.ccee.db.dofw.util.DOFWBuffer
 
updateObjectsInBatch(Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
 
updateObjectsInBatch(String, Object[]) - Static method in class org.eclnt.ccee.db.dofw.DOFWSql
Update of several objects in one batch statement.
updatePropertyDuringClassAnalysis(Class, DOFWProperty) - Method in class org.eclnt.ccee.db.dofw.DOFWRepository.DefaultOverrideContent
 
updatePropertyDuringClassAnalysis(Class, DOFWProperty) - Method in interface org.eclnt.ccee.db.dofw.DOFWRepository.IOverrideContent
 
UsageVariantManager - Class in org.eclnt.ccee.usagevariants
Object that manages runtime configuration data for an object of instance IExtractApply.

Example: IExtractApply is implemented for a grid, so that runtime configuration of a user (e.g. sequence of columns) can be configured.
UsageVariantManager(String, String, IExtractApply) - Constructor for class org.eclnt.ccee.usagevariants.UsageVariantManager
 
uuid2string() - Element in annotation interface org.eclnt.ccee.db.dofw.annotations.doproperty
Data type mapping rule: Java data type is UUID.

V

validateObject(ValidationResult, Object) - Static method in class org.eclnt.ccee.logic.validation.jsr380.JSR380
Validate object and add validation result to ValidationResult.
ValidationError - Error in org.eclnt.ccee.logic.validation
 
ValidationError() - Constructor for error org.eclnt.ccee.logic.validation.ValidationError
 
ValidationError.ValidationInfo - Class in org.eclnt.ccee.logic.validation
 
ValidationInfo() - Constructor for class org.eclnt.ccee.logic.validation.ValidationError.ValidationInfo
 
ValidationResult - Class in org.eclnt.ccee.logic.validation
Collection of information during validation.
ValidationResult() - Constructor for class org.eclnt.ccee.logic.validation.ValidationResult
 
valueOf(String) - Static method in enum class org.eclnt.ccee.db.dofw.annotations.ENUMBooleanDefault
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclnt.ccee.db.dofw.annotations.ENUMTrim
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclnt.ccee.db.dofw.annotations.ENUMYYMMDD0Mgmt
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclnt.ccee.db.dofw.util.ENUMMappingInfo
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclnt.ccee.dyndata.meta.ENUMFileReadingType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclnt.ccee.dyndata.meta.ENUMPropertyFileReadingType
Returns the enum constant of this class with the specified name.
VALUEREF_CONTEXT - Static variable in interface org.eclnt.ccee.dyndata.meta.IDynDataConstants
 
values() - Static method in enum class org.eclnt.ccee.db.dofw.annotations.ENUMBooleanDefault
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclnt.ccee.db.dofw.annotations.ENUMTrim
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclnt.ccee.db.dofw.annotations.ENUMYYMMDD0Mgmt
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclnt.ccee.db.dofw.util.ENUMMappingInfo
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclnt.ccee.dyndata.meta.ENUMFileReadingType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclnt.ccee.dyndata.meta.ENUMPropertyFileReadingType
Returns an array containing the constants of this enum class, in the order they are declared.
ValuesBETWEEN<OBJTYPE> - Class in org.eclnt.ccee.db.dofw.util
Object which needs to be passed with ICCEEConstants#BETTWEEN.
ValuesBETWEEN(OBJTYPE, OBJTYPE) - Constructor for class org.eclnt.ccee.db.dofw.util.ValuesBETWEEN
 
ValuesIN<OBJTYPE> - Class in org.eclnt.ccee.db.dofw.util
Object which needs to be passed with ICCEEConstants.IN.
ValuesIN() - Constructor for class org.eclnt.ccee.db.dofw.util.ValuesIN
 
ValuesIN(int) - Constructor for class org.eclnt.ccee.db.dofw.util.ValuesIN
 
ValuesIN(Collection<? extends OBJTYPE>) - Constructor for class org.eclnt.ccee.db.dofw.util.ValuesIN
 
ValuesIN(OBJTYPE[]) - Constructor for class org.eclnt.ccee.db.dofw.util.ValuesIN
 
VariantPersistence - Class in org.eclnt.ccee.usagevariants
Factory access to IVariantPersistence.
VariantPersistence() - Constructor for class org.eclnt.ccee.usagevariants.VariantPersistence
 
VariantPersistenceStreamStore - Class in org.eclnt.ccee.usagevariants
Implementation of IVariantPersistence that uses the IStreamStore persistence.
VariantPersistenceStreamStore() - Constructor for class org.eclnt.ccee.usagevariants.VariantPersistenceStreamStore
 

W

withSchema(String) - Method in class org.eclnt.ccee.db.DBAction
In case of using an explicit schema then this method returns the table name with some schema prefix.
withSchema(DOFWEntity) - Method in class org.eclnt.ccee.db.DBAction
In case of using an explicit schema then this method returns the table name with some schema prefix.

Y

YYMMDDCenturyReference() - Element in annotation interface org.eclnt.ccee.db.dofw.annotations.doproperty
Data type mapping rule: Java data type is LocalDate, SQL data type is Long.

Z

ZipFileUtil - Class in org.eclnt.ccee.file
 
ZipFileUtil() - Constructor for class org.eclnt.ccee.file.ZipFileUtil
 
A B C D E F G H I J K L M N O P Q R S T U V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form