Uses of Interface
org.eclnt.ccee.ICCEEConstants
Packages that use ICCEEConstants
Package
Description
-
Uses of ICCEEConstants in org.eclnt.ccee.bridges
Classes in org.eclnt.ccee.bridges that implement ICCEEConstants -
Uses of ICCEEConstants in org.eclnt.ccee.chatgpt.logic.http
Classes in org.eclnt.ccee.chatgpt.logic.http that implement ICCEEConstants -
Uses of ICCEEConstants in org.eclnt.ccee.config
Classes in org.eclnt.ccee.config that implement ICCEEConstantsModifier and TypeClassDescriptionclassCentral class for getting configuration parameters. -
Uses of ICCEEConstants in org.eclnt.ccee.db
Classes in org.eclnt.ccee.db that implement ICCEEConstantsModifier and TypeClassDescriptionclassClass for accessing the database - i.e. for building up the connection to the database.
This class is in general not directly used by the application processing.classEnvironment for executing (transactional) operations against database.classExecutes a SQL script for creating database artifacts (tables, views, ...).classSpecial variant ofDBAction. -
Uses of ICCEEConstants in org.eclnt.ccee.db.cache
Classes in org.eclnt.ccee.db.cache that implement ICCEEConstantsModifier and TypeClassDescriptionclassA simple SQL cache implementation.
The cached object are kept during the lifetime of this object. -
Uses of ICCEEConstants in org.eclnt.ccee.db.dofw
Classes in org.eclnt.ccee.db.dofw that implement ICCEEConstantsModifier and TypeClassDescriptionclassclassSimple connection pool implementation.
Connections are pooled per context name and tenant by default.
Connections are rolled back when added to the pool - and the are checked before being transferred from the pool to the caller.classclassCentral management of DB syntax differences during automated creation of SQL statements.class -
Uses of ICCEEConstants in org.eclnt.ccee.db.dofw.finder
Classes in org.eclnt.ccee.db.dofw.finder that implement ICCEEConstants -
Uses of ICCEEConstants in org.eclnt.ccee.db.dofw.trace
Classes in org.eclnt.ccee.db.dofw.trace that implement ICCEEConstants -
Uses of ICCEEConstants in org.eclnt.ccee.db.dofw.util
Classes in org.eclnt.ccee.db.dofw.util that implement ICCEEConstants -
Uses of ICCEEConstants in org.eclnt.ccee.db.jdbc
Classes in org.eclnt.ccee.db.jdbc that implement ICCEEConstants -
Uses of ICCEEConstants in org.eclnt.ccee.db.textquery
Classes in org.eclnt.ccee.db.textquery that implement ICCEEConstantsModifier and TypeClassDescriptionclassUtility class for performing text queries across multiple columns of a DOFW entity. -
Uses of ICCEEConstants in org.eclnt.ccee.db.util
Classes in org.eclnt.ccee.db.util that implement ICCEEConstants -
Uses of ICCEEConstants in org.eclnt.ccee.dyndata
Classes in org.eclnt.ccee.dyndata that implement ICCEEConstantsModifier and TypeClassDescriptionclassInstance of dynamic data.classclass -
Uses of ICCEEConstants in org.eclnt.ccee.facade
Classes in org.eclnt.ccee.facade that implement ICCEEConstantsModifier and TypeClassDescriptionclassServer side caller of facade - taking the serialized call-information, calling the facade and transferring the result information into a serialized result. -
Uses of ICCEEConstants in org.eclnt.ccee.log
Classes in org.eclnt.ccee.log that implement ICCEEConstantsModifier and TypeClassDescriptionclassApplication 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). -
Uses of ICCEEConstants in org.eclnt.ccee.quartz.logic
Classes in org.eclnt.ccee.quartz.logic that implement ICCEEConstantsModifier and TypeClassDescriptionclassFacade for accessing logic behind scheduler.classclassCentral class for scheduling. -
Uses of ICCEEConstants in org.eclnt.ccee.solr
Classes in org.eclnt.ccee.solr that implement ICCEEConstants -
Uses of ICCEEConstants in org.eclnt.ccee.spring.context
Classes in org.eclnt.ccee.spring.context that implement ICCEEConstantsModifier and TypeClassDescriptionclassSpring Annotation based context that is aware of HotDeployment classloader.classSpring XML based context that is aware of HotDeployment classloader.classDispatcher that uses Spring context to access page beans.classclass -
Uses of ICCEEConstants in org.eclnt.ccee.spring.v2.context.annotationbased
Classes in org.eclnt.ccee.spring.v2.context.annotationbased that implement ICCEEConstantsModifier and TypeClassDescriptionclassSpring Annotation based context that is aware of HotDeployment classloader.classDispatcher that uses Spring context to access page beans. -
Uses of ICCEEConstants in org.eclnt.ccee.spring.v2.context.util
Classes in org.eclnt.ccee.spring.v2.context.util that implement ICCEEConstantsModifier and TypeClassDescriptionclassCentral registration of Spring Application Context. -
Uses of ICCEEConstants in org.eclnt.ccee.spring.v2.context.xmlbased
Classes in org.eclnt.ccee.spring.v2.context.xmlbased that implement ICCEEConstantsModifier and TypeClassDescriptionclassSpring XML based context that is aware of HotDeployment classloader.classDispatcher that uses Spring context to access page beans.classclass -
Uses of ICCEEConstants in org.eclnt.ccee.usagevariants
Classes in org.eclnt.ccee.usagevariants that implement ICCEEConstantsModifier and TypeClassDescriptionclassObject that manages runtime configuration data for an object of instanceIExtractApply.
Example:IExtractApplyis implemented for a grid, so that runtime configuration of a user (e.g. sequence of columns) can be configured.