CACHE_NEVER - Static variable in class de.ipcon.form.table.FTableColumn
CACHE_TXSAVE - Static variable in class de.ipcon.form.table.FTableColumn
CACHE_VERSION - Static variable in class de.ipcon.form.table.FTableColumn
cacheAttNamesFor(EntityI) - Method in class de.ipcon.db.query.SemiFullTextQueryBuilder
cacheAttNamesFor(EntityI, String) - Method in class de.ipcon.db.query.SemiFullTextQueryBuilder
cachedBOsChanged(BO[]) - Method in interface de.ipcon.db.core.BOCacheListenerI
cachedBOsChanged(BO[]) - Method in class de.ipcon.form.table.FTableAtm
CacheFetcherI - Interface in de.ipcon.tools.ref
an interface for caches providing a callback to fetch missing values
cacheHit - Variable in class de.ipcon.db.core.CachingBOLoaderLRUStrategy.ClassLimitedLRUContainer
CacheI - Interface in de.ipcon.tools
CacheKeyCalculatorI - Interface in de.ipcon.db.cache
an interface for calculating cache-keys from to be cached values.
cacheLocally(String, Supplier<Object>) - Method in class de.ipcon.db.core.BO
This method is used for caching the results of consecutive expensive method calls in BOs
in the transient properties map of the BO.
cacheLocally(String, Supplier<Object>, boolean) - Method in class de.ipcon.db.core.BO
cacheLocallyAndThrowUnwrappedCause(String, Supplier<Object>) - Method in class de.ipcon.db.core.BO
Same as #cacheLocally(String, Supplier, boolean) but throws the originally
encountered exception that was potentially thrown during the initial calculation of the
result of the given Supplier instead of an IRuntimeException that otherwise would wrap that.
cacheLocallyAndThrowUnwrappedCause(String, Supplier<Object>, boolean) - Method in class de.ipcon.db.core.BO
cacheLocallyAndThrowUnwrappedUncheckedCause(String, Supplier<Object>) - Method in class de.ipcon.db.core.BO
Same as #cacheLocally(String, Supplier, boolean) but throws the originally
encountered exception that was potentially thrown during the initial calculation of the
result of the given Supplier - if it is a unchecked one - instead of an IRuntimeException
that otherwise would wrap that.
cacheLocallyAndThrowUnwrappedUncheckedCause(String, Supplier<Object>, boolean) - Method in class de.ipcon.db.core.BO
CacheMapBuilder - Class in de.ipcon.tools
CacheMapBuilder() - Constructor for class de.ipcon.tools.CacheMapBuilder
cacheMiss - Variable in class de.ipcon.db.core.CachingBOLoaderLRUStrategy.ClassLimitedLRUContainer
CACHEMODE_NONE - Static variable in interface de.ipcon.schema.AttributeI
CACHEMODE_SIMPLE - Static variable in interface de.ipcon.schema.AttributeI
CACHEMODE_STRING_SIMPLE - Static variable in interface de.ipcon.schema.AttributeI
CACHEMODE_STRING_VERSIONED - Static variable in interface de.ipcon.schema.AttributeI
CACHEMODE_VERSIONED - Static variable in interface de.ipcon.schema.AttributeI
cacheString(String) - Method in class de.ipcon.tools.cache.NonBlockingStringCache
cacheString(String) - Method in interface de.ipcon.tools.cache.StringCacheI
Caches the passed String if not yet cached and returns the cached instance.
cacheString(String) - Method in class de.ipcon.tools.cache.StringInternCache
cacheVisibility(VisibilityI) - Method in class de.ipcon.form.DefaultFormContext
caches the given value b but only if visibilityTransient is false and returns the passed value
cacheVisibility(VisibilityI) - Method in interface de.ipcon.form.FormContextI
CachingBOLoader - Class in de.ipcon.db.core
A BOLoader that is caching and supports updating of (at least some) cached values defined by a strategy and
garbage collection of unused or old entries.
CachingBOLoader(BOLoaderI) - Constructor for class de.ipcon.db.core.CachingBOLoader
CachingBOLoader(BOLoaderI, CachingBOLoaderGCStrategyI, CachingBOLoaderUpdateStrategyI) - Constructor for class de.ipcon.db.core.CachingBOLoader
CachingBOLoader(BOLoaderI, Class[], int[]) - Constructor for class de.ipcon.db.core.CachingBOLoader
Creates a caching bo loader with a default LRU strategy to limit the number of certain classes inside the cache.
CachingBOLoader(BOLoaderI, Class[], int[], int) - Constructor for class de.ipcon.db.core.CachingBOLoader
CachingBOLoaderDuringGC - Class in de.ipcon.db.core
This is the CachingBOLoader class used to frap all BOs that are still reachable into it.
CachingBOLoaderDuringGC(CachingBOLoader) - Constructor for class de.ipcon.db.core.CachingBOLoaderDuringGC
CachingBOLoaderExtended - Class in de.ipcon.db.tools
This is an extension to the normal caching BOLoader with the added ability to automatically do some automatic unlazies
for all loaded BOs, if possible already as part of a query.
CachingBOLoaderExtended(BOLoaderI) - Constructor for class de.ipcon.db.tools.CachingBOLoaderExtended
CachingBOLoaderGCStrategyI - Interface in de.ipcon.db.core
Interface to implement an explicit GC Strategy for a CachingBOLoader.
CachingBOLoaderLRUStrategy - Class in de.ipcon.db.core
This class implements a class limited LRU update strategy with matching gcStrategy.
CachingBOLoaderLRUStrategy(CachingBOLoader, Class[], int[], int) - Constructor for class de.ipcon.db.core.CachingBOLoaderLRUStrategy
CachingBOLoaderLRUStrategy.ClassLimitedLRUContainer - Class in de.ipcon.db.core
CachingBOLoaderRegistration - Class in de.ipcon.db.core
CachingBOLoaderRegistration(SchemaI, Class[], int) - Constructor for class de.ipcon.db.core.CachingBOLoaderRegistration
CachingBOLoaderUpdateStrategyI - Interface in de.ipcon.db.core
This interface can be used to decide which BO objects inside the cache should be kept up to date with the server.
calculate(Object) - Method in interface de.ipcon.db.cache.CacheKeyCalculatorI
delegates to calculateKey(Object), is needed for implementing ServerSideEventInformationCalculatorI
calculate(Object) - Method in class de.ipcon.db.cache.SingleAttributeCacheKeyCalculator
calculate(Object) - Method in interface de.ipcon.db.event.ServerSideEventInformationCalculatorI
calculates a new server-side information out of the passed Object
calculateBounds(AbstractClientDesktopElement) - Method in class de.ipcon.form.desktop.CenterWindowStrategy
calculateBounds(AbstractClientDesktopElement) - Method in class de.ipcon.form.desktop.FixedLocationStrategy
calculateBounds(AbstractClientDesktopElement) - Method in class de.ipcon.form.desktop.TopCenterWindowStrategy
calculateBounds(AbstractClientDesktopElement) - Method in interface de.ipcon.form.desktop.WindowPlacementStrategyI
calculateDefaultRightFill() - Method in class de.ipcon.form.FView
calculateDependencies(Object, Object) - Method in class de.ipcon.db.cache.BOCache
calculateDependencies(Object, Object) - Method in interface de.ipcon.tools.ref.DependencyCalculatorI
This method calculates for a given object the ids of objects, which can invalidate
the cached state.
calculateDisplayValue(AsyncRefreshRequestI) - Method in interface de.ipcon.form.AsyncRefreshExecutorI
Calculates a display value for an asynchronous refresh request.
calculateDisplayValue(AsyncRefreshRequestI) - Method in class de.ipcon.form.FCanvas
calculateDisplayValue(AsyncRefreshRequestI) - Method in class de.ipcon.form.FChart
calculateDisplayValue(AsyncRefreshRequestI) - Method in class de.ipcon.form.FComboBox
calculateDisplayValue(AsyncRefreshRequestI) - Method in class de.ipcon.form.FDateChooser
calculateDisplayValue(AsyncRefreshRequestI) - Method in class de.ipcon.form.FImage
calculateDisplayValue(AsyncRefreshRequestI) - Method in class de.ipcon.form.FLabel
calculateDisplayValue(AsyncRefreshRequestI) - Method in class de.ipcon.form.FPDFViewer
calculateDisplayValue(AsyncRefreshRequestI) - Method in class de.ipcon.form.FPopup
calculateDisplayValue(AsyncRefreshRequestI) - Method in class de.ipcon.form.FScheduler
calculateDisplayValue(AsyncRefreshRequestI) - Method in class de.ipcon.form.FSimpleDurationChooser
calculateDisplayValue(AsyncRefreshRequestI) - Method in class de.ipcon.form.FText
calculateDisplayValue(AsyncRefreshRequestI) - Method in class de.ipcon.form.FTimespanChooser
calculateKey(Object) - Method in interface de.ipcon.db.cache.CacheKeyCalculatorI
calculates a key used for caching the value from the given value
calculateKey(Object) - Method in class de.ipcon.db.cache.SingleAttributeCacheKeyCalculator
calculateLayer(DirectedGraphNodeI) - Static method in class de.ipcon.tools.graph.GraphTools
Calculates the "layer" or depth of a given node in a graph.
calculateMandatory(BOI, AttributeI) - Method in class de.ipcon.form.FInputPanel
Determines if the attribute is mandatory within the given context.
calculateMandatory(BOI, AttributeI) - Method in interface de.ipcon.form.FormInputPanelMandatoryI
calculateNewTriggerDate(BOBasierterTerminStatus) - Method in class de.ipcon.db.core.BOBasierterTermin
Determines the trigger anchor time that should be used for the given
BOBasierterTerminStatus.
calculateResponse(L10nCurrentLocaleProviderI, String) - Method in class de.ipcon.db.protocol.AbstractBackendRequest
calculateResponse(L10nCurrentLocaleProviderI, String) - Method in interface de.ipcon.db.protocol.BackendRequestI
CALCULATION_AUTHORITY_CLIENT - Static variable in interface de.ipcon.schema.AttributeI
CALCULATION_AUTHORITY_NONE - Static variable in interface de.ipcon.schema.AttributeI
CALCULATION_AUTHORITY_SERVER - Static variable in interface de.ipcon.schema.AttributeI
CALCULATION_AUTHORITY_STRING_CLIENT - Static variable in interface de.ipcon.schema.AttributeI
CALCULATION_AUTHORITY_STRING_SERVER - Static variable in interface de.ipcon.schema.AttributeI
calculationMightBeExpensive() - Method in class de.ipcon.form.FComboBox
calculationMightBeExpensive() - Method in class de.ipcon.form.FImage
calculationMightBeExpensive() - Method in class de.ipcon.form.FLabel
calculationMightBeExpensive() - Method in class de.ipcon.form.FPanel
calculationMightBeExpensive() - Method in class de.ipcon.form.FPDFViewer
call() - Method in class de.ipcon.db.blob.VFile
call(CallDefinition.Context) - Method in class de.ipcon.form.CallDefinition
call() - Method in class de.ipcon.tools.GroovyScriptClosureImpl
call(Object) - Method in class de.ipcon.tools.GroovyScriptClosureImpl
call() - Method in class de.ipcon.tools.ReflectiveRunner
callable(Function<T, R>, T) - Static method in class de.ipcon.tools.function.Curry
callable(BiFunction<T, U, R>, T, U) - Static method in class de.ipcon.tools.function.Curry
callable(TriFunction<T, U, V, R>, T, U, V) - Static method in class de.ipcon.tools.function.Curry
callable(QuadFunction<T, U, V, W, R>, T, U, V, W) - Static method in class de.ipcon.tools.function.Curry
callable(Function5<T, U, V, W, X, R>, T, U, V, W, X) - Static method in class de.ipcon.tools.function.Curry
callable(Function6<T, U, V, W, X, Y, R>, T, U, V, W, X, Y) - Static method in class de.ipcon.tools.function.Curry
callable(Function7<T, U, V, W, X, Y, Z, R>, T, U, V, W, X, Y, Z) - Static method in class de.ipcon.tools.function.Curry
callable(Function8<T, U, V, W, X, Y, Z, A, R>, T, U, V, W, X, Y, Z, A) - Static method in class de.ipcon.tools.function.Curry
callable(Function9<T, U, V, W, X, Y, Z, A, B, R>, T, U, V, W, X, Y, Z, A, B) - Static method in class de.ipcon.tools.function.Curry
callable(Consumer<T>, T) - Static method in class de.ipcon.tools.function.Curry
callable(BiConsumer<T, U>, T, U) - Static method in class de.ipcon.tools.function.Curry
callable(TriConsumer<T, U, V>, T, U, V) - Static method in class de.ipcon.tools.function.Curry
callable(QuadConsumer<T, U, V, W>, T, U, V, W) - Static method in class de.ipcon.tools.function.Curry
callable(Consumer5<T, U, V, W, X>, T, U, V, W, X) - Static method in class de.ipcon.tools.function.Curry
callable(Consumer6<T, U, V, W, X, Y>, T, U, V, W, X, Y) - Static method in class de.ipcon.tools.function.Curry
callable(Consumer7<T, U, V, W, X, Y, Z>, T, U, V, W, X, Y, Z) - Static method in class de.ipcon.tools.function.Curry
callable(Consumer8<T, U, V, W, X, Y, Z, A>, T, U, V, W, X, Y, Z, A) - Static method in class de.ipcon.tools.function.Curry
callable(Runnable) - Static method in class de.ipcon.tools.function.Curry
callable(Predicate<T>, T) - Static method in class de.ipcon.tools.function.Curry
CallableStatementAdaptor - Class in de.ipcon.tools.jdbc
Deprecated.
CallableStatementAdaptor() - Constructor for class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
callActionHandler(Object, ActionEvent) - Method in class de.ipcon.form.FormAction
callAdder(Object, Object) - Method in class de.ipcon.schema.ScriptedAttribute
CallDefinition - Class in de.ipcon.form
CallDefinition(FScript.TargetClassAndSourceKey, CallDefinition.Context) - Constructor for class de.ipcon.form.CallDefinition
CallDefinition(CallDefinition.Context, String) - Constructor for class de.ipcon.form.CallDefinition
callInitEnvironmentOnClient(SchemaI) - Method in class de.ipcon.db.BackendConnectionManager
callLog(String) - Method in class de.ipcon.form.FPanel
callOff() - Method in class de.ipcon.tools.concurrent.Watchdog
Cancels the current watchdog task if it exists.
callRemover(Object, Object) - Method in class de.ipcon.schema.ScriptedAttribute
callSetter(Object, Object) - Method in class de.ipcon.schema.ScriptedAttribute
canBeCopied() - Method in interface de.ipcon.form.navtree.NavigationItemI
canBeCopied() - Method in class de.ipcon.form.navtree.NavigationTreeNode
canBeCopied() - Method in class de.ipcon.form.navtree.StrukturNavigationTreeNode
canBeCopiedInto(ParentNavigationItemI) - Method in interface de.ipcon.form.navtree.NavigationItemI
canBeCopiedInto(ParentNavigationItemI) - Method in class de.ipcon.form.navtree.NavigationTreeNode
canBeCopiedInto(ParentNavigationItemI) - Method in class de.ipcon.form.navtree.StrukturNavigationTreeNode
canBeDeleted() - Method in class de.ipcon.form.navtree.BONavigationTreeNode
canBeDeleted() - Method in interface de.ipcon.form.navtree.NavigationItemI
canBeDeleted() - Method in class de.ipcon.form.navtree.NavigationTreeNode
canBeDeleted() - Method in class de.ipcon.form.navtree.StrukturNavigationTreeNode
canBeLinked() - Method in interface de.ipcon.form.navtree.NavigationItemI
canBeLinked() - Method in class de.ipcon.form.navtree.NavigationTreeNode
canBeLinked() - Method in class de.ipcon.form.navtree.StrukturNavigationTreeNode
canBeLinkedInto(ParentNavigationItemI) - Method in interface de.ipcon.form.navtree.NavigationItemI
canBeLinkedInto(ParentNavigationItemI) - Method in class de.ipcon.form.navtree.NavigationTreeNode
canBeLinkedInto(ParentNavigationItemI) - Method in class de.ipcon.form.navtree.StrukturNavigationTreeNode
canBeMoved() - Method in interface de.ipcon.form.navtree.NavigationItemI
canBeMoved() - Method in class de.ipcon.form.navtree.NavigationTreeNode
canBeMoved() - Method in class de.ipcon.form.navtree.StrukturNavigationTreeNode
canBeMovedInto(ParentNavigationItemI) - Method in interface de.ipcon.form.navtree.NavigationItemI
canBeMovedInto(ParentNavigationItemI) - Method in class de.ipcon.form.navtree.NavigationTreeNode
canBeMovedInto(ParentNavigationItemI) - Method in class de.ipcon.form.navtree.StrukturNavigationTreeNode
canBeOpened() - Method in interface de.ipcon.form.navtree.NavigationItemI
canBeOpened() - Method in class de.ipcon.form.navtree.NavigationTreeNode
canBeOpened() - Method in class de.ipcon.form.navtree.StrukturNavigationTreeNode
canBeRenamed() - Method in class de.ipcon.form.navtree.BenanntNavigationTreeNode
canBeRenamed() - Method in interface de.ipcon.form.navtree.NavigationItemI
canBeRenamed() - Method in class de.ipcon.form.navtree.NavigationTreeNode
canBeRenamed() - Method in class de.ipcon.form.navtree.StrukturNavigationTreeNode
cancel() - Method in class de.ipcon.db.core.FilesystemObject
cancel() - Method in class de.ipcon.db.DBManLocalQueryResults
cancel() - Method in class de.ipcon.db.fulltext.compass.IndexerQueryResults
cancel() - Method in class de.ipcon.db.grooql.BOFilterQueryResults
cancel() - Method in class de.ipcon.db.grooql.ProgressHandlingQueryResults
cancel() - Method in class de.ipcon.db.module.ModuleQueryResults
cancel() - Method in class de.ipcon.db.protocol.BackendQueryResults
cancel() - Method in class de.ipcon.db.report.FillHelper
cancel() - Method in class de.ipcon.form.table.FTableAtm
Cancels any ongoing data refresh operation.
cancel(boolean) - Method in class de.ipcon.form.table.FTableAtm
Cancels any ongoing data refresh operation, optionally waiting for its completion.
cancel() - Method in interface de.ipcon.form.table.FTableAtmI
Cancels any ongoing data loading or processing operations within the table model.
cancel() - Method in class de.ipcon.tools.jdbc.StatementAdaptor
Cancels this Statement object if both the DBMS and driver support aborting an SQL statement.
cancel() - Method in class de.ipcon.tools.ReflectiveRunner
cancel() - Method in class de.ipcon.tools.scheduler.FixedTimeScheduler
CANCEL_RECALC_CALLED - Static variable in class de.ipcon.db.core.BO
CancelableBackendRequestI - Interface in de.ipcon.db.protocol
cancelCheckConstraints() - Method in class de.ipcon.db.core.BO
This method is used to determine if certain constraint-checks may be skipped.
cancelCheckConstraints() - Method in class de.ipcon.db.core.Struktur
cancelCheckConstraints() - Method in interface de.ipcon.schema.BOI
should we check constraints (read only etc) before calling set/add/remove?
cancelCreate(BO) - Method in class de.ipcon.db.CastorPersistenceHandler
cancelCreate(BO) - Method in interface de.ipcon.db.core.PersistenceHandlerI
CANCELED - Static variable in interface de.ipcon.tools.BasicDialogI
Return value for a canceled action.
cancelForcedClientDisconnect() - Method in class de.ipcon.db.BackendConnectionManager
cancelForcedClientDisconnect(Map) - Method in class de.ipcon.db.BackendConnectionManager
cancelForcedClientDisconnect(DBManUserContextI) - Method in class de.ipcon.db.DBMan
cancelForcedClientDisconnect(DBManUserContextI, Map) - Method in class de.ipcon.db.DBMan
cancelForcedClientDisconnect(DBManUserContextI, Map) - Method in interface de.ipcon.db.DBManLocalI
cancelForcedClientDisconnect(DBManUserContextI) - Method in interface de.ipcon.db.DBManLocalI
cancelForcedClientDisconnect() - Method in class de.ipcon.db.protocol.BackendConnection
cancelForcedClientDisconnect(Map) - Method in class de.ipcon.db.protocol.BackendConnection
cancelForcedClientDisconnect() - Method in interface de.ipcon.db.protocol.ServerConnectionI
cancelForcedClientDisconnect(Map) - Method in interface de.ipcon.db.protocol.ServerConnectionI
CancelForcedClientDisconnectAction - Class in de.ipcon.gui.console
CancelForcedClientDisconnectAction(ConsoleFrame, JList) - Constructor for class de.ipcon.gui.console.CancelForcedClientDisconnectAction
CancelForcedClientDisconnectAction(ConsoleFrame, JList, ImageIcon) - Constructor for class de.ipcon.gui.console.CancelForcedClientDisconnectAction
CancelForcedClientDisconnectPanel - Class in de.ipcon.gui.console
CancelForcedClientDisconnectPanel(ConsoleFrame, BackendConnectionManager, ClientContextI) - Constructor for class de.ipcon.gui.console.CancelForcedClientDisconnectPanel
cancelPendingRefreshRequests() - Method in class de.ipcon.form.FPanel
cancelPurge(BO) - Method in class de.ipcon.db.CastorPersistenceHandler
cancelPurge(BO) - Method in interface de.ipcon.db.core.PersistenceHandlerI
Cancels a previously scheduled purge operation for a BO.
cancelRecalc() - Method in class de.ipcon.db.core.BO
Returns true if we are not part of a Transaction, or if the current Transaction
is in OTR mode ("Off The Record", meaning proc recording is disabled),
in sync mode, or currently locked.
cancelRecalcViaLoadingTransaction() - Method in class de.ipcon.db.core.BO
Returns true if this object was not loaded within the context of a Transaction,
or if the Transaction that loaded it is in OTR mode ("Off The Record", meaning
proc recording is disabled), in sync mode, or currently locked.
cancelRequest() - Method in class de.ipcon.db.protocol.AbstractBackendRequestQuery
cancelRequest(int) - Method in class de.ipcon.db.protocol.BackendCommandHandler
cancelRequest(int) - Method in interface de.ipcon.db.protocol.BackendCommandHandlerI
cancelRequest(int, int) - Method in class de.ipcon.db.protocol.BackendSession
cancelRequest(int, int) - Method in interface de.ipcon.db.protocol.BackendSessionI
cancelRequest() - Method in interface de.ipcon.db.protocol.CancelableBackendRequestI
cancelRowUpdates() - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Cancels the updates made to the current row in this ResultSet object.
canEditOriginal() - Method in class de.ipcon.form.navtree.BONavigationTreeNode
canEditOriginal() - Method in interface de.ipcon.form.navtree.NavigationItemI
canEditOriginal() - Method in class de.ipcon.form.navtree.NavigationTreeNode
canHandle(Class) - Method in interface de.ipcon.db.cache.CacheKeyCalculatorI
returns true, if this CacheKeyCalculatorI may calculate a key out of objects of the given class
canHandle(Class) - Method in class de.ipcon.db.cache.SingleAttributeCacheKeyCalculator
canHandle(Class) - Method in interface de.ipcon.db.event.ServerSideEventInformationCalculatorI
returns true, if this ServerSideEventInformationCalculatorI knows how to calculate server-side information for objects of the given class
canHandle(MyTISMAdresse) - Method in class de.ipcon.db.notification.NotificationHandler
canHandleMultipleViews() - Method in class de.ipcon.form.AbstractMDIManager
canHandleMultipleViews() - Method in class de.ipcon.form.ClientDesktopManager
canHandleMultipleViews() - Method in class de.ipcon.form.ClientNativeWindowManager
canHandleMultipleViews() - Method in interface de.ipcon.form.MDIManagerI
canonicalName() - Method in enum de.ipcon.db.oql.ValueType
canonicFromAddr(HttpServletRequest) - Static method in class de.ipcon.db.tools.AuthToken
Extract a textual description of the machine the request came from
using the remoteAddr and X-Forwarded-For Header variables
canonicFromAddr(ServletUpgradeRequest) - Static method in class de.ipcon.db.tools.AuthToken
canonifyPackageName(String) - Static method in class de.ipcon.tools.L10n
Removes inner class parts (indicated by '$') from a package name.
canonize(boolean) - Method in class de.ipcon.db.core.Transaction
This calculates a canonification of this transaction.
canonize(boolean, int) - Method in class de.ipcon.db.core.Transaction
canonize(boolean, int, int) - Method in class de.ipcon.db.core.Transaction
canonMenuName(String) - Static method in class de.ipcon.form.ClientMenuManager
canProvideInfo() - Method in class de.ipcon.form.navtree.BONavigationTreeNode
canProvideInfo() - Method in interface de.ipcon.form.navtree.NavigationItemI
canProvideInfo() - Method in class de.ipcon.form.navtree.NavigationTreeNode
canReachMatchingNode(OnlyToDirectedGraphNodeI, GraphNodeMatcherI<? super OnlyToDirectedGraphNodeI>) - Static method in class de.ipcon.tools.graph.GraphTools
Checks if any node matching the criteria defined by the given matcher can be reached
from the start node by traversing outgoing edges.
canReconnect() - Method in class de.ipcon.db.BackendConnectionManager
canReconnect() - Method in interface de.ipcon.db.BackendConnectionManagerI
Returns true, if this BackendConnectionManager can create connections, that are able to reconnect, false otherwise.
canReconnect() - Method in class de.ipcon.db.protocol.socket.SocketTransport
canReconnect() - Method in interface de.ipcon.db.protocol.TransportI
Returns true, if this TransportI can reconnect.
canResolve() - Static method in class de.ipcon.db.core.BOT
canStopRun() - Method in interface de.ipcon.db.ServiceI
Returns TRUE if this ServiceI can execute a run directly after a stop, FALSE if it must be unprepared and prepared again.
canStopRun() - Method in class de.ipcon.db.sync.AbstractSync
canTake(Benutzer) - Method in class de.ipcon.form.navtree.UserNavigationSubCategory
checks if the next user ('s name) fits in with the other elements in this category
canTakeUser(Benutzer) - Method in class de.ipcon.form.navtree.CategorizedUserNavigationTreeNode
decides whether this node can hold this element or if it should be moved into the next node
canUnpreparePrepare() - Method in interface de.ipcon.db.ServiceI
Returns TRUE if this ServiceI can be prepared again after an unprepare, FALSE if it needs to be reinstantiated.
canUnpreparePrepare() - Method in class de.ipcon.db.sync.AbstractSync
canUseAnhaengeScript() - Method in class de.ipcon.db.core.Alarm
canUseAnhaengeScript() - Method in class de.ipcon.db.core.BOAssociatedAlarm
canUseItemQuery() - Method in class de.ipcon.form.scheduler.FSchedulerBOMapper
This method checks if enough and the right attributes were provided
for the configuration of the
FSchedulerBOMapper.itemMapper()
to be likely able to query items.
capitalize(String) - Static method in class de.ipcon.tools.TextTools
Returns the passed String with the first letter converted to upper case.
capitalizeNN(String) - Static method in class de.ipcon.tools.TextTools
Returns the passed String with the first letter converted to upper case or null if null was passed.
caretUpdate(CaretEvent) - Method in class de.ipcon.form.FEditor
CastorMapping - Class in de.ipcon.schema.generators
CastorMapping() - Constructor for class de.ipcon.schema.generators.CastorMapping
CastorMapping(Element) - Constructor for class de.ipcon.schema.generators.CastorMapping
CastorPersistenceHandler - Class in de.ipcon.db
Manages persistence operations using Castor JDO, with enhanced Id handling and create() behavior.
CastorPersistenceHandler(CastorPersistenceManager, Database, AbstractKeyGenerator, FulltextSearcherI) - Constructor for class de.ipcon.db.CastorPersistenceHandler
CastorPersistenceHandler(CastorPersistenceManager, Database, AbstractKeyGenerator, FulltextSearcherI, boolean) - Constructor for class de.ipcon.db.CastorPersistenceHandler
CastorPersistenceManager - Class in de.ipcon.db
CastorPersistenceManager() - Constructor for class de.ipcon.db.CastorPersistenceManager
castToNumber(Object) - Method in class de.ipcon.schema.types.CBOAbstractAttributeType
do as much as possible to convert the given value to a Number
castToOwnType(Object) - Method in interface de.ipcon.schema.CBOAttributeTypeI
castToOwnType(Object) - Method in class de.ipcon.schema.types.AbstractStringType
Tries the best to convert a value of wrong type to the own one.
castToOwnType(Object) - Method in class de.ipcon.schema.types.CBOAbstractAttributeType
tries the best to convert a value of wrong type to the own one.
castToOwnType(Object) - Method in class de.ipcon.schema.types.DecimalType
do as much as possible to convert the given value to a BigDecimal
castToOwnType(Object) - Method in class de.ipcon.schema.types.DoubleType
do as much as possible to convert the given value to a Float
castToOwnType(Object) - Method in class de.ipcon.schema.types.FloatType
do as much as possible to convert the given value to a Float
castToOwnType(Object) - Method in class de.ipcon.schema.types.IntegerType
do as much as possible to convert the given value to an Integer
castToOwnType(Object) - Method in class de.ipcon.schema.types.LongType
do as much as possible to convert the given value to a Long
catchallForTest - Variable in class de.ipcon.db.core.MyTISMBenachrichtigung
CategorizedUserNavigationTreeNode - Class in de.ipcon.form.navtree
Represents a group of categorized users in form of a node.
CategorizedUserNavigationTreeNode(AllUsersNavigationTreeNode) - Constructor for class de.ipcon.form.navtree.CategorizedUserNavigationTreeNode
CategorizedUserNavigationTreeNode(AllUsersNavigationTreeNode, CategorizedUserNavigationTreeNode) - Constructor for class de.ipcon.form.navtree.CategorizedUserNavigationTreeNode
CategorizedUserNavigationTreeNode(AllUsersNavigationTreeNode, Benutzer) - Constructor for class de.ipcon.form.navtree.CategorizedUserNavigationTreeNode
CategorizedUserNavigationTreeNode(AllUsersNavigationTreeNode, Benutzer, CategorizedUserNavigationTreeNode) - Constructor for class de.ipcon.form.navtree.CategorizedUserNavigationTreeNode
Cause(String, String, StackTraceElement[]) - Constructor for class de.ipcon.tools.io.ServerSideException.Cause
cbd(BigDecimal) - Static method in class de.ipcon.tools.CompactBigDecimal
cbd(BigDecimal, MathContext) - Static method in class de.ipcon.tools.CompactBigDecimal
cbd(int) - Static method in class de.ipcon.tools.CompactBigDecimal
cbd(long) - Static method in class de.ipcon.tools.CompactBigDecimal
cbd(double) - Static method in class de.ipcon.tools.CompactBigDecimal
cbd(double, MathContext) - Static method in class de.ipcon.tools.CompactBigDecimal
cbd(String) - Static method in class de.ipcon.tools.CompactBigDecimal
CBOAbstractAttributeType - Class in de.ipcon.schema.types
CBOAbstractAttributeType(Element) - Constructor for class de.ipcon.schema.types.CBOAbstractAttributeType
CBOAbstractAttributeType(CBOAttributeTypeI, Element) - Constructor for class de.ipcon.schema.types.CBOAbstractAttributeType
CBOAction - Class in de.ipcon.schema
Class to handle actions defined by 'action' element in the schema.
CBOAction(EntityI, Element) - Constructor for class de.ipcon.schema.CBOAction
CBOAttribute - Class in de.ipcon.schema
CBOAttribute(EntityI, AttributeTemplate) - Constructor for class de.ipcon.schema.CBOAttribute
Constructor for CBOAttribute
CBOAttribute(EntityI, Element) - Constructor for class de.ipcon.schema.CBOAttribute
Constructor for this CBOAttribute
CBOAttributeI - Interface in de.ipcon.schema
Special interface exposing extended information for AttributeI for internal use.
CBOAttributeTypeI - Interface in de.ipcon.schema
CBOEntity - Class in de.ipcon.schema
CBOEntity(CBOSchema, Element) - Constructor for class de.ipcon.schema.CBOEntity
Constructor for the CBOEntity class with scope SCOPE_LOCAL.
CBOEntity(CBOSchema, Element, int) - Constructor for class de.ipcon.schema.CBOEntity
Constructor for the CBOEntity class.
CBOFormatter - Class in de.ipcon.schema
CBOFormatter(SchemaI) - Constructor for class de.ipcon.schema.CBOFormatter
CBOFormatter(SchemaI, Object) - Constructor for class de.ipcon.schema.CBOFormatter
CBOFormatter(SchemaI, Object, Map) - Constructor for class de.ipcon.schema.CBOFormatter
CBOGeneratorI - Interface in de.ipcon.schema
CBOGeneratorResult - Class in de.ipcon.schema
CBOGeneratorResult() - Constructor for class de.ipcon.schema.CBOGeneratorResult
CBOGeneratorResult(boolean, boolean, boolean, boolean) - Constructor for class de.ipcon.schema.CBOGeneratorResult
CBOSchema - Class in de.ipcon.schema
CBOSchema(InputStream) - Constructor for class de.ipcon.schema.CBOSchema
CBOSchema(InputStream, Rexx) - Constructor for class de.ipcon.schema.CBOSchema
CBOSchema(URL) - Constructor for class de.ipcon.schema.CBOSchema
CBOSchema(URL, Rexx) - Constructor for class de.ipcon.schema.CBOSchema
CBOSchema(File) - Constructor for class de.ipcon.schema.CBOSchema
CBOSchema(File, Rexx) - Constructor for class de.ipcon.schema.CBOSchema
CBOSchema(Document) - Constructor for class de.ipcon.schema.CBOSchema
CBOSchema(Document, Rexx) - Constructor for class de.ipcon.schema.CBOSchema
CBOSchema() - Constructor for class de.ipcon.schema.CBOSchema
CBOSchemaParser - Class in de.ipcon.schema.parser
handles parsing of the schema.xml file to properly initialize a CBOSchema
CBOSorter - Class in de.ipcon.schema
CBOSorter(SchemaI) - Constructor for class de.ipcon.schema.CBOSorter
CBOSorter.BOComparator - Class in de.ipcon.schema
CellDataExporterI - Interface in de.ipcon.tools
The CellDataExporterI interface represents a cell data exporter.
CellDataProviderI - Interface in de.ipcon.tools
The CellDataProviderI interface represents a cell data provider.
CenterWindowStrategy - Class in de.ipcon.form.desktop
This placement strategy tries to center the new window vertically and horizontally at a given location,
optionally limiting the size as well.
CenterWindowStrategy(Point, Dimension, boolean) - Constructor for class de.ipcon.form.desktop.CenterWindowStrategy
cfn(String) - Static method in class de.ipcon.tools.ReflectiveRunner
returns class for given fqname, not throwing checked exception
cfna(String) - Static method in class de.ipcon.tools.ReflectiveRunner
returns class for one-dimensional array of given class fqname, not throwing checked exception
challengeClient() - Method in class de.ipcon.db.protocol.TransportProtocolServerClientChallengeResponse
CHANGE_EVENT - Static variable in interface de.ipcon.db.event.DBManEventConstants
changedUpdate(DocumentEvent) - Method in class de.ipcon.form.FTextInputComponent
changedUpdate(DocumentEvent) - Method in class de.ipcon.gui.console.CancelForcedClientDisconnectAction
changedUpdate(DocumentEvent) - Method in class de.ipcon.gui.console.DemandForcedClientDisconnectAction
changedUpdate(DocumentEvent) - Method in class de.ipcon.gui.console.SendSystemMessageAction
changeFontSize(int) - Method in class de.ipcon.form.FEditor
changeMayAffectBOSet(BOProcI) - Method in class de.ipcon.db.core.BOMaske
Determines if the given
BOProcI represents a change that may alter the set of
BOs that this
BOMaske represents.
changeMayAffectBOSet(BOProcI) - Method in class de.ipcon.db.core.GrooqlBOMaske
changeMayAffectIfAlarmIsTriggered(Transaction) - Method in class de.ipcon.db.core.Wiedervorlage
Needed by super.afterVerifyOnClient().
changeMayAffectSchedule(BP) - Method in class de.ipcon.db.core.BOBasierterTermin
Returns true if the change that is represented by the given _bp will
probably result in the schedule having to be adjusted.
changeMayAffectSchedule(BP) - Method in interface de.ipcon.db.core.BOMonitoringAlarmI
changeMayAffectSchedule(BP) - Method in class de.ipcon.db.core.EinfacherTermin
Returns true if the change that is represented by the given _bp will
probably result in the schedule having to be adjusted.
changeMayAffectSchedule(BP) - Method in class de.ipcon.db.core.Wiedervorlage
Returns true if the change that is represented by the given bp will
probably result in the schedule having to be adjusted.
changeMayAffectStates(BOProcI) - Method in class de.ipcon.db.core.BOBasierterTermin
Returns true if the change that is represented by the given _bp will
probably result in the states having to be adjusted.
changeMayAffectStates(Transaction) - Method in class de.ipcon.db.core.BOBasierterTermin
Needed by verifyOnClient(); basically the same as the other method of the
same name, only not for one BP but for a (whole) Transaction.
changeMayAffectTriggerAnchortimes(BOProcI) - Method in class de.ipcon.db.core.BOBasierterTermin
changeMayAlterSetOfStates(BP) - Method in class de.ipcon.db.core.Wiedervorlage
Returns true if the change that is represented by the given bp will
probably result in the states having to be adjusted.
changeMayAlterSetOfStates(Transaction) - Method in class de.ipcon.db.core.Wiedervorlage
Needed by verifyOnClient(); basically the same as the other method of the
same name, only not for one BP but for a (whole) Transaction.
chapterStringToBigDecimal(String, int) - Static method in class de.ipcon.tools.BigDecimalTools
Converts a chapter string (e.g., "1.2", "1,23", "3.5.1") to a BigDecimal, maintaining the intended order by padding each chapter
segment with leading zeros.
char2bool(String) - Method in class de.ipcon.db.sync.AbstractSync
returns boolean depending upon the string (i.e. true if 1 else false..)
char2float(String) - Method in class de.ipcon.db.sync.AbstractSync
gets the float value out of string and returns the same.
char2int(String) - Method in class de.ipcon.db.sync.AbstractSync
gets the int value out of string and returns the same.
CharacterTools - Class in de.ipcon.tools
CharacterTools() - Constructor for class de.ipcon.tools.CharacterTools
charForToken - Static variable in class de.ipcon.tools.L10nTimespanFormat
checkAbstractHasConcreteSubs() - Method in class de.ipcon.schema.CBOEntity
Checks if all abstract subentities of this CBOEntity has concrete subentities
checkAccept(String, int) - Method in class de.ipcon.form.ClientSecurityManager
checkAccept(String, int) - Method in class de.ipcon.tools.NoExitSecurityManager
checkAccess(Thread) - Method in class de.ipcon.form.ClientSecurityManager
checkAccess(ThreadGroup) - Method in class de.ipcon.form.ClientSecurityManager
checkAccess(Thread) - Method in class de.ipcon.tools.NoExitSecurityManager
checkAccess(ThreadGroup) - Method in class de.ipcon.tools.NoExitSecurityManager
checkActionsEnabledStatus() - Method in class de.ipcon.form.ClientDesktopManager
checkActionsEnabledStatus() - Method in class de.ipcon.form.navtree.ClientNavigationTree
checkAggregates() - Method in class de.ipcon.schema.CBOEntity
Checks the aggregates defined in any attribute.
checkAllowedClassesForMissingSubentities(BOLoaderI) - Static method in class de.ipcon.db.protocol.BackendRequestLogin
checkAmbiguousRelations() - Method in class de.ipcon.schema.CBOEntity
Checks the relations of this CBOEntity for ambiguos problems
checkAndInitHeritage() - Method in class de.ipcon.schema.CBOEntity
Sets the heritage for this CBOEntity (and its base entities).
checkAttributeNaming() - Method in class de.ipcon.schema.CBOEntity
Checks the attributes of the given Map for collisions of their name or singular with the attributes of
this entity and its possible sub-entities.
checkAttributeNaming(Map) - Method in class de.ipcon.schema.CBOEntity
Checks the attributes of the given Map for collisions of their name or singular with the attributes of
this entity and its possible sub-entities.
checkAwtEventQueueAccess() - Method in class de.ipcon.form.ClientSecurityManager
checkAwtEventQueueAccess() - Method in class de.ipcon.tools.NoExitSecurityManager
checkBackRelations() - Method in class de.ipcon.schema.CBOEntity
Checks the back relations for this CBOEntity
checkBuildDetailView() - Method in class de.ipcon.form.FPopup
checkCanceled(Throwable) - Static method in exception de.ipcon.tools.OperationCanceledException
checkClass() - Method in class de.ipcon.schema.CBOEntity
Entity classes must have a no-args constructor and may not be abstract.
checkClazz(Class<? extends Benannt>, Benannt) - Method in class de.ipcon.db.core.BenanntPath
checkClientTrusted(X509Certificate[], String) - Method in class de.ipcon.tools.net.NullTrustManager
checkClientTrusted(X509Certificate[], String, SSLEngine) - Method in class de.ipcon.tools.net.NullTrustManager
checkClientTrusted(X509Certificate[], String, Socket) - Method in class de.ipcon.tools.net.NullTrustManager
checkConnect(String, int) - Method in class de.ipcon.form.ClientSecurityManager
checkConnect(String, int, Object) - Method in class de.ipcon.form.ClientSecurityManager
checkConnect(String, int) - Method in class de.ipcon.tools.NoExitSecurityManager
checkConnect(String, int, Object) - Method in class de.ipcon.tools.NoExitSecurityManager
checkConsistentDates(Date, Date) - Static method in interface de.ipcon.tools.date.TimespanI
Checks if the passed starting date is not later than the passed ending date.
checkConsistentDates(Date, Date, boolean) - Static method in interface de.ipcon.tools.date.TimespanI
checkConsistentDates() - Method in interface de.ipcon.tools.date.TimespanI
Checks if DateStart is not after DateEnd and throws an IllegalArgumentException otherwise.
checkConstraints(Object) - Method in interface de.ipcon.schema.CBOAttributeTypeI
checkConstraints(Object, String) - Method in interface de.ipcon.schema.CBOAttributeTypeI
checkConstraints(Object, String) - Method in class de.ipcon.schema.types.AbstractStringType
Checks if the given value (object) matches the constraints (limits,
etc. - if any) set for this type.
checkConstraints(Object) - Method in class de.ipcon.schema.types.CBOAbstractAttributeType
Checks if the given value (object) matches the constraints (limits,
etc. - if any) set for this type.
checkConstraints(Object, String) - Method in class de.ipcon.schema.types.CBOAbstractAttributeType
Checks if the given value (object) matches the constraints (limits,
etc. - if any) set for this type.
checkConstraints(Object) - Method in class de.ipcon.schema.types.DatetimeType
Checks if the given value (object) matches the constraints (limits,
etc. - if any) set for this type.
checkConstraints(Object) - Method in class de.ipcon.schema.types.NumberType
Checks if the given value (object) matches the constraints (limits,
etc. - if any) set for this type.
checkConstraints(Object) - Method in class de.ipcon.schema.types.PasswordType
Checks if the given value (object) matches the constraints (limits,
etc. - if any) set for this type.
checkConstraints(Object) - Method in class de.ipcon.schema.types.TimespanType
Checks if the given value (object) matches the constraints (limits,
etc. - if any) set for this type.
checkConstraints(Object) - Method in class de.ipcon.schema.types.WrappingArrayType
Checks the array constraints as well as optional constraints on each element
checkCreateAllowed(BO) - Method in interface de.ipcon.db.DBManUserContextI
checkCreateAllowed(BO) - Method in class de.ipcon.db.DBManUserContextImpl
checkCreateAllowed(BOI) - Method in class de.ipcon.db.PermissionHandler
checkCreateAllowed(Class<? extends BOI>) - Method in class de.ipcon.db.PermissionHandler
checkCreateAllowed(Class<? extends BOI>, boolean) - Method in class de.ipcon.db.PermissionHandler
checkCreateAllowed(BOI) - Method in interface de.ipcon.schema.PermissionHandlerI
checkCreateAllowed(Class<? extends BOI>) - Method in interface de.ipcon.schema.PermissionHandlerI
checkCreateAllowed(Class<? extends BOI>, boolean) - Method in interface de.ipcon.schema.PermissionHandlerI
Checks if the current user is allowed to create objectsof the given class (or, if given, the value of the specified attribute) .
checkCreateClassLoader() - Method in class de.ipcon.form.ClientSecurityManager
checkCreateClassLoader() - Method in class de.ipcon.tools.NoExitSecurityManager
checkCreateRightForSavingOfTransaction(Transaction) - Method in class de.ipcon.db.DBManUserContextImpl
checkCreateRightForSavingOfTransaction(Transaction) - Method in interface de.ipcon.db.DBManVetoHandlerI
Checks if the current user has the necessary rights to create the objects within the given transaction.
checkCronThread(boolean) - Static method in class de.ipcon.db.ExecutionPolicyCron
checkDelete(String) - Method in class de.ipcon.form.ClientSecurityManager
checkDelete(String) - Method in class de.ipcon.tools.NoExitSecurityManager
checkDeleteAllowed(BO) - Method in interface de.ipcon.db.DBManUserContextI
checkDeleteAllowed(BO) - Method in class de.ipcon.db.DBManUserContextImpl
checkDeleteAllowed(BOI) - Method in class de.ipcon.db.PermissionHandler
checkDeleteAllowed(BOI) - Method in interface de.ipcon.schema.PermissionHandlerI
checkDemandForcedClientDisconnectAllowed() - Method in interface de.ipcon.db.DBManUserContextI
checkDemandForcedClientDisconnectAllowed() - Method in class de.ipcon.db.DBManUserContextImpl
checkDescription(String) - Method in class de.ipcon.schema.EntityDefinition
Checks the description of this EntityDefinition (or its base entity) equals the given String
checkEditable() - Method in class de.ipcon.form.FPanel
checkExec(String) - Method in class de.ipcon.form.ClientSecurityManager
checkExec(String) - Method in class de.ipcon.tools.NoExitSecurityManager
checkExit(int) - Method in class de.ipcon.form.ClientSecurityManager
checkExit(int) - Method in class de.ipcon.tools.NoExitSecurityManager
checkFreeSocket() - Method in class de.ipcon.db.protocol.socket.PooledSocket
Checks the connection to the server by sending a ping command.
checkFromAndTo(List<? extends BOProcI>, int, int) - Static method in class de.ipcon.db.core.tx.TransactionDumper
checkFromAndTo(BOProcI[], int, int) - Static method in class de.ipcon.db.core.tx.TransactionDumper
checkFSExportPrerequisites() - Method in class de.ipcon.db.core.Formular
checkFSExportPrerequisites() - Method in class de.ipcon.db.core.Lesezeichen
checkFSExportPrerequisites() - Method in class de.ipcon.db.core.Report
checkFSExportPrerequisites() - Method in class de.ipcon.db.core.Schablone
checkFSExportPrerequisites() - Method in class de.ipcon.db.core.Struktur
checkHasCriteria() - Method in class de.ipcon.db.core.BedingterAlarm
Checks if this alarm has at least one trigger criteria defined as otherwise it would always trigger which does not
make sense.
checkIds() - Method in class de.ipcon.db.SyncService
checkIfEnabled() - Method in class de.ipcon.form.FormAction
Checks whether this FormAction is enabled or disabled.
checkInheritanceForEntity(CBOEntity, boolean) - Method in class de.ipcon.schema.generators.PostgreSQL
checkIntegrity(boolean) - Method in class de.ipcon.db.core.Transaction
Checks the integrity of this transaction in regard to its recorded BOs.
checkIsClosedTimespanWithConsistentDates() - Method in interface de.ipcon.tools.date.TimespanI
Checks whether this Timespan is closed (both starting and ending dates are defined)
and whether these dates are consistent.
checkIsClosedTimespanWithConsistentDates(boolean) - Method in interface de.ipcon.tools.date.TimespanI
checkItemProperties() - Method in class de.ipcon.schema.CBOEntity
Iterates over the attributes and checks if their ItemProperty actually
points to an existing Attribute.
checkItemProperty() - Method in class de.ipcon.schema.CBOAttribute
Processes a possible existing itemProperty definition if this is a manyrelation and
checks if it is a valid attribute (chain) on the relationEntity.
checkLink(String) - Method in class de.ipcon.form.ClientSecurityManager
checkLink(String) - Method in class de.ipcon.tools.NoExitSecurityManager
checkListen(int) - Method in class de.ipcon.form.ClientSecurityManager
checkListen(int) - Method in class de.ipcon.tools.NoExitSecurityManager
checkLoadImmediate(Boolean) - Method in class de.ipcon.schema.CBOEntity
Checks if loadImmediate of this CBOEntity (or its base entity) equals the given value
checkMails() - Method in class de.ipcon.tools.MailImporter
checkMandatoryValid(boolean) - Method in class de.ipcon.schema.CBOAttribute
Performs a check and tells if the mandatory setting on this CBOAttribute makes sense.
checkMandatoryValid(boolean, BOI) - Method in class de.ipcon.schema.CBOAttribute
checkMemberAccess(Class, int) - Method in class de.ipcon.form.ClientSecurityManager
checkMemberAccess(Class, int) - Method in class de.ipcon.tools.NoExitSecurityManager
checkMulticast(InetAddress) - Method in class de.ipcon.form.ClientSecurityManager
checkMulticast(InetAddress) - Method in class de.ipcon.tools.NoExitSecurityManager
checkN2MRelationTableSharingAndTableNameLength(List) - Method in class de.ipcon.schema.CBOSchema
checkNS() - Method in class de.ipcon.tools.BeanShellScript
checkPackageAccess(String) - Method in class de.ipcon.form.ClientSecurityManager
checkPackageAccess(String) - Method in class de.ipcon.tools.NoExitSecurityManager
checkPackageDefinition(String) - Method in class de.ipcon.form.ClientSecurityManager
checkPackageDefinition(String) - Method in class de.ipcon.tools.NoExitSecurityManager
checkPath(String) - Method in class de.ipcon.tools.UnixPasswd
checkPermission(Permission) - Method in class de.ipcon.form.ClientSecurityManager
checkPermission(Permission, Object) - Method in class de.ipcon.form.ClientSecurityManager
checkPermission(Permission) - Method in class de.ipcon.tools.NoExitSecurityManager
checkPermission(Permission, Object) - Method in class de.ipcon.tools.NoExitSecurityManager
checkPoint() - Method in class de.ipcon.db.core.ArrayZeilenWrapper
checkPoint() - Method in class de.ipcon.db.core.FilesystemObject
checkpoint() - Method in class de.ipcon.db.core.Transaction
checkPoint() - Method in interface de.ipcon.db.core.TransactionListenerI
Callback after a transaction has been arrived at a checkpoint, e.g. after being committed or has no
uncommitted changes anymore.
checkPoint() - Method in class de.ipcon.form.combobox.RelationAttributeModel
checkPoint() - Method in class de.ipcon.form.DefaultFormContext
checkPoint() - Method in class de.ipcon.form.FRootPane
checkPoint() - Method in class de.ipcon.form.table.FTableAtm
checkPrintJobAccess() - Method in class de.ipcon.form.ClientSecurityManager
checkPrintJobAccess() - Method in class de.ipcon.tools.NoExitSecurityManager
checkProcessed() - Method in class de.ipcon.tools.MailImporterMessage
checkProgress() - Method in class de.ipcon.db.core.AlarmCalculationTimeWatchdog
Checks calculation progress, outputs a warning if applicable, aborts the calculation if necessary.
checkPropertiesAccess() - Method in class de.ipcon.form.ClientSecurityManager
checkPropertiesAccess() - Method in class de.ipcon.tools.NoExitSecurityManager
checkPropertyAccess(String) - Method in class de.ipcon.form.ClientSecurityManager
checkPropertyAccess(String) - Method in class de.ipcon.tools.NoExitSecurityManager
checkPw(String, String) - Method in class de.ipcon.tools.UnixPasswd
checkRead(FileDescriptor) - Method in class de.ipcon.form.ClientSecurityManager
checkRead(String) - Method in class de.ipcon.form.ClientSecurityManager
checkRead(String, Object) - Method in class de.ipcon.form.ClientSecurityManager
checkRead(FileDescriptor) - Method in class de.ipcon.tools.NoExitSecurityManager
checkRead(File) - Method in class de.ipcon.tools.NoExitSecurityManager
checkRead(String, Object) - Method in class de.ipcon.tools.NoExitSecurityManager
checkReadAllowed(BO, String) - Method in interface de.ipcon.db.DBManUserContextI
checkReadAllowed(BO) - Method in interface de.ipcon.db.DBManUserContextI
checkReadAllowed(BO) - Method in class de.ipcon.db.DBManUserContextImpl
checkReadAllowed(BO, String) - Method in class de.ipcon.db.DBManUserContextImpl
checkReadAllowed(BOI) - Method in class de.ipcon.db.PermissionHandler
checkReadAllowed(BOI, String) - Method in class de.ipcon.db.PermissionHandler
checkReadAllowed(Class<? extends BOI>) - Method in class de.ipcon.db.PermissionHandler
checkReadAllowed(Class<? extends BOI>, String) - Method in class de.ipcon.db.PermissionHandler
checkReadAllowed(Class<? extends BOI>, String, boolean) - Method in class de.ipcon.db.PermissionHandler
checkReadAllowed(BO) - Method in class de.ipcon.db.protocol.BackendCommandHandler
checkReadAllowed(BO) - Method in interface de.ipcon.db.protocol.BackendCommandHandlerI
checkReadAllowed(BOI) - Method in interface de.ipcon.schema.PermissionHandlerI
checkReadAllowed(BOI, String) - Method in interface de.ipcon.schema.PermissionHandlerI
checkReadAllowed(Class<? extends BOI>) - Method in interface de.ipcon.schema.PermissionHandlerI
checkReadAllowed(Class<? extends BOI>, String) - Method in interface de.ipcon.schema.PermissionHandlerI
checkReadAllowed(Class<? extends BOI>, String, boolean) - Method in interface de.ipcon.schema.PermissionHandlerI
Checks if the current user is allowed to read objects of the given class (or, if given, the value of the specified attribute).
checkRelationDiscriminatorConsistency() - Method in class de.ipcon.schema.CBOAttribute
Checks and ensures the consistency of relationDiscriminator in this and back attribute.
checkRelations(int) - Method in class de.ipcon.schema.CBOEntity
Checks the relations for this CBOEntity
checkSchema(String) - Method in class de.ipcon.db.BackendConnectionManager
checkSchema(String) - Method in interface de.ipcon.db.BackendConnectionManagerI
checkSecurityAccess(String) - Method in class de.ipcon.form.ClientSecurityManager
checkSecurityAccess(String) - Method in class de.ipcon.tools.NoExitSecurityManager
checkSendingSystemMessagesAllowed() - Method in interface de.ipcon.db.DBManUserContextI
checkSendingSystemMessagesAllowed() - Method in class de.ipcon.db.DBManUserContextImpl
checkSerialVersionUIDs() - Method in class de.ipcon.schema.SVUIDChecker
Checks for correct use/declaration of serialVersionUID.
checkServerBN(BOLoaderI) - Method in class de.ipcon.db.DBMan
Checks if the given _id belongs to exactly one BN.
checkServerBN(BOLoaderI, Long) - Method in class de.ipcon.db.DBMan
checkServerBN(BOLoaderI) - Method in interface de.ipcon.db.DBManLocalI
checks whether this server's nodeNumber is valid (called only from SyncService)
checkServerConnectivity() - Method in class de.ipcon.db.BackendConnectionManager
checkServerConnectivity() - Method in class de.ipcon.db.protocol.BackendConnection
checkServerConnectivity(boolean) - Method in class de.ipcon.db.protocol.BackendConnection
checkServerConnectivity() - Method in interface de.ipcon.db.protocol.ServerConnectionI
checkServerConnectivity(boolean) - Method in interface de.ipcon.db.protocol.ServerConnectionI
checkServerLockActionsAllowed() - Method in interface de.ipcon.db.DBManUserContextI
checkServerLockActionsAllowed() - Method in class de.ipcon.db.DBManUserContextImpl
checkServerShutdownActionsAllowed() - Method in interface de.ipcon.db.DBManUserContextI
checkServerShutdownActionsAllowed() - Method in class de.ipcon.db.DBManUserContextImpl
checkServerTrusted(X509Certificate[], String) - Method in class de.ipcon.tools.net.NullTrustManager
checkServerTrusted(X509Certificate[], String, SSLEngine) - Method in class de.ipcon.tools.net.NullTrustManager
checkServerTrusted(X509Certificate[], String, Socket) - Method in class de.ipcon.tools.net.NullTrustManager
checkSetFactory() - Method in class de.ipcon.form.ClientSecurityManager
checkSetFactory() - Method in class de.ipcon.tools.NoExitSecurityManager
checkSingularAbsenceForNTo1() - Method in class de.ipcon.schema.CBOAttribute
This method will signal an AttributeDefinitionException if we are an n-1
relation with an explicit singular set in the schema-file.
checkSingularAbsenceForNTo1() - Method in class de.ipcon.schema.CBOEntity
Checks if any n-1 relation has an explicit singular set in the schema-file and
signals an AttributeDefinitionException in that case.
checkSyntacticallyValid(Element, String, String) - Static method in interface de.ipcon.schema.SchemaI
Checks if the given String represents a syntactically valid name for an entity or attribute.
checkSyntacticallyValidAttPath(String) - Static method in class de.ipcon.schema.SchemaTools
checkSyntacticallyValidSqlEntityTableName(Element, String) - Static method in class de.ipcon.schema.CBOSchema
checkSyntacticallyValidSqlName(Element, String, String) - Static method in class de.ipcon.schema.CBOSchema
Checks if the sqlName is syntactically valid
Currently this means:
not null or empty
first character is letter, subsequents are either letters or digits.
checkSystemClipboardAccess() - Method in class de.ipcon.form.ClientSecurityManager
checkSystemClipboardAccess() - Method in class de.ipcon.tools.NoExitSecurityManager
checkTablenamesUnique(List) - Method in class de.ipcon.schema.CBOSchema
Checks that the DB/SQL names for all entities are unique, that is no two entities may share the same table name.
checkTimespan(TimespanI) - Static method in class de.ipcon.tools.date.DateTimeTools
Checks the given TimespanI for errors.
checkTopLevelWindow(Object) - Method in class de.ipcon.form.ClientSecurityManager
checkTopLevelWindow(Object) - Method in class de.ipcon.tools.NoExitSecurityManager
checkUpdateAndDeleteRightsForSavingOfTransaction(Transaction) - Method in class de.ipcon.db.DBManUserContextImpl
checkUpdateAndDeleteRightsForSavingOfTransaction(Transaction) - Method in interface de.ipcon.db.DBManVetoHandlerI
Checks if the current user has the necessary rights to update or delete the objects within the given transaction.
checkUser(String) - Method in class de.ipcon.tools.UnixPasswd
checkUserObject(Object) - Method in class de.ipcon.form.navtree.BONavigationTreeNode
checkUserObject(Object) - Method in class de.ipcon.form.navtree.StrukturNavigationTreeNode
checkValidName() - Method in class de.ipcon.schema.CBOAttribute
Validates the name of this attribute.
checkValidPaths() - Method in class de.ipcon.schema.gdpr.GDPRPolicy
Checks if all defined paths represent valid attribute paths.
checkValidSortDir(String) - Static method in class de.ipcon.schema.CBOSorter
checkValidSqlName(Element, String) - Static method in class de.ipcon.schema.EntityDefinition
Checks wether the given String represents a valid sqlName for a CBOEntity.
checkVisible(FormElementI, String, boolean) - Method in class de.ipcon.form.FElement
checkVisible() - Method in class de.ipcon.form.FHideablePanel
checkVisible() - Method in class de.ipcon.form.FPanel
checkWrite(FileDescriptor) - Method in class de.ipcon.form.ClientSecurityManager
checkWrite(String) - Method in class de.ipcon.form.ClientSecurityManager
checkWrite(FileDescriptor) - Method in class de.ipcon.tools.NoExitSecurityManager
checkWrite(File) - Method in class de.ipcon.tools.NoExitSecurityManager
checkWriteAllowed(BO, String) - Method in interface de.ipcon.db.DBManUserContextI
checkWriteAllowed(BO) - Method in interface de.ipcon.db.DBManUserContextI
checkWriteAllowed(BO) - Method in class de.ipcon.db.DBManUserContextImpl
checkWriteAllowed(BO, String) - Method in class de.ipcon.db.DBManUserContextImpl
checkWriteAllowed(BOI) - Method in class de.ipcon.db.PermissionHandler
checkWriteAllowed(BOI, String) - Method in class de.ipcon.db.PermissionHandler
checkWriteAllowed(Class<? extends BOI>) - Method in class de.ipcon.db.PermissionHandler
checkWriteAllowed(Class<? extends BOI>, String) - Method in class de.ipcon.db.PermissionHandler
checkWriteAllowed(Class<? extends BOI>, String, boolean) - Method in class de.ipcon.db.PermissionHandler
checkWriteAllowed(BOI) - Method in interface de.ipcon.schema.PermissionHandlerI
checkWriteAllowed(BOI, String) - Method in interface de.ipcon.schema.PermissionHandlerI
checkWriteAllowed(Class<? extends BOI>) - Method in interface de.ipcon.schema.PermissionHandlerI
checkWriteAllowed(Class<? extends BOI>, String) - Method in interface de.ipcon.schema.PermissionHandlerI
checkWriteAllowed(Class<? extends BOI>, String, boolean) - Method in interface de.ipcon.schema.PermissionHandlerI
Checks if the current user is allowed to write objects of the given class (or, if given, the value of the specified attribute).
ChildFocusSupporterI - Interface in de.ipcon.form
ClassLimitedLRUContainer(CachingBOLoader, Class[], int[]) - Constructor for class de.ipcon.db.core.CachingBOLoaderLRUStrategy.ClassLimitedLRUContainer
cleanup() - Method in class de.ipcon.tools.MailImporterMessage
cleanup() - Method in class de.ipcon.tools.WeakIdentityHashMap
Force a cleanup by checking the reference queue and removing gc'd entries.
cleanupAfterFailure() - Method in class de.ipcon.db.core.SerializedTransaction
Cleans up this SerializedTransaction after all saving retries failed.
clear() - Method in class de.ipcon.db.cache.BOCache
clear() - Method in class de.ipcon.db.CodebausteinStorage
clear() - Method in interface de.ipcon.db.core.CachingBOLoaderGCStrategyI
Resets the caching strategy, e.g. because all cached objects have been dropped
clear() - Method in class de.ipcon.db.core.CachingBOLoaderLRUStrategy.ClassLimitedLRUContainer
clear() - Method in interface de.ipcon.db.core.CodebausteinStorageI
clear() - Method in class de.ipcon.db.core.LazyRelationMap
Removes all mappings from this map (optional operation, currently unsupported).
clear() - Method in class de.ipcon.form.navtree.ClientNavigationTreeClipboard
clear() - Method in class de.ipcon.form.navtree.ClientNavigationTreeModel.NodeCache
clear() - Method in interface de.ipcon.form.navtree.NavigationTreeModelNodeCacheI
clear() - Method in class de.ipcon.tools.AbstractScript
Frees all variables of this script after execution to prevent them
from being held "forever" and causing memory leaks.
clear() - Method in class de.ipcon.tools.BeanShellScript
clear() - Method in class de.ipcon.tools.cache.ObjectCache
clear() - Method in interface de.ipcon.tools.CacheI
clear() - Method in class de.ipcon.tools.ConcurrentIdentityHashMap
Removes all of the mappings from this map.
clear() - Method in class de.ipcon.tools.GroovyScript
clear() - Method in class de.ipcon.tools.IndexedHashSet
clear() - Method in class de.ipcon.tools.ref.SoftReferenceCache
clear() - Method in class de.ipcon.tools.WeakIdentityHashMap
Removes all mappings from this map, leaving it empty.
clearBatch() - Method in class de.ipcon.tools.jdbc.StatementAdaptor
Empties this Statement object's current list of SQL commands.
clearCachedVisibility() - Method in class de.ipcon.form.DefaultFormContext
removes the cached value for PanelVisibility
clearCachedVisibility() - Method in interface de.ipcon.form.FormContextI
clearContext(T) - Method in class de.ipcon.schema.DefaultBreadcrumbFinder
Clears the starting context for this finder instance, if it matches the passed context.
clearErrors(Object) - Method in class de.ipcon.tools.ErrorCollector
Clears all stored error infos for the given object.
clearForReuse() - Method in class de.ipcon.tools.io.LinuxFileAccess.PollFD
clearLazyChanges() - Method in class de.ipcon.db.core.LazyRelationMap
Clears out any lazy changes persisted in this, still lazy, map.
clearParameters() - Method in class de.ipcon.tools.jdbc.PreparedStatementAdaptor
Deprecated.
Clears the current parameter values immediately.
clearPersistenceHandler() - Method in interface de.ipcon.db.core.BackendBOLoaderWithPersistenceHandlerI
clearPersistenceHandler() - Method in class de.ipcon.db.DBManLocalBOLoader
clearQueryInterceptors() - Method in class de.ipcon.db.testing.TestBOLoader
Clears the list of interceptable Queries
clearQueryInterceptors() - Method in class de.ipcon.db.testing.TestBOLoaderV2
Deprecated.
clearRelation(Object) - Method in class de.ipcon.schema.CBOAttribute
Removes all relational Objects from the given bo
clearSelection() - Method in class de.ipcon.form.FTable
clearSystemFilters() - Method in class de.ipcon.db.query.QueryBuilder
clearTransaction() - Method in class de.ipcon.form.DefaultFormContext
clearTransaction() - Method in interface de.ipcon.form.FormContextI
clearUserFilters() - Method in class de.ipcon.db.query.QueryBuilder
clearWarnings() - Method in class de.ipcon.tools.jdbc.ConnectionAdaptor
Clears all warnings reported for this Connection object.
clearWarnings() - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Clears all warnings reported on this ResultSet object.
clearWarnings() - Method in class de.ipcon.tools.jdbc.StatementAdaptor
Clears all the warnings reported on this Statement object.
clearWertBX() - Method in class de.ipcon.db.core.AusloeseKriterium
ClientBackendRequestDispatcher - Class in de.ipcon.db.protocol
ClientBackendRequestDispatcher(TransportProviderI, String, int, ServerConnectionI) - Constructor for class de.ipcon.db.protocol.ClientBackendRequestDispatcher
clientCloseVeto() - Method in class de.ipcon.form.AbstractClientPlugin
clientCloseVeto() - Method in class de.ipcon.form.ClientDesktopManager
clientCloseVeto() - Method in class de.ipcon.form.ClientNativeWindowManager
clientCloseVeto() - Method in interface de.ipcon.form.ClientPluginI
clientCloseVeto() - Method in class de.ipcon.form.navtree.ClientNavigationTree
clientCloseVeto() - Method in class de.ipcon.form.ShutdownWarner
ClientContainerI - Interface in de.ipcon.form
ClientContextI - Interface in de.ipcon.form
ClientDesktopElement - Class in de.ipcon.form
Ein Objekt dieser Klasse repraesentiert ein Element auf dem von ClientDesktopManager
verwalteten Desktop.
ClientDesktopElement(ClientDesktopManager, FormContextI) - Constructor for class de.ipcon.form.ClientDesktopElement
ClientDesktopElement(ClientDesktopManager, FormContextI, String) - Constructor for class de.ipcon.form.ClientDesktopElement
ClientDesktopElement(ClientDesktopManager, FormContextI, String, Struktur) - Constructor for class de.ipcon.form.ClientDesktopElement
ClientDesktopElement(ClientDesktopManager, FormContextI, String, Struktur, int) - Constructor for class de.ipcon.form.ClientDesktopElement
ClientDesktopElement(ClientDesktopManager, FormContextI, String, Struktur, int, Rectangle) - Constructor for class de.ipcon.form.ClientDesktopElement
ClientDesktopElement(ClientDesktopManager, FormContextI, String, Struktur, int, Rectangle, boolean) - Constructor for class de.ipcon.form.ClientDesktopElement
ClientDesktopElement(ClientDesktopManager, FormContextI, String, Struktur, int, Rectangle, boolean, boolean) - Constructor for class de.ipcon.form.ClientDesktopElement
ClientDesktopManager - Class in de.ipcon.form
ClientDesktopManager(ClientContextI, Element) - Constructor for class de.ipcon.form.ClientDesktopManager
ClientDesktopTaskbar - Class in de.ipcon.form
ClientDesktopTaskbar(MDIManagerI, ClientContextI, Element) - Constructor for class de.ipcon.form.ClientDesktopTaskbar
ClientFeatureManager - Class in de.ipcon.gui
ClientFeatureManager(BOLoaderI, DBManEventProviderI, ClientContextI, String, String, Long) - Constructor for class de.ipcon.gui.ClientFeatureManager
ClientFeatureManager(BOLoaderI, DBManEventProviderI, ClientContextI, String, String, Long, Benutzer) - Constructor for class de.ipcon.gui.ClientFeatureManager
ClientFeatureManager(BOLoaderI, DBManEventProviderI, ClientContextI, String, String, Long, Benutzer, Window) - Constructor for class de.ipcon.gui.ClientFeatureManager
ClientFileVault - Class in de.ipcon.db.blob
ClientFileVault() - Constructor for class de.ipcon.db.blob.ClientFileVault
clientLoginActivity(AWTEvent) - Method in interface de.ipcon.form.ClientLoginDialogActivityListenerI
Called whenever activity in the login dialogue happens, e.g. focussed or key typed or something was clicked.
ClientLoginDialog - Class in de.ipcon.form
ClientLoginDialog(ClientContextI) - Constructor for class de.ipcon.form.ClientLoginDialog
ClientLoginDialog(ClientContextI, String) - Constructor for class de.ipcon.form.ClientLoginDialog
ClientLoginDialogActivityListenerI - Interface in de.ipcon.form
ClientMenuManager - Class in de.ipcon.form
ClientMenuManager(ClientContextI, Element) - Constructor for class de.ipcon.form.ClientMenuManager
ClientNativeWindowManager - Class in de.ipcon.form
ClientNativeWindowManager(ClientContextI, Element) - Constructor for class de.ipcon.form.ClientNativeWindowManager
ClientNavigationTree - Class in de.ipcon.form
"Frontend" class for de.ipcon.form.navtree.ClientNavigationTree.
ClientNavigationTree(ClientContextI, Element) - Constructor for class de.ipcon.form.ClientNavigationTree
ClientNavigationTree - Class in de.ipcon.form.navtree
ClientNavigationTree(ClientContextI, Element, FormContextI) - Constructor for class de.ipcon.form.navtree.ClientNavigationTree
ClientNavigationTreeCellRenderer - Class in de.ipcon.form.navtree
ClientNavigationTreeCellRenderer(ClientNavigationTree, ClientContextI, Element) - Constructor for class de.ipcon.form.navtree.ClientNavigationTreeCellRenderer
ClientNavigationTreeClipboard - Class in de.ipcon.form.navtree
ClientNavigationTreeClipboard(ClientNavigationTree) - Constructor for class de.ipcon.form.navtree.ClientNavigationTreeClipboard
ClientNavigationTreeModel - Class in de.ipcon.form.navtree
ClientNavigationTreeModel(ClientContextI, Element) - Constructor for class de.ipcon.form.navtree.ClientNavigationTreeModel
Constructs a new ClientNavigationTreeModel.
ClientNavigationTreeModel.NodeCache - Class in de.ipcon.form.navtree
ClientNavigationTreeSelectionModel - Class in de.ipcon.form.navtree
ClientNavigationTreeSelectionModel(JTree) - Constructor for class de.ipcon.form.navtree.ClientNavigationTreeSelectionModel
ClientNotificationManager - Class in de.ipcon.form.notification
ClientNotificationManager(ClientContextI, Element) - Constructor for class de.ipcon.form.notification.ClientNotificationManager
ClientPluginI - Interface in de.ipcon.form
ClientPrintDialog - Class in de.ipcon.form
clientPrioComparator - Static variable in class de.ipcon.db.core.Struktur
ClientPrioComparator() - Constructor for class de.ipcon.db.core.Struktur.ClientPrioComparator
clientSaveLock - Variable in class de.ipcon.db.core.Transaction
synchronize saves of this tx in the client / GUI
ClientSDIManager - Class in de.ipcon.form
ClientSDIManager(ClientContextI, Element) - Constructor for class de.ipcon.form.ClientSDIManager
ClientSecurityManager - Class in de.ipcon.form
ClientSecurityManager() - Constructor for class de.ipcon.form.ClientSecurityManager
ClientSessionInfo - Class in de.ipcon.db.protocol
ClientSessionInfo(Long, Long) - Constructor for class de.ipcon.db.protocol.ClientSessionInfo
ClientStatusDisplay - Class in de.ipcon.form
ClientStatusDisplay(ClientContextI) - Constructor for class de.ipcon.form.ClientStatusDisplay
ClientStatusListener - Interface in de.ipcon.form
ClientStrukturListenerI - Interface in de.ipcon.form
clientTitleChanged() - Method in class de.ipcon.form.AbstractMDIManager
clientTitleChanged() - Method in class de.ipcon.form.ClientDesktopManager
clientTitleChanged() - Method in class de.ipcon.form.ClientNativeWindowManager
clientTitleChanged() - Method in class de.ipcon.form.ClientSDIManager
clientTitleChanged() - Method in interface de.ipcon.form.MDIManagerI
ClientToolBarManager - Class in de.ipcon.form
ClientToolBarManager(ClientContextI, Element) - Constructor for class de.ipcon.form.ClientToolBarManager
ClientToolBarManager(ClientContextI, Element, AbstractClientDesktopElement) - Constructor for class de.ipcon.form.ClientToolBarManager
clone() - Method in class de.ipcon.db.core.BO
clone() - Method in class de.ipcon.db.core.BOProc
clone() - Method in class de.ipcon.db.core.BOT
clone() - Method in class de.ipcon.db.core.Synchable
clone() - Method in class de.ipcon.db.event.DBManEvent
clone() - Method in class de.ipcon.form.FormAction
clone() - Method in class de.ipcon.tools.L10nPack
cloneInternalMap() - Method in class de.ipcon.db.core.LazyRelationMap
cloneInternalMap() - Method in interface de.ipcon.tools.LazyMapI
Forces the lazy loading of this lazy map, if it hasn't occurred already, and returns a shallow copy
of the internal map that backs this lazy map.
cloneToImmutableArray(Date[]) - Static method in class de.ipcon.schema.types.ImmutableDate
Clones the provided array and replaces all mutable dates with this immutable instances.
close() - Method in class de.ipcon.db.api.websockets.WebSocketService
close() - Method in class de.ipcon.db.core.BOAlarmStatusManager.Batch
Closes the Batch with all its statements and the JDBC connection.
close() - Method in class de.ipcon.db.core.BOAlarmStatusManager.BOAlarmStatusIterator
close() - Method in class de.ipcon.db.core.CachingBOLoader
Closes the 'cache', dropping all cached values, stopping any update and gc collection threads.
close() - Method in class de.ipcon.db.core.SerializedTransaction
Closes this SerializedTransaction, correctly decreasing the reference counters in all stored TransactionalFileI-s.
close() - Method in class de.ipcon.db.core.Transaction
Closes this Transaction.
close() - Method in class de.ipcon.db.DBManLocalQueryResults
close() - Method in class de.ipcon.db.feature.FeatureManager
close(boolean) - Method in class de.ipcon.db.feature.FeatureManager
close() - Method in interface de.ipcon.db.feature.FeatureManagerI
close() - Method in class de.ipcon.db.fulltext.compass.IndexerQueryResults
close() - Method in class de.ipcon.db.fulltext.compass.MyTISMIndexEntitiesUpdater
close() - Method in class de.ipcon.db.gdpr.GDPRRetentionService
Closes this GDPRRetentionService.
close() - Method in class de.ipcon.db.grooql.BOFilterQueryResults
close() - Method in class de.ipcon.db.grooql.ProgressHandlingQueryResults
close() - Method in class de.ipcon.db.importer.CSVInputReader
close() - Method in interface de.ipcon.db.importer.InputReaderI
close() - Method in class de.ipcon.db.io.CompactObjectInput
Closes this CompactObjectInput and releases any system resources associated with it.
close() - Method in class de.ipcon.db.io.CompactObjectOutput
Closes this CompactObjectOutput and releases any system resources associated with it.
close() - Method in class de.ipcon.db.io.CompactObjectOutputWithSideband
close() - Method in class de.ipcon.db.io.SchemaAwareKryo
close() - Method in class de.ipcon.db.logging.LogListenerAppender
close() - Method in class de.ipcon.db.logging.MyTISMAppender
close() - Method in class de.ipcon.db.module.ModuleQueryResults
close() - Method in interface de.ipcon.db.ProgressAnimatorI
close() - Method in class de.ipcon.db.protocol.BackendCommandHandler
close(boolean) - Method in class de.ipcon.db.protocol.BackendCommandHandler
close() - Method in interface de.ipcon.db.protocol.BackendCommandHandlerI
close() - Method in class de.ipcon.db.protocol.BackendQueryResults
close() - Method in class de.ipcon.db.protocol.socket.PooledSocket
Closes the PooledSocket.
close() - Method in class de.ipcon.db.protocol.socket.SocketTransport
close() - Method in interface de.ipcon.db.protocol.TransportI
Closes this TransportI, possibly raising an IO-Exception that may have been signalled during closing.
close() - Method in class de.ipcon.db.query.AbstractFilterGUI
close() - Method in class de.ipcon.db.query.AbstractStringFilterGUI
close() - Method in class de.ipcon.db.query.BoolFilterGUI
close() - Method in class de.ipcon.db.query.DateFilterGUI
close() - Method in class de.ipcon.db.query.MultipleChoiceFilterGUI
close() - Method in interface de.ipcon.db.query.QueryGUIElementI
close() - Method in class de.ipcon.db.query.SemiFullTextQueryBuilder
close() - Method in class de.ipcon.db.report.TalkativeJRFileVirtualizer
close() - Method in class de.ipcon.db.ServerLocalTransaction
cleans up this server-side-only transaction and the attached PersistenceHandler
close(boolean) - Method in class de.ipcon.db.ServerLocalTransaction
close() - Method in class de.ipcon.db.tools.CachingBOLoaderExtended
close() - Method in class de.ipcon.form.AbstractClientDesktopElement
close() - Method in class de.ipcon.form.AbstractClientPlugin
close() - Method in interface de.ipcon.form.ClientContextI
close() - Method in class de.ipcon.form.ClientDesktopElement
close() - Method in class de.ipcon.form.ClientDesktopManager
close() - Method in class de.ipcon.form.ClientMenuManager
close() - Method in class de.ipcon.form.ClientNativeWindowManager
close() - Method in interface de.ipcon.form.ClientPluginI
close() - Method in class de.ipcon.form.ClientSDIManager
close() - Method in class de.ipcon.form.ClientToolBarManager
close() - Method in class de.ipcon.form.combobox.AbstractModel
close() - Method in class de.ipcon.form.combobox.BOBasedModel
close() - Method in class de.ipcon.form.DefaultFormContext
close() - Method in class de.ipcon.form.FBooleanInputComponent
close() - Method in class de.ipcon.form.FBorder
close() - Method in class de.ipcon.form.FButton
close() - Method in class de.ipcon.form.FCanvas
close() - Method in class de.ipcon.form.FChart
close() - Method in class de.ipcon.form.FComboBox
close() - Method in class de.ipcon.form.FDateChooser
close() - Method in class de.ipcon.form.FDetailView
close() - Method in class de.ipcon.form.FEditor
close() - Method in class de.ipcon.form.FElement
close() - Method in class de.ipcon.form.FImage
close() - Method in class de.ipcon.form.FJRDesignViewer
close() - Method in class de.ipcon.form.FLabel
close() - Method in class de.ipcon.form.FormAction
close() - Method in interface de.ipcon.form.FormContextI
close() - Method in class de.ipcon.form.FormContextMenu
close() - Method in interface de.ipcon.form.FormElementI
close() - Method in class de.ipcon.form.FPanel
close() - Method in class de.ipcon.form.FPDFViewer
close() - Method in class de.ipcon.form.FPopup
close() - Method in class de.ipcon.form.FRootPane
close() - Method in class de.ipcon.form.FScheduler
close() - Method in class de.ipcon.form.FSimpleDurationChooser
close() - Method in class de.ipcon.form.FStyledText
close() - Method in class de.ipcon.form.FTab
close() - Method in class de.ipcon.form.FTabbedView
close() - Method in class de.ipcon.form.FTable
close() - Method in class de.ipcon.form.FText
close() - Method in class de.ipcon.form.FTextInputComponent
close() - Method in class de.ipcon.form.FTimespanChooser
close() - Method in class de.ipcon.form.FTree
close() - Method in class de.ipcon.form.FView
close() - Method in class de.ipcon.form.LiquidSeparatorLabel
close() - Method in class de.ipcon.form.LocaleSelectionDialog
close() - Method in interface de.ipcon.form.MDIElementI
close() - Method in interface de.ipcon.form.MDIManagerI
close() - Method in class de.ipcon.form.navtree.ClientNavigationTree
close() - Method in class de.ipcon.form.navtree.ClientNavigationTreeModel
close() - Method in class de.ipcon.form.navtree.StrukturSearchDialog
close() - Method in class de.ipcon.form.notification.ClientNotificationManager
close() - Method in class de.ipcon.form.ShutdownWarner
close() - Method in interface de.ipcon.form.table.FCellRendererI
close() - Method in class de.ipcon.form.table.FTableAtm
Closes and cleans up resources associated with this table model.
close() - Method in class de.ipcon.form.table.FTableBooleanColumnRenderer
close() - Method in class de.ipcon.form.table.FTableColumn
close() - Method in class de.ipcon.form.table.FTableColumnRenderer
close() - Method in class de.ipcon.form.table.FTableTextColumnRenderer
close() - Method in class de.ipcon.form.tree.FTreeModel
close() - Method in class de.ipcon.gui.BasicClient
close() - Method in class de.ipcon.gui.console.CancelForcedClientDisconnectPanel
cleans up when window is closing
close() - Method in class de.ipcon.gui.console.ForcedClientDisconnectPanel
cleans up when window is closing
close() - Method in class de.ipcon.gui.console.LogEventJPanel
cleans up when window is closing
close() - Method in class de.ipcon.gui.console.NodeInfoJPanel
cleans up when window is closing
close() - Method in class de.ipcon.gui.console.SessionsPanel
Closes the window.
close() - Method in class de.ipcon.gui.console.SystemMessagePanel
cleans up when window is closing
close() - Method in class de.ipcon.schema.generators.DatabaseConnectionPool
Closes this pool and prevents any further usage of it by signalling the passed Exception wrapped in an IRuntimeException in all calls.
close(Exception) - Method in class de.ipcon.schema.generators.DatabaseConnectionPool
close() - Method in class de.ipcon.schema.tools.CollectingIterator
close() - Method in class de.ipcon.schema.tools.Schema2Graph
close() - Method in class de.ipcon.tools.AbstractScript
Closes this script instance, freeing up resources.
close() - Method in class de.ipcon.tools.BeanShellScript
close() - Method in class de.ipcon.tools.GroovyScript
close() - Method in class de.ipcon.tools.GroovyScript.HGB
close(long) - Method in class de.ipcon.tools.io.InputStreamWrapper
close(int) - Static method in class de.ipcon.tools.io.LinuxFileAccess
close() - Method in class de.ipcon.tools.io.QueueInputStream
close() - Method in class de.ipcon.tools.io.QueueOutputStream
close(boolean) - Method in class de.ipcon.tools.io.QueueOutputStream
close() - Method in class de.ipcon.tools.IteratorWithAfterIterationCallback
Closes this IteratorWithAfterIterationCallback and frees all resources.
close() - Method in class de.ipcon.tools.jdbc.ConnectionAdaptor
Releases this Connection object's database and JDBC resources immediately instead of waiting for them to be automatically released.
close() - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Releases this ResultSet object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in class de.ipcon.tools.jdbc.StatementAdaptor
Releases this Statement object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in class de.ipcon.tools.MettlerToledoIND429ScaleDriver
close() - Method in class de.ipcon.tools.TRF7960
close() - Method in class de.ipcon.tools.xbase.XBaseTable
closeAllSubContexts() - Method in class de.ipcon.form.DefaultFormContext
closeAndClearLazyData() - Method in class de.ipcon.db.core.Transaction
Closes this Transaction.
closeConn(Connection) - Method in class de.ipcon.db.JDBCKeyGenerator
closeDateChooser() - Method in class de.ipcon.db.query.DateFilterGUI
closeDateChooser() - Method in class de.ipcon.form.FDateChooser
closeDocument(PDDocument) - Static method in class de.ipcon.db.report.PDFPrintManager
closes a PDDocument handling possibly occuring IOExceptions
closeFrame(JInternalFrame) - Method in class de.ipcon.form.ClientDesktopManager
closeFrame(JInternalFrame, boolean) - Method in class de.ipcon.form.ClientDesktopManager
closeLater() - Method in class de.ipcon.db.protocol.socket.PooledSocket
Marks the PooledSocket for closing.
closeLater() - Method in class de.ipcon.db.protocol.socket.SocketTransport
closeLater() - Method in interface de.ipcon.db.protocol.TransportI
closeNT() - Method in interface de.ipcon.db.core.ServerLocalTransactionI
Closes this ServerLocalTransactionI, relinquishing any underlying resources,
logging errors only instead of throwing them.
closeNT() - Method in class de.ipcon.db.protocol.socket.PooledSocket
Closes the PooledSocket, ignoring any I/O exceptions that may occur.
closeNT() - Method in class de.ipcon.db.protocol.socket.SocketTransport
closeNT() - Method in interface de.ipcon.db.protocol.TransportI
Closes this TransportI silently.
closeNT() - Method in class de.ipcon.db.ServerLocalTransaction
closeOnCompletion() - Method in class de.ipcon.tools.jdbc.StatementAdaptor
closeRs(ResultSet) - Method in class de.ipcon.db.JDBCKeyGenerator
closeSelfAndView() - Method in class de.ipcon.form.FRootPane
closeStmt(Statement) - Method in class de.ipcon.db.JDBCKeyGenerator
closeView(FormContextI, boolean) - Method in class de.ipcon.form.AbstractMDIManager
closeView(FormContextI) - Method in class de.ipcon.form.AbstractMDIManager
closeView(FormContextI) - Method in class de.ipcon.form.ClientDesktopManager
closeView(FormContextI, boolean) - Method in class de.ipcon.form.ClientDesktopManager
closeView(FormContextI, boolean) - Method in class de.ipcon.form.ClientNativeWindowManager
closeView(FormContextI, boolean) - Method in class de.ipcon.form.ClientSDIManager
closeView(FormContextI, boolean) - Method in interface de.ipcon.form.MDIManagerI
closeView(FormContextI) - Method in interface de.ipcon.form.MDIManagerI
clusterIsInTestMode(BOLoaderI) - Static method in class de.ipcon.db.core.BN
Returns true if this MyTISM cluster is in test mode, i.e. the
EinstellungenVariable "cluster.testmode.enabled" is set to true.
clusterIsInTestMode(Transaction, boolean) - Static method in class de.ipcon.db.core.BN
Returns true if this MyTISM cluster is in test mode, i.e. the
EinstellungenVariable "cluster.testmode.enabled" is set to true.
CMD_AUTHENTICATE_TRANSPORT - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_CANCEL_FORCED_CLIENTS_DISCONNECT - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_CANCEL_SERVER_SHUTDOWN - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_CHECK_CREDENTIALS_USING_ANMELDUNG - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_CHECK_CREDENTIALS_USING_PASSWORTUEBERPRUEFUNG - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_COPY_BLOBS - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_CREATE_EXPIRING_TOKEN - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_DESTROY_EXPIRING_TOKEN - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_EXECUTE_BATCH - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_EXISTS_OBJECT - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_FORCED_CLIENTS_DISCONNECT - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_GET_ACTIVE_SESSIONS_INFO - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_GET_AVAILABLE_LOCALE_NAMES_FOR_USER_INTERFACE - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_GET_BLOB - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_GET_BLOB_INFO - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_GET_CRYPTO_HANDLER - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_GET_DBMAN_INFO - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_GET_FULLTEXT_SEARCH_ID_LIST - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_GET_FULLTEXT_SEARCH_ID_LIST_AS_STRING - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_GET_FULLTEXT_SEARCH_TERM_SUGGESTIONS - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_GET_FULLTEXT_SEARCH_TERMS - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_GET_ID_RANGE - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_GET_INSTANCE_NAME - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_GET_L10N_PACK_PRELOAD - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_GET_L10N_PACKS - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_GET_NEXT_ID - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_GET_NODE_NUMBER - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_GET_OBJECTS - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_GET_PROTOCOL_VERSION - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_GET_RELATION_OBJECTS - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_GET_SCHEMA - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_GET_SERIAL_VERSION_UIDS - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_GET_SERVER_CONNECTION_INFO - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_GET_STRUKTUR - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_HAS_BLOB - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_HAVE_BLOB - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_INIT_SESSION - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_INITIATE_SERVER_SHUTDOWN - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_IS_AUTHORITATIVE_SYNC_SERVER - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_IS_FULLTEXT_SEARCH_ACTIVATED - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_IS_FULLTEXT_SEARCH_AVAILABLE - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_IS_NOTIFICATION_SYSTEM_ACTIVATED - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_ISSUE_CANCEL - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_LOCK_SERVER - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_LOGIN - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_QUERY - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_RESET_PASSWORD - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_RETRIEVE_EXPIRING_TOKEN - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_SAVE - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_SEND_SYSTEM_MESSAGE - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_SET_SESSION_LOCALE - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_STREAM_BLOB_TO_DATAOUTPUT - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_STREAM_BLOB_TO_OUTPUTSTREAM - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_SUBSCRIBE_FOR_EVENTS - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_TERMINATE_SERVER_CONNECTION - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_UNLOCK_SERVER - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_UNSUBSCRIBE_FROM_EVENTS - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CMD_UPDATE_STRUCTURE_READ_ACCESS_STATISTICS - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
cmdCancelForcedClientDisconnect(Long) - Method in class de.ipcon.db.textclient.MyTISMTextClient
cmdCancelShutdown() - Method in class de.ipcon.db.textclient.MyTISMTextClient
cmdDemandForcedClientDisconnect(String, Long) - Method in class de.ipcon.db.textclient.MyTISMTextClient
cmdDemandForcedClientDisconnect(String, Long, int) - Method in class de.ipcon.db.textclient.MyTISMTextClient
cmdHelp() - Method in class de.ipcon.db.textclient.MyTISMTextClient
cmdLockServer() - Method in class de.ipcon.db.textclient.MyTISMTextClient
cmdSendSystemMessage(String) - Method in class de.ipcon.db.textclient.MyTISMTextClient
cmdShowServerInfo() - Method in class de.ipcon.db.textclient.MyTISMTextClient
cmdShowSessions() - Method in class de.ipcon.db.textclient.MyTISMTextClient
cmdShutdown() - Method in class de.ipcon.db.textclient.MyTISMTextClient
cmdShutdown(int) - Method in class de.ipcon.db.textclient.MyTISMTextClient
cmdShutdown(int, String) - Method in class de.ipcon.db.textclient.MyTISMTextClient
cmdShutdown(int, String, boolean) - Method in class de.ipcon.db.textclient.MyTISMTextClient
cmdUnlockServer() - Method in class de.ipcon.db.textclient.MyTISMTextClient
code - Variable in class de.ipcon.tools.io.LinuxKeyboardInputHandler.InputEvent
code - Variable in enum de.ipcon.tools.Log4j1_ANSIColorLayout.ANSI_FG
code - Variable in enum de.ipcon.tools.windows.Registry.ERROR
code128(String) - Static method in class de.ipcon.tools.BarCode
Takes a String and returns an Image showing the correct CODE128 barcode.
code128(String, boolean) - Static method in class de.ipcon.tools.BarCode
Codebaustein - Class in de.ipcon.db.core
Codebaustein() - Constructor for class de.ipcon.db.core.Codebaustein
CodebausteinArgument - Class in de.ipcon.db.core
CodebausteinArgument() - Constructor for class de.ipcon.db.core.CodebausteinArgument
CodebausteinArgumentTemplate - Class in de.ipcon.schema.generators.coredata
CodebausteinArgumentTemplate() - Constructor for class de.ipcon.schema.generators.coredata.CodebausteinArgumentTemplate
CodebausteinArgumentTemplate(String, String) - Constructor for class de.ipcon.schema.generators.coredata.CodebausteinArgumentTemplate
CodebausteinCache - Class in de.ipcon.db
Cache especially for Codebaustein instances.
CodebausteinCache(long) - Constructor for class de.ipcon.db.CodebausteinCache
CodebausteinException - Exception in de.ipcon.db.core
CodebausteinException(String) - Constructor for exception de.ipcon.db.core.CodebausteinException
CodebausteinException(String, Throwable) - Constructor for exception de.ipcon.db.core.CodebausteinException
CodebausteinStorage - Class in de.ipcon.db
CodebausteinStorageI - Interface in de.ipcon.db.core
CodebausteinTemplate - Class in de.ipcon.schema.generators.coredata
CodebausteinTemplate() - Constructor for class de.ipcon.schema.generators.coredata.CodebausteinTemplate
CodebausteinTemplate(String, long) - Constructor for class de.ipcon.schema.generators.coredata.CodebausteinTemplate
CodebausteinTemplate(SQLCoreDataStoreI, Document, long, StringBuilder) - Constructor for class de.ipcon.schema.generators.coredata.CodebausteinTemplate
coerceBOLoader(BO, BOLoaderI) - Static method in class de.ipcon.db.core.BOLoaderWrapper
Sets the BOLoader of the given Business Object (BO) to the specified BOLoader,
provided the BO does not already have the specified BOLoader or one of its
descendants set as the BOLoader.
coerceBOLoader(BO, BOLoaderI, boolean) - Static method in class de.ipcon.db.core.BOLoaderWrapper
coerceBOLoader(BO) - Method in class de.ipcon.db.core.BOLoaderWrapper
coerceBOLoader(BO[]) - Method in class de.ipcon.db.core.BOLoaderWrapper
coerceBOLoader(List) - Method in class de.ipcon.db.core.BOLoaderWrapper
coerceBOLoader(BO) - Method in class de.ipcon.db.core.CachingBOLoader
coerceEntity(EntityI, String) - Method in class de.ipcon.schema.InstrumentingSchema
coerceEntity(EntityI, String) - Method in interface de.ipcon.schema.InstrumentingSchemaI
Wraps and returns the wrapped EntityI into this InstrumentingSchemaI
coerceEntityList(List<EntityI>, String) - Method in class de.ipcon.schema.InstrumentingSchema
coerceEntityList(List<EntityI>, String) - Method in interface de.ipcon.schema.InstrumentingSchemaI
collapseSubtreeNodes(NavigationTreeNode) - Method in class de.ipcon.form.navtree.ClientNavigationTree
collateMap(Map<K, V>, int) - Static method in class de.ipcon.tools.MapTools
Breaks a given map into a list of smaller maps, each containing at most the specified number of entries.
collectAndMarkOnlyDBCanEvaluate(Expression, Expression[]) - Method in class de.ipcon.db.grooql.GroovyASTEvaluationAnalyzerVisitor
collectAndMarkUnsupportedInOQL(Expression, Expression[]) - Method in class de.ipcon.db.grooql.GroovyASTUnsupportedAnalyzerVisitor
collectChildren() - Method in class de.ipcon.db.core.Struktur
collectChildren(Class<? extends Struktur>) - Method in class de.ipcon.db.core.Struktur
collectChildren(Class<? extends Struktur>, boolean) - Method in class de.ipcon.db.core.Struktur
collectChildren(Class<? extends Struktur>, boolean, boolean) - Method in class de.ipcon.db.core.Struktur
collectDependencies(BO, Set<Long>) - Static method in class de.ipcon.form.navtree.BONavigationTreeNode
Determines and returns all BOs that the given BO dependes
on/is associated with.
collectDescribe(Collection<DescribableI>, String) - Static method in interface de.ipcon.schema.DescribableI
This method iterates over a collection of DescribableI-s (i.e.
collectDescribe(Collection<? extends DescribableI>, String, boolean) - Static method in interface de.ipcon.schema.DescribableI
Iterates over a collection of DescribableI-s (i.e.
collectIds(Collection<? extends Identifiable>) - Static method in interface de.ipcon.schema.Identifiable
Iterates over a collection of Identifiable and returns a new Set of type Long with the result of getId.
collectIds(Collection<? extends Identifiable>, boolean) - Static method in interface de.ipcon.schema.Identifiable
Iterates over a collection of Identifiable and returns a new collection of type Long with the result of getId.
CollectingIterator <V extends Identifiable > - Class in de.ipcon.schema.tools
An iterator that caches already fetched elements while iterating.
CollectingIterator(Iterator<V>, Map<Long, V>) - Constructor for class de.ipcon.schema.tools.CollectingIterator
Creates a new CollectingIterator object with the specified iterator and caching map.
CollectionTools - Class in de.ipcon.tools
utility class that provides helper methods for working with collections
CollectionTools() - Constructor for class de.ipcon.tools.CollectionTools
collectUpdates() - Method in class de.ipcon.db.update.AbstractUpdateHandler
collectValues(SchemaI, BOI, String) - Static method in class de.ipcon.schema.SchemaTools
Collects all values for the last attribute in the given attribute path, resolving the many-relations in the path.
collectValues(SchemaI, BOI, String, boolean) - Static method in class de.ipcon.schema.SchemaTools
Collects all values for the last attribute in the given attribute path, resolving the many-relations in the path.
collectValues(SchemaI, BOI, String, boolean, boolean) - Static method in class de.ipcon.schema.SchemaTools
Collects all values for the last attribute in the given attribute path, resolving the many-relations in the path.
CollidingBPQueryClauseBuilder - Class in de.ipcon.db.core
Efficiently constructs queries to identify
BOProcI (Business Object Procedures)
that conflict with existing Business Procedures (BPs).
CollidingBPQueryClauseBuilder(BP) - Constructor for class de.ipcon.db.core.CollidingBPQueryClauseBuilder
Constructs a new CollidingBPQueryClauseBuilder for the given Business Procedure (BP).
CollidingBPQueryClauseBuilder(BOProcI, SchemaI, boolean) - Constructor for class de.ipcon.db.core.CollidingBPQueryClauseBuilder
Constructs a new CollidingBPQueryClauseBuilder for the given Business Object Procedure
(BOProcI) and schema.
ColorMode - Enum in de.ipcon.tools
Enumeration to define the color mode for the output: standard or colorblind-friendly.
colorText - Variable in enum de.ipcon.tools.Log4j1_ANSIColorLayout.ANSI_FG
colorToHTML(Color) - Static method in class de.ipcon.tools.HTMLTextTools
Converts a Color object to its HTML hexadecimal color code representation.
Column() - Constructor for class de.ipcon.db.BOEnvironmentBuilder.Column
Column() - Constructor for class de.ipcon.schema.InitialdataReader.Column
COLUMN_DSL - Static variable in class de.ipcon.form.table.FTableColumn
combineRelativePathsAsNeeded(String, String) - Static method in class de.ipcon.tools.FileTools
Combines a relative path pointing to a dir with a relative path starting from that dir and moving up
by taking away path elements on both sides until we get a direct path to the file.
comboBoxValueToEditorValue(Object) - Method in class de.ipcon.form.combobox.FComboBoxEditor
Converts a combo box entry (an Object) to a displayable string for the editor.
comboBoxValueToSchemaValue(Object) - Method in class de.ipcon.form.combobox.AbstractModel
COMMANDS_AUTHED_HR - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
COMMANDS_UNAUTHED_HR - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
commentOut(String, String, String) - Method in class de.ipcon.db.configuration.DBManConfigurationHelper
commentOut(Rexx, Rexx, Rexx) - Method in class de.ipcon.tools.bini
COMMIT - Static variable in interface de.ipcon.db.blob.LogFileConstantsI
String that is written as prefix to a log line, announcing an upcoming "database commit was successful" phase.
commit() - Method in interface de.ipcon.db.blob.TransactionalFileI
commit() - Method in class de.ipcon.db.CastorPersistenceHandler
commit() - Method in class de.ipcon.db.core.BOAlarmStatusManager.Batch
Commits all pending changes to the database.
commit() - Method in interface de.ipcon.db.core.PersistenceHandlerI
Actually creates new BOs and persists changes to the database
storage; but is also called when data was just queried...?
commit() - Method in class de.ipcon.db.core.Transaction
commit() - Method in class de.ipcon.db.core.Transaction.FillBOResult
Commits the savepoint provided to this object to the transaction,
as well as any changes that occurred since it's creation.
commit() - Method in class de.ipcon.db.core.Transaction.Savepoint
Commits the changes made within this savepoint and merges all properties associated with this savepoint
into its predecessor, or into the parent transaction, if no predecessor exists.
commit() - Method in class de.ipcon.db.sync.AbstractSync
commit(Transaction) - Method in class de.ipcon.db.sync.AbstractSync
commit() - Method in class de.ipcon.db.tools.DoubleIdFixer
commit() - Method in class de.ipcon.tools.jdbc.ConnectionAdaptor
Makes all changes made since the previous commit/rollback permanent and releases any database locks currently held by this Connection object.
COMMIT_PHASES - Static variable in interface de.ipcon.db.blob.LogFileConstantsI
Array containing all possible Strings that may be written as prefix to a log line.
commitBLOB() - Method in class de.ipcon.db.core.BOProc
commitBLOBs() - Method in class de.ipcon.db.core.Transaction
commitTransaction() - Method in class de.ipcon.db.core.BO
comp - Static variable in class de.ipcon.db.fulltext.TermInfoCache
COMP_TYPES - Static variable in interface de.ipcon.db.protocol.BackendProtocolI
CompactBigDecimal - Class in de.ipcon.tools
CompactBigDecimal(BigDecimal) - Constructor for class de.ipcon.tools.CompactBigDecimal
CompactObjectInput - Class in de.ipcon.db.io
CompactObjectInput(InputStream) - Constructor for class de.ipcon.db.io.CompactObjectInput
Creates a CompactObjectInput that reads from the specified DataInput.
CompactObjectInput(InputStream, SchemaI) - Constructor for class de.ipcon.db.io.CompactObjectInput
CompactObjectInput(InputStream, SchemaI, Function) - Constructor for class de.ipcon.db.io.CompactObjectInput
CompactObjectInput(InputStream, SchemaI, Function, SidebandHandlerI) - Constructor for class de.ipcon.db.io.CompactObjectInput
CompactObjectOutput - Class in de.ipcon.db.io
CompactObjectOutput(OutputStream) - Constructor for class de.ipcon.db.io.CompactObjectOutput
Creates a CompactObjectOutput that writes to the specified DataOutput.
CompactObjectOutput(OutputStream, SchemaI) - Constructor for class de.ipcon.db.io.CompactObjectOutput
CompactObjectOutput(OutputStream, SchemaI, Function) - Constructor for class de.ipcon.db.io.CompactObjectOutput
CompactObjectOutput(OutputStream, SchemaI, Function, boolean) - Constructor for class de.ipcon.db.io.CompactObjectOutput
CompactObjectOutputWithSideband - Class in de.ipcon.db.io
A CompactObjectOutput that is able to write sideband-data.
CompactObjectOutputWithSideband(OutputStream) - Constructor for class de.ipcon.db.io.CompactObjectOutputWithSideband
CompactObjectOutputWithSideband(OutputStream, SchemaI) - Constructor for class de.ipcon.db.io.CompactObjectOutputWithSideband
CompactObjectOutputWithSideband(OutputStream, SchemaI, Function) - Constructor for class de.ipcon.db.io.CompactObjectOutputWithSideband
compare(Object, Object) - Method in class de.ipcon.db.core.BOComparator
compare(Object, Object) - Method in class de.ipcon.db.core.Struktur.ClientPrioComparator
compare(Object, Object) - Method in class de.ipcon.db.feature.MostPowerfulLicenseComparator
compare(Object, Object) - Method in class de.ipcon.form.navtree.GUIBenutzerNameComparator
compare(Object, Object) - Method in class de.ipcon.form.navtree.NavigationTreeNodeComparator
compare(Object, Object) - Method in interface de.ipcon.schema.CBOAttributeTypeI
compare(Object, Object) - Method in class de.ipcon.schema.CBOSorter.BOComparator
compare(Object, Object) - Method in class de.ipcon.schema.generators.GeneratorJobComparator
compare(Object, Object) - Method in class de.ipcon.schema.IdentifiableByIdComparator
compare(Object, Object) - Method in class de.ipcon.schema.types.CBOAbstractAttributeType
compare(TimespanI, TimespanI) - Method in class de.ipcon.tools.date.TimespanIComparator
compare(int, int) - Method in interface de.ipcon.tools.IntIndexComparator
compare(Comparable, Comparable) - Static method in class de.ipcon.tools.NullCheckTools
Null-safe comparison of two Comparables with each other, using the compareTo Method.
compare(Object, Object) - Method in class de.ipcon.tools.SortToStringAscendingComparator
compare(Object, Object) - Method in class de.ipcon.tools.SortToStringDecendingComparator
compareByCreationMillis(BOProc) - Method in class de.ipcon.db.core.BOProc
Compares two BOProc instances by their creationMillis using ascending order
compareByDate(Date, Date) - Method in class de.ipcon.tools.date.TimespanIComparator
compareImpl(Object, Object) - Method in class de.ipcon.schema.types.BooleanType
compareImpl(Object, Object) - Method in class de.ipcon.schema.types.CBOAbstractAttributeType
compareImpl(Object, Object) - Method in class de.ipcon.schema.types.DatetimeType
compareImpl(Object, Object) - Method in class de.ipcon.schema.types.PasswordType
compareImpl(Object, Object) - Method in class de.ipcon.schema.types.XMLType
compareInstances(StrukturWithBOTypI, StrukturWithBOTypI) - Static method in interface de.ipcon.db.core.StrukturWithBOTypI
Returns -1 if the first StrukturWithBOTypI is less than or 1 if the first StrukturWithBOTypI is greater than the second one.
compareNames(String, String) - Method in class de.ipcon.form.navtree.GUIBenutzerNameComparator
begins a more in-depth analysis of the names, using convenience methods that Benutzer provides
compareNameTokens(String, String, Collator) - Method in class de.ipcon.form.navtree.GUIBenutzerNameComparator
compareTo(Object) - Method in class de.ipcon.db.core.Benannt
compareTo(Object) - Method in class de.ipcon.db.core.L10nLocale
compareTo(Object) - Method in class de.ipcon.db.core.MyTISMAdresse
compareTo(Object) - Method in class de.ipcon.db.feature.AbstractLicense
The natural ordering for AbstractLicenses, which is the one defined by
MostPowerfulLicenseComparator.
compareTo(Object) - Method in class de.ipcon.db.protocol.BackendSessionInfo
compareTo(Object) - Method in class de.ipcon.form.FormAction
compareTo(Object) - Method in class de.ipcon.form.FormElementPath
compareTo(Object) - Method in class de.ipcon.form.FormElementPathPart
Compares this `FormElementPathPart` to another object for ordering.
compareTo(Object) - Method in class de.ipcon.form.FormElementWrapper
Compares this `FormElementWrapper` to another object for ordering.
compareTo(Object) - Method in class de.ipcon.form.navtree.UserNavigationSubCategory
compareTo(Object) - Method in class de.ipcon.schema.AttributeTemplate
compareTo(Object) - Method in class de.ipcon.schema.AttributeWrapper
compareTo(Object) - Method in class de.ipcon.schema.CBOAttribute
Comparable interface, Compares this object with the specified object for order.
compareTo(Object) - Method in class de.ipcon.schema.CBOEntity
Comparable interface
Compares this object with the specified object for order.
compareTo(Object) - Method in class de.ipcon.schema.EntityToStringWrapper
compareTo(Object) - Method in class de.ipcon.schema.EntityWrapper
compareTo(JavaFieldGen) - Method in class de.ipcon.schema.generators.java.JavaFieldGen
compareTo(JavaMethodGen) - Method in class de.ipcon.schema.generators.java.JavaMethodGen
compareTo(Object) - Method in class de.ipcon.schema.ScriptedAttribute
compareTo(DateContainer) - Method in class de.ipcon.tools.date.DateContainer
comparison takes place by first looking at starting dates, if same the ending date decides
compareTo(DateContainer) - Method in class de.ipcon.tools.date.UnstrictDateContainer
comparison takes place by first looking at starting dates, if same the ending date decides
compareTo(Object) - Method in class de.ipcon.tools.L10nPathEntry
Compares this L10nPathEntry with the specified object for order.
compareTo(Object) - Method in class de.ipcon.tools.ScriptImport
CompassFTSModule - Class in de.ipcon.db.fulltext.compass
CompassFTSModule(DBManLocalI) - Constructor for class de.ipcon.db.fulltext.compass.CompassFTSModule
compile(SchemaI, String, Object[]) - Static method in class de.ipcon.db.oql.OQLQuery
compile(Report) - Static method in class de.ipcon.db.report.PrintingServices
compile() - Method in class de.ipcon.schema.generators.AbstractCode
compile() - Method in class de.ipcon.schema.generators.AbstractSource
compile() - Method in class de.ipcon.tools.BeanShellScript
macht die Syntax-Ueberpruefung
compileNT() - Method in class de.ipcon.tools.AbstractScript
Compiles the script if it has not been compiled yet.
compileNT(int) - Method in class de.ipcon.tools.AbstractScript
Compiles the script with a specified line offset.
compileNT(int, String) - Method in class de.ipcon.tools.AbstractScript
Compiles the script with a specified line offset and error tip.
compileNT(int, String) - Method in class de.ipcon.tools.BeanShellScript
macht die Syntax-Ueberpruefung aber NoThrow
compileNT(int, String) - Method in class de.ipcon.tools.GroovyScript
compileParticipantToPathElements(Object) - Method in class de.ipcon.db.core.BOT.BOClassesPathCompiler
Compiles the path elements to use for a participant within the localization (L10n) lookup.
compileParticipantToPathElements(Object) - Method in interface de.ipcon.tools.L10nPathCompilerI
Compiles the path elements to use for a participant within the localization (L10n) lookup.
compilePath(Object[]) - Static method in class de.ipcon.tools.L10n
Compiles and returns a list of L10nBundle names derived from the provided participant objects.
compilesToSame(String, String) - Static method in class de.ipcon.tools.GroovyScript
Checks if the two given pieces of source code will result in the same actual script, that is not only differ
in things like comments or whitespace.
complainSlowQuery(long, String, Object[]) - Method in class de.ipcon.db.CastorPersistenceHandler
ComplexBackendRequest - Class in de.ipcon.db.protocol
ComplexBackendRequest(int) - Constructor for class de.ipcon.db.protocol.ComplexBackendRequest
ComplexBackendRequestI - Interface in de.ipcon.db.protocol
componentHidden(ComponentEvent) - Method in class de.ipcon.form.AbstractClientDesktopElement
componentHidden(ComponentEvent) - Method in class de.ipcon.form.ClientDesktopManager
componentHidden(ComponentEvent) - Method in class de.ipcon.form.FTable
componentMoved(ComponentEvent) - Method in class de.ipcon.form.AbstractClientDesktopElement
componentMoved(ComponentEvent) - Method in class de.ipcon.form.ClientDesktopManager
componentMoved(ComponentEvent) - Method in class de.ipcon.form.FTable
componentResized(ComponentEvent) - Method in class de.ipcon.form.AbstractClientDesktopElement
componentResized(ComponentEvent) - Method in class de.ipcon.form.ClientDesktopManager
componentResized(ComponentEvent) - Method in class de.ipcon.form.FTable
componentShown(ComponentEvent) - Method in class de.ipcon.form.AbstractClientDesktopElement
componentShown(ComponentEvent) - Method in class de.ipcon.form.ClientDesktopManager
componentShown(ComponentEvent) - Method in class de.ipcon.form.FTable
compress(byte[]) - Static method in class de.ipcon.tools.ByteArrayTools
Compress the given byte-array to a GZIPOutputStream
computeIfAbsent(Object, Function) - Method in class de.ipcon.db.cache.BOCache
computeIfAbsent(Object, Function) - Method in class de.ipcon.tools.cache.ObjectCache
computeIfAbsent(Object, Function) - Method in interface de.ipcon.tools.CacheI
computeIfAbsent(Object, Function) - Method in class de.ipcon.tools.ref.SoftReferenceCache
computeTransientPropertyIfAbsent(String, Supplier<Object>, boolean) - Method in class de.ipcon.db.core.BO
concatArrays(Object[], Object[]) - Static method in class de.ipcon.tools.ArrayTools
Concatenates two arrays into a new array, handling null values.
concatTypedArrays(Class<R>, A[], B[]) - Static method in class de.ipcon.tools.ArrayTools
Concatenates two typed arrays into a new array, handling null values.
conciseDesc() - Method in class de.ipcon.db.core.BO
conciseDesc(boolean) - Method in class de.ipcon.db.core.BO
conciseDesc(boolean, boolean) - Method in class de.ipcon.db.core.BO
conciseDesc(boolean, boolean, boolean) - Method in class de.ipcon.db.core.BO
conciseDesc(BO) - Static method in class de.ipcon.db.core.BO
Null-safe static version of conciseDesc, which returns the 'null' String for a null BO and calls conciseDesc on the BO otherwise.
conciseDesc(BO, boolean) - Static method in class de.ipcon.db.core.BO
conciseDesc(BO, boolean, boolean) - Static method in class de.ipcon.db.core.BO
conciseDesc(BO, boolean, boolean, boolean) - Static method in class de.ipcon.db.core.BO
conciseDesc(DescribableI) - Static method in interface de.ipcon.schema.DescribableI
Null-safe static version of conciseDesc.
conciseDesc(DescribableI, boolean) - Static method in interface de.ipcon.schema.DescribableI
conciseDesc(DescribableI, boolean, boolean) - Static method in interface de.ipcon.schema.DescribableI
conciseDesc(DescribableI, boolean, boolean, boolean) - Static method in interface de.ipcon.schema.DescribableI
conciseDesc(boolean, boolean, boolean) - Method in interface de.ipcon.schema.DescribableI
Returns a concise description for this DescribableI consisting of classname, Id
and Ldel/New status.
conciseDesc(boolean, boolean) - Method in interface de.ipcon.schema.DescribableI
Returns a concise description for this DescribableI consisting of classname, Id
and Ldel/New status.
conciseDesc(boolean) - Method in interface de.ipcon.schema.DescribableI
Returns a concise description for this DescribableI consisting of classname, Id
and Ldel/New status.
conciseDesc() - Method in interface de.ipcon.schema.DescribableI
Returns a concise description for this DescribableI consisting of classname, Id
and Ldel/New status.
conciseDesc() - Method in interface de.ipcon.tools.date.IdentifiableTimespanI
ConcurrencyTools - Class in de.ipcon.tools.concurrent
ConcurrentIdentityHashMap <K ,V > - Class in de.ipcon.tools
An alternative identity-comparing ConcurrentMap which is similar to
ConcurrentHashMap.
ConcurrentIdentityHashMap(int, float, int) - Constructor for class de.ipcon.tools.ConcurrentIdentityHashMap
Creates a new, empty map with the specified initial capacity, load factor
and concurrency level.
ConcurrentIdentityHashMap(int, float) - Constructor for class de.ipcon.tools.ConcurrentIdentityHashMap
Creates a new, empty map with the specified initial capacity and load
factor and with the default reference types (weak keys, strong values),
and concurrencyLevel (16).
ConcurrentIdentityHashMap(int) - Constructor for class de.ipcon.tools.ConcurrentIdentityHashMap
Creates a new, empty map with the specified initial capacity, and with
default reference types (weak keys, strong values), load factor (0.75)
and concurrencyLevel (16).
ConcurrentIdentityHashMap() - Constructor for class de.ipcon.tools.ConcurrentIdentityHashMap
Creates a new, empty map with a default initial capacity (16), reference
types (weak keys, strong values), default load factor (0.75) and
concurrencyLevel (16).
ConcurrentIdentityHashMap(Map<? extends K, ? extends V>) - Constructor for class de.ipcon.tools.ConcurrentIdentityHashMap
Creates a new map with the same mappings as the given map.
conditionByAttrValuePairs(String[], Object[]) - Static method in exception de.ipcon.db.core.ObjectForConditionNotUniqueException
Building a condition text by Name-Value pairs in the current locale.
conditionByAttrValuePairs(String[], Object[], boolean[]) - Static method in exception de.ipcon.db.core.ObjectForConditionNotUniqueException
ConfChangeEvent - Class in de.ipcon.db.event
This class represents a configuration change event.
ConfChangeEvent(long) - Constructor for class de.ipcon.db.event.ConfChangeEvent
Constructs a new ConfChangeEvent with the specified last modified time.
ConfChangeEventListenerI - Interface in de.ipcon.db.event
This interface defines a listener for configuration change events.
CONFIG - Static variable in class de.ipcon.form.AbstractMDIManager
CONFIG - Static variable in class de.ipcon.form.table.FTableColumn
config(Element, boolean) - Method in class de.ipcon.schema.CBOEntity
Configures the current entity.
CONFIG - Static variable in class de.ipcon.schema.InitialdataReader
CONFIG - Static variable in class de.ipcon.schema.ScriptedAttribute
CONFIG - Static variable in class de.ipcon.schema.types.AbstractStringType
CONFIG - Static variable in class de.ipcon.schema.types.BooleanType
CONFIG - Static variable in class de.ipcon.schema.types.CBOAbstractAttributeType
CONFIG - Static variable in class de.ipcon.schema.types.DatetimeType
CONFIG - Static variable in class de.ipcon.schema.types.DecimalType
CONFIG - Static variable in class de.ipcon.schema.types.DoubleType
CONFIG - Static variable in class de.ipcon.schema.types.DurationType
CONFIG - Static variable in class de.ipcon.schema.types.FloatType
CONFIG - Static variable in class de.ipcon.schema.types.IntegerType
CONFIG - Static variable in class de.ipcon.schema.types.LongType
CONFIG - Static variable in class de.ipcon.schema.types.NumberType
CONFIG - Static variable in class de.ipcon.schema.types.PasswordType
CONFIG - Static variable in class de.ipcon.schema.types.PhoneNumberType
CONFIG - Static variable in class de.ipcon.schema.types.StringType
CONFIG - Static variable in class de.ipcon.schema.types.TimespanType
CONFIG - Static variable in class de.ipcon.schema.types.URIType
CONFIG - Static variable in class de.ipcon.schema.types.WrappingArrayType
Provides the following additional attributes for value validation of nonnull arrays:
minElements : the size of the array should be equal or greater than this number
maxElements : the size of the array should be equal or less than this number
allowNullElements : For nonnull arrays: true (default) - null is a valid element,
false - each element in the array has to be nonnull.
ConfigurableQueryI - Interface in de.ipcon.db.query
CONFIGURATION_NAME - Static variable in class de.ipcon.db.core.EmailRoutingRegel
configure(CompassSettings) - Method in class de.ipcon.db.fulltext.compass.LdelSubIndexHash
configure(CompassSettings) - Method in class de.ipcon.db.fulltext.lucene.SplitNumberPartsTokenFilterProvider
configure(CompassSettings) - Method in class de.ipcon.db.fulltext.lucene.SplitTokenFilterProvider
configure(CompassSettings) - Method in class de.ipcon.db.fulltext.lucene.StripTokenPartsTokenFilterProvider
configure(FTableConfigurationI) - Method in class de.ipcon.form.table.FTableAtm
configure(String, FTableConfigurationI, int, Element) - Method in class de.ipcon.form.table.FTableColumn
configure(Element, FTableConfigurationI, int) - Method in class de.ipcon.form.table.FTableColumn
configure(FTreeConfigurationI) - Method in class de.ipcon.form.tree.FTreeModel
configure() - Method in interface de.ipcon.schema.CBOAttributeTypeI
configure() - Method in class de.ipcon.schema.types.AbstractStringType
configure() - Method in class de.ipcon.schema.types.BooleanType
configure() - Method in class de.ipcon.schema.types.CBOAbstractAttributeType
configure() - Method in class de.ipcon.schema.types.DatetimeType
configure() - Method in class de.ipcon.schema.types.DurationType
configure() - Method in class de.ipcon.schema.types.PasswordType
configure() - Method in class de.ipcon.schema.types.StringType
configure() - Method in class de.ipcon.schema.types.TimespanType
configure() - Method in class de.ipcon.schema.types.URIType
configure(Object, Element) - Method in class de.ipcon.tools.ConfigureInfo
Configures the given Object - which should be of the class this instance is meant for, otherwise errors
will occurr - with the XML data from the given XML Element and its children.
configureColumns() - Method in class de.ipcon.form.FTable
configureColumns(int) - Method in class de.ipcon.form.FTable
configureDefaultLogger() - Static method in class de.ipcon.tools.Log4jHelper
configureDefaultSorting(EntityI) - Method in class de.ipcon.form.table.FTableColumn
ConfigureInfo - Class in de.ipcon.tools
Class that allows to define a kind of "mapping" for configuration data in XML format to handling methods of an
associated class and then call these handling methods with the respective XML elements from the configuration data
XML.
ConfigureInfo(Class, Element) - Constructor for class de.ipcon.tools.ConfigureInfo
configureLogging() - Method in class de.ipcon.db.tools.AbstractToolClient
configureMapping(CompassConfiguration) - Method in class de.ipcon.db.fulltext.compass.SchemaMappingBuilder
Builds a suitable mapping configuration for the entities of the given
SchemaI and adds it to the given CompassConfiguration.
configurePivot(List<String>, List<String>, List<String>) - Method in class de.ipcon.form.FTable
pre-sets / preconfigures the pivot mode with the table columns to use as rows, columns and filters by default
Field names must be given as they are displayed.
configurePivot(List<String>, List<String>, List<String>, List<String>) - Method in class de.ipcon.form.FTable
configureRequest(Object[], Class[], Class[], Class[]) - Method in class de.ipcon.db.protocol.SimpleBackendRequest
confirmDelete(Transaction, Transaction.Savepoint, ClientContextI) - Static method in class de.ipcon.form.FRootPane
confirmDelete(Transaction, Transaction.Savepoint, ClientContextI, boolean) - Static method in class de.ipcon.form.FRootPane
CONFIRMED - Static variable in interface de.ipcon.tools.BasicDialogI
Return value for a confirmed/yes action.
confirmSave() - Method in class de.ipcon.form.FRootPane
connect() - Method in class de.ipcon.db.BackendConnectionManager
Assures that a connection is (re-)established and starts the EventDispatcher-daemon if not already running.
connect() - Method in class de.ipcon.db.protocol.AbstractBackendConnection
connect() - Method in interface de.ipcon.db.protocol.ServerConnectionI
This method is called when connecting or reconnecting to a server.
connect() - Method in class de.ipcon.db.update.AbstractUpdateHandler
connect() - Method in class de.ipcon.schema.generators.CoreData
connect(HashMap) - Method in class de.ipcon.schema.tools.EntityBox
connect(String, Properties) - Method in class de.ipcon.tools.DataSourceDriver
connect(String, Properties) - Method in class de.ipcon.tools.jdbc.DriverAdaptor
Deprecated.
Attempts to make a database connection to the given URL.
CONNECTION_CONNECTED - Static variable in class de.ipcon.db.event.ConnectionEvent
CONNECTION_CONNECTING - Static variable in class de.ipcon.db.event.ConnectionEvent
CONNECTION_GOOD - Static variable in class de.ipcon.db.event.ConnectionEvent
CONNECTION_HR - Static variable in class de.ipcon.db.event.ConnectionEvent
CONNECTION_INVALID - Static variable in class de.ipcon.db.event.ConnectionEvent
CONNECTION_LOGGED_IN - Static variable in class de.ipcon.db.event.ConnectionEvent
CONNECTION_LOST - Static variable in class de.ipcon.db.event.ConnectionEvent
CONNECTION_ROLLING_OVER - Static variable in class de.ipcon.db.event.ConnectionEvent
CONNECTION_SLOW - Static variable in class de.ipcon.db.event.ConnectionEvent
CONNECTION_WAIT - Static variable in class de.ipcon.db.event.ConnectionEvent
ConnectionAdaptor - Class in de.ipcon.tools.jdbc
Adaptor for JDBC Connection which can be used as a base class for your own
JDBC Connection class.
ConnectionAdaptor() - Constructor for class de.ipcon.tools.jdbc.ConnectionAdaptor
ConnectionArguments(String, String, String) - Constructor for class de.ipcon.db.tools.AbstractToolClient.ConnectionArguments
ConnectionEvent - Class in de.ipcon.db.event
ConnectionEvent(String, String, int, EventMessage) - Constructor for class de.ipcon.db.event.ConnectionEvent
ConnectionEventListenerI - Interface in de.ipcon.db.event
ConnectionEventProviderI - Interface in de.ipcon.db.event
ConnectionMonitor - Class in de.ipcon.form
ConnectionMonitor(ClientContextI, Element) - Constructor for class de.ipcon.form.ConnectionMonitor
connectionProbablyUsable() - Method in class de.ipcon.db.event.ConnectionEvent
ConnectionProvider(Connection) - Constructor for class de.ipcon.db.alarm.BOBasierterTerminStatusFixer.ConnectionProvider
connectToAuthoritativeServer(DBManLocalI, BackendConnectionManager, String, String, String, String) - Static method in class de.ipcon.db.SyncService
Connect to and authenticate with authoritative server.
CONS_CHANGE - Static variable in interface de.ipcon.db.blob.LogFileConstantsI
String that is written as prefix to a log line, announcing an upcoming BLOB change phase.
CONS_DEL - Static variable in interface de.ipcon.db.blob.LogFileConstantsI
String that is written as prefix to a log line, announcing an upcoming BLOB deletion phase.
ConsoleFrame - Class in de.ipcon.gui.console
ConsoleFrame(BackendConnectionManager) - Constructor for class de.ipcon.gui.console.ConsoleFrame
ConsoleFrame(BackendConnectionManager, ClientContextI) - Constructor for class de.ipcon.gui.console.ConsoleFrame
CONSTANT_NAME_FOR_PKEY_ATTR_NAME - Static variable in class de.ipcon.schema.generators.NetRexxConstantsI
CONSTANT_NAME_FOR_XXX_QUERY - Static variable in class de.ipcon.schema.generators.NetRexxConstantsI
consume(TokenType) - Method in class de.ipcon.db.oql.Parser
Consumes the next token if it has the given type, otherwise an OQLSyntaxException is thrown.
consume() - Method in class de.ipcon.db.oql.Parser
Consumes the next token
It also keep currentToken and nextToken updated.
consumeAfterSetMessage(SetValueEventI) - Method in class de.ipcon.db.core.TransactionMessageBus
consumeAfterSetMessage(SetValueEventI) - Method in interface de.ipcon.db.core.TransactionMessageBusI
consumeAndAssureTransientPropertyExists(String, Consumer<Object[]>, Object[]) - Method in class de.ipcon.db.core.BO
consumeAndAssureTransientPropertyExists(String, Consumer<Object[]>, Object[]) - Method in interface de.ipcon.schema.BOI
Performs the given Consumer operation on the passed args.
Consumer5 <T ,U ,V ,W ,X > - Interface in de.ipcon.tools.function
Consumer6 <T ,U ,V ,W ,X ,Y > - Interface in de.ipcon.tools.function
Consumer7 <T ,U ,V ,W ,X ,Y ,Z > - Interface in de.ipcon.tools.function
Consumer8 <T ,U ,V ,W ,X ,Y ,Z ,A > - Interface in de.ipcon.tools.function
consumeScriptedAttributeChange(SetValueEventI) - Static method in class de.ipcon.db.core.TransactionMessageBus
This method will call consumeAfterSetMessage on the MessageBus for the BOs loadingTransaction.
ContactBOMapper <C extends BO ,I extends BO ,G > - Class in de.ipcon.form.scheduler
defines how "contact" objects are to be mapped.
ContactBOMapper() - Constructor for class de.ipcon.form.scheduler.ContactBOMapper
contactMapper() - Method in class de.ipcon.form.scheduler.FSchedulerBOMapper
This method retrieves the inner ContactMapper of generic type C,
which provides options to configure how MindFusion scheduling
Contacts are mapped to the BO-subtype set as generic param C.
contacts(String) - Method in class de.ipcon.form.scheduler.ItemBOMapper
contains(Object) - Method in class de.ipcon.db.cache.BOCache
contains(BenanntPath) - Method in class de.ipcon.db.CodebausteinCache
contains(Codebaustein) - Method in class de.ipcon.db.CodebausteinCache
contains(Long) - Method in class de.ipcon.db.CodebausteinCache
contains(Object) - Method in class de.ipcon.form.DoubleList
contains(Long) - Method in class de.ipcon.form.navtree.ClientNavigationTreeModel.NodeCache
contains(Long) - Method in interface de.ipcon.form.navtree.NavigationTreeModelNodeCacheI
contains(Collection<?>, BOI) - Static method in interface de.ipcon.schema.BOI
contains(Object) - Method in class de.ipcon.tools.cache.ObjectCache
contains(String) - Method in class de.ipcon.tools.cache.ObjectCache
Check if there is any object matching the given key in the cache.
contains(String, Object) - Method in class de.ipcon.tools.cache.ObjectCache
Check if the given obj is already in the cache under the given key.
contains(Object) - Method in interface de.ipcon.tools.CacheI
contains(Object) - Method in class de.ipcon.tools.ConcurrentIdentityHashMap
Legacy method testing if some key maps into the specified value in this
table.
contains(Object) - Method in class de.ipcon.tools.IndexedHashSet
contains(Object) - Method in class de.ipcon.tools.ref.SoftReferenceCache
contains(byte[], byte) - Static method in class de.ipcon.tools.xbase.LittleEndianTools
containsAll(Collection<?>) - Method in class de.ipcon.tools.IndexedHashSet
containsCycle(OnlyToDirectedGraphNodeI) - Static method in class de.ipcon.tools.graph.GraphTools
Determines if the graph, starting from the given node, contains a cycle.
containsCycle(OnlyToDirectedGraphNodeI, List<OnlyToDirectedGraphNodeI>) - Static method in class de.ipcon.tools.graph.GraphTools
Determines if the graph, starting from the given node, contains a cycle.
containsDigits(String) - Static method in class de.ipcon.tools.TextTools
checks if a given string contains digits
containsInvalidFilenameChars(String) - Static method in class de.ipcon.tools.FileTools
containsKey(Object) - Method in class de.ipcon.db.core.LazyRelationMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object, boolean) - Method in class de.ipcon.db.core.RetainedChanges
containsKey(Object) - Method in class de.ipcon.form.DoubleList
containsKey(Object) - Method in class de.ipcon.tools.ConcurrentIdentityHashMap
Tests if the specified object is a key in this table.
containsKey(Object) - Method in class de.ipcon.tools.WeakIdentityHashMap
Returns whether this map contains the specified key.
containsNode(NavigationTreeNode) - Method in class de.ipcon.form.navtree.ClientNavigationTreeClipboard
containsObject(Object) - Method in class de.ipcon.form.FTable
Determines if the table contains object o
containsObjectWithId(Long) - Method in class de.ipcon.form.FTable
Determines if the table contains an object with the given id
containsRelevant1toNChangesFor(AttributeI, BO, BO) - Static method in interface de.ipcon.db.core.BOProcI
Determines if this `BOProcI` contains changes to 1-n relations that are relevant to the cache of the specified `BOLoaderWithCacheI`.
containsRelevantChangesFor(BOLoaderWithCacheI) - Method in interface de.ipcon.db.core.BOProcI
Determines if this `BOProcI` contains changes that are relevant to the cache of the specified `BOLoaderWithCacheI`.
containsRelevantNto1ChangesFor(AttributeI, BO, BO) - Static method in interface de.ipcon.db.core.BOProcI
Determines if this `BOProcI` contains changes to n-1 relations that are relevant to the cache of the specified `BOLoaderWithCacheI`.
containsRelevantNtoMChangesFor(AttributeI, BO, BO, boolean) - Static method in interface de.ipcon.db.core.BOProcI
Determines if this `BOProcI` contains changes to n-m relations that are relevant to the cache of the specified `BOLoaderWithCacheI`.
containsValue(Object) - Method in class de.ipcon.db.core.LazyRelationMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object, boolean) - Method in class de.ipcon.db.core.RetainedChanges
containsValue(Object) - Method in class de.ipcon.form.DoubleList
containsValue(Object) - Method in class de.ipcon.tools.ConcurrentIdentityHashMap
Returns true if this map maps one or more keys to the specified
value.
containsValue(Object) - Method in class de.ipcon.tools.WeakIdentityHashMap
Returns whether this map contains the specified value.
ContentHandlerException - Exception in de.ipcon.tools
ContentHandlerException(String) - Constructor for exception de.ipcon.tools.ContentHandlerException
ContentHandlerException(String, Throwable) - Constructor for exception de.ipcon.tools.ContentHandlerException
ContentHandlerFactory - Class in de.ipcon.tools
ContentHandlerI - Interface in de.ipcon.tools
context(FormElementI, FormContextI, String[], Class[], Object[]) - Static method in class de.ipcon.form.CallDefinition
CONTEXTMENU_ACTION_KIND - Static variable in interface de.ipcon.form.FormElementI
continueWithTempIdsFrom(Transaction) - Method in class de.ipcon.db.core.Transaction
Sets the start of temp ids given by this transaction to the current temp id
of the given Transaction; used to avoid overlapping of temp ids, FIXME!
convert(String[]) - Method in class de.ipcon.db.importer.CSVConfiguration
Gets the field string values for a line read and parsed by the CSVImporter
via its CSVInputReader and converts them into the actual typed values which
are then stuffed into a new CSVDataSet and returned.
convertForHTMLInclusion(String) - Static method in class de.ipcon.tools.HTMLTextTools
Converts the given String str into a format suitable for inclusion in HTML messages.
convertForHTMLInclusion(String) - Static method in class de.ipcon.tools.TextTools
Deprecated.
convertFrom(Object) - Method in enum de.ipcon.db.oql.ValueType
Converts a given Object into an Object suitable for delivery to JDBC, depending on the type.
convertHTMLtoText(String) - Static method in class de.ipcon.tools.HTMLTextTools
Converts HTML to plain text by removing HTML tags, style elements, and converting special characters.
convertHTMLtoText(String) - Static method in class de.ipcon.tools.TextTools
Deprecated.
convertLegacyKeystore() - Method in class de.ipcon.db.CryptoManager
convertNumberTo(Number, Class<?>) - Static method in class de.ipcon.tools.TypeDistiller
Converts the given number to the specified target type.
convertToEnglishWord(long) - Static method in class de.ipcon.tools.TextTools
Converts a given Long value into English number words.
convertToEnglishWord(long, boolean) - Static method in class de.ipcon.tools.TextTools
convertUmlauts(String) - Static method in class de.ipcon.tools.TextTools
Converts umlauts and sharp s in _str to their basic letter pair counterparts.
cookEvents(L10nCurrentLocaleProviderI, String) - Method in class de.ipcon.db.protocol.BackendCommandHandler
cookParameter(CodebausteinStorageI) - Method in class de.ipcon.db.core.Struktur
Replace l10n variables and make an electric.xml.Element out of the _parms string.
cookParameter(CodebausteinStorageI, Object[]) - Method in class de.ipcon.db.core.Struktur
cookParameter(CodebausteinStorageI, Object[], String) - Method in class de.ipcon.db.core.Struktur
copies(String, int) - Static method in class de.ipcon.tools.TextTools
Copies a passed String n times.
copy(ParentNavigationItemI, Transaction) - Method in interface de.ipcon.form.navtree.NavigationItemI
copy(ParentNavigationItemI, Transaction) - Method in class de.ipcon.form.navtree.NavigationTreeNode
copy(ParentNavigationItemI, Transaction) - Method in class de.ipcon.form.navtree.StrukturNavigationTreeNode
copy(InputStream, OutputStream) - Static method in class de.ipcon.tools.FileTools
copy(InputStream, OutputStream, boolean) - Static method in class de.ipcon.tools.FileTools
copy(InputStream, OutputStream, boolean, boolean) - Static method in class de.ipcon.tools.FileTools
copy(InputStream, OutputStream, boolean, boolean, long) - Static method in class de.ipcon.tools.FileTools
copy(InputStream, OutputStream, long) - Static method in class de.ipcon.tools.FileTools
copy(InputStream, DataOutput, long) - Static method in class de.ipcon.tools.FileTools
COPY_POLICY_COPY - Static variable in interface de.ipcon.schema.AttributeI
COPY_POLICY_NONE - Static variable in interface de.ipcon.schema.AttributeI
COPY_POLICY_STRING_COPY - Static variable in interface de.ipcon.schema.AttributeI
COPY_POLICY_STRING_UPDATE_REL - Static variable in interface de.ipcon.schema.AttributeI
COPY_POLICY_UPDATEREL - Static variable in interface de.ipcon.schema.AttributeI
copyAndDigest(InputStream, File, String) - Static method in class de.ipcon.tools.FileTools
Reads binary data from the given InputStream and writes it to the given file, while digesting / calculating some hash using the given hash-algorithm.
copyAndDigest(InputStream, File, String, boolean) - Static method in class de.ipcon.tools.FileTools
copyBLOBFrom(BO) - Method in class de.ipcon.db.core.BO
Store the BLOB from the passed BO as BLOB of this BO.
copyFile(File, File) - Static method in class de.ipcon.tools.FileTools
copyFile(File, File, boolean) - Static method in class de.ipcon.tools.FileTools
copyFrom(BO) - Method in class de.ipcon.db.core.BO
Deprecated.
copyFrom(BO, Transaction) - Method in class de.ipcon.db.core.BO
copyIndex(Compass, Compass) - Static method in class de.ipcon.db.fulltext.compass.MyTISMGpsDevice
Copies the index of one Compass instance to another.
copyLocalsFrom(Transaction) - Method in class de.ipcon.db.core.Transaction
copyLocalsFrom(Transaction, boolean) - Method in class de.ipcon.db.core.Transaction
copyLocalsFrom(Transaction, boolean, boolean) - Method in class de.ipcon.db.core.Transaction
copyRemoteBLOBsToLocalFileVault(ServerFileVaultI, List<Long>, Long) - Method in class de.ipcon.db.BackendConnectionManager
copyRemoteBLOBsToLocalFileVault(ServerFileVaultI, List<Long>, Long) - Method in class de.ipcon.db.protocol.BackendConnection
copyRemoteBLOBsToLocalFileVault(ServerFileVaultI, List<Long>, Long) - Method in interface de.ipcon.db.protocol.ServerConnectionI
copyTo(Element, Element) - Static method in class de.ipcon.schema.CBOAttribute
Copys the AttributeObjects and Elements from Element "src"
to Element "dest", works recursivly over the copied Elements
too, so copied Elements will have their AttributeObjects and Elements
copied too (and so on)
CORE_MODULES_SCHEMA_FILENAME - Static variable in class de.ipcon.schema.CBOSchema
CORE_SCHEMA_FILENAME - Static variable in class de.ipcon.schema.CBOSchema
CoreBO - Class in de.ipcon.db.core
CoreBO() - Constructor for class de.ipcon.db.core.CoreBO
CoreData - Class in de.ipcon.schema.generators
CoreData(File) - Constructor for class de.ipcon.schema.generators.CoreData
CoreData() - Constructor for class de.ipcon.schema.generators.CoreData
CoreData(Element) - Constructor for class de.ipcon.schema.generators.CoreData
CoredataGenerationException - Exception in de.ipcon.schema.generators.coredata
CoredataGenerationException(String) - Constructor for exception de.ipcon.schema.generators.coredata.CoredataGenerationException
CoredataGenerationException(String, Throwable) - Constructor for exception de.ipcon.schema.generators.coredata.CoredataGenerationException
cos(BigDecimal) - Static method in class de.ipcon.tools.GeographyTools
Calculates the trigonometric cosine of an angle.
count() - Method in class de.ipcon.db.core.BOMaske
Gets the number of BOs in the DB that match this mask.
count(BOLoaderI) - Method in class de.ipcon.db.core.BOMaske
count(GrooqlBOLoaderI) - Method in class de.ipcon.db.grooql.GrooqlFilter
Gets the number of BOs in the DB that match this filter's
criteria.
count(GrooqlBOLoaderI, Map) - Method in class de.ipcon.db.grooql.GrooqlFilter
count(GrooqlBOLoaderI, Map, String) - Method in class de.ipcon.db.grooql.GrooqlFilter
count(GrooqlBOLoaderI, Map, String, Object[]) - Method in class de.ipcon.db.grooql.GrooqlFilter
countDays(TimespanI) - Static method in class de.ipcon.tools.date.DateTimeTools
Counts the days covered by the passed TimespanI, ignoring time.
countDays(Date, Date) - Static method in class de.ipcon.tools.date.DateTimeTools
Counts the days between the dates, including the first,
and including the last, ignoring time.
countDays(TimespanI) - Static method in class de.ipcon.tools.date.DateTimeToolsNG
Counts the conceptual days covered by the given timespan, ignoring time.
countDays(Date, Date) - Static method in class de.ipcon.tools.date.DateTimeToolsNG
Counts the conceptual days between two dates, including the start and end dates, ignoring time.
countDaysInYears(int, int) - Static method in class de.ipcon.tools.date.DateTimeTools
Returns the number of days in a given year-range, regarding if there are leap-years.
CounterWatchdog - Class in de.ipcon.tools.progress
This class is intended for monitoring if something happened too often.
CounterWatchdog(String, long, Logger) - Constructor for class de.ipcon.tools.progress.CounterWatchdog
CounterWatchdog(String, long, Logger, long) - Constructor for class de.ipcon.tools.progress.CounterWatchdog
CounterWatchdog(String, long, Logger, long, boolean) - Constructor for class de.ipcon.tools.progress.CounterWatchdog
countEvent() - Method in class de.ipcon.tools.RecentEventsCounter
countEvent(String) - Method in class de.ipcon.tools.RecentEventsCounter
countEvent(Date, String) - Method in class de.ipcon.tools.RecentEventsCounter
countNonNullValues(Collection<?>) - Static method in class de.ipcon.tools.CollectionTools
Returns the number of non-null values in the passed Collection or zero if null was passed.
countOfEventsWithinDuration() - Method in class de.ipcon.tools.RecentEventsCounter
coveredTimespanInFullMinutes(Date, Date) - Static method in class de.ipcon.tools.date.DateTimeTools
Returns the number of minutes that the passed Date objects cover, rounded down.
coveredTimespanInFullMinutes(Date, Date) - Static method in class de.ipcon.tools.date.DateTimeToolsNG
Returns the timespan between two dates in full minutes, rounded down.
coveredTimespanInMillis(Date, Date) - Static method in class de.ipcon.tools.date.DateTimeToolsNG
Returns the timespan between two dates in milliseconds.
coveredTimespanInMillis(Calendar, Calendar) - Static method in class de.ipcon.tools.date.DateTimeToolsNG
Returns the timespan between two calendars in milliseconds.
coveredTimespanToDays(TimespanI) - Static method in class de.ipcon.tools.date.DateTimeTools
Returns the timespan between the passed Date objects,
converted to days, default rounded up.
coveredTimespanToDays(TimespanI, boolean) - Static method in class de.ipcon.tools.date.DateTimeTools
coveredTimespanToDays(Date, Date) - Static method in class de.ipcon.tools.date.DateTimeTools
Returns the timespan between the passed Date objects,
converted to days, default rounded up.
coveredTimespanToDays(Date, Date, boolean) - Static method in class de.ipcon.tools.date.DateTimeTools
coveredTimespanToDays(Calendar, Calendar) - Static method in class de.ipcon.tools.date.DateTimeTools
Returns the timespan between the passed Calendar objects,
converted to days, default rounded up.
coveredTimespanToDays(Calendar, Calendar, boolean) - Static method in class de.ipcon.tools.date.DateTimeTools
coveredTimespanToDays(TimespanI) - Static method in class de.ipcon.tools.date.DateTimeToolsNG
Returns the timespan between the start and end dates in days, rounded up.
coveredTimespanToDays(TimespanI, boolean) - Static method in class de.ipcon.tools.date.DateTimeToolsNG
Returns the timespan between the start and end dates in days.
coveredTimespanToDays(Date, Date) - Static method in class de.ipcon.tools.date.DateTimeToolsNG
Returns the timespan between two dates in abstract days, rounded up.
coveredTimespanToDays(Date, Date, boolean) - Static method in class de.ipcon.tools.date.DateTimeToolsNG
Returns the timespan between two dates in abstract days.
coveredTimespanToDays(Duration) - Static method in class de.ipcon.tools.date.DateTimeToolsNG
Returns the timespan between two dates in abstract days, rounded up.
coveredTimespanToDays(Duration, boolean) - Static method in class de.ipcon.tools.date.DateTimeToolsNG
Returns the timespan between two dates in abstract days.
coversAtMostOneMonth() - Method in interface de.ipcon.tools.date.TimespanI
Returns true if this TimespanI covers at most one month.
create(BO) - Method in class de.ipcon.db.CastorPersistenceHandler
create(DBManLocalI, String, String, String) - Static method in class de.ipcon.db.core.Anmeldung
create(BO) - Method in interface de.ipcon.db.core.PersistenceHandlerI
createAfterAddMessage(BO, AttributeI, BO) - Method in class de.ipcon.db.core.TransactionMessageBus
createAfterAddMessage(BO, AttributeI, BO) - Method in interface de.ipcon.db.core.TransactionMessageBusI
createAfterRemoveMessage(BO, AttributeI, BO) - Method in class de.ipcon.db.core.TransactionMessageBus
createAfterRemoveMessage(BO, AttributeI, BO) - Method in interface de.ipcon.db.core.TransactionMessageBusI
createAfterSetMessage(BO, AttributeI, Object) - Method in class de.ipcon.db.core.TransactionMessageBus
createAfterSetMessage(BO, AttributeI, Object, Object) - Method in class de.ipcon.db.core.TransactionMessageBus
createAfterSetMessage(BO, AttributeI, Object, Object) - Method in interface de.ipcon.db.core.TransactionMessageBusI
Creates and queues a new change message for setting a scalar or n-1 relation to a new value.
createAfterSetMessage(BO, AttributeI, Object) - Method in interface de.ipcon.db.core.TransactionMessageBusI
createAlias(InstrumentingSchemaI, EntityI, WrappingArrayType, String) - Static method in class de.ipcon.schema.ArraySchemaTools
Creates a new virtual property (alias) on the ArrayZeilenDelegate entity or a subentity to access and manipulate the
component value of a source array.
createAlias(InstrumentingSchemaI, EntityI, WrappingArrayType, String, boolean) - Static method in class de.ipcon.schema.ArraySchemaTools
Creates a new virtual property (alias) on the ArrayZeilenDelegate entity or a subentity to access and manipulate the
component value of a source array.
createAndGetCredential(String, Benutzer, String, String, byte[], int) - Static method in class de.ipcon.db.tools.AuthToken
Creates an AuthToken with given Benutzer object, a machine and document identifier,
a not-to-encrypt auxiliary data and a validity in seconds, persisting it and returning
a url encoded String to retrieve that information on a later occasion.
createAndGetCredential(String, Benutzer, HttpServletRequest, String, int) - Static method in class de.ipcon.db.tools.AuthToken
createAndGetCredential(String, Benutzer, String, int) - Static method in class de.ipcon.db.tools.AuthToken
createAndGetCredential(String, Benutzer, HttpServletRequest, int) - Static method in class de.ipcon.db.tools.AuthToken
createAndSend(TransactionProviderI, NotificationReceiverI, String, String) - Static method in class de.ipcon.db.core.MyTISMBenAuftragOhneVorlage
Convenience method to easily create and save (send) a "mail"
createArrayOf(String, Object[]) - Method in class de.ipcon.tools.jdbc.ConnectionAdaptor
createBenachrichtigungsAuftrag() - Method in class de.ipcon.db.alarm.BenachrichtigungsScriptAPI
createBenachrichtigungsAuftrag(Transaction) - Method in class de.ipcon.db.core.IssueReport
Creates a MyTISMBenAuftragMitVorlage instance for this IssueReport using the given transaction.
createBlob() - Method in class de.ipcon.tools.jdbc.ConnectionAdaptor
createBOViaTemplateSelectionTree(Transaction, ClientContextI, EntityI, boolean) - Static method in class de.ipcon.form.FTable
createBOViaTemplateSelectionTree(Transaction, ClientContextI, EntityI, boolean, Set<EntityI>) - Static method in class de.ipcon.form.FTable
createBOViaTemplateSelectionTree(Transaction, ClientContextI, EntityI, boolean, Set<EntityI>, String) - Static method in class de.ipcon.form.FTable
createBOViaTemplateSelectionTree(Transaction, ClientContextI, EntityI, boolean, Set<EntityI>, String, boolean) - Static method in class de.ipcon.form.FTable
createBOViaTemplateSelectionTree(Transaction, ClientContextI, EntityI, boolean, Set<EntityI>, String, boolean, boolean) - Static method in class de.ipcon.form.FTable
createCalendar() - Static method in class de.ipcon.tools.date.DateTimeTools
Creates a new java.util.Calendar from the given Date object.
createCalendar(Date) - Static method in class de.ipcon.tools.date.DateTimeTools
createCalendar(long) - Static method in class de.ipcon.tools.date.DateTimeTools
Creates a new java.util.Calendar represeting the passed time since epoch in millis.
createCategorizationNodes(Collection, AllUsersNavigationTreeNode) - Static method in class de.ipcon.form.navtree.CategorizedUserNavigationTreeNode
createChartPanel(Object) - Method in class de.ipcon.form.FChart
Method to create the ChartPanel.
createClob() - Method in class de.ipcon.tools.jdbc.ConnectionAdaptor
createColumnsForEntity(EntityI, AttributeI, boolean) - Static method in class de.ipcon.schema.generators.coredata.EntityStrukturTemplate
createCopy() - Method in class de.ipcon.db.core.BO
Creates a copy of this BO.
createCopy(Transaction) - Method in class de.ipcon.db.core.BO
createCopy() - Method in class de.ipcon.db.core.Codebaustein
createCopy(Transaction) - Method in class de.ipcon.db.core.Codebaustein
createCopy() - Method in class de.ipcon.db.core.Struktur
createCopy(Transaction) - Method in class de.ipcon.db.core.Struktur
createCopy(Map<K, V>) - Static method in class de.ipcon.tools.MapTools
Creates a shallow copy of the given Map.
createCronline(Date, boolean, boolean, boolean, boolean, boolean) - Static method in class de.ipcon.db.ExecutionPolicyCron
createDefaultLogger() - Static method in class de.ipcon.tools.Log4jHelper
createDefaultLogger(String) - Static method in class de.ipcon.tools.Log4jHelper
createDuration(Date, Date) - Static method in class de.ipcon.tools.date.DateTimeToolsNG
Calculates the duration between two Date objects.
createDuration(Calendar, Calendar) - Static method in class de.ipcon.tools.date.DateTimeToolsNG
Calculates the duration between two Calendar objects.
createExpiringToken(String, String, byte[], long) - Method in class de.ipcon.db.BackendConnectionManager
createExpiringToken(String, byte[], long) - Method in class de.ipcon.db.BackendConnectionManager
createExpiringToken(String, String, byte[], long) - Method in interface de.ipcon.db.core.ExpiringTokenStorageProviderI
Creates a time limited association of the given service and token name to a byte array value (usually a key).
createExpiringToken(String, byte[], long) - Method in interface de.ipcon.db.core.ExpiringTokenStorageProviderI
Works like @see #createExpiringToken(String,String,byte[],long), but creates a non-conflicting tokenName
within the store, stores the value and returns the chosen tokenName.
createExpiringToken(String, String, byte[], long) - Method in class de.ipcon.db.DBMan
createExpiringToken(String, byte[], long) - Method in class de.ipcon.db.DBMan
createExpiringToken(String, String, byte[], long) - Method in class de.ipcon.db.DBMan.DefaultExpiringTokenStore
createExpiringToken(String, byte[], long) - Method in class de.ipcon.db.DBMan.DefaultExpiringTokenStore
createExpiringToken(String, String, byte[], long) - Method in class de.ipcon.db.protocol.BackendConnection
createExpiringToken(String, byte[], long) - Method in class de.ipcon.db.protocol.BackendConnection
createExpiringToken(String, String, byte[], long) - Method in class de.ipcon.db.testing.TestBOLoader
ExpiringTokenStorageProviderI (copy of the minimal code from DBMan)
createExpiringToken(String, byte[], long) - Method in class de.ipcon.db.testing.TestBOLoader
createExpiringToken(String, String, byte[], long) - Method in class de.ipcon.db.testing.TestBOLoaderV2
createExpiringToken(String, byte[], long) - Method in class de.ipcon.db.testing.TestBOLoaderV2
createFilename() - Method in class de.ipcon.db.core.Alias
createFilename(String, String) - Static method in class de.ipcon.db.core.Struktur
createFilename() - Method in class de.ipcon.db.core.Struktur
createFromStackTraceString(String) - Static method in exception de.ipcon.tools.IRuntimeException
createFunction(String, String) - Method in class de.ipcon.schema.CBOSchema
createFunction(String, String, String[]) - Method in class de.ipcon.schema.CBOSchema
createFunction(String, String, String[], Class[]) - Method in class de.ipcon.schema.CBOSchema
createFunction(String, String, String[], Class[], Class) - Method in class de.ipcon.schema.CBOSchema
createFunction(String, String, String[], Class[], Class, String) - Method in class de.ipcon.schema.CBOSchema
createFunction(String, String, String[], Class[], Class, String, String) - Method in class de.ipcon.schema.CBOSchema
createFunction(String, String, String[], Class[], Class, String, String, int) - Method in class de.ipcon.schema.CBOSchema
createFunction(String, String) - Method in interface de.ipcon.schema.SchemaI
createFunction(String, String, String[], Class[]) - Method in interface de.ipcon.schema.SchemaI
createFunction(String, String, String[], Class[], Class) - Method in interface de.ipcon.schema.SchemaI
createFunction(String, String, String[], Class[], Class, String) - Method in interface de.ipcon.schema.SchemaI
createFunction(String, String, String[], Class[], Class, String, String) - Method in interface de.ipcon.schema.SchemaI
createFunction(String, String, String[], Class[], Class, String, String, int) - Method in interface de.ipcon.schema.SchemaI
createFunction(String, String) - Method in class de.ipcon.schema.SchemaWrapper
createFunction(String, String, String[], Class[]) - Method in class de.ipcon.schema.SchemaWrapper
createFunction(String, String, String[], Class[], Class) - Method in class de.ipcon.schema.SchemaWrapper
createFunction(String, String, String[], Class[], Class, String) - Method in class de.ipcon.schema.SchemaWrapper
createFunction(String, String, String[], Class[], Class, String, String) - Method in class de.ipcon.schema.SchemaWrapper
createFunction(String, String, String[], Class[], Class, String, String, int) - Method in class de.ipcon.schema.SchemaWrapper
createFunction(String, String[], Class[], Class) - Method in class de.ipcon.tools.AbstractScript
Creates a function from a script source string.
createFunction(String, String[], Class[], Class, String, String) - Method in class de.ipcon.tools.AbstractScript
Creates a function from a script source string.
createFunction(String, String[], Class[], Class, String, String, int) - Method in class de.ipcon.tools.AbstractScript
Creates a function from a script source string.
createFunction(String, String[], Class[], Class, String, String, int, Object) - Method in class de.ipcon.tools.AbstractScript
Creates a function from a script source string.
createFunction(String, String[], Class[], Class) - Method in class de.ipcon.tools.BeanShellScript
createFunction(String, String[], Class[], Class, String) - Method in class de.ipcon.tools.BeanShellScript
createFunction(String, String[], Class[], Class, String, String) - Method in class de.ipcon.tools.BeanShellScript
createFunction(String, String[], Class[], Class, String, String, int) - Method in class de.ipcon.tools.BeanShellScript
createFunction(String, String[], Class[], Class, String, String, int, Object) - Method in class de.ipcon.tools.BeanShellScript
createFunction(String, String[], Class[], Class) - Method in class de.ipcon.tools.GroovyScript
createFunction(String, String[], Class[], Class, String) - Method in class de.ipcon.tools.GroovyScript
createFunction(String, String[], Class[], Class, String, String) - Method in class de.ipcon.tools.GroovyScript
createFunction(String, String[], Class[], Class, String, String, int) - Method in class de.ipcon.tools.GroovyScript
createFunction(String, String[], Class[], Class, String, String, int, Object) - Method in class de.ipcon.tools.GroovyScript
createFunctionFromXML(String, String[], Class[]) - Method in class de.ipcon.schema.CBOSchema
createFunctionFromXML(String, String[], Class[], Class) - Method in class de.ipcon.schema.CBOSchema
createFunctionFromXML(String, String[], Class[], Class, String) - Method in class de.ipcon.schema.CBOSchema
createFunctionFromXML(String, String[], Class[], Class, String, String) - Method in class de.ipcon.schema.CBOSchema
createFunctionFromXML(String, String[], Class[], Class, String, String, int) - Method in class de.ipcon.schema.CBOSchema
createFunctionFromXML(String, String[], Class[]) - Method in interface de.ipcon.schema.SchemaI
createFunctionFromXML(String, String[], Class[], Class) - Method in interface de.ipcon.schema.SchemaI
createFunctionFromXML(String, String[], Class[], Class, String, String) - Method in interface de.ipcon.schema.SchemaI
createFunctionFromXML(String, String[], Class[], Class, String, String, int) - Method in interface de.ipcon.schema.SchemaI
createFunctionFromXML(String, String[], Class[]) - Method in class de.ipcon.schema.SchemaWrapper
createFunctionFromXML(String, String[], Class[], Class) - Method in class de.ipcon.schema.SchemaWrapper
createFunctionFromXML(String, String[], Class[], Class, String, String) - Method in class de.ipcon.schema.SchemaWrapper
createFunctionFromXML(String, String[], Class[], Class, String, String, int) - Method in class de.ipcon.schema.SchemaWrapper
createGetter(Class, String) - Method in class de.ipcon.db.fulltext.compass.BORelationAccessor
createGruppe(Transaction, String, String, String) - Static method in class de.ipcon.db.core.Gruppe
createGruppe(Transaction, String, String, String, boolean) - Static method in class de.ipcon.db.core.Gruppe
createGUIElement(Class<? extends JToggleButton>) - Method in class de.ipcon.form.FBooleanInputComponent
createGUIElement(Class<? extends JToggleButton>) - Method in class de.ipcon.form.FCheckBox
createGUIElement(Class<? extends JToggleButton>) - Method in class de.ipcon.form.FToggleButton
createIco(Image, File) - Static method in class de.ipcon.tools.windows.ShortcutHelper
It's quite a bit of a hassle what M$ burdens upon the appdev's shoulders.
createIconButton(Object) - Method in class de.ipcon.form.FormAction
createIconButton(Object, IconDisplayContext) - Method in class de.ipcon.form.FormAction
createIconPanel() - Method in class de.ipcon.form.FDateChooser
createIconPanel() - Method in class de.ipcon.form.FPopup
createInstance(String[]) - Static method in class de.ipcon.tools.Wrapper
Check all the (commandline) arguments that were passed and configure a
new Wrapper accordingly.
createInstance(String[], ThreadGroup) - Static method in class de.ipcon.tools.Wrapper
createInStore(BO, PersistenceHandlerI) - Method in class de.ipcon.db.core.TransactionConflictReport
Memorizes via the "new" list of the PersistenceHandlerI that the
given BO was created and sets its BOLoader to the
Transaction associated with this TransactionConflictReport.
createInstrumentedTransaction() - Method in class de.ipcon.db.testing.TestBOLoader
createInstrumentedTransaction(String) - Method in class de.ipcon.db.testing.TestBOLoader
createInstrumentedTransaction(String, TemporaryIdSupplierI) - Method in class de.ipcon.db.testing.TestBOLoader
createJasperPrint(JasperReport, Report, BO[]) - Static method in class de.ipcon.db.report.PrintingServices
createJasperPrint(JasperReport, Report, BO[], Map) - Static method in class de.ipcon.db.report.PrintingServices
createJasperPrint(JasperReport, Report, BO[], Map, Benutzer) - Static method in class de.ipcon.db.report.PrintingServices
createJasperPrint(JasperReport, Report, BO[], Map, Benutzer, boolean) - Static method in class de.ipcon.db.report.PrintingServices
createJButton() - Method in class de.ipcon.form.FormAction
createJButton(boolean) - Method in class de.ipcon.form.FormAction
createJButton(boolean, boolean) - Method in class de.ipcon.form.FormAction
createJMenuItem() - Method in class de.ipcon.form.FormAction
createJToggleButton(Class<? extends JToggleButton>) - Method in class de.ipcon.form.FormAction
createJToggleButton(Class<? extends JToggleButton>, boolean) - Method in class de.ipcon.form.FormAction
createJToggleButton(Class<? extends JToggleButton>, boolean, boolean) - Method in class de.ipcon.form.FormAction
createJToolBarButton() - Method in class de.ipcon.form.FormAction
createJToolBarButton(JToolBar) - Method in class de.ipcon.form.FormAction
createKey(Registry.HKEY, String) - Static method in class de.ipcon.tools.windows.Registry
Create a key
createKeyAndPut(String, Object, long) - Method in class de.ipcon.tools.ExpiringTokenStore
Creates a mapping to the given value by creating a key with the given keyPrefix without colliding any existing keys.
createLimitationsVia(Alarm) - Method in class de.ipcon.db.core.AlarmBenachrichtigungsauftrag
createLocalDate(Date) - Static method in class de.ipcon.tools.date.DateTimeToolsNG
Converts a Date object to a LocalDate.
createLocalDate(Calendar) - Static method in class de.ipcon.tools.date.DateTimeToolsNG
Converts a Calendar object to a LocalDate.
createLocalDateTime(Calendar) - Static method in class de.ipcon.tools.date.DateTimeToolsNG
Converts a Calendar object to a LocalDateTime.
createManyRelationDisplayString(Map, BO, SchemaI, String, String, String, String, String, String, HashMap, FormContextI) - Static method in class de.ipcon.form.FPopup
Creates the string to display in the "textfield" of the
FPopup.
createManyrelationForDelegates(InstrumentingSchemaI, AttributeI, EntityI, String) - Static method in class de.ipcon.schema.ArraySchemaTools
Registers a new virtual many relation with the specified name, manyRelName ,
on the entity of the given wrapper attribute, returning instances of typeEntity.
createManyrelationForDelegates(InstrumentingSchemaI, AttributeI, EntityI, String, boolean) - Static method in class de.ipcon.schema.ArraySchemaTools
Registers a new virtual many relation with the specified name, manyRelName ,
on the entity of the given wrapper attribute, returning instances of typeEntity.
createMenu() - Method in class de.ipcon.form.MenuSelectionTrie
createMenu(JComponent) - Method in class de.ipcon.form.MenuSelectionTrie
createMenu(JComponent, String) - Method in class de.ipcon.form.MenuSelectionTrie
createMenu(JComponent, String, boolean) - Method in class de.ipcon.form.MenuSelectionTrie
createMenuItem() - Method in class de.ipcon.form.FormContextMenuSelection
createMenuItem(boolean) - Method in class de.ipcon.form.FormContextMenuSelection
createMessage(Class) - Static method in exception de.ipcon.tools.NotImplementedException
createMessage(String, String, Class) - Static method in exception de.ipcon.tools.NotImplementedException
createNClob() - Method in class de.ipcon.tools.jdbc.ConnectionAdaptor
createNewInDetailView() - Method in class de.ipcon.form.FTable
createNewInDetailView(ActionEvent) - Method in class de.ipcon.form.FTable
createNewInDetailView(ActionEvent, Rexx) - Method in class de.ipcon.form.FTable
createNewItem() - Method in class de.ipcon.form.FTable
createNewItem(ActionEvent) - Method in class de.ipcon.form.FTable
createNewOrConfigureExistingEntity(Element, boolean, String, String) - Method in class de.ipcon.schema.CBOSchema
createNotificationOrder(Transaction, AlarmAusloesung, boolean, Collection<NotifiableI>, Collection<NotifiableI>, Collection<NotifiableI>, Collection<NotifiableI>) - Method in class de.ipcon.db.alarm.AlarmNotificationManager
createNotifications(Transaction) - Method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
createObjectFromCurrentRow() - Method in class de.ipcon.db.core.BOAlarmStatusManager.BOAlarmStatusIterator
createOpenFormsDialog(Transaction, ClientContextI) - Method in exception de.ipcon.form.SaveVetoExceptionWithConflictingBOs
Searches whether any forms exist for the conflicting BOs.
createOrTouchAdditional(Date, Transaction.Additional) - Method in class de.ipcon.db.core.Transaction
Memorizes BOs that were created in addtx in the "new" list
of the PersistenceHandlerI and updates the Lmod of changed
BOs from addtx.
createOrUpdateDefaultEntries(String) - Method in class de.ipcon.db.core.L10nResource
Creates or updates default
L10nEntry objects in all currently available languages
(locales) for this resource, using the same provided text.
createOrUpdateFromTranslatorVersion(InputStream, Transaction) - Static method in class de.ipcon.db.core.L10nBundle
Reads localization data from the given InputStream, originating from a translator version file.
createOrUpdateFromTranslatorVersion(InputStream, Transaction, boolean) - Static method in class de.ipcon.db.core.L10nBundle
createOrUpdateFromTranslatorVersion(InputStream, Transaction, boolean, String) - Static method in class de.ipcon.db.core.L10nBundle
createPDFDataSource(BOLoaderI, String) - Static method in class de.ipcon.db.report.PrintingServices
Returns PDFDataSource (e.g. to attach to an email) created out of a report
which will be retrieved by the specified report name.
createPDFDataSource(BOLoaderI, String, BO) - Static method in class de.ipcon.db.report.PrintingServices
createPDFDataSource(BOLoaderI, String, BO, HashMap) - Static method in class de.ipcon.db.report.PrintingServices
createPDFDataSource(BOLoaderI, String, BO, HashMap, String) - Static method in class de.ipcon.db.report.PrintingServices
createPDFDataSource(BOLoaderI, String, BO, HashMap, String, ArrayList) - Static method in class de.ipcon.db.report.PrintingServices
createPDFDataSource(BOLoaderI, String, BO, HashMap, String, ArrayList, boolean) - Static method in class de.ipcon.db.report.PrintingServices
createPDFDataSource(Report) - Static method in class de.ipcon.db.report.PrintingServices
Returns PDFDataSource (e.g. to attach to an email) created out of a
specified report object.
createPDFDataSource(Report, BO) - Static method in class de.ipcon.db.report.PrintingServices
createPDFDataSource(Report, BO, HashMap) - Static method in class de.ipcon.db.report.PrintingServices
createPDFDataSource(Report, BO, HashMap, String) - Static method in class de.ipcon.db.report.PrintingServices
createPDFDataSource(Report, BO, HashMap, String, ArrayList) - Static method in class de.ipcon.db.report.PrintingServices
createPDFDataSource(Report, BO, HashMap, String, ArrayList, boolean) - Static method in class de.ipcon.db.report.PrintingServices
createPDFDataSource(BOLoaderI, String, BO[]) - Static method in class de.ipcon.db.report.PrintingServices
Returns PDFDataSource (e.g. to attach to an email) created out of a report
which will be retrieved by the specified report name.
createPDFDataSource(BOLoaderI, String, BO[], HashMap) - Static method in class de.ipcon.db.report.PrintingServices
createPDFDataSource(BOLoaderI, String, BO[], HashMap, String) - Static method in class de.ipcon.db.report.PrintingServices
createPDFDataSource(BOLoaderI, String, BO[], HashMap, String, ArrayList) - Static method in class de.ipcon.db.report.PrintingServices
createPDFDataSource(BOLoaderI, String, BO[], HashMap, String, ArrayList, boolean) - Static method in class de.ipcon.db.report.PrintingServices
createPDFDataSource(Report, BO[]) - Static method in class de.ipcon.db.report.PrintingServices
Returns PDFDataSource (e.g. to attach to an email) created out of a
specified report object.
createPDFDataSource(Report, BO[], HashMap) - Static method in class de.ipcon.db.report.PrintingServices
createPDFDataSource(Report, BO[], HashMap, String) - Static method in class de.ipcon.db.report.PrintingServices
createPDFDataSource(Report, BO[], HashMap, String, ArrayList) - Static method in class de.ipcon.db.report.PrintingServices
createPDFDataSource(Report, BO[], HashMap, String, ArrayList, boolean) - Static method in class de.ipcon.db.report.PrintingServices
createPDFDataSourceErrorMsg(String, Report, Map, BO[]) - Static method in class de.ipcon.db.report.PrintingServices
createPDFFile(Report, BO, File) - Static method in class de.ipcon.db.report.ADPrintingServices
createPDFFile(Report, BO, File, Map) - Static method in class de.ipcon.db.report.ADPrintingServices
createPDFFile(Report, BO, File, Map, boolean) - Static method in class de.ipcon.db.report.ADPrintingServices
createPDFFile(Report, BO) - Static method in class de.ipcon.db.report.ADPrintingServices
createPDFFile(Report, BO, Map) - Static method in class de.ipcon.db.report.ADPrintingServices
createPDFFile(Report, BO, Map, boolean) - Static method in class de.ipcon.db.report.ADPrintingServices
createPDFFile(JasperReport, Report, BO[], File) - Static method in class de.ipcon.db.report.PrintingServices
createPDFFile(JasperReport, Report, BO[], File, HashMap) - Static method in class de.ipcon.db.report.PrintingServices
createPDFFile(JasperReport, Report, BO[], File, HashMap, boolean) - Static method in class de.ipcon.db.report.PrintingServices
createPDFFile(Report, BO[], File) - Static method in class de.ipcon.db.report.PrintingServices
Generates a PDF from the given Report and BOs and writes it to the given File.
createPDFFile(Report, BO[], File, HashMap) - Static method in class de.ipcon.db.report.PrintingServices
createPDFFile(Report, BO[], File, HashMap, boolean) - Static method in class de.ipcon.db.report.PrintingServices
createPDFFile(JasperReport, Report, BO[]) - Static method in class de.ipcon.db.report.PrintingServices
createPDFFile(JasperReport, Report, BO[], HashMap) - Static method in class de.ipcon.db.report.PrintingServices
createPDFFile(JasperReport, Report, BO[], HashMap, boolean) - Static method in class de.ipcon.db.report.PrintingServices
createPDFFile(Report, BO[]) - Static method in class de.ipcon.db.report.PrintingServices
Wrapper that doesn't need a file and returns an InputStream.
createPDFFile(Report, BO[], HashMap) - Static method in class de.ipcon.db.report.PrintingServices
createPDFFile(Report, BO[], HashMap, boolean) - Static method in class de.ipcon.db.report.PrintingServices
createPDFFile(PrintingPreparer, Report, BO[]) - Static method in class de.ipcon.db.report.PrintingServices
wrapper to generate the PDF with an already created PrintingPreparer
createPDFFile(PrintingPreparer, Report, BO[], HashMap) - Static method in class de.ipcon.db.report.PrintingServices
createPDFFile(JasperReport, Report, BO, File) - Static method in class de.ipcon.db.report.PrintingServices
createPDFFile(JasperReport, Report, BO, File, HashMap) - Static method in class de.ipcon.db.report.PrintingServices
createPDFFile(JasperReport, Report, BO, File, HashMap, boolean) - Static method in class de.ipcon.db.report.PrintingServices
createPDFFile(Report, BO, File) - Static method in class de.ipcon.db.report.PrintingServices
Convenience version of createPDFFile(...) if only one BO _bo should be used
createPDFFile(Report, BO, File, HashMap) - Static method in class de.ipcon.db.report.PrintingServices
createPDFFile(Report, BO, File, HashMap, boolean) - Static method in class de.ipcon.db.report.PrintingServices
createPDFFile(JasperReport, Report, BO) - Static method in class de.ipcon.db.report.PrintingServices
createPDFFile(JasperReport, Report, BO, HashMap) - Static method in class de.ipcon.db.report.PrintingServices
createPDFFile(JasperReport, Report, BO, HashMap, boolean) - Static method in class de.ipcon.db.report.PrintingServices
createPDFFile(Report, BO) - Static method in class de.ipcon.db.report.PrintingServices
Convenience version of createPDFFile(...) if only one BO _bo should be used.
createPDFFile(Report, BO, HashMap) - Static method in class de.ipcon.db.report.PrintingServices
createPDFFile(Report, BO, HashMap, boolean) - Static method in class de.ipcon.db.report.PrintingServices
createPeriod(Date, Date) - Static method in class de.ipcon.tools.date.DateTimeToolsNG
Calculates the period between two Date objects.
createPeriod(Calendar, Calendar) - Static method in class de.ipcon.tools.date.DateTimeToolsNG
Calculates the period between two Calendar objects.
createReverse() - Method in class de.ipcon.db.core.BOProc
Creates the reverse BOProc instance and returns it, i.e. a 'forward' instance with the same 'replay' behaviour as this ones 'unplay'
createScript() - Method in class de.ipcon.tools.GroovyScript
createSessionForLogin(Anmeldung, String, String) - Method in class de.ipcon.db.protocol.BackendCommandHandler
createSessionForLogin(Anmeldung, String, String) - Method in interface de.ipcon.db.protocol.BackendCommandHandlerI
createShortcut(String, String, File, String[], Image, int) - Static method in class de.ipcon.tools.windows.ShortcutHelper
createShortcut(String, String, File, String[], Image, int, boolean) - Static method in class de.ipcon.tools.windows.ShortcutHelper
createSQLXML() - Method in class de.ipcon.tools.jdbc.ConnectionAdaptor
createSSLSocketFactory() - Static method in class de.ipcon.tools.net.NetworkTools
Creates and returns an SSLSocketFactory using an X509ExtendedTrustManager.
createStandardParameter(EntityI) - Method in class de.ipcon.schema.generators.coredata.EntityStrukturTemplate
createStandardParameter(EntityI) - Method in class de.ipcon.schema.generators.coredata.FormularTemplate
createStandardParameter(EntityI) - Method in class de.ipcon.schema.generators.coredata.LesezeichenTemplate
createStandardParameter(EntityI) - Method in class de.ipcon.schema.generators.coredata.SchabloneTemplate
createStatement() - Method in class de.ipcon.tools.jdbc.ConnectionAdaptor
Creates a Statement object for sending SQL statements to the database.
createStatement(int, int) - Method in class de.ipcon.tools.jdbc.ConnectionAdaptor
Creates a Statement object that will generate ResultSet objects with the given type and concurrency.
createStatement(int, int, int) - Method in class de.ipcon.tools.jdbc.ConnectionAdaptor
Creates a Statement object that will generate ResultSet objects with the given type, concurrency, and holdability.
createStruct(String, Object[]) - Method in class de.ipcon.tools.jdbc.ConnectionAdaptor
createSubFormContext() - Method in class de.ipcon.form.DefaultFormContext
createSubFormContext() - Method in interface de.ipcon.form.FormContextI
createSyncBenutzer(Transaction, String) - Static method in class de.ipcon.db.core.SyncServiceTools
Creates a Benutzer account suitable for use by the SyncService.
createSyncBenutzerName(String) - Static method in class de.ipcon.db.core.SyncServiceTools
Helper method to assure consistent name creation.
createTableForColumns(String, Map<String, PostgreSQLColumn>) - Method in class de.ipcon.schema.generators.PostgreSQL
createTaskButton(String, String) - Method in class de.ipcon.form.ClientDesktopTaskbar
createTempScript(String, String[], Class[], Class) - Method in class de.ipcon.tools.GroovyScript.Function
createTextField() - Method in class de.ipcon.form.FDateChooser
createTextField() - Method in class de.ipcon.form.FPopup
createTID(String) - Method in class de.ipcon.db.core.Alias
createTID(String) - Method in class de.ipcon.db.core.Benannt
createTID(String, String) - Static method in class de.ipcon.db.core.Benannt
createTID() - Method in class de.ipcon.db.core.Struktur
createTID(String) - Static method in class de.ipcon.tools.TextTools
Modifies a given String so it is useable as a TID with a given prefix.
createTID(String, String) - Static method in class de.ipcon.tools.TextTools
createTokenFilter(TokenStream) - Method in class de.ipcon.db.fulltext.lucene.SplitNumberPartsTokenFilterProvider
createTokenFilter(TokenStream) - Method in class de.ipcon.db.fulltext.lucene.SplitTokenFilterProvider
createTokenFilter(TokenStream) - Method in class de.ipcon.db.fulltext.lucene.StripTokenPartsTokenFilterProvider
createTransaction() - Method in class de.ipcon.db.testing.TestBOLoader
Creates and returns a new Transaction of type TestTransaction.
createTransaction(String) - Method in class de.ipcon.db.testing.TestBOLoader
createTransaction(String, TemporaryIdSupplierI) - Method in class de.ipcon.db.testing.TestBOLoader
createTransaction() - Method in class de.ipcon.db.testing.TestBOLoaderV2
Convenience method to create a TestTransactionV2 with default description.
createTransactionDescWithInitialDataFor(String, Object[]) - Method in class de.ipcon.db.testing.TestBOLoader
createTransactionWithInitialDataFor(Object[]) - Method in class de.ipcon.db.testing.TestBOLoader
Creates or returns a cached transaction with the provided names or classes.
createTree() - Method in class de.ipcon.form.FTree
createXLSFile(JasperReport, Report, BO[], File) - Static method in class de.ipcon.db.report.PrintingServices
Renders an XLS file using the (MyTISM-)Report _report and the compiled
JasperReport _jr for the BOs _bos into the file _file with the
parameter from HashMap _mapParameters.
createXLSFile(JasperReport, Report, BO[], File, HashMap) - Static method in class de.ipcon.db.report.PrintingServices
createXLSFile(JasperReport, Report, BO, File) - Static method in class de.ipcon.db.report.PrintingServices
Convenience version of createXLSFile(...) if only one BO _bo should be used.
createXLSFile(JasperReport, Report, BO, File, HashMap) - Static method in class de.ipcon.db.report.PrintingServices
createXLSFile(Report, BO[], File) - Static method in class de.ipcon.db.report.PrintingServices
Convenience version of createXLSFile(...) which will automatically compile
the needed JasperReport from the given (MyTISM-)Report _report.
createXLSFile(Report, BO[], File, HashMap) - Static method in class de.ipcon.db.report.PrintingServices
createXLSFile(Report, BO, File) - Static method in class de.ipcon.db.report.PrintingServices
Convenience version of createXLSFile(...) if only one BO _bo should be used
and which will automatically compile the needed JasperReport from the given
(MyTISM-)Report _report.
createXLSFile(Report, BO, File, HashMap) - Static method in class de.ipcon.db.report.PrintingServices
createXLSFileErrorMsg(String, Report, Map, BO[], String) - Static method in class de.ipcon.db.report.PrintingServices
crypt(String, String) - Static method in class de.ipcon.tools.jcrypt
CryptoConfigurationProviderI - Interface in de.ipcon.db.notification
Interface to be implemented by classes which provide info about wanted signing and encryption to the notification
system.
CryptoHandler - Class in de.ipcon.db
CryptoHandler() - Constructor for class de.ipcon.db.CryptoHandler
CryptoHandler(Key) - Constructor for class de.ipcon.db.CryptoHandler
CryptoHandlerI - Interface in de.ipcon.tools
CryptoManager - Class in de.ipcon.db
CryptoManager() - Constructor for class de.ipcon.db.CryptoManager
CryptoTools - Class in de.ipcon.tools
cSecsDef - Static variable in class de.ipcon.gui.console.ForcedClientDisconnectPanel
cSecsDef - Static variable in class de.ipcon.gui.console.NodeInfoJPanel
cSecsMin - Static variable in class de.ipcon.gui.console.ForcedClientDisconnectPanel
cSecsMin - Static variable in class de.ipcon.gui.console.NodeInfoJPanel
CSVConfiguration - Class in de.ipcon.db.importer
FIXME See de/ipcon/db/BOEnvironmentBuilder javadoc for a very brief explanation
how these classes are used (for initialdata import).
CSVConfiguration(Reader, String[], Class[], String[], String[]) - Constructor for class de.ipcon.db.importer.CSVConfiguration
CSVConfiguration(Reader, String[], Class[], String[], String[], Boolean[]) - Constructor for class de.ipcon.db.importer.CSVConfiguration
CSVConfiguration(Reader, String[], Class[], String[], String[], Boolean[], Boolean[]) - Constructor for class de.ipcon.db.importer.CSVConfiguration
CSVConfiguration(Reader, String[], Class[], String[], String[], Boolean[], Boolean[], String) - Constructor for class de.ipcon.db.importer.CSVConfiguration
CSVConfiguration(Reader, String[], Class[], String[], String[], Boolean[], Boolean[], String, String) - Constructor for class de.ipcon.db.importer.CSVConfiguration
CSVConfiguration(Reader, String[], Class[], String[], String[], Boolean[], Boolean[], String, String, Transaction) - Constructor for class de.ipcon.db.importer.CSVConfiguration
CSVConfiguration(Reader, String[], Class[], String[], String[], Boolean[], Boolean[], String, String, Transaction, Boolean[]) - Constructor for class de.ipcon.db.importer.CSVConfiguration
CSVConfiguration(Reader, String[], Class[], String[], String[], Boolean[], Boolean[], String, String, Transaction, Boolean[], int) - Constructor for class de.ipcon.db.importer.CSVConfiguration
CSVConfiguration(Reader, List<String>, List<Class>, List<String>) - Constructor for class de.ipcon.db.importer.CSVConfiguration
CSVConfiguration(Reader, List<String>, List<Class>, List<String>, List<Boolean>) - Constructor for class de.ipcon.db.importer.CSVConfiguration
CSVConfiguration(Reader, List<String>, List<Class>, List<String>, List<Boolean>, List<Boolean>) - Constructor for class de.ipcon.db.importer.CSVConfiguration
CSVConfiguration(Reader, List<String>, List<Class>, List<String>, List<Boolean>, List<Boolean>, String) - Constructor for class de.ipcon.db.importer.CSVConfiguration
CSVConfiguration(Reader, List<String>, List<Class>, List<String>, List<Boolean>, List<Boolean>, String, String) - Constructor for class de.ipcon.db.importer.CSVConfiguration
CSVConfiguration(Reader, List<String>, List<Class>, List<String>, List<Boolean>, List<Boolean>, String, String, Transaction) - Constructor for class de.ipcon.db.importer.CSVConfiguration
CSVConfiguration(Reader, List<String>, List<Class>, List<String>, List<Boolean>, List<Boolean>, String, String, Transaction, Boolean[]) - Constructor for class de.ipcon.db.importer.CSVConfiguration
CSVConfiguration(Reader, List<String>, List<Class>, List<String>, List<Boolean>, List<Boolean>, String, String, Transaction, Boolean[], int) - Constructor for class de.ipcon.db.importer.CSVConfiguration
CSVConfiguration(Reader, String[], Class[]) - Constructor for class de.ipcon.db.importer.CSVConfiguration
CSVConfiguration(Reader, String[], Class[], String[]) - Constructor for class de.ipcon.db.importer.CSVConfiguration
CSVConfiguration(Reader, String[], Class[], String[], Boolean[]) - Constructor for class de.ipcon.db.importer.CSVConfiguration
CSVConfiguration(Reader, String[], Class[], String[], Boolean[], Boolean[]) - Constructor for class de.ipcon.db.importer.CSVConfiguration
CSVConfiguration(Reader, String[], Class[], String[], Boolean[], Boolean[], String) - Constructor for class de.ipcon.db.importer.CSVConfiguration
CSVConfiguration(Reader, String[], Class[], String[], Boolean[], Boolean[], String, String) - Constructor for class de.ipcon.db.importer.CSVConfiguration
CSVConfiguration(Reader, String[], Class[], String[], Boolean[], Boolean[], String, String, Transaction) - Constructor for class de.ipcon.db.importer.CSVConfiguration
CSVConfiguration(Reader, String[], Class[], String[], Boolean[], Boolean[], String, String, Transaction, Boolean[]) - Constructor for class de.ipcon.db.importer.CSVConfiguration
CSVConfiguration(Reader, String[], Class[], String[], Boolean[], Boolean[], String, String, Transaction, Boolean[], int) - Constructor for class de.ipcon.db.importer.CSVConfiguration
CSVConfiguration(Reader, String[]) - Constructor for class de.ipcon.db.importer.CSVConfiguration
CSVConfiguration(Reader, String[], String) - Constructor for class de.ipcon.db.importer.CSVConfiguration
CSVConfiguration(Reader, String[], String, String) - Constructor for class de.ipcon.db.importer.CSVConfiguration
CSVConfiguration(Reader, String[], String, String, Transaction) - Constructor for class de.ipcon.db.importer.CSVConfiguration
CSVConfiguration(Reader, String[], String, String, Transaction, Boolean[]) - Constructor for class de.ipcon.db.importer.CSVConfiguration
CSVConfiguration(Reader, String[], String, String, Transaction, Boolean[], int) - Constructor for class de.ipcon.db.importer.CSVConfiguration
CSVDataSet - Class in de.ipcon.db.importer
FIXME See de/ipcon/db/BOEnvironmentBuilder javadoc for a very brief explanation
how these classes are used (for initialdata import).
CSVDataSet(String[], Object[], boolean[], PairStorage[]) - Constructor for class de.ipcon.db.importer.CSVDataSet
CSVImporter - Class in de.ipcon.db.importer
FIXME See de/ipcon/db/BOEnvironmentBuilder javadoc for a very brief explanation
how these classes are used (for initialdata import).
CSVImporter(InputReaderI, Transaction) - Constructor for class de.ipcon.db.importer.CSVImporter
CSVImporter(InputReaderI, Transaction, UnresolvedReferencesResolver) - Constructor for class de.ipcon.db.importer.CSVImporter
CSVImporter(CSVConfiguration, Transaction) - Constructor for class de.ipcon.db.importer.CSVImporter
CSVImporter(CSVConfiguration, Transaction, UnresolvedReferencesResolver) - Constructor for class de.ipcon.db.importer.CSVImporter
CSVInputReader - Class in de.ipcon.db.importer
This class reads a given data stream line by line, parses them into field
values according to and via the given CSVConfiguration and makes these
available as DataSetIs.
CSVInputReader(CSVConfiguration) - Constructor for class de.ipcon.db.importer.CSVInputReader
CSVInputReader(CSVConfiguration, boolean) - Constructor for class de.ipcon.db.importer.CSVInputReader
CSVParsingException - Exception in de.ipcon.db.importer
CSVParsingException() - Constructor for exception de.ipcon.db.importer.CSVParsingException
CSVParsingException(String) - Constructor for exception de.ipcon.db.importer.CSVParsingException
CSVParsingException(String, Throwable) - Constructor for exception de.ipcon.db.importer.CSVParsingException
CURRENT - Static variable in interface de.ipcon.db.protocol.BackendSessionI
currentSavepointToString() - Method in class de.ipcon.db.core.Transaction
Returns a String containing the name of the current savepoint or null if there is none.
currentTag() - Method in interface de.ipcon.db.core.QueryHandlerI
currentTag() - Method in class de.ipcon.db.DBManLocalQueryResults
currentTag() - Method in class de.ipcon.db.DefaultQueryHandler
currentTag() - Method in class de.ipcon.db.fulltext.compass.IndexerQueryResults
currentTag() - Method in class de.ipcon.db.grooql.ProgressHandlingQueryResults
currentTag() - Method in class de.ipcon.db.module.ModuleQueryResults
currentTag() - Method in class de.ipcon.db.protocol.BackendQueryResults
Curry - Class in de.ipcon.tools.function
Curry() - Constructor for class de.ipcon.tools.function.Curry
CUSTOM_CODE_BASE_NAME - Static variable in interface de.ipcon.schema.SchemaInterfaceI
CustomBTProperty - Class in de.ipcon.db.core
CustomBTProperty() - Constructor for class de.ipcon.db.core.CustomBTProperty
CustomDocumentFilter - Class in de.ipcon.schema.types
CustomDocumentFilter() - Constructor for class de.ipcon.schema.types.CustomDocumentFilter
customizePivotDataTablePopup(JPopupMenu, Component) - Method in class de.ipcon.form.FTable
customizePivotPopup(JPopupMenu, Component) - Method in class de.ipcon.form.FTable
G1FootprintHelper - Class in de.ipcon.tools
This class was created upon the desperate need to have a minimum footprint for our software, but a few obstacles in the way:
- incgc is going to be deprecated, if not removed, in Java 9
- string deduplication, which brings a tremendous reduction in heap size, is only available in g1gc
- g1gc, for some reason, doesn't do a full gc on it's own, even if there's loads of free heap available which could be returned to the OS
For the above reasons, this class will only work correctly if the following JVM options are set:
- either no -XX:-DisableExplicitGC or no -XX:+DisableExplicitGC option is given (which would suppress our efforts here
gc(Map) - Method in class de.ipcon.db.core.CachingBOLoader
Remove any BOs inside the cache that aren't reachable from the provided root-BOs.
gc(Iterator) - Method in class de.ipcon.db.core.CachingBOLoader
Remove any BOs inside the cache that aren't reachable from any BO returned by the Iterator
GCStrategy - Class in de.ipcon.tools.cache
GCStrategy() - Constructor for class de.ipcon.tools.cache.GCStrategy
GCStrategyLRU - Class in de.ipcon.tools.cache
A very primitive Last Recently Used strategy.
GCStrategyLRU() - Constructor for class de.ipcon.tools.cache.GCStrategyLRU
GDPRArea - Enum in de.ipcon.schema.gdpr
Enum representing the countries and the European Union as a whole
where the General Data Protection Regulation (GDPR) is applicable.
GDPRConfigurationElement - Class in de.ipcon.schema.gdpr
Abstract base class for GDPR (General Data Protection Regulation) configuration elements within the schema.
GDPRConfigurationElement(Element) - Constructor for class de.ipcon.schema.gdpr.GDPRConfigurationElement
Constructs a `GDPRConfigurationElement` with the given XML element.
GDPRConfigurationElementDefinitionException - Exception in de.ipcon.schema
GDPRConfigurationElementDefinitionException(GDPRConfigurationElementI, Element, String) - Constructor for exception de.ipcon.schema.GDPRConfigurationElementDefinitionException
Constructs a `GDPRConfigurationElementDefinitionException` related to a `GDPRConfigurationElementI`
and an `Element`.
GDPRConfigurationElementDefinitionException(GDPRConfigurationElementI, Element, String, Throwable) - Constructor for exception de.ipcon.schema.GDPRConfigurationElementDefinitionException
Constructs a `GDPRConfigurationElementDefinitionException` related to a `GDPRConfigurationElementI`
and an `Element`, with a cause.
GDPRConfigurationElementDefinitionException(GDPRConfigurationElementI, Attribute, String) - Constructor for exception de.ipcon.schema.GDPRConfigurationElementDefinitionException
Constructs a `GDPRConfigurationElementDefinitionException` related to a `GDPRConfigurationElementI`
and an `Attribute`.
GDPRConfigurationElementDefinitionException(GDPRConfigurationElementI, Attribute, String, Throwable) - Constructor for exception de.ipcon.schema.GDPRConfigurationElementDefinitionException
Constructs a `GDPRConfigurationElementDefinitionException` related to a `GDPRConfigurationElementI`
and an `Attribute`, with a cause.
GDPRConfigurationElementI - Interface in de.ipcon.schema.gdpr
Represents a GDPR (General Data Protection Regulation) configuration element within the schema.
GDPRPolicy - Class in de.ipcon.schema.gdpr
Represents the GDPR (General Data Protection Regulation) policy configuration for an entity within the schema.
GDPRPolicy(EntityI, Element) - Constructor for class de.ipcon.schema.gdpr.GDPRPolicy
Constructs a GDPRPolicy for the given entity.
GDPRPolicyElementName - Enum in de.ipcon.schema.gdpr
Enumerates the valid subnode names within a `<gdpr>` element in a schema XML document.
GDPRPolicyElementName.GDPRPolicyAttributeName - Enum in de.ipcon.schema.gdpr
Nested enum representing the attributes available for GDPRPolicyElementName.
GDPRRetentionInitService - Class in de.ipcon.db.gdpr
Service for initializing the GDPR earliest deletion dates based on calculated GDPR retention periods.
GDPRRetentionInitService(TransactionProviderI, BOLoaderI) - Constructor for class de.ipcon.db.gdpr.GDPRRetentionInitService
Constructor for GDPRRetentionInitService, which initializes the service.
GDPRRetentionPurgeService - Class in de.ipcon.db.gdpr
Service for purging business objects that surpassed the GDPR earliest deletion date.
GDPRRetentionPurgeService(DBManLocalI) - Constructor for class de.ipcon.db.gdpr.GDPRRetentionPurgeService
Constructor for GDPRRetentionPurgeService, which initializes the service.
GDPRRetentionService - Class in de.ipcon.db.gdpr
Abstract base class for services related to GDPR retention period calculation.
GDPRRetentionService(TransactionProviderI, BOLoaderI) - Constructor for class de.ipcon.db.gdpr.GDPRRetentionService
Constructor for GDPRRetentionService.
GDPRRetentionUpdateService - Class in de.ipcon.db.gdpr
Service for updating the GDPR earliest deletion dates based on calculated GDPR retention periods.
GDPRRetentionUpdateService(TransactionProviderI, BOLoaderI) - Constructor for class de.ipcon.db.gdpr.GDPRRetentionUpdateService
Constructor for GDPRRetentionUpdateService, which initializes the service.
GDPRTools - Class in de.ipcon.db.gdpr
Utility class providing helper methods for working with GDPR (General Data Protection Regulation) related functionality.
GDPRTools() - Constructor for class de.ipcon.db.gdpr.GDPRTools
generate(SchemaI) - Method in interface de.ipcon.schema.CBOGeneratorI
generate(SchemaI, SchemaI) - Method in interface de.ipcon.schema.CBOGeneratorI
generate() - Method in class de.ipcon.schema.CBOSchema
generate(Iterator) - Method in class de.ipcon.schema.CBOSchema
generate(String) - Method in class de.ipcon.schema.CBOSchema
generate(CBOGeneratorI) - Method in class de.ipcon.schema.CBOSchema
generate(SchemaI) - Method in class de.ipcon.schema.generators.AbstractCode
generate(SchemaI, SchemaI) - Method in class de.ipcon.schema.generators.AbstractCode
generate(SchemaI) - Method in class de.ipcon.schema.generators.AbstractSource
generate(SchemaI, SchemaI) - Method in class de.ipcon.schema.generators.AbstractSource
generate(SchemaI) - Method in class de.ipcon.schema.generators.AbstractSQL
generate(SchemaI, SchemaI) - Method in class de.ipcon.schema.generators.AbstractSQL
generate(SchemaI) - Method in class de.ipcon.schema.generators.CastorMapping
generate(SchemaI, SchemaI) - Method in class de.ipcon.schema.generators.CastorMapping
generate(SchemaI) - Method in class de.ipcon.schema.generators.CoreData
generate(SchemaI, SchemaI) - Method in class de.ipcon.schema.generators.CoreData
generate(SchemaI) - Method in class de.ipcon.schema.generators.java.JavaPersistenceCode
generate(SchemaI, SchemaI) - Method in class de.ipcon.schema.generators.java.JavaPersistenceCode
generates classes for each entity in the provided schema.
generate(SchemaI) - Method in class de.ipcon.schema.generators.PersistenceCode
Deprecated.
generate(SchemaI, SchemaI) - Method in class de.ipcon.schema.generators.PersistenceCode
Deprecated.
GENERATE_AS_DELIMITER_CHAR - Static variable in interface de.ipcon.schema.EntityI
generateAdditionalEtters(C, boolean) - Method in class de.ipcon.schema.generators.AttributeTypeCodeGen
generateAdditionalEtters(JavaClassGen, boolean) - Method in class de.ipcon.schema.generators.java.JavaAbstractStringTypeCodeGen
generateAdditionalEtters(JavaClassGen, boolean) - Method in class de.ipcon.schema.generators.java.JavaAttributeTypeCodeGen
generateAdditionalEtters(JavaClassGen, boolean) - Method in class de.ipcon.schema.generators.java.JavaBooleanTypeCodeGen
generateAdditionalEtters(nrxgen, boolean) - Method in class de.ipcon.schema.generators.netrexx.NRXAbstractStringTypeCodeGen
generateAdditionalEtters(nrxgen, boolean) - Method in class de.ipcon.schema.generators.netrexx.NRXAttributeTypeCodeGen
generateAdditionalEtters(nrxgen, boolean) - Method in class de.ipcon.schema.generators.netrexx.NRXBooleanTypeCodeGen
generateAutomatikFolder(String) - Method in class de.ipcon.schema.generators.coredata.OrdnerFactory
Creates folder for Automatik stuff.
generateAutomatikStrukturenForAllEntities() - Method in class de.ipcon.form.navtree.AutomatikStrukturFactory
Used to generate the default structures (form, template and bookmark) for all entities
generateAutomatikStrukturenForEntity(EntityI) - Method in class de.ipcon.form.navtree.AutomatikStrukturFactory
Used to generate the default structures (form, template and bookmark) for a specific entity
generateAutomatikStrukturenForEntity(EntityI, boolean) - Method in class de.ipcon.form.navtree.AutomatikStrukturFactory
generateBaseAttributes(Struktur, EntityI) - Method in class de.ipcon.form.navtree.AutomatikStrukturFactory
generateBaseAttributes(Struktur, EntityI, boolean) - Method in class de.ipcon.form.navtree.AutomatikStrukturFactory
generateBaseAttributes(Struktur, EntityI, boolean, boolean) - Method in class de.ipcon.form.navtree.AutomatikStrukturFactory
generateCloneGetter(JavaClassGen, String, String) - Method in class de.ipcon.schema.generators.java.JavaWrappingArrayTypeCodeGen
generateCloneGetter(nrxgen, String, String) - Method in class de.ipcon.schema.generators.netrexx.NRXWrappingArrayTypeCodeGen
generateCloneGetter(C, String, String) - Method in interface de.ipcon.schema.generators.WrappingArrayTypeCodeGenI
generateDefaultNNGetterWithoutParams(C) - Method in class de.ipcon.schema.generators.AttributeTypeCodeGen
generateDefaultNNGetterWithoutParams(JavaClassGen) - Method in class de.ipcon.schema.generators.java.JavaAttributeTypeCodeGen
generateDefaultNNGetterWithoutParams(nrxgen) - Method in class de.ipcon.schema.generators.netrexx.NRXAttributeTypeCodeGen
generateDefaultNNGetterWithParams(C) - Method in class de.ipcon.schema.generators.AttributeTypeCodeGen
generateDefaultNNGetterWithParams(JavaClassGen) - Method in class de.ipcon.schema.generators.java.JavaAttributeTypeCodeGen
generateDefaultNNGetterWithParams(nrxgen) - Method in class de.ipcon.schema.generators.netrexx.NRXAttributeTypeCodeGen
generateDruckziel(long, String, String, String, String) - Method in class de.ipcon.schema.generators.CoreData
Generates a specific Druckziel object using the supplied data.
generateDruckziele() - Method in class de.ipcon.schema.generators.CoreData
(Re)Generates the default Druckziele objects.
generateEntities(SchemaI) - Method in class de.ipcon.schema.generators.CastorMapping
generateEntity(CBOEntity, SchemaI) - Method in class de.ipcon.schema.generators.AbstractSource
generateEntity(CBOEntity) - Method in class de.ipcon.schema.generators.CastorMapping
generateEntity(CBOEntity, SchemaI) - Method in class de.ipcon.schema.generators.java.JavaPersistenceCode
generateEntity(CBOEntity, SchemaI) - Method in class de.ipcon.schema.generators.PersistenceCode
Deprecated.
generateFields(CBOEntity, CBOAttribute) - Method in class de.ipcon.schema.generators.CastorMapping
generateFormularForEntity(EntityI) - Method in class de.ipcon.form.navtree.AutomatikStrukturFactory
generateFQN(Class) - Static method in class de.ipcon.tools.TextTools
Generates the fully qualified class name for the given class in the form it should occur in source code.
generateFQN(Class, boolean) - Static method in class de.ipcon.tools.TextTools
generateFQN(Class, boolean, boolean) - Static method in class de.ipcon.tools.TextTools
generateGetByIndex(JavaClassGen, CBOAttributeI, String, String, String) - Method in class de.ipcon.schema.generators.java.JavaWrappingArrayTypeCodeGen
generateGetByIndex(nrxgen, CBOAttributeI, String, String, String) - Method in class de.ipcon.schema.generators.netrexx.NRXWrappingArrayTypeCodeGen
generateGetByIndex(C, CBOAttributeI, String, String, String) - Method in interface de.ipcon.schema.generators.WrappingArrayTypeCodeGenI
generateGetLength(JavaClassGen, CBOAttributeI, String, String, String) - Method in class de.ipcon.schema.generators.java.JavaWrappingArrayTypeCodeGen
generateGetLength(nrxgen, CBOAttributeI, String, String, String) - Method in class de.ipcon.schema.generators.netrexx.NRXWrappingArrayTypeCodeGen
generateGetLength(C, CBOAttributeI, String, String, String) - Method in interface de.ipcon.schema.generators.WrappingArrayTypeCodeGenI
generateGetNNWithoutParameters(JavaClassGen) - Method in class de.ipcon.schema.generators.java.JavaWrappingArrayTypeCodeGen
generateGetNNWithoutParameters(nrxgen) - Method in class de.ipcon.schema.generators.netrexx.NRXWrappingArrayTypeCodeGen
generateGetNNWithoutParameters(C) - Method in interface de.ipcon.schema.generators.WrappingArrayTypeCodeGenI
generateGetNNWithParameters(JavaClassGen) - Method in class de.ipcon.schema.generators.java.JavaWrappingArrayTypeCodeGen
Generates the default getter for non-virtual attributes to always return a cloned instance to prevent direct access to the current attribute state.
generateGetNNWithParameters(nrxgen) - Method in class de.ipcon.schema.generators.netrexx.NRXWrappingArrayTypeCodeGen
Generates the default getter for non-virtual attributes to always return a cloned instance to prevent direct access to the current attribute state.
generateGetNNWithParameters(C) - Method in interface de.ipcon.schema.generators.WrappingArrayTypeCodeGenI
generateImpl(SchemaI, SchemaI) - Method in class de.ipcon.db.tools.DoubleIdFixer
generateImpl(SchemaI, SchemaI) - Method in class de.ipcon.schema.generators.AbstractSQL
generateImpl(SchemaI, SchemaI) - Method in class de.ipcon.schema.generators.DiscriminatorSync
generateImpl(SchemaI, SchemaI) - Method in class de.ipcon.schema.generators.IntegrityCheck
generateImpl(SchemaI) - Method in class de.ipcon.schema.generators.PostgreSQL
generateImpl(SchemaI, SchemaI) - Method in class de.ipcon.schema.generators.PostgreSQL
generateImpl(SchemaI, SchemaI) - Method in class de.ipcon.schema.generators.PostgreSQLFirstNodeStart
generateInterface(SchemaInterfaceI) - Method in class de.ipcon.schema.generators.java.JavaPersistenceCode
generates a java source file for a schema-declared interface
generateLesezeichenForEntity(EntityI) - Method in class de.ipcon.form.navtree.AutomatikStrukturFactory
generateMapping(SchemaI, int) - Static method in class de.ipcon.schema.generators.CastorMapping
generatePassword(int) - Static method in class de.ipcon.tools.CryptoTools
Generates and returns a password
generatePassword(int, int) - Static method in class de.ipcon.tools.CryptoTools
generatePassword(int, int, Rexx) - Static method in class de.ipcon.tools.CryptoTools
generatePasswordCharsAndNumbersOnly(int) - Static method in class de.ipcon.tools.CryptoTools
Generates and returns a password containing only of numbers and letters
(excluding O, I, L, 0 and 1 which can easily be mistaken for one another).
generatePasswordCharsOnly(int) - Static method in class de.ipcon.tools.CryptoTools
Generates and returns a password containing only of letters
(excluding O, I and L which can easily be mistaken for 0 and 1).
generatePasswordNumsOnly(int) - Static method in class de.ipcon.tools.CryptoTools
Generates and returns a password containing only of numbers.
generatePostgreSQLIndexesForEntity(CBOEntity) - Method in class de.ipcon.schema.generators.PostgreSQL
generateRelationTables(SchemaI, boolean) - Method in class de.ipcon.schema.generators.PostgreSQL
generateReportForEntity(EntityI, boolean) - Method in class de.ipcon.form.navtree.AutomatikStrukturFactory
generateSchabloneForEntity(EntityI) - Method in class de.ipcon.form.navtree.AutomatikStrukturFactory
generateSetBOLoaderHookCode(M) - Method in class de.ipcon.schema.generators.AttributeTypeCodeGen
generateSetByIndex(JavaClassGen, CBOAttributeI, String, String, String) - Method in class de.ipcon.schema.generators.java.JavaWrappingArrayTypeCodeGen
generateSetByIndex(nrxgen, CBOAttributeI, String, String, String) - Method in class de.ipcon.schema.generators.netrexx.NRXWrappingArrayTypeCodeGen
generateSetByIndex(C, CBOAttributeI, String, String, String) - Method in interface de.ipcon.schema.generators.WrappingArrayTypeCodeGenI
generateSetHookCode(M) - Method in class de.ipcon.schema.generators.AttributeTypeCodeGen
generateSetHookCode(JavaMethodGen) - Method in class de.ipcon.schema.generators.java.JavaPasswordTypeCodeGen
generateSetHookCode(JavaMethodGen) - Method in class de.ipcon.schema.generators.java.JavaWrappingArrayTypeCodeGen
generateSetHookCode(nrxmethod) - Method in class de.ipcon.schema.generators.netrexx.NRXPasswordTypeCodeGen
generateSetHookCode(nrxmethod) - Method in class de.ipcon.schema.generators.netrexx.NRXWrappingArrayTypeCodeGen
generateSources(Document, Rexx) - Static method in class de.ipcon.schema.CBOSchema
Generates the source code for the BOs.
generateStrukturForEntity(EntityI, int) - Method in class de.ipcon.form.navtree.AutomatikStrukturFactory
GeneratorFactory - Class in de.ipcon.schema.generators
This class is an abstraction mechanism for various database implementations.
GeneratorJob - Class in de.ipcon.schema.generators
GeneratorJob(Logger, AbstractSQL, long) - Constructor for class de.ipcon.schema.generators.GeneratorJob
GeneratorJobComparator - Class in de.ipcon.schema.generators
This class is needed for sorting the GeneratorJob-s correctly
into the
IntegrityCheck's PriorityBlockingQueue.
GeneratorJobComparator() - Constructor for class de.ipcon.schema.generators.GeneratorJobComparator
GeoCoordinate - Class in de.ipcon.tools.geo
Wrapper class to store latitude & longitude
GeoCoordinate(BigDecimal, BigDecimal) - Constructor for class de.ipcon.tools.geo.GeoCoordinate
GeographyTools - Class in de.ipcon.tools
Utility class for performing operations related to geography, such as distance calculation.
GeoTools - Class in de.ipcon.tools.geo
get(Object) - Method in class de.ipcon.db.cache.BOCache
get(Object, boolean) - Method in class de.ipcon.db.cache.BOCache
get(Object, boolean, boolean) - Method in class de.ipcon.db.cache.BOCache
get(Object[]) - Method in class de.ipcon.db.cache.BOCache
get(Object[], boolean) - Method in class de.ipcon.db.cache.BOCache
get(Object[], boolean, boolean) - Method in class de.ipcon.db.cache.BOCache
get(BenanntPath) - Method in class de.ipcon.db.CodebausteinCache
get(BenanntPath[], Benannt) - Method in class de.ipcon.db.CodebausteinStorage
get(BenanntPath[], Benannt, boolean) - Method in class de.ipcon.db.CodebausteinStorage
get(BenanntPath, Benannt) - Method in class de.ipcon.db.CodebausteinStorage
Get and return the Codebaustein with the given name.
get(BenanntPath, Benannt, boolean) - Method in class de.ipcon.db.CodebausteinStorage
get(Object[], Object[]) - Method in class de.ipcon.db.core.BOPivot
retrieves values from the given coordinates in the BOPivot
get(BOPivot.Key) - Method in class de.ipcon.db.core.BOPivot
retrieves values from the coordinates in the BOPivot specified by the given key
get(BenanntPath, Benannt) - Method in interface de.ipcon.db.core.CodebausteinStorageI
get(BenanntPath, Benannt, boolean) - Method in interface de.ipcon.db.core.CodebausteinStorageI
get(BenanntPath[], Benannt) - Method in interface de.ipcon.db.core.CodebausteinStorageI
get(BenanntPath[], Benannt, boolean) - Method in interface de.ipcon.db.core.CodebausteinStorageI
get(Object) - Method in class de.ipcon.db.core.LazyRelationMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class de.ipcon.db.core.ReentrantLockPool
get(Object) - Method in class de.ipcon.db.core.RetainedChanges
get(String) - Method in class de.ipcon.db.importer.CSVDataSet
get(String) - Method in interface de.ipcon.db.importer.DataSetI
get(int) - Method in class de.ipcon.form.DoubleList
Returns a pair of elements in this DoubleList
get() - Method in class de.ipcon.schema.AnnotatedValue
Retrieves the actual value encapsulated by this AnnotatedValue.
get(Object) - Method in interface de.ipcon.schema.AttributeAccessorI
get() - Method in class de.ipcon.schema.generators.DatabaseConnectionPool
get(boolean) - Method in class de.ipcon.schema.generators.DatabaseConnectionPool
get(Object, boolean) - Method in interface de.ipcon.tools.BOCacheI
get(Object, boolean, boolean) - Method in interface de.ipcon.tools.BOCacheI
get(Object[], boolean) - Method in interface de.ipcon.tools.BOCacheI
get(Object[], boolean, boolean) - Method in interface de.ipcon.tools.BOCacheI
get(Object[]) - Method in class de.ipcon.tools.cache.ObjectCache
get(Object) - Method in class de.ipcon.tools.cache.ObjectCache
get(String) - Method in class de.ipcon.tools.cache.ObjectCache
Returns the Object referenced by String key from the cache (or
from the parent cache, if we have one).
get(Object) - Method in interface de.ipcon.tools.CacheI
get(Object[]) - Method in interface de.ipcon.tools.CacheI
get(Object) - Method in class de.ipcon.tools.ConcurrentIdentityHashMap
Returns the value to which the specified key is mapped, or null
if this map contains no mapping for the key.
get(Object) - Method in class de.ipcon.tools.ExpiringTokenStore
Returns the value to which the specified key is mapped, or null if this store contains no association for the key.
get() - Method in interface de.ipcon.tools.function.ThrowingSupplier
get(int) - Method in class de.ipcon.tools.IndexedHashSet
get() - Method in interface de.ipcon.tools.ref.ExpungeableReferenceI
get(Object[]) - Method in class de.ipcon.tools.ref.SoftReferenceCache
get(Object[], boolean) - Method in class de.ipcon.tools.ref.SoftReferenceCache
get(Object[], boolean, boolean) - Method in class de.ipcon.tools.ref.SoftReferenceCache
get(Object) - Method in class de.ipcon.tools.ref.SoftReferenceCache
get(Object, boolean) - Method in class de.ipcon.tools.ref.SoftReferenceCache
get(Object, boolean, boolean) - Method in class de.ipcon.tools.ref.SoftReferenceCache
get(Object) - Method in class de.ipcon.tools.WeakIdentityHashMap
Returns the value of the mapping with the specified key.
get64BitJVMExecutable() - Static method in class de.ipcon.tools.windows.JreFinder
get64BitJVMExecutable(String) - Static method in class de.ipcon.tools.windows.JreFinder
GET_ORIGNODE_DEFAULT_VALUE - Static variable in class de.ipcon.db.core.Transaction
getAblehnenPotenziellAufgehobenDurch() - Method in class de.ipcon.db.core.RechteZuweisung
getAbsender() - Method in class de.ipcon.db.core.MyTISMBenachrichtigung
getAcceleratorKeyAsString() - Method in class de.ipcon.form.FormAction
getAcceleratorKeyAsString() - Static method in class de.ipcon.tools.TextTools
returns localized string of given accelerator key, or null
if accKey itself oder the KeyStroke for is null
getAcceleratorKeyAsString(String) - Static method in class de.ipcon.tools.TextTools
getAcceleratorKeyAsString(KeyStroke) - Static method in class de.ipcon.tools.TextTools
returns localized string of given keystroke or null
if the KeyStroke was passed as null
getAcceptedIssuers() - Method in class de.ipcon.tools.net.NullTrustManager
getAccessedByAttribute() - Method in class de.ipcon.db.core.ArrayZeilenWrapper
getAccessedFrom() - Method in class de.ipcon.db.core.ArrayZeilenWrapper
getAccessibleContext() - Method in class de.ipcon.db.core.LazyImageIcon
getAccKeys() - Method in class de.ipcon.form.FormAction
getAccountId() - Method in class de.ipcon.db.core.SyncServiceTools.SyncAccountConfiguration
getAccountName() - Method in class de.ipcon.db.core.SyncServiceTools.SyncAccountConfiguration
getAccountPass() - Method in class de.ipcon.db.core.SyncServiceTools.SyncAccountConfiguration
getAcquiredAt() - Method in class de.ipcon.db.protocol.socket.PooledSocket
getAcquiredFrom() - Method in class de.ipcon.db.protocol.socket.PooledSocket
Returns the Thread from which this PooledSocket was acquired, if it has not yet been garbage collected.
getAcquiredWhen() - Method in class de.ipcon.db.protocol.socket.PooledSocket
getAction() - Method in class de.ipcon.form.FButton
getAction() - Method in class de.ipcon.form.FToggleButton
getActionCommand() - Method in class de.ipcon.form.FormAction
getActionList() - Method in class de.ipcon.schema.CBOEntity
getActionList() - Method in interface de.ipcon.schema.EntityI
getActionList() - Method in class de.ipcon.schema.EntityWrapper
getActionMap() - Method in class de.ipcon.schema.CBOEntity
getActionName() - Method in class de.ipcon.form.FButton
getActionName() - Method in class de.ipcon.form.FToggleButton
getActions() - Method in class de.ipcon.form.AbstractClientDesktopElement
getActions() - Method in class de.ipcon.form.ClientDesktopManager
getActions() - Method in class de.ipcon.form.FormAction
getActions() - Method in interface de.ipcon.form.FormElementI
getActions() - Method in class de.ipcon.form.FPanel
getActions() - Method in class de.ipcon.form.navtree.ClientNavigationTree
Tiny helper class for the action_refresh() and postInit() methods.
getActions() - Method in class de.ipcon.form.table.FTableColumn
getActionsOfKind(int) - Method in class de.ipcon.form.FBorder
getActionsOfKind(int, boolean) - Method in class de.ipcon.form.FBorder
getActionsOfKind(int) - Method in class de.ipcon.form.FormAction
getActionsOfKind(int) - Method in interface de.ipcon.form.FormElementI
getActionsOfKind(int) - Method in class de.ipcon.form.FPanel
getActionsOfKind(Map, int) - Static method in class de.ipcon.form.FPanel
getActionsOfKind(int) - Method in class de.ipcon.form.FPopup
getActionsOfKind(int) - Method in class de.ipcon.form.table.FTableColumn
getActive() - Method in class de.ipcon.db.core.BOAlarmStatus
getActiveFrameComponent() - Method in class de.ipcon.form.ClientDesktopManager
getActiveFrameComponent() - Method in class de.ipcon.form.ClientNativeWindowManager
getActiveFrameComponent() - Method in class de.ipcon.form.ClientSDIManager
getActiveFrameComponent() - Method in interface de.ipcon.form.MDIManagerI
getActiveSessionInfos() - Method in class de.ipcon.db.protocol.BackendProtocolServer
getActiveSessionInfos() - Method in interface de.ipcon.db.protocol.BackendProtocolServerI
getActiveSessions() - Method in class de.ipcon.db.protocol.BackendProtocolServer
getActual() - Method in exception de.ipcon.db.importer.InvalidNumberOfCSVColumnsException
getActual() - Method in exception de.ipcon.db.importer.InvalidNumberOfCSVColumnsInLineException
getActualDestinationNode(NavigationTreeNode) - Method in class de.ipcon.form.navtree.ClientNavigationTree
getAddedValues(BO, String) - Method in class de.ipcon.db.core.Transaction
Calculates and returns a Map of Business Objects (BOs) that were added to a specified
many-relation attribute of a given BO within the context of this transaction.
getAdditionalAutoRefreshEntities() - Method in class de.ipcon.form.FTable
getAdditionalAutoRefreshEntities(int) - Method in class de.ipcon.form.FTable
getAdditionalAutoRefreshEntities() - Method in interface de.ipcon.form.table.FTableConfigurationI
getAdditionalInformation() - Method in class de.ipcon.db.event.DBManEvent
returns the additional information on the client which is already tailored for the current filter
this event is delivered for.
getAdditionalInformation() - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getAdditionalLookupAttributePaths() - Method in interface de.ipcon.db.query.ConfigurableQueryI
getAdditionalRoots() - Method in class de.ipcon.db.core.DateiSystemSync
getAddress() - Method in class de.ipcon.db.notification.AddressWithInfo
getAddress() - Method in class de.ipcon.db.protocol.BackendConnection
getAddress() - Method in interface de.ipcon.db.protocol.ServerConnectionI
getAddresses() - Method in class de.ipcon.db.notification.ReceiverDeterminationResult
getAdminBenutzer(BOLoaderI) - Static method in class de.ipcon.db.core.BenutzerGroupAspects
Retrieves the administrator user.
getAdminCoreId() - Method in class de.ipcon.schema.generators.CoreData
getAdmins(BOQueryLoaderI) - Static method in class de.ipcon.db.core.Gruppe
getAdressenInOrder(Transaction) - Method in class de.ipcon.db.core.Benutzer
getAdressenInOrder(Transaction) - Method in class de.ipcon.db.core.MyTISMAdresse
getAdressenInOrder(Transaction) - Method in interface de.ipcon.db.core.NotificationReceiverI
Returns the concrete address or addresses to which the notification should
actually be sent.
getAdressenOhneVersendungen() - Method in class de.ipcon.db.core.MyTISMBenachrichtigung
getAdressenToNotify(NotificationReceiverI, Transaction) - Method in class de.ipcon.db.core.MyTISMBenachrichtigung
Checks if the given receiver is useable and determine and return the addresses to send this notification to in
that case; if the receiver is not useable for some reason the result will only contain info about the
reason for that.
getAffectedBOs() - Method in class de.ipcon.db.core.BT
Returns a map with all
BO instances of the given class which were affected (created, changed or deleted)
by this
BT.
getAffectedBOs(Class) - Method in class de.ipcon.db.core.BT
getAffectedEntity(SchemaI) - Method in class de.ipcon.db.core.BOProc
getAffectedEntity(SchemaI) - Method in interface de.ipcon.db.core.BOProcI
Retrieves the `EntityI` that is directly impacted by the changes represented by this `BOProcI`,
i.e. the entity of the modified BO.
getAffectedEntity(SchemaI) - Method in class de.ipcon.db.core.BP
getAffectedIds(SchemaI) - Method in interface de.ipcon.db.core.BOProcI
Retrieves the Ids of the Business Objects (BOs) affected by this BOProcI.
getAffectedLine() - Method in exception de.ipcon.db.importer.InvalidNumberOfCSVColumnsInLineException
getAffectedLineNumber() - Method in exception de.ipcon.db.importer.InvalidNumberOfCSVColumnsInLineException
getAffectedPersonPaths() - Method in class de.ipcon.schema.gdpr.GDPRPolicy
Returns the set of paths to affected person information.
getAgeInMinutes() - Method in class de.ipcon.db.api.websockets.DatedDBManEvent
getAggregateFunction() - Method in class de.ipcon.schema.CBOAttribute
getAggregateOf() - Method in class de.ipcon.schema.CBOAttribute
getAggregateParameters() - Method in class de.ipcon.schema.CBOAttribute
getAktuellsteFehlgeschlageneVersendungen() - Method in class de.ipcon.db.core.MyTISMBenachrichtigung
getAlarm() - Method in exception de.ipcon.db.core.Alarm.AlarmDefinitionException
getAlarm() - Method in class de.ipcon.db.core.BOAlarmStatus
Returns the
Alarm this
BOAlarmStatus is associated with, probably loading it from the database
if required.
getAlarmClass() - Method in class de.ipcon.db.alarm.AlarmHandler
Determines the specific subclass of Alarm for which this
AlarmHandler is responsible.
getAlarmClass() - Method in class de.ipcon.db.alarm.BOBasierterTerminHandler
getAlarmClass() - Method in class de.ipcon.db.alarm.EinfacherTerminHandler
getAlarmClass() - Method in class de.ipcon.db.alarm.HinweisHandler
getAlarmClass() - Method in class de.ipcon.db.alarm.WiedervorlageHandler
getAlarmClass() - Method in class de.ipcon.db.core.BOAlarmStatus
This method returns the Class of the Alarme for which this instance is responsible for.
getAlarmClass() - Method in class de.ipcon.db.core.BOAlarmStatusManager
getAlarmClass() - Method in class de.ipcon.db.core.BOBasierterTerminStatus
getAlarmClass() - Method in class de.ipcon.db.core.BOBasierterTerminStatusManager
getAlarmClass() - Method in class de.ipcon.db.core.WiedervorlageStatus
getAlarmClass() - Method in class de.ipcon.db.core.WiedervorlageStatusManager
getAlarme() - Method in class de.ipcon.db.alarm.AlarmHandler
Basically a simple data holder for the plethora of values that need to be passed around in the course of an alarm
triggering.
getAlarmeIterator() - Method in class de.ipcon.db.alarm.AlarmHandler
getAlarmeIterator() - Method in interface de.ipcon.db.alarm.BOMonitoringAlarmHandlerI
getAlarmModule() - Method in class de.ipcon.db.alarm.AlarmHandler
getAlarmModule() - Method in class de.ipcon.db.DBMan
getAlias() - Method in class de.ipcon.db.fulltext.compass.LdelSubIndexHash
getAlias() - Method in class de.ipcon.db.oql.FromNode
getAlias() - Method in class de.ipcon.db.oql.predicate.OQLQueryPredicate
getAlias() - Method in class de.ipcon.form.selectiontree.AliasTemplateSelectionTreeNode
getAlias() - Method in class de.ipcon.schema.generators.SQLStatementTable
getAlias() - Method in class de.ipcon.tools.ScriptImport
getAliase() - Method in class de.ipcon.db.core.ArrayZeilenWrapper
The list of aliase to use
getAliasFor(SQLTable) - Method in class de.ipcon.schema.generators.SQLStatement
getAlign() - Method in class de.ipcon.form.FTextInputComponent
getAll(BO) - Method in class de.ipcon.form.navtree.ClientNavigationTreeModel.NodeCache
getAll(Long) - Method in class de.ipcon.form.navtree.ClientNavigationTreeModel.NodeCache
getAll(BO) - Method in interface de.ipcon.form.navtree.NavigationTreeModelNodeCacheI
getAll(Long) - Method in interface de.ipcon.form.navtree.NavigationTreeModelNodeCacheI
getAll() - Method in class de.ipcon.tools.Log4j1_ANSIColorLayout
getAllActions() - Method in interface de.ipcon.form.ClientContextI
getAllActions() - Method in class de.ipcon.gui.BasicClient
getAllActionsForType(String) - Method in class de.ipcon.tools.FreeDesktopMimeActionsHandler
getAllActionsForType(String) - Method in class de.ipcon.tools.MailcapMimeActionsHandler
getAllActionsForType(String) - Method in interface de.ipcon.tools.MimeActionsHandlerI
getAllActionsOfKind() - Method in class de.ipcon.form.DefaultFormContext
getAllActionsOfKind(int) - Method in class de.ipcon.form.DefaultFormContext
getAllActionsOfKind(int, LinkedHashMap) - Method in class de.ipcon.form.DefaultFormContext
getAllActionsOfKind(int) - Method in interface de.ipcon.form.FormContextI
getAllAttributeList() - Method in interface de.ipcon.schema.StructuredEntityI
Returns a List of all AttributeI instances (including many-relations) of only this EntityI,
i.e. excluding attributes from its sub-EntityI instances.
getAllAttributeList(boolean) - Method in interface de.ipcon.schema.StructuredEntityI
Returns a List of all AttributeI instances (including many-relations) of this EntityI, and optionally,
also includes attributes from its sub-EntityI instances based on the passed parameters.
getAllAttributeList(boolean, boolean) - Method in interface de.ipcon.schema.StructuredEntityI
Returns a List of all AttributeI instances of this EntityI, and optionally,
also includes attributes from its sub-EntityI instances based on the passed parameters.
getAllAttributeListByType() - Method in interface de.ipcon.schema.StructuredEntityI
Returns a List of all persistent AttributeI-s of this EntityI based on the specified criteria,
including many-relations, but excluding AttributeI-s from sub-EntityI-s.
getAllAttributeListByType(boolean) - Method in interface de.ipcon.schema.StructuredEntityI
Returns a List of AttributeI-s of this EntityI based on the specified criteria, including many-relations,
but excluding AttributeI-s from sub-EntityI-s.
getAllAttributeListByType(boolean, boolean) - Method in interface de.ipcon.schema.StructuredEntityI
Returns a List of AttributeI-s of this EntityI based on the specified criteria, including many-relations.
getAllAttributeListByType(boolean, boolean, boolean) - Method in interface de.ipcon.schema.StructuredEntityI
Returns a List of AttributeI-s of this EntityI based on the specified criteria.
getAllAttributeListWithoutSubentities() - Method in interface de.ipcon.schema.StructuredEntityI
Returns a List of all attributes of this StructuredEntityI, including many-relations and including the attributes from base entities but
excluding attributes from subentities of this StructuredEntityI.
getAllAttributeListWithoutSubentities(boolean) - Method in interface de.ipcon.schema.StructuredEntityI
Returns a List of all attributes of this StructuredEntityI, including the attributes from base entities but
excluding attributes from subentities of this StructuredEntityI.
getAllAttributeMap() - Method in class de.ipcon.schema.EntityDefinition
getAllAttributes() - Method in class de.ipcon.schema.SchemaInterface
getAllAttributes() - Method in interface de.ipcon.schema.SchemaInterfaceI
getAllBOParents(BO) - Method in class de.ipcon.form.tree.FTreeModel
This method will return the bo-"path" to a BO.
getAllCauses(Throwable) - Static method in exception de.ipcon.tools.IRuntimeException
Deprecated.
getAllCauses(Throwable) - Static method in class de.ipcon.tools.ThrowableTools
getAllContacts() - Method in class de.ipcon.form.scheduler.FSchedulerBOModel
getAllCoreAttributeList() - Method in interface de.ipcon.schema.StructuredEntityI
Retrieves a list of attributes that were initially defined in the MyTISM core schema.
getAlleAliase() - Method in class de.ipcon.db.core.Struktur
Returns map contains all aliases pointing to THIS.
getAlleAliase(HashMap<Long, Alias>) - Method in class de.ipcon.db.core.Struktur
getAlleBeiAusloesungBenachrichtigen() - Method in class de.ipcon.db.core.Alarm
Convenience method to retrieve all recipients from the BeiAusloesungBenachrichtigen, BeiAusloesungBenachrichtigenCC
and BeiAusloesungBenachrichtigenBCC relations.
getAlleEmpfaenger() - Method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
Convenience method to retrieve all recipients from the "Empfaenger", "EmpfaengerCC" and "EmpfaengerBCC" relations.
getAllEl() - Method in class de.ipcon.schema.ScriptedAttribute
getAllGroups() - Method in class de.ipcon.form.scheduler.FSchedulerBOModel
getAllGUIBenutzer(BOLoaderI) - Static method in class de.ipcon.db.core.BenutzerGroupAspects
Retrieves all users with GUI (Graphical User Interface) access.
getAllInterfaces(Class) - Static method in class de.ipcon.tools.ReflectionTools
Returns an Array with all interfaces implemented by the
given Class and its parents
just a wrapper for getAllInterfaces(c = Class, set = Set)
getAllLocals() - Method in class de.ipcon.db.core.Transaction.Savepoint
getAllMenus() - Method in interface de.ipcon.form.ClientContextI
getAllMenus() - Method in class de.ipcon.gui.BasicClient
getAllModuleAttributeList() - Method in interface de.ipcon.schema.StructuredEntityI
Retrieves a list of attributes that were initially defined in the schema of any module.
getAllOverlapping(Collection, boolean) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
Returns a Map containing all IdentifiableTimespanI objects and their Ids from the given collection,
whose time periods overlap either fully or partially with each other.
getAllOverlapping(Collection) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
Returns a Map containing all IdentifiableTimespanI objects and their Ids from the given collection,
whose time periods overlap either fully or partially with each other.
getAllOverlapping(Collection, Class) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getAllOverlapping(Collection, Class, boolean) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getAllOverlappingWith(IdentifiableTimespanI, Collection, boolean) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
Returns a Map containing all IdentifiableTimespanI objects and their Ids from the given collection,
whose time periods overlap either fully or partially with the provided candidate.
getAllOverlappingWith(IdentifiableTimespanI, Collection) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getAllOverlappingWith(IdentifiableTimespanI, Collection, Class<? extends IdentifiableTimespanI>) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getAllOverlappingWith(IdentifiableTimespanI, Collection, Class<? extends IdentifiableTimespanI>, boolean) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getAllOverlappingWith(T, Collection<T>, boolean) - Static method in class de.ipcon.tools.date.TimespanTools
getAllOverlappingWith(T, Collection<T>, Class<? extends T>, boolean) - Static method in class de.ipcon.tools.date.TimespanTools
Returns a Map containing all IdentifiableTimespanI objects and their Ids from the given collection,
whose time periods overlap either fully or partially with the provided candidate.
getAllowed() - Static method in enum de.ipcon.schema.AttributeName
Returns a comma-separated string of all allowed XML attribute names.
getAllowed() - Static method in enum de.ipcon.schema.ElementName
Returns a comma-separated string of all allowed XML element names.
getAllowed() - Static method in enum de.ipcon.schema.gdpr.DataCategorySubelementName
Returns a comma-separated string of all allowed XML sub-element names within a `<DataCategory>` element.
getAllowed() - Static method in enum de.ipcon.schema.gdpr.DataRetentionPolicySubelementName
Returns a comma-separated string of all allowed XML sub-element names within a `<DataRetentionPolicy>` element.
getAllowed() - Static method in enum de.ipcon.schema.gdpr.GDPRPolicyElementName
Returns a comma-separated string of all allowed XML element names.
getAllowed() - Static method in enum de.ipcon.schema.gdpr.ProcessingPurposeSubelementName
Returns a comma-separated string of all allowed XML sub-element names within a `<ProcessingPurpose>` element.
getAllowedAttributeNames() - Method in enum de.ipcon.schema.gdpr.GDPRPolicyElementName
Returns the allowed attribute names for this subnode.
getAllowedChars() - Method in class de.ipcon.schema.types.PhoneNumberType
getAllowedClass() - Method in class de.ipcon.form.navtree.BenanntNavigationTreeNode
getAllowedClass() - Method in class de.ipcon.form.navtree.BONavigationTreeNode
getAllowedClasses() - Method in exception de.ipcon.schema.types.MarshallingException
getAllowedClasses(int) - Method in exception de.ipcon.schema.types.MarshallingException
getAllowNullElements() - Method in class de.ipcon.schema.types.WrappingArrayType
getAllowsChildren() - Method in class de.ipcon.form.selectiontree.AliasTemplateSelectionTreeNode
getAllowsChildren() - Method in class de.ipcon.form.selectiontree.OrdnerTemplateSelectionTreeNode
getAllowsChildren() - Method in class de.ipcon.form.selectiontree.SchabloneTemplateSelectionTreeNode
getAllowsChildren() - Method in class de.ipcon.form.selectiontree.TemplateSelectionTreeNode
getAllPartiallyValidDuring(Map, TimespanI) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
Returns a Map with all IdentifiableTimespanI-s among the values of the passed Map that are at least partially valid
during the passed TimespanI (ignoring time).
getAllPartiallyValidDuring(Map, TimespanI, boolean) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getAllPartiallyValidDuring(Map, TimespanI, boolean, Class) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getAllPartiallyValidDuring(Map, Date, Date) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
Returns a Map with all IdentifiableTimespanI-s among the values of the passed Map that are at least partially valid
between the passed from and upto (ignoring time).
getAllPartiallyValidDuring(Map, Date, Date, boolean) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getAllPartiallyValidDuring(Map, Date, Date, boolean, Class) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getAllPartiallyValidDuring(Collection, TimespanI) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
Returns a Map with all IdentifiableTimespanI-s among the values of the passed Collection that are at least partially valid
during the passed TimespanI (ignoring time).
getAllPartiallyValidDuring(Collection, TimespanI, boolean) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getAllPartiallyValidDuring(Collection, TimespanI, boolean, Class) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getAllPartiallyValidDuring(Collection, Date, Date) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
Returns a Map with all IdentifiableTimespanI-s among the values of the passed Collection that are at least partially valid
between the passed from and upto (ignoring time).
getAllPartiallyValidDuring(Collection, Date, Date, boolean) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getAllPartiallyValidDuring(Collection, Date, Date, boolean, Class) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getAllPossibleRelationsTo(EntityI) - Static method in class de.ipcon.schema.SchemaTools
Returns all persistent AttributeI-s possibly referring to a given EntityI (or one of it's super classes), even if
they're marked as ignoreBackRelation .
getAllProjectAttributeList() - Method in interface de.ipcon.schema.StructuredEntityI
Retrieves a list of attributes that were initially defined in the schema of the current project.
getAllRelations(EntityI) - Static method in class de.ipcon.schema.SchemaTools
Returns a List of all attributes of the given
entity which are relations, including the attributes from
entity bases
getAllStates() - Static method in enum de.ipcon.db.notification.NotificationSendingState
getAllStrukturElements() - Method in class de.ipcon.form.navtree.AutomatikStrukturFactory
Includes the non automatic structures as well.
getAllStrukturFiles(File) - Method in class de.ipcon.db.core.DateiSystemSync
Nimmt alle Dateien im Resourceverzeichnis auf und gibt die 'passenden' in
einer ArrayListe mit FilesystemObjects zurueck.
getAllSubEntityList() - Method in interface de.ipcon.schema.StructuredEntityI
Returns a List of all sub-EntityI-s of this EntityI
getAllSubEntityList(boolean) - Method in interface de.ipcon.schema.StructuredEntityI
Returns a List of all sub-EntityI instances of this EntityI.
getAllSubEntityList(boolean, boolean) - Method in interface de.ipcon.schema.StructuredEntityI
Returns a List of all sub-EntityI instances of this EntityI.
getAllSubtreeItems() - Method in interface de.ipcon.form.navtree.NavigationItemI
getAllSubtreeItems() - Method in class de.ipcon.form.navtree.NavigationTreeNode
Returns all Item of the Subtree and skips the following:
if finalBO is of type Ordner, skipAliasOrdnerContents is set to true, node is of type
StrukturNavigationTreeNode and BO-Type of node is an Alias.
getAllSubtreeItems(boolean) - Method in class de.ipcon.form.navtree.NavigationTreeNode
getAllSubtreeItems(boolean, boolean) - Method in class de.ipcon.form.navtree.NavigationTreeNode
getAllSubtreeItems(boolean) - Method in interface de.ipcon.form.navtree.ParentNavigationItemI
getAllToolBars() - Method in interface de.ipcon.form.ClientContextI
getAllToolBars() - Method in class de.ipcon.gui.BasicClient
getAllValid(Map<Long, ? extends IdentifiableTimespanI>, Date) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
Returns a Map with all IdentifiableTimespanI-s among the values of the passed Map that are valid at the passed date.
getAllValid(Map<Long, ? extends IdentifiableTimespanI>, Date, boolean) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getAllValid(Map<Long, ? extends IdentifiableTimespanI>, Date, boolean, boolean) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getAllValid(Map<Long, ? extends IdentifiableTimespanI>, Date, boolean, boolean, Class) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getAllValid(Collection<? extends IdentifiableTimespanI>, Date) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
Returns a Map with all IdentifiableTimespanI-s among the values in the passed Collection that are valid at the passed date.
getAllValid(Collection<? extends IdentifiableTimespanI>, Date, boolean) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getAllValid(Collection<? extends IdentifiableTimespanI>, Date, boolean, boolean) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getAllValid(Collection<? extends IdentifiableTimespanI>, Date, boolean, boolean, Class<? extends IdentifiableTimespanI>) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getAllValid(Map<Long, T>, Date, boolean, boolean, Class<? extends T>) - Static method in class de.ipcon.tools.date.TimespanTools
Returns a Map with all IdentifiableTimespanI-s among the values of the passed Map that are valid at the passed date.
getAllValid(Collection<T>, Date, boolean, boolean, Class<? extends T>) - Static method in class de.ipcon.tools.date.TimespanTools
Returns a Map with all IdentifiableTimespanI-s among the values in the passed Collection that are valid at the passed date.
getAllValidDuring(Map, Date, Date) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
Returns a Map with all IdentifiableTimespanI-s among the values of the passed Map that are valid
between the passed from and upto (ignoring time).
getAllValidDuring(Map, Date, Date, boolean) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getAllValidDuring(Map, Date, Date, boolean, boolean) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getAllValidDuring(Map, Date, Date, boolean, boolean, Class) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getAllValidDuring(Map, TimespanI) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
Returns a Map with all IdentifiableTimespanI-s among the values of the passed Map that are valid
during the passed TimespanI (ignoring time).
getAllValidDuring(Map, TimespanI, boolean) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getAllValidDuring(Map, TimespanI, boolean, boolean) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getAllValidDuring(Map, TimespanI, boolean, boolean, Class) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getAllValidDuring(Collection, Date, Date) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
Returns a Map with all IdentifiableTimespanI-s among the values in the passed Collection that are valid
during the passed TimespanI (ignoring time).
getAllValidDuring(Collection, Date, Date, boolean) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getAllValidDuring(Collection, Date, Date, boolean, boolean) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getAllValidDuring(Collection, Date, Date, boolean, boolean, Class<? extends IdentifiableTimespanI>) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getAllValues() - Method in class de.ipcon.tools.XmlGui
getAllVarMap() - Method in class de.ipcon.tools.BeanShellScript
getAllXMLElements() - Method in class de.ipcon.schema.SchemaInterface
getAllXMLElements() - Method in interface de.ipcon.schema.SchemaInterfaceI
Returns a collection of XML elements representing the attributes defined in this interface,
and all schema-defined super interfaces of this interface.
getAlreadyInitializedGDPRRelevantBOs(BOLoaderI, EntityI) - Static method in class de.ipcon.db.gdpr.GDPRTools
Retrieves all already initialized BOs of the given type that are relevant for GDPR processing.
getAlreadyInitializedGDPRRelevantBOsCount(BOLoaderI, EntityI) - Static method in class de.ipcon.db.gdpr.GDPRTools
Counts the number of already initialized BOs of the given type that are relevant for GDPR processing.
getAlsoMandatoryIf() - Method in class de.ipcon.form.FInputPanel
Evaluates the "alsoMandatoryIf" condition and determines if the panel should be marked as mandatory.
getAlteredBOCount() - Method in class de.ipcon.db.protocol.AbstractBackendSession
getAlteredBOCount() - Method in class de.ipcon.db.protocol.BackendSession
getAlteredBOCount() - Method in interface de.ipcon.db.protocol.BackendSessionI
getAlteredBOCount() - Method in class de.ipcon.db.protocol.BackendSessionInfo
getAlternateCellBackground() - Method in class de.ipcon.form.FTable
getAlternateCellBackground() - Method in class de.ipcon.form.table.FTableColumn
getAlternateCellBackground() - Method in interface de.ipcon.form.table.FTableConfigurationI
getAlternateCellForeground() - Method in class de.ipcon.form.FTable
getAlternateCellForeground() - Method in class de.ipcon.form.table.FTableColumn
getAlternateCellForeground() - Method in interface de.ipcon.form.table.FTableConfigurationI
getAltformat() - Method in class de.ipcon.schema.types.DatetimeType
getAltformat() - Method in class de.ipcon.schema.types.NumberType
getAnalyzedForFTS() - Method in interface de.ipcon.schema.AttributeI
getAnalyzedForFTS() - Method in class de.ipcon.schema.AttributeWrapper
getAnalyzedForFTS() - Method in class de.ipcon.schema.CBOAttribute
getAnalyzedForFTS() - Method in class de.ipcon.schema.ScriptedAttribute
getAnchor() - Method in class de.ipcon.db.oql.PathNode
getAnchorDefs() - Method in class de.ipcon.db.report.AnkerDefinitionProcessor
getAnchorEntity() - Method in class de.ipcon.db.oql.PathNode
getAnchortimeAttributeName() - Method in class de.ipcon.db.core.BOBasierterTermin
getAnchortimeAttributeName() - Method in interface de.ipcon.db.core.BOMonitoringAlarmI
getAnchortimeAttributeName() - Method in class de.ipcon.db.core.Wiedervorlage
getAndResetUsageStatistics() - Method in class de.ipcon.tools.UsageStatistics
Retrieves the current state of the usage statistics as a Map.
getAngehaengtesBO() - Method in class de.ipcon.db.core.MyTISMAnhangBOEintrag
getAnhangBOs() - Method in class de.ipcon.db.core.MyTISMBenachrichtigung
getAnkerDef() - Method in class de.ipcon.schema.generators.coredata.ReportTemplate
getAnkerDefinition() - Method in class de.ipcon.db.core.Report
getAnmeldung() - Method in class de.ipcon.db.protocol.AbstractBackendSession
getAnmeldung() - Method in interface de.ipcon.db.protocol.BackendSessionI
getAnmeldungUsed() - Method in class de.ipcon.db.BackendConnectionManager
getAnmeldungUsed() - Method in interface de.ipcon.db.BackendConnectionManagerI
getAnnotatedValue(int, BO, Object, boolean, boolean) - Method in class de.ipcon.form.table.FTableColumn
getAnnotatedValue(int, BO, Object, boolean, boolean, int) - Method in class de.ipcon.form.table.FTableColumn
getAnnotatedValue(Object, String) - Method in class de.ipcon.schema.CBOSchema
getAnnotatedValue(Object, String[]) - Method in class de.ipcon.schema.CBOSchema
getAnnotatedValue(Object, String) - Method in interface de.ipcon.schema.SchemaI
getAnnotatedValue(Object, String[]) - Method in interface de.ipcon.schema.SchemaI
getAnnotatedValue(SchemaI, Object, String) - Static method in class de.ipcon.schema.SchemaTools
Tries to retrieve the value for the given attribute (chain) from the specified
BO using the provided
SchemaI.
getAnnotatedValue(SchemaI, Object, String[]) - Static method in class de.ipcon.schema.SchemaTools
Tries to retrieve the value for the given attribute path from the specified
BO using the provided
SchemaI.
getAnnotatedValue(SchemaI, Object, String, boolean) - Static method in class de.ipcon.schema.SchemaTools
Tries to retrieve the value for the given attribute (chain) from the specified
BO using the provided
SchemaI.
getAnnotatedValue(SchemaI, Object, String[], boolean) - Static method in class de.ipcon.schema.SchemaTools
Tries to retrieve the value for the given attribute path from the specified
BO using the provided
SchemaI.
getAnnotatedValue(Object, String) - Method in class de.ipcon.schema.SchemaWrapper
getAnnotatedValue(Object, String[]) - Method in class de.ipcon.schema.SchemaWrapper
getAnnotatedValueAsString(Object, String) - Method in class de.ipcon.schema.CBOSchema
getAnnotatedValueAsString(Object, String[]) - Method in class de.ipcon.schema.CBOSchema
getAnnotatedValueAsString(Object, String) - Method in interface de.ipcon.schema.SchemaI
getAnnotatedValueAsString(Object, String[]) - Method in interface de.ipcon.schema.SchemaI
getAnnotatedValueAsString(SchemaI, Object, String) - Static method in class de.ipcon.schema.SchemaTools
Tries to get the value for given the attribute (chain) for the given
BO using the given
SchemaI as a
String and returns
an
AnnotatedValue which allows to get more info in the case that
errors occurred during the call.
getAnnotatedValueAsString(SchemaI, Object, String[]) - Static method in class de.ipcon.schema.SchemaTools
Tries to get the value for given the attribute path for the given
BO using the given
SchemaI as a
String and returns
an
AnnotatedValue which allows to get more info in the case that
errors occurred during the call.
getAnnotatedValueAsString(Object, String) - Method in class de.ipcon.schema.SchemaWrapper
getAnnotatedValueAsString(Object, String[]) - Method in class de.ipcon.schema.SchemaWrapper
getAnnotatedValueAt(int, int) - Method in class de.ipcon.form.table.FTableAtm
Overwritten method getAnnotatedValueAt() from interface AnnotatedValueTableModelI.
getAnnotatedValueAt(int, int, Object) - Method in class de.ipcon.form.table.FTableAtm
Retrieves the
AnnotatedValue at the specified row and column, with options for
null handling, visibility, and synchronous retrieval.
getAnnotatedValueAt(int, int, Object, boolean) - Method in class de.ipcon.form.table.FTableAtm
getAnnotatedValueAt(int, int, Object, boolean, boolean) - Method in class de.ipcon.form.table.FTableAtm
getAnnotatedValueOrFuture(int, BO, Object, boolean, boolean, int) - Method in class de.ipcon.form.table.FTableColumn
getAnswerByBOId(Long) - Method in class de.ipcon.db.core.TransactionConflictReport
Returns the TransactionConflictAnswer for the BO with the passed id.
getAntworten() - Method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
getArch() - Method in class de.ipcon.db.event.DBManServerHealthEvent
getAreaName() - Method in enum de.ipcon.schema.gdpr.GDPRArea
Returns the full name of the area, i.e. the full name of the country or "European Union".
getArgs() - Method in class de.ipcon.db.core.Druckziel.OutputDsl
getArgs() - Method in class de.ipcon.db.oql.SQLQuery
getArgumente() - Method in class de.ipcon.schema.generators.coredata.CodebausteinTemplate
getArgumente(int) - Method in class de.ipcon.schema.generators.coredata.CodebausteinTemplate
getArray(int) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of the designated JDBC ARRAY parameter as an Array object in the Java programming language.
getArray(String) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of a JDBC ARRAY parameter as an Array object in the Java programming language.
getArray(int) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as an Array object in the Java programming language.
getArray(String) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as an Array object in the Java programming language.
getArrayAttributeType(AttributeI) - Static method in class de.ipcon.schema.ArraySchemaTools
getAsBigDecimal(String) - Method in class de.ipcon.db.importer.CSVDataSet
getAsBigDecimal(String) - Method in interface de.ipcon.db.importer.DataSetI
getAsBigDecimal(Object) - Static method in class de.ipcon.tools.L10nDecimalFormat
getAsBO(String) - Method in class de.ipcon.db.importer.CSVDataSet
getAsBO(String) - Method in interface de.ipcon.db.importer.DataSetI
getAsBOInIssueReports() - Method in class de.ipcon.db.core.BO
getAsBOInIssueReportsIterator() - Method in class de.ipcon.db.core.BO
getAsBoolean(String) - Method in class de.ipcon.db.importer.CSVDataSet
getAsBoolean(String) - Method in interface de.ipcon.db.importer.DataSetI
getAsBufferedImage(int) - Method in class de.ipcon.db.core.Bild
Returns this BLOB as BufferedImage object.
getAsByteArray() - Method in class de.ipcon.db.core.Bild
getAsByteArray(int) - Method in class de.ipcon.db.core.Bild
getAsByteArray(int, int) - Method in class de.ipcon.db.core.Bild
getAsByteArray(int, int, int) - Method in class de.ipcon.db.core.Bild
getAsByteArray(int, int, int, boolean) - Method in class de.ipcon.db.core.Bild
getAsByteArray(int, int, int, boolean, boolean) - Method in class de.ipcon.db.core.Bild
getAsByteArray(int, int, int, boolean, boolean, boolean) - Method in class de.ipcon.db.core.Bild
getAsByteArray(int, int, int, boolean, boolean, boolean, int) - Method in class de.ipcon.db.core.Bild
getAsc() - Method in class de.ipcon.db.core.SortEntry
getAsciiStream(int) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of ASCII characters.
getAsciiStream(String) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of ASCII characters.
getAsComponent() - Method in class de.ipcon.form.FTable
getAsComponent() - Method in class de.ipcon.form.FTree
getAsComponent() - Method in interface de.ipcon.form.PopupableFormElementI
getAsDate(String) - Method in class de.ipcon.db.importer.CSVDataSet
getAsDate(String) - Method in interface de.ipcon.db.importer.DataSetI
getAsDouble(String) - Method in class de.ipcon.db.importer.CSVDataSet
getAsDouble(String) - Method in interface de.ipcon.db.importer.DataSetI
getAsFloat(String) - Method in class de.ipcon.db.importer.CSVDataSet
getAsFloat(String) - Method in interface de.ipcon.db.importer.DataSetI
getAsInteger(String) - Method in class de.ipcon.db.importer.CSVDataSet
getAsInteger(String) - Method in interface de.ipcon.db.importer.DataSetI
getAsJPGByteArray() - Method in class de.ipcon.db.core.Bild
Creates a byte array containing the given bytes as a JPEG image.
getAsJPGByteArray(int) - Method in class de.ipcon.db.core.Bild
getAsJPGByteArray(int, int) - Method in class de.ipcon.db.core.Bild
getAsJPGByteArray(int, int, int) - Method in class de.ipcon.db.core.Bild
getAsJPGByteArray(int, int, int, boolean) - Method in class de.ipcon.db.core.Bild
getAsJPGByteArray(int, int, int, boolean, boolean) - Method in class de.ipcon.db.core.Bild
getAsJPGByteArray(int, int, int, boolean, boolean, boolean) - Method in class de.ipcon.db.core.Bild
getAsJPGByteArray(int, int, int, boolean, boolean, boolean, int) - Method in class de.ipcon.db.core.Bild
getAsJPGByteArray(int, int, int, boolean, boolean, boolean, int, AdvancedResizeOp.UnsharpenMask) - Method in class de.ipcon.db.core.Bild
getAsLong(String) - Method in class de.ipcon.db.importer.CSVDataSet
getAsLong(String) - Method in interface de.ipcon.db.importer.DataSetI
getAsPNGByteArray() - Method in class de.ipcon.db.core.Bild
Creates a byte array containing the given bytes as a PNG image.
getAsPNGByteArray(int) - Method in class de.ipcon.db.core.Bild
getAsPNGByteArray(int, int) - Method in class de.ipcon.db.core.Bild
getAsPNGByteArray(int, int, boolean) - Method in class de.ipcon.db.core.Bild
getAsPNGByteArray(int, int, boolean, boolean) - Method in class de.ipcon.db.core.Bild
getAsPNGByteArray(int, int, boolean, boolean, boolean) - Method in class de.ipcon.db.core.Bild
getAsPNGByteArray(int, int, boolean, boolean, boolean, int) - Method in class de.ipcon.db.core.Bild
getAsPNGByteArray(int, int, boolean, boolean, boolean, int, AdvancedResizeOp.UnsharpenMask) - Method in class de.ipcon.db.core.Bild
getAsString(String) - Method in class de.ipcon.db.core.BO
Returns the value of the attribute with the given attrName as String values,
respecting schema defined formatting rules.
getAsString(String) - Method in class de.ipcon.db.importer.CSVDataSet
getAsString(String) - Method in interface de.ipcon.db.importer.DataSetI
getAsString(Object) - Method in interface de.ipcon.schema.CBOAttributeTypeI
getAsString(Object, Object, String) - Method in interface de.ipcon.schema.CBOAttributeTypeI
getAsString(Object, Object, String, Locale) - Method in interface de.ipcon.schema.CBOAttributeTypeI
getAsString(Object, Object, String, Locale, TimeZone) - Method in interface de.ipcon.schema.CBOAttributeTypeI
getAsString(Object) - Method in class de.ipcon.schema.types.AbstractStringType
getAsString(Object) - Method in class de.ipcon.schema.types.BooleanType
getAsString(Object, Object, String) - Method in class de.ipcon.schema.types.CBOAbstractAttributeType
getAsString(Object, Object, String, Locale) - Method in class de.ipcon.schema.types.CBOAbstractAttributeType
getAsString(Object, Object, String, Locale, TimeZone) - Method in class de.ipcon.schema.types.CBOAbstractAttributeType
getAsString(Object) - Method in class de.ipcon.schema.types.DatetimeType
getAsString(Object, Object) - Method in class de.ipcon.schema.types.DatetimeType
getAsString(Object, Object, String) - Method in class de.ipcon.schema.types.DatetimeType
getAsString(Object, Object, String, Locale) - Method in class de.ipcon.schema.types.DatetimeType
getAsString(Object, Object, String, Locale, TimeZone) - Method in class de.ipcon.schema.types.DatetimeType
getAsString(Object) - Method in class de.ipcon.schema.types.DurationType
Converts given value (object) into a nicely formatted duration string - if
possible - and returns it.
getAsString(Object, Object) - Method in class de.ipcon.schema.types.DurationType
getAsString(Object, Object, String) - Method in class de.ipcon.schema.types.DurationType
getAsString(Object, Object, String, Locale) - Method in class de.ipcon.schema.types.DurationType
getAsString(Object) - Method in class de.ipcon.schema.types.NumberType
Translates an object of it's own type to a String eventually using defined format attributes.
getAsString(Object, Object) - Method in class de.ipcon.schema.types.NumberType
getAsString(Object, Object, String) - Method in class de.ipcon.schema.types.NumberType
getAsString(Object, Object, String, Locale) - Method in class de.ipcon.schema.types.NumberType
getAsString(Object) - Method in class de.ipcon.schema.types.PasswordType
getAsString(Object) - Method in class de.ipcon.schema.types.TimespanType
Converts given value (object) into a nicely formatted timespan string - if
possible - and returns it.
getAsString(Object, Object) - Method in class de.ipcon.schema.types.TimespanType
getAsString(Object, Object, String) - Method in class de.ipcon.schema.types.TimespanType
getAsString(Object, Object, String, Locale) - Method in class de.ipcon.schema.types.TimespanType
getAsString(Object) - Method in class de.ipcon.schema.types.URIType
Converts given value (object) into a nicely formatted URI string - if
possible - and returns it.
getAsString(Object, Object) - Method in class de.ipcon.schema.types.URIType
getAsString(Object, Object, String) - Method in class de.ipcon.schema.types.URIType
getAsString(Object, Object, String, Locale) - Method in class de.ipcon.schema.types.URIType
getAsString(Object) - Method in class de.ipcon.schema.types.WrappingArrayType
getAsString(Object) - Method in class de.ipcon.schema.types.XMLType
getAsStrukturInIssueReports() - Method in class de.ipcon.db.core.Struktur
getAsUserFriendlyRawString(Object) - Method in interface de.ipcon.schema.CBOAttributeTypeI
getAsUserFriendlyRawString(Object) - Method in class de.ipcon.schema.types.BooleanType
getAsUserFriendlyRawString(Object) - Method in class de.ipcon.schema.types.DatetimeType
getAsyncFillHandle() - Method in class de.ipcon.db.report.FillHelper
getAsyncRc() - Method in class de.ipcon.tools.BeanShellScript
getAsyncRefresh() - Method in class de.ipcon.form.FLabel
getAt(String) - Method in class de.ipcon.form.DefaultFormContext
getAt(String) - Method in interface de.ipcon.form.FormContextI
getAt(Object) - Method in class de.ipcon.tools.ref.SoftReferenceCache
getAtt() - Method in class de.ipcon.db.core.BOProc
getAttachmentsScript() - Method in class de.ipcon.db.core.Alarm
getAttChain(String) - Method in interface de.ipcon.schema.StructuredEntityI
Retrieves an array of AttributeI representing the attribute chain necessary to navigate to the
attribute specified by the given path within this StructuredEntityI.
getAttChain(String, boolean) - Method in interface de.ipcon.schema.StructuredEntityI
Retrieves an array of AttributeI representing the attribute chain necessary to navigate to the
attribute specified by the given path within this StructuredEntityI.
getAttr() - Method in class de.ipcon.db.BOEnvironmentBuilder.Column
getAttr() - Method in class de.ipcon.form.combobox.DescribeValueExtractor
getAttr() - Method in class de.ipcon.form.combobox.FComboBoxEditor
getAttr() - Method in class de.ipcon.schema.InitialdataReader.Column
getAttributBX(String, BOT, BOLoaderI) - Method in class de.ipcon.db.core.AttributeSelector
getAttributBX(String, BOT, BOLoaderI, List<AttributeI>) - Method in class de.ipcon.db.core.AttributeSelector
getAttributBX(String, BOMaske, BOLoaderI) - Method in class de.ipcon.db.core.AttributeSelector
Returns a matching BX with VString set to the selection
entry string for the corresponding attribute
getAttributBX(String, BOMaske, BOLoaderI, List<AttributeI>) - Method in class de.ipcon.db.core.AttributeSelector
getAttributBX(String, Map<Long, BX>) - Method in class de.ipcon.db.core.AttributeSelector
getAttributBX() - Method in class de.ipcon.db.core.AusloeseKriterium
getAttributBX() - Method in class de.ipcon.db.core.BOBasierterTermin
getAttributBX() - Method in class de.ipcon.db.core.BOMaske
getAttributBX() - Method in class de.ipcon.db.core.Wiedervorlage
getAttribute(String) - Method in class de.ipcon.db.AbstractKeyGenerator
getAttribute(String, String) - Method in class de.ipcon.db.AbstractKeyGenerator
getAttribute(String) - Method in class de.ipcon.db.AbstractPersistenceManager
getAttribute(String, String) - Method in class de.ipcon.db.AbstractPersistenceManager
getAttribute(SchemaI) - Method in interface de.ipcon.db.core.BOProcI
getAttribute() - Method in class de.ipcon.db.core.BP
getAttribute() - Method in class de.ipcon.db.core.UnresolvedReferencesResolver.Warning
getAttribute() - Method in class de.ipcon.db.oql.predicate.AttributePredicate
getAttribute() - Method in class de.ipcon.form.FormElementWrapper
Returns the associated attribute
getAttribute() - Method in class de.ipcon.form.FTable
getAttribute() - Method in interface de.ipcon.form.table.FTableConfigurationI
getAttribute(String) - Method in interface de.ipcon.schema.BOI
Returns the AttributeI at the end of the given attribute path within this BOI's entity.
getAttribute(String, boolean) - Method in interface de.ipcon.schema.BOI
getAttribute(Object, String) - Method in class de.ipcon.schema.CBOSchema
getAttribute(Object, String, boolean) - Method in class de.ipcon.schema.CBOSchema
getAttribute() - Method in class de.ipcon.schema.generators.SQLColumn
getAttribute(Object, String, boolean) - Method in interface de.ipcon.schema.SchemaI
Getting Attributes via name or given object.
getAttribute(Object, String) - Method in interface de.ipcon.schema.SchemaI
Getting Attributes via name or given object.
getAttribute(SchemaI, Object, String) - Static method in class de.ipcon.schema.SchemaTools
Retrieves the attribute with the given attribute path.
getAttribute(SchemaI, Object, String, boolean) - Static method in class de.ipcon.schema.SchemaTools
Retrieves the attribute with the given attribute path.
getAttribute(Object, String, boolean) - Method in class de.ipcon.schema.SchemaWrapper
getAttribute(Object, String) - Method in class de.ipcon.schema.SchemaWrapper
getAttribute() - Method in class de.ipcon.schema.ScriptedAttribute.SetValueEvent
getAttribute() - Method in interface de.ipcon.schema.SetValueEventI
getAttribute() - Method in interface de.ipcon.schema.SQLColumnI
getAttribute(String) - Method in interface de.ipcon.schema.StructuredEntityI
Retrieves the AttributeI reached by the specified attribute path.
getAttribute(String, boolean) - Method in interface de.ipcon.schema.StructuredEntityI
getAttributeAccessorBuilder() - Method in class de.ipcon.schema.CBOSchema
getAttributeAllMap() - Method in class de.ipcon.schema.EntityDefinition
getAttributeAsBool(String, boolean) - Method in class de.ipcon.db.AbstractPersistenceManager
getAttributeAsInt(String, int) - Method in class de.ipcon.db.AbstractPersistenceManager
getAttributeCache() - Method in class de.ipcon.db.query.SemiFullTextQueryBuilder
getAttributeChain() - Method in class de.ipcon.db.oql.predicate.AttributePredicate
getAttributeCollection() - Method in class de.ipcon.tools.ConfigureInfo
getAttributeConstantName(BasicAttributeI) - Static method in enum de.ipcon.schema.generators.java.JavaConstant
getAttributeDefinitions() - Method in class de.ipcon.schema.EntityDefinition
getAttributeList() - Method in interface de.ipcon.schema.BasicEntityI
Returns a List with the AttributeI-s added by/defined exactly on this CBOEntity.
getAttributeList() - Method in class de.ipcon.schema.EntityDefinition
getAttributeList() - Method in class de.ipcon.schema.EntityWrapper
getAttributeList() - Method in class de.ipcon.schema.InstrumentingEntity
getAttributeList() - Method in class de.ipcon.schema.VirtualEntity
getAttributeListByType() - Method in interface de.ipcon.schema.BasicEntityI
Filters the list of attributes obtained from
getAttributeList
to the persistent ones.
getAttributeListByType(boolean) - Method in interface de.ipcon.schema.BasicEntityI
Filters the list of attributes obtained from
getAttributeList
based on the specified type (virtual or persistent).
getAttributeMap() - Method in class de.ipcon.form.FBooleanInputComponent
getAttributeMap() - Method in class de.ipcon.form.FBorder
getAttributeMap() - Method in class de.ipcon.form.FButton
getAttributeMap() - Method in class de.ipcon.form.FCanvas
getAttributeMap() - Method in class de.ipcon.form.FChart
getAttributeMap() - Method in class de.ipcon.form.FCheckBox
getAttributeMap() - Method in class de.ipcon.form.FComboBox
getAttributeMap() - Method in class de.ipcon.form.FDateChooser
getAttributeMap() - Method in class de.ipcon.form.FDetailView
getAttributeMap() - Method in class de.ipcon.form.FEditor
getAttributeMap() - Method in class de.ipcon.form.FElement
getAttributeMap() - Method in class de.ipcon.form.FEmail
getAttributeMap() - Method in class de.ipcon.form.FHideablePanel
getAttributeMap() - Method in class de.ipcon.form.FImage
getAttributeMap() - Method in class de.ipcon.form.FInputPanel
Returns the map of attributes supported by this component.
getAttributeMap() - Method in class de.ipcon.form.FJRDesignViewer
getAttributeMap() - Method in class de.ipcon.form.FLabel
getAttributeMap() - Method in class de.ipcon.form.FormAction
getAttributeMap() - Method in interface de.ipcon.form.FormElementI
getAttributeMap() - Method in class de.ipcon.form.FPanel
Returns the map of attributes supported by this FPanel.
getAttributeMap() - Method in class de.ipcon.form.FPDFViewer
getAttributeMap() - Method in class de.ipcon.form.FPopup
getAttributeMap() - Method in class de.ipcon.form.FRootPane
getAttributeMap() - Method in class de.ipcon.form.FScheduler
getAttributeMap() - Method in class de.ipcon.form.FSimpleDurationChooser
getAttributeMap() - Method in class de.ipcon.form.FStyledText
getAttributeMap() - Method in class de.ipcon.form.FTab
getAttributeMap() - Method in class de.ipcon.form.FTabbedView
getAttributeMap() - Method in class de.ipcon.form.FTable
getAttributeMap() - Method in class de.ipcon.form.FText
getAttributeMap() - Method in class de.ipcon.form.FTimespanChooser
getAttributeMap() - Method in class de.ipcon.form.FToggleButton
getAttributeMap() - Method in class de.ipcon.form.FTree
getAttributeMap() - Method in class de.ipcon.form.FUri
getAttributeMap() - Method in class de.ipcon.form.FView
getAttributeMap() - Method in class de.ipcon.form.table.FTableColumn
getAttributeMap() - Method in class de.ipcon.schema.EntityDefinition
getAttributeMap() - Method in class de.ipcon.schema.tools.JGraphDataStructures
getAttributeMap() - Method in class de.ipcon.tools.ConfigureInfo
getAttributeName() - Method in class de.ipcon.db.core.BOPredicateEquals
getAttributeName() - Method in class de.ipcon.db.core.BOProc
getAttributeName() - Method in interface de.ipcon.db.core.BOProcI
getAttributeName() - Method in class de.ipcon.db.core.BP
getAttributeName() - Method in class de.ipcon.db.core.LazyRelationMap
The attribute name this LazyRelationMap is accessible from its parent BO
getAttributeName(String) - Method in class de.ipcon.db.query.SemiFullTextQueryBuilder
getAttributeNamesCache() - Method in class de.ipcon.db.query.SemiFullTextQueryBuilder
getAttributeObj() - Method in class de.ipcon.db.core.AusloeseKriterium
getAttributeOfLastPathPart() - Method in class de.ipcon.db.oql.PathNode
getAttributePath() - Method in class de.ipcon.form.FormContextMenuSelection
getAttributePath() - Method in exception de.ipcon.schema.AttributeResolveException
getAttributes() - Method in class de.ipcon.schema.SchemaInterface
getAttributes() - Method in interface de.ipcon.schema.SchemaInterfaceI
getAttributeType() - Method in class de.ipcon.db.core.AusloeseKriterium
getAttributeType() - Method in class de.ipcon.form.table.FTableColumn
getAttributeTypeCodeGen(CBOAttributeTypeI, String) - Method in class de.ipcon.schema.generators.java.JavaClassGen
getAttributeTypeCodeGen(CBOAttributeTypeI, String) - Method in class de.ipcon.schema.generators.java.JavaGen
getAttributeTypeCodeGen(CBOAttributeTypeI, String) - Method in interface de.ipcon.schema.generators.SourceGeneratorI
getAttributeTypeCodeGen(CBOAttributeTypeI, String) - Method in class de.ipcon.schema.nrxgen
getAttributnamen() - Method in class de.ipcon.db.core.ArrayZeilenWrapper
The attribute names of our data source
getAttVertices() - Method in class de.ipcon.schema.tools.EntityBox
getAufgehobeneRechteZuweisungen() - Method in class de.ipcon.db.core.Benutzer
getAufgetretenerFehler() - Method in class de.ipcon.db.core.BOAlarmStatus
getAusloeseKriterienList() - Method in class de.ipcon.db.core.BedingterAlarm
Creates a list of "dummy" AKs which are created for AchtetAufBOAendern, etc. and Script and the
actual related AKs of this BedingterAlarm.
getAuszuschliessendeSubBOTypenFilter() - Method in class de.ipcon.db.core.Schablone
Returns a query clause that filters only sub-entities of our BOTyp or the String "FALSE" if no BOTyp is set or no subentities exists.
getAutoBeschreibung() - Method in class de.ipcon.db.core.AenderungsTyp
getAutoBeschreibung() - Method in class de.ipcon.db.core.AusloeseKriterium
getAutoCommit() - Method in class de.ipcon.tools.jdbc.ConnectionAdaptor
Retrieves the current auto-commit mode for this Connection object.
getAutoHide() - Method in class de.ipcon.form.FElement
getAutomatikStrukturForPath(String) - Method in class de.ipcon.db.BackendConnectionManager
getAutomatikStrukturForPath(String, boolean) - Method in class de.ipcon.db.BackendConnectionManager
getAutomatikStrukturForPath(String, boolean, boolean) - Method in class de.ipcon.db.BackendConnectionManager
getAutomatikStrukturForPath(String, boolean, boolean, EntityI[]) - Method in class de.ipcon.db.BackendConnectionManager
getAutomatikStrukturForPath(String, boolean, boolean, EntityI[]) - Method in interface de.ipcon.db.core.AutomatikStrukturLoaderI
Returns the automatically generated structure element for a given path.
getAutomatikStrukturForPath(String, boolean, boolean) - Method in interface de.ipcon.db.core.AutomatikStrukturLoaderI
Returns the automatically generated structure element for a given path.
getAutomatikStrukturForPath(String, boolean) - Method in interface de.ipcon.db.core.AutomatikStrukturLoaderI
Returns the automatically generated structure element for a given path.
getAutomatikStrukturForPath(String) - Method in interface de.ipcon.db.core.AutomatikStrukturLoaderI
Returns the automatically generated structure element for a given path.
getAutomatikStrukturForPath(String, boolean, boolean, EntityI[]) - Method in class de.ipcon.gui.BasicClient
getAutomatikStrukturForPath(String, boolean, boolean) - Method in class de.ipcon.gui.BasicClient
getAutomatikStrukturForPath(String, boolean) - Method in class de.ipcon.gui.BasicClient
getAutomatikStrukturForPath(String) - Method in class de.ipcon.gui.BasicClient
getAutoPath() - Static method in class de.ipcon.tools.L10n
Returns path compiled by using info from current StackTrace.
getAutoPath(int) - Static method in class de.ipcon.tools.L10n
getAutoSelect() - Method in class de.ipcon.form.combobox.AbstractModel
getAutoSelect() - Method in class de.ipcon.form.FComboBox
getAuxData() - Method in class de.ipcon.db.tools.AuthToken
return the auxiliary data stored on the server not included in the credential
getAvailableIds() - Method in class de.ipcon.db.AbstractKeyGenerator
getAvailableIds() - Method in class de.ipcon.db.DBMan
getAvailableIds() - Method in interface de.ipcon.db.DBManLocalI
getAvailableIds() - Method in class de.ipcon.db.JDBCKeyGenerator
getAvailableLocaleNamesForUserInterface() - Method in interface de.ipcon.db.BackendL10nProviderI
getAvailableLocaleNamesForUserInterface() - Method in class de.ipcon.db.cache.L10nCache
getAvailableLocaleNamesForUserInterface() - Method in class de.ipcon.db.protocol.BackendRequestInitSession
getAvailableLocales() - Method in class de.ipcon.db.cache.L10nCache
getAvailableLocalesForUserInterface() - Method in class de.ipcon.db.BackendConnectionManager
getAvailableLocalesForUserInterface() - Method in class de.ipcon.db.cache.L10nCache
getAvailableLocalesForUserInterface() - Method in class de.ipcon.db.protocol.BackendConnection
getAvailableLocalesForUserInterface() - Method in interface de.ipcon.db.protocol.ServerConnectionI
getBackAttribute() - Method in interface de.ipcon.schema.AttributeI
getBackAttribute() - Method in class de.ipcon.schema.AttributeWrapper
getBackAttribute() - Method in class de.ipcon.schema.CBOAttribute
getBackAttribute() - Method in class de.ipcon.schema.ScriptedAttribute
getBackend() - Method in class de.ipcon.db.protocol.BackendCommandHandler
getBackend() - Method in interface de.ipcon.db.protocol.BackendCommandHandlerI
getBackEnd() - Method in class de.ipcon.db.protocol.PerformanceMeter
getBackendBOLoaderWithPersistenceHandler() - Method in class de.ipcon.db.core.BO
Returns the first BackendBOLoaderWithPersistenceHandlerI of this BO in
its loader-chain if it was loaded in the backend and has such a loader.
getBackendConnection(BackendConnectionManagerI, String, boolean, ServerConnectionInfoReceiverI, long) - Static method in class de.ipcon.db.protocol.BackendConnectionFactory
getBackendConnectionManager() - Method in class de.ipcon.gui.BasicClient
getBackendQueryAnsweringBOLoaderInstance() - Method in class de.ipcon.db.protocol.BackendCommandHandler
getBackendQueryAnsweringBOLoaderInstance() - Method in interface de.ipcon.db.protocol.BackendCommandHandlerI
Returns a new BackendQueryAnsweringBOLoaderI which is aware that it is answering a backend query and thus can be asked about that.
getBackendRequest(int) - Static method in class de.ipcon.db.protocol.BackendRequestFactory
getBackendSessionInfo() - Method in class de.ipcon.db.event.DBManSessionEvent
getBackEndTime() - Method in class de.ipcon.db.protocol.AbstractBackendSession
getBackEndTime() - Method in class de.ipcon.db.protocol.BackendSession
getBackEndTime() - Method in interface de.ipcon.db.protocol.BackendSessionI
getBackEndTime() - Method in class de.ipcon.db.protocol.BackendSessionInfo
getBackground() - Method in class de.ipcon.form.FButton
getBackground() - Method in class de.ipcon.form.FTab
getBackground() - Method in class de.ipcon.form.FToggleButton
getBackgroundForRow(int, JTable) - Method in class de.ipcon.form.table.FTableBooleanColumnRenderer
Determines and returns the Color used for the background of the cell.
getBackgroundForRow(int, JTable) - Method in class de.ipcon.form.table.FTableColumnRenderer
Determines and returns the Color used for the background of the cell.
getBackName() - Method in class de.ipcon.schema.CBOAttribute
getBackProc() - Method in class de.ipcon.db.core.BOProc
getBackProc() - Method in interface de.ipcon.db.core.BOProcI
getBackProc() - Method in class de.ipcon.db.core.BP
getBackRelationDef() - Method in class de.ipcon.schema.CBOAttribute
getBackrelationName() - Method in class de.ipcon.schema.AttributeDefinition
getBackrelationSingular() - Method in class de.ipcon.schema.AttributeDefinition
getBackupFileName(Long, Long) - Method in class de.ipcon.db.blob.ServerFileVault
getBackupFileNameTemp(Long, Long) - Method in class de.ipcon.db.blob.ServerFileVault
getBadFields(Collection, boolean) - Static method in class de.ipcon.tools.SerializationCrawler
Checks the fields of the passed classes for their serialization suitability
getBadge() - Method in class de.ipcon.db.core.BO
getBadge(int) - Method in class de.ipcon.db.core.BO
getBadge2() - Method in class de.ipcon.db.core.BO
getBadge3() - Method in class de.ipcon.db.core.BO
getBadge4() - Method in class de.ipcon.db.core.BO
getBadRoots(Collection, boolean) - Static method in class de.ipcon.tools.SerializationCrawler
Checks the passed classes for their serialization suitability
getBase() - Method in interface de.ipcon.schema.CBOAttributeTypeI
getBase() - Method in class de.ipcon.schema.EntityDefinition
getBase() - Method in class de.ipcon.schema.types.CBOAbstractAttributeType
getBaseDir() - Method in class de.ipcon.db.core.DateiSystemSync
getBaseDir() - Method in class de.ipcon.db.core.DateiSystemSyncEintrag
getBaseDir() - Method in class de.ipcon.db.core.FilesystemObject
getBaseEntity() - Method in class de.ipcon.db.query.SemiFullTextQueryBuilder
getBaseEntity() - Method in class de.ipcon.schema.EntityDefinition
getBaseEntity() - Method in class de.ipcon.schema.EntityWrapper
getBaseEntity() - Method in class de.ipcon.schema.InstrumentingEntity
getBaseEntity() - Method in interface de.ipcon.schema.StructuredEntityI
getBaseEntity() - Method in class de.ipcon.schema.VirtualEntity
getBaseline(int, int) - Method in class de.ipcon.form.FBooleanInputComponent
getBaseline(int, int) - Method in class de.ipcon.form.FButton
getBaseline(int, int) - Method in class de.ipcon.form.FInputPanel
Returns the baseline of the component.
getBaseline(int, int) - Method in class de.ipcon.form.FLabel
getBaseline(int, int) - Method in class de.ipcon.form.FTextInputComponent
getBaseline(int, int) - Method in class de.ipcon.form.FView
getBaseTypeClass() - Method in class de.ipcon.schema.types.WrappingArrayType
Extracts the base type class for the java type.
getBbqCode(String) - Static method in class de.ipcon.tools.BbqCode
getBbrs() - Method in class de.ipcon.db.protocol.BackendRequestExecuteBatch
getBCH() - Method in class de.ipcon.db.protocol.AbstractBackendRequest
getBeantwortet() - Method in class de.ipcon.db.core.MyTISMBenachrichtigung
getBeantwortet() - Method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
getBeauftragtAm() - Method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
getBeforeUserChangesSavepoint() - Method in class de.ipcon.form.DefaultFormContext
getBeforeUserChangesSavepoint() - Method in interface de.ipcon.form.FormContextI
getBeiAusloesungBenachrichtigenAdressen() - Method in class de.ipcon.db.core.Alarm
Returns all the collected "final" MyTISMAdresse instances to which notifications will
be sent.
getBen() - Method in class de.ipcon.db.BackendConnectionManager
getBenachrichtigungen() - Method in class de.ipcon.db.core.Benutzer
getBenannt(BOLoaderI, Class<? extends Benannt>) - Method in class de.ipcon.db.core.BenanntPath
Finds and returns the Benannt that can be located via this (absolute) BenanntPath.
getBenannt(BOLoaderI, Benannt) - Method in class de.ipcon.db.core.BenanntPath
Finds and returns the Benannt that can be located via this BenanntPath,
starting at the passed Benannt (only required if this BenanntPath is relative).
getBenannt(BOLoaderI, Benannt, Class<? extends Benannt>) - Method in class de.ipcon.db.core.BenanntPath
getBenanntByElterPfad(String, Transaction) - Static method in class de.ipcon.db.core.Struktur
getBenanntByElterPfad(String, Transaction, boolean) - Static method in class de.ipcon.db.core.Struktur
getBenanntId(String, String) - Method in class de.ipcon.schema.generators.CoreData
getBenanntId(String, String, boolean) - Method in class de.ipcon.schema.generators.CoreData
getBenanntId(String, String, String) - Method in class de.ipcon.schema.generators.CoreData
getBenanntId(String, String, String, boolean) - Method in class de.ipcon.schema.generators.CoreData
getBenanntId(String, String) - Method in interface de.ipcon.schema.generators.coredata.SQLCoreDataStoreI
getBenoetigtScript() - Method in class de.ipcon.db.core.AusloeseKriterium
getBenoetigtWert() - Method in class de.ipcon.db.core.AusloeseKriterium
getBenutzer() - Method in class de.ipcon.db.core.Alarm
getBenutzer() - Method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
getBenutzer() - Method in class de.ipcon.db.feature.AbstractLicense
getBenutzer(boolean) - Method in class de.ipcon.db.feature.AbstractLicense
getBenutzer() - Method in class de.ipcon.db.feature.FeatureManager
getBenutzer() - Method in interface de.ipcon.db.feature.FeatureManagerI
Returns Benutzer(name) of the current user or null if not called in a
"logged in" context.
getBenutzer() - Method in class de.ipcon.db.protocol.BackendRequestLogin
getBenutzer() - Method in interface de.ipcon.db.protocol.BackendRequestLoginI
getBenutzerArray() - Method in class de.ipcon.db.logging.MyTISMAppender
getBenutzername() - Method in class de.ipcon.db.core.IssueReport
getBenutztInStrukturen() - Method in class de.ipcon.db.core.Codebaustein
getBeschraenktAufAdresstypen() - Method in interface de.ipcon.db.core.LimitableToMyTISMAdresstypI
getBeschreibung() - Method in class de.ipcon.db.core.BF
getBeschreibung() - Method in class de.ipcon.db.feature.AbstractLicense
getBeschreibung(boolean) - Method in class de.ipcon.db.feature.AbstractLicense
getBeschreibung() - Method in class de.ipcon.schema.generators.coredata.BenanntTemplate
getBetreff() - Method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
getBetreff() - Method in class de.ipcon.db.core.MyTISMBenAuftragMitVorlage
getBetreff() - Method in class de.ipcon.db.core.MyTISMBenAuftragOhneVorlage
getBetreffIstFest() - Method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
getBetreffIstFest() - Method in class de.ipcon.db.core.MyTISMBenAuftragMitVorlage
getBetreffIstFest() - Method in class de.ipcon.db.core.MyTISMBenAuftragOhneVorlage
getBevelBorder() - Method in class de.ipcon.form.FBorder
getBevelBorderType(String) - Static method in class de.ipcon.form.FPanelValueReader
getBevelHighlight() - Method in class de.ipcon.form.FBorder
getBevelHighlightInner() - Method in class de.ipcon.form.FBorder
getBevelHighlightOuter() - Method in class de.ipcon.form.FBorder
getBevelShadow() - Method in class de.ipcon.form.FBorder
getBevelShadowInner() - Method in class de.ipcon.form.FBorder
getBevelShadowOuter() - Method in class de.ipcon.form.FBorder
getBevelType() - Method in class de.ipcon.form.FBorder
getBidirectional() - Method in class de.ipcon.schema.tools.EntityBox
getBigDecimal(int) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of the designated JDBC NUMERIC parameter as a java.math.BigDecimal object with as many digits to the right of the decimal point as the value contains.
getBigDecimal(int, int) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Deprecated. use getBigDecimal(int parameterIndex) or getBigDecimal(String parameterName)
getBigDecimal(String) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of a JDBC NUMERIC parameter as a java.math.BigDecimal object with as many digits to the right of the decimal point as the value contains.
getBigDecimal(int) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a java.math.BigDecimal with full precision.
getBigDecimal(int, int) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Deprecated.
getBigDecimal(String) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a java.math.BigDecimal with full precision.
getBigDecimal(String, int) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Deprecated.
getBildForName(String) - Method in class de.ipcon.db.core.Report
Retrieves the Bild-BO which is attached to the BildPosten having the passed name
getBinaryStream(int) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a binary stream of uninterpreted bytes.
getBinaryStream(String) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of uninterpreted bytes.
getBinding() - Method in class de.ipcon.tools.GroovyScript
getBis() - Method in class de.ipcon.tools.date.DateContainer
getBLOB(Long, DataOutput) - Method in class de.ipcon.db.BackendConnectionManager
getBLOB(Long, DataOutput, boolean) - Method in class de.ipcon.db.BackendConnectionManager
getBLOB(Long, DataOutput, boolean, Long) - Method in class de.ipcon.db.BackendConnectionManager
getBLOB(Long, OutputStream) - Method in class de.ipcon.db.BackendConnectionManager
getBLOB(Long, OutputStream, boolean) - Method in class de.ipcon.db.BackendConnectionManager
getBLOB(Long, OutputStream, boolean, Long) - Method in class de.ipcon.db.BackendConnectionManager
getBLOB(Long) - Method in class de.ipcon.db.BackendConnectionManager
getBLOB(Long, Long) - Method in class de.ipcon.db.BackendConnectionManager
getBLOB(Long) - Method in interface de.ipcon.db.blob.BLOBLoaderI
get the BLOB belonging to BO[id].
getBLOB(Long, Long) - Method in interface de.ipcon.db.blob.BLOBLoaderI
get the BLOB belonging to BO[id].
getBLOB(Long, OutputStream) - Method in interface de.ipcon.db.blob.BLOBLoaderI
Writes the BLOB belonging to BO[id] to the passed OutputStream.
getBLOB(Long, OutputStream, boolean) - Method in interface de.ipcon.db.blob.BLOBLoaderI
Writes the BLOB belonging to BO[id] to the passed OutputStream.
getBLOB(Long, OutputStream, boolean, Long) - Method in interface de.ipcon.db.blob.BLOBLoaderI
Writes the BLOB belonging to BO[id] to the passed OutputStream.
getBLOB(Long, DataOutput) - Method in interface de.ipcon.db.blob.BLOBLoaderI
Writes the BLOB belonging to BO[id] to the passed DataOutput.
getBLOB(Long, DataOutput, boolean) - Method in interface de.ipcon.db.blob.BLOBLoaderI
Writes the BLOB belonging to BO[id] to the passed DataOutput.
getBLOB(Long, DataOutput, boolean, Long) - Method in interface de.ipcon.db.blob.BLOBLoaderI
Writes the BLOB belonging to BO[id] to the passed DataOutput.
getBlob() - Method in class de.ipcon.db.blob.ManagedFile
getBLOB(Long) - Method in class de.ipcon.db.blob.ServerFileVault
getBLOB(Long, Long) - Method in class de.ipcon.db.blob.ServerFileVault
getBLOB(Long) - Method in interface de.ipcon.db.blob.ServerFileVaultI
get the BLOB belonging to BO[id].
getBLOB(Long, Long) - Method in interface de.ipcon.db.blob.ServerFileVaultI
get the BLOB belonging to BO[id].
getBLOB(Long, String) - Method in interface de.ipcon.db.core.BasicClientContextI
getBLOB(Long) - Method in interface de.ipcon.db.core.BasicClientContextI
getBLOB() - Method in class de.ipcon.db.core.BO
For congruency of *BLOB -method names:
If this BO has a BLOB on the current server , returns the bytes of it.
getBLOB(OutputStream) - Method in class de.ipcon.db.core.BO
Streams this BO's BLOB to the given stream
getBLOB(OutputStream, boolean) - Method in class de.ipcon.db.core.BO
Streams this BO's BLOB to the given stream
getBLOB(DataOutput) - Method in class de.ipcon.db.core.BO
Writes this BO's BLOB to the given DataOutput
getBLOB(DataOutput, boolean) - Method in class de.ipcon.db.core.BO
getBLOB(Long) - Method in class de.ipcon.db.core.BOLoaderWrapper
getBLOB(Long, Long) - Method in class de.ipcon.db.core.BOLoaderWrapper
getBLOB(Long, OutputStream) - Method in class de.ipcon.db.core.BOLoaderWrapper
getBLOB(Long, OutputStream, boolean) - Method in class de.ipcon.db.core.BOLoaderWrapper
getBLOB(Long, OutputStream, boolean, Long) - Method in class de.ipcon.db.core.BOLoaderWrapper
getBLOB(Long, DataOutput) - Method in class de.ipcon.db.core.BOLoaderWrapper
getBLOB(Long, DataOutput, boolean) - Method in class de.ipcon.db.core.BOLoaderWrapper
getBLOB(Long, DataOutput, boolean, Long) - Method in class de.ipcon.db.core.BOLoaderWrapper
getBLOB(Long) - Method in class de.ipcon.db.core.Transaction
getBLOB(Long, Long) - Method in class de.ipcon.db.core.Transaction
getBLOB(Long, OutputStream) - Method in class de.ipcon.db.core.Transaction
getBLOB(Long, OutputStream, boolean) - Method in class de.ipcon.db.core.Transaction
getBLOB(Long, OutputStream, boolean, Long) - Method in class de.ipcon.db.core.Transaction
getBLOB(Long, DataOutput) - Method in class de.ipcon.db.core.Transaction
getBLOB(Long, DataOutput, boolean) - Method in class de.ipcon.db.core.Transaction
getBLOB(Long, DataOutput, boolean, Long) - Method in class de.ipcon.db.core.Transaction
getBLOB(Benutzer, Long) - Method in class de.ipcon.db.DBMan
getBLOB(Benutzer, Long, Long) - Method in class de.ipcon.db.DBMan
getBLOB(Benutzer, Long, OutputStream) - Method in class de.ipcon.db.DBMan
getBLOB(Benutzer, Long, OutputStream, boolean) - Method in class de.ipcon.db.DBMan
getBLOB(Benutzer, Long, OutputStream, boolean, Long) - Method in class de.ipcon.db.DBMan
getBLOB(Benutzer, Long, DataOutput) - Method in class de.ipcon.db.DBMan
getBLOB(Benutzer, Long, DataOutput, boolean) - Method in class de.ipcon.db.DBMan
getBLOB(Benutzer, Long, DataOutput, boolean, Long) - Method in class de.ipcon.db.DBMan
getBLOB(Long) - Method in class de.ipcon.db.DBMan
getBLOB(Long, Long) - Method in class de.ipcon.db.DBMan
getBLOB(Long, OutputStream) - Method in class de.ipcon.db.DBMan
getBLOB(Long, OutputStream, boolean) - Method in class de.ipcon.db.DBMan
getBLOB(Long, OutputStream, boolean, Long) - Method in class de.ipcon.db.DBMan
getBLOB(Long, DataOutput) - Method in class de.ipcon.db.DBMan
getBLOB(Long, DataOutput, boolean) - Method in class de.ipcon.db.DBMan
getBLOB(Long, DataOutput, boolean, Long) - Method in class de.ipcon.db.DBMan
getBLOB(Long) - Method in interface de.ipcon.db.DBManI
getBLOB(Long, OutputStream) - Method in interface de.ipcon.db.DBManI
getBLOB(Long, OutputStream, boolean) - Method in interface de.ipcon.db.DBManI
getBLOB(Long, DataOutput) - Method in interface de.ipcon.db.DBManI
getBLOB(Long, DataOutput, boolean) - Method in interface de.ipcon.db.DBManI
getBLOB(Long) - Method in class de.ipcon.db.DBManLocalBOLoader
getBLOB(Long, Long) - Method in class de.ipcon.db.DBManLocalBOLoader
getBLOB(Long, OutputStream) - Method in class de.ipcon.db.DBManLocalBOLoader
getBLOB(Long, OutputStream, boolean) - Method in class de.ipcon.db.DBManLocalBOLoader
getBLOB(Long, OutputStream, boolean, Long) - Method in class de.ipcon.db.DBManLocalBOLoader
getBLOB(Long, DataOutput) - Method in class de.ipcon.db.DBManLocalBOLoader
getBLOB(Long, DataOutput, boolean) - Method in class de.ipcon.db.DBManLocalBOLoader
getBLOB(Long, DataOutput, boolean, Long) - Method in class de.ipcon.db.DBManLocalBOLoader
getBLOB(Benutzer, Long) - Method in interface de.ipcon.db.DBManLocalI
getBLOB(Benutzer, Long, Long) - Method in interface de.ipcon.db.DBManLocalI
getBLOB(Benutzer, Long, OutputStream) - Method in interface de.ipcon.db.DBManLocalI
getBLOB(Benutzer, Long, OutputStream, boolean) - Method in interface de.ipcon.db.DBManLocalI
getBLOB(Benutzer, Long, OutputStream, boolean, Long) - Method in interface de.ipcon.db.DBManLocalI
getBLOB(Benutzer, Long, DataOutput) - Method in interface de.ipcon.db.DBManLocalI
getBLOB(Benutzer, Long, DataOutput, boolean) - Method in interface de.ipcon.db.DBManLocalI
getBLOB(Benutzer, Long, DataOutput, boolean, Long) - Method in interface de.ipcon.db.DBManLocalI
getBLOB(Long) - Method in interface de.ipcon.db.DBManUserContextI
getBLOB(Long, Long) - Method in interface de.ipcon.db.DBManUserContextI
getBLOB(Long, OutputStream) - Method in interface de.ipcon.db.DBManUserContextI
getBLOB(Long, OutputStream, boolean) - Method in interface de.ipcon.db.DBManUserContextI
getBLOB(Long, OutputStream, boolean, Long) - Method in interface de.ipcon.db.DBManUserContextI
getBLOB(Long, DataOutput) - Method in interface de.ipcon.db.DBManUserContextI
getBLOB(Long, DataOutput, boolean) - Method in interface de.ipcon.db.DBManUserContextI
getBLOB(Long, DataOutput, boolean, Long) - Method in interface de.ipcon.db.DBManUserContextI
getBLOB(Long) - Method in class de.ipcon.db.DBManUserContextImpl
getBLOB(Long, Long) - Method in class de.ipcon.db.DBManUserContextImpl
getBLOB(Long, OutputStream) - Method in class de.ipcon.db.DBManUserContextImpl
getBLOB(Long, OutputStream, boolean) - Method in class de.ipcon.db.DBManUserContextImpl
getBLOB(Long, OutputStream, boolean, Long) - Method in class de.ipcon.db.DBManUserContextImpl
getBLOB(Long, DataOutput) - Method in class de.ipcon.db.DBManUserContextImpl
getBLOB(Long, DataOutput, boolean) - Method in class de.ipcon.db.DBManUserContextImpl
getBLOB(Long, DataOutput, boolean, Long) - Method in class de.ipcon.db.DBManUserContextImpl
getBLOB(Long) - Method in class de.ipcon.db.protocol.BackendCommandHandler
getBLOB(Long, Long) - Method in class de.ipcon.db.protocol.BackendCommandHandler
getBLOB(Long, DataOutput) - Method in class de.ipcon.db.protocol.BackendCommandHandler
getBLOB(Long, DataOutput, boolean) - Method in class de.ipcon.db.protocol.BackendCommandHandler
getBLOB(Long, DataOutput, boolean, Long) - Method in class de.ipcon.db.protocol.BackendCommandHandler
getBLOB(Long, DataOutput, boolean, Long) - Method in interface de.ipcon.db.protocol.BackendCommandHandlerI
getBLOB(Long) - Method in class de.ipcon.db.protocol.BackendConnection
getBLOB(Long, Long) - Method in class de.ipcon.db.protocol.BackendConnection
getBLOB(Long, OutputStream) - Method in class de.ipcon.db.protocol.BackendConnection
getBLOB(Long, OutputStream, boolean) - Method in class de.ipcon.db.protocol.BackendConnection
getBLOB(Long, OutputStream, boolean, Long) - Method in class de.ipcon.db.protocol.BackendConnection
getBLOB(Long, DataOutput) - Method in class de.ipcon.db.protocol.BackendConnection
getBLOB(Long, DataOutput, boolean) - Method in class de.ipcon.db.protocol.BackendConnection
getBLOB(Long, DataOutput, boolean, Long) - Method in class de.ipcon.db.protocol.BackendConnection
getBLOB() - Method in class de.ipcon.db.protocol.BackendRequestGetBLOB
getBLOB() - Method in interface de.ipcon.db.protocol.BackendRequestGetBLOBI
getBLOB(Long) - Method in interface de.ipcon.db.protocol.ServerConnectionI
getBLOB(Long, Long) - Method in interface de.ipcon.db.protocol.ServerConnectionI
getBLOB(Long, OutputStream) - Method in interface de.ipcon.db.protocol.ServerConnectionI
getBLOB(Long, OutputStream, boolean) - Method in interface de.ipcon.db.protocol.ServerConnectionI
getBLOB(Long, OutputStream, boolean, Long) - Method in interface de.ipcon.db.protocol.ServerConnectionI
getBLOB(Long, DataOutput) - Method in interface de.ipcon.db.protocol.ServerConnectionI
getBLOB(Long, DataOutput, boolean) - Method in interface de.ipcon.db.protocol.ServerConnectionI
getBLOB(Long, DataOutput, boolean, Long) - Method in interface de.ipcon.db.protocol.ServerConnectionI
getBLOB(Long) - Method in class de.ipcon.db.sync.AbstractSync
getBLOB(Long) - Method in class de.ipcon.db.testing.TestBOLoader
getBLOB(Long, Long) - Method in class de.ipcon.db.testing.TestBOLoader
getBLOB(Long, OutputStream) - Method in class de.ipcon.db.testing.TestBOLoader
getBLOB(Long, OutputStream, boolean) - Method in class de.ipcon.db.testing.TestBOLoader
getBLOB(Long, OutputStream, boolean, Long) - Method in class de.ipcon.db.testing.TestBOLoader
getBLOB(Long, DataOutput) - Method in class de.ipcon.db.testing.TestBOLoader
getBLOB(Long, DataOutput, boolean) - Method in class de.ipcon.db.testing.TestBOLoader
getBLOB(Long, DataOutput, boolean, Long) - Method in class de.ipcon.db.testing.TestBOLoader
getBLOB(Long) - Method in class de.ipcon.db.testing.TestBOLoaderV2
getBLOB(Long, Long) - Method in class de.ipcon.db.testing.TestBOLoaderV2
getBLOB(Long, OutputStream) - Method in class de.ipcon.db.testing.TestBOLoaderV2
getBLOB(Long, OutputStream, boolean) - Method in class de.ipcon.db.testing.TestBOLoaderV2
getBLOB(Long, OutputStream, boolean, Long) - Method in class de.ipcon.db.testing.TestBOLoaderV2
getBLOB(Long, DataOutput) - Method in class de.ipcon.db.testing.TestBOLoaderV2
getBLOB(Long, DataOutput, boolean) - Method in class de.ipcon.db.testing.TestBOLoaderV2
getBLOB(Long, DataOutput, boolean, Long) - Method in class de.ipcon.db.testing.TestBOLoaderV2
getBLOB(Long) - Method in class de.ipcon.db.testing.TestClientFileVault
getBLOB(Long, Long) - Method in class de.ipcon.db.testing.TestClientFileVault
getBLOB(Long) - Method in class de.ipcon.gui.BasicClient
getBLOB(Long, String) - Method in class de.ipcon.gui.BasicClient
getBLOB(OutputStream) - Method in interface de.ipcon.schema.BOI
getBLOB(OutputStream, boolean) - Method in interface de.ipcon.schema.BOI
getBlob(int) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of the designated JDBC BLOB parameter as a Blob object in the Java programming language.
getBlob(String) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of a JDBC BLOB parameter as a Blob object in the Java programming language.
getBlob(int) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a Blob object in the Java programming language.
getBlob(String) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a Blob object in the Java programming language.
getBLOBAsDataInput() - Method in class de.ipcon.db.core.BO
Returns a BLOBDataInputStream that the data of this BOs BLOB is written into.
getBLOBAsEncodedString(String) - Method in class de.ipcon.db.core.BO
If this BO has a BLOB on the current server , returns the bytes of it as a String encoded using the passed charset.
getBLOBAsEncodedString(Charset) - Method in class de.ipcon.db.core.BO
If this BO has a BLOB on the current server , returns the bytes of it as a String encoded using the passed charset.
getBLOBAsInputStream() - Method in class de.ipcon.db.core.BO
Returns a BLOBInputStream that the data of this BOs BLOB is streamed into.
getBLOBAsStream(Benutzer, Long) - Method in class de.ipcon.db.DBMan
getBLOBAsStream(Benutzer, Long, Long) - Method in class de.ipcon.db.DBMan
getBLOBAsStream(Long) - Method in class de.ipcon.db.DBMan
getBLOBAsStream(Long, Long) - Method in class de.ipcon.db.DBMan
getBLOBAsStream(Long) - Method in interface de.ipcon.db.DBManI
getBLOBAsStream(Benutzer, Long) - Method in interface de.ipcon.db.DBManLocalI
getBLOBAsStream(Benutzer, Long, Long) - Method in interface de.ipcon.db.DBManLocalI
getBLOBAsStream(Long) - Method in interface de.ipcon.db.DBManUserContextI
getBLOBAsStream(Long, Long) - Method in interface de.ipcon.db.DBManUserContextI
getBLOBAsStream(Long) - Method in class de.ipcon.db.DBManUserContextImpl
getBLOBAsStream(Long, Long) - Method in class de.ipcon.db.DBManUserContextImpl
getBLOBAsStream(Long) - Method in class de.ipcon.db.protocol.BackendCommandHandler
getBLOBAsStream(Long, Long) - Method in class de.ipcon.db.protocol.BackendCommandHandler
getBLOBAsUTF8EncodedString() - Method in class de.ipcon.db.core.BO
If this BO has a BLOB on the current server , returns the bytes of it as an UTF-8 encoded String.
getBLOBBOIdsForIntitialBLOBCopy(Map, List, List) - Method in class de.ipcon.db.blob.ServerFileVault
Returns the Ids of all local BLOBs, unless they are older or have the same hash as listed in the passed Map
This method is called on the receiving end of command CMD_COPYBLOBS to determine which BLOBs exist locally, that do not
exist on the sender's end or have a different hash.
getBLOBBOIdsForIntitialBLOBCopy(Map, List, List) - Method in interface de.ipcon.db.blob.ServerFileVaultI
getBLOBBOIdsForIntitialBLOBCopy(Map, List, List) - Method in class de.ipcon.db.DBMan
getBLOBBOIdsForIntitialBLOBCopy(Map, List, List) - Method in interface de.ipcon.db.DBManLocalI
getBLOBBOIdsForIntitialBLOBCopy(Map, List, List) - Method in interface de.ipcon.db.DBManUserContextI
getBLOBBOIdsForIntitialBLOBCopy(Map, List, List) - Method in class de.ipcon.db.DBManUserContextImpl
getBLOBBOIdsForIntitialBLOBCopy(Map, List, List) - Method in class de.ipcon.db.protocol.BackendCommandHandler
getBLOBCreatedBy() - Method in class de.ipcon.db.core.BO
Returns the user in the transaction of the BP that created
the BLOB of this BO or null if no BLOB was created yet.
getBLOBCreatedOn() - Method in class de.ipcon.db.core.BO
Returns the user in the transaction of the BP that created
the BLOB of this BO or null if no BLOB was created yet.
getBLOBDeletedBy() - Method in class de.ipcon.db.core.BO
Returns the user in the transaction of the BP that deleted
the BLOB of this BO or null if the BLOB was not deleted.
getBLOBDeletedOn() - Method in class de.ipcon.db.core.BO
Returns the user in the transaction of the BP that created
the BLOB of this BO or null if no BLOB was created yet.
getBLOBHandle() - Method in class de.ipcon.db.core.BOProc
getBLOBIdsAndVFiles() - Method in class de.ipcon.db.blob.InitialBLOBTransferMetaDataContainer
getBLOBInfo(Long) - Method in class de.ipcon.db.BackendConnectionManager
getBLOBInfo(Long, Long) - Method in class de.ipcon.db.BackendConnectionManager
getBLOBInfo(Long) - Method in interface de.ipcon.db.blob.BLOBLoaderI
gathers information about the BLOB belonging to BO[i].
getBLOBInfo(Long, Long) - Method in interface de.ipcon.db.blob.BLOBLoaderI
gathers information about the BLOB belonging to BO[i].
getBLOBInfo() - Method in class de.ipcon.db.blob.ManagedFile
getBLOBInfo() - Method in interface de.ipcon.db.blob.ManagedFileI
getBLOBInfo(Long) - Method in class de.ipcon.db.blob.ServerFileVault
getBLOBInfo(Long, Long) - Method in class de.ipcon.db.blob.ServerFileVault
getBLOBInfo(Long) - Method in interface de.ipcon.db.blob.ServerFileVaultI
gathers information about the BLOB belonging to BO[i].
getBLOBInfo(Long, Long) - Method in interface de.ipcon.db.blob.ServerFileVaultI
gathers information about the BLOB belonging to BO[i].
getBLOBInfo() - Method in class de.ipcon.db.core.BO
getBLOBInfo(Long) - Method in class de.ipcon.db.core.BOLoaderWrapper
getBLOBInfo(Long, Long) - Method in class de.ipcon.db.core.BOLoaderWrapper
getBLOBInfo(Long) - Method in class de.ipcon.db.core.Transaction
getBLOBInfo(Long, Long) - Method in class de.ipcon.db.core.Transaction
getBLOBInfo(Benutzer, Long) - Method in class de.ipcon.db.DBMan
getBLOBInfo(Benutzer, Long, Long) - Method in class de.ipcon.db.DBMan
getBLOBInfo(Long) - Method in class de.ipcon.db.DBMan
getBLOBInfo(Long, Long) - Method in class de.ipcon.db.DBMan
getBLOBInfo(Long) - Method in interface de.ipcon.db.DBManI
getBLOBInfo(Long) - Method in class de.ipcon.db.DBManLocalBOLoader
getBLOBInfo(Long, Long) - Method in class de.ipcon.db.DBManLocalBOLoader
getBLOBInfo(Benutzer, Long) - Method in interface de.ipcon.db.DBManLocalI
getBLOBInfo(Benutzer, Long, Long) - Method in interface de.ipcon.db.DBManLocalI
getBLOBInfo(Long) - Method in interface de.ipcon.db.DBManUserContextI
getBLOBInfo(Long, Long) - Method in interface de.ipcon.db.DBManUserContextI
getBLOBInfo(Long) - Method in class de.ipcon.db.DBManUserContextImpl
getBLOBInfo(Long, Long) - Method in class de.ipcon.db.DBManUserContextImpl
getBLOBInfo(Long) - Method in class de.ipcon.db.protocol.BackendCommandHandler
getBLOBInfo(Long, Long) - Method in class de.ipcon.db.protocol.BackendCommandHandler
getBLOBInfo(Long) - Method in class de.ipcon.db.protocol.BackendConnection
getBLOBInfo(Long, Long) - Method in class de.ipcon.db.protocol.BackendConnection
getBLOBInfo(Long) - Method in interface de.ipcon.db.protocol.ServerConnectionI
getBLOBInfo(Long, Long) - Method in interface de.ipcon.db.protocol.ServerConnectionI
getBLOBInfo(Long) - Method in class de.ipcon.db.testing.TestBOLoader
getBLOBInfo(Long, Long) - Method in class de.ipcon.db.testing.TestBOLoader
getBLOBInfo(Long) - Method in class de.ipcon.db.testing.TestBOLoaderV2
getBLOBInfo(Long, Long) - Method in class de.ipcon.db.testing.TestBOLoaderV2
getBLOBLastModifiedBy() - Method in class de.ipcon.db.core.BO
Returns the user in the transaction of the most recent BP that affected
the BLOB of this BO or null if the BO is still new and unsaved.
getBLOBLastModifiedOn() - Method in class de.ipcon.db.core.BO
Returns the user in the transaction of the BP that created
the BLOB of this BO or null if no BLOB was created yet.
getBLOBLength() - Method in class de.ipcon.db.protocol.BackendRequestStreamBLOB
getBLOBLength() - Method in interface de.ipcon.db.protocol.BackendRequestStreamBLOBI
getBLOBProcs() - Method in class de.ipcon.db.core.Transaction
Checks the existing
BOProcs of THIS if they are relevant to BLOB changes and if so put them
in a
List
getBLOBProcs(BO) - Method in class de.ipcon.db.core.Transaction
getBLOBProcsBOIds() - Method in class de.ipcon.db.core.Transaction
Returns the Ids of all BOs that get their BLOB changed within this Transaction.
getBLOBProcsBOIds(boolean) - Method in class de.ipcon.db.core.Transaction
getBO(Long) - Method in class de.ipcon.db.alarm.BenachrichtigungsScriptAPI
Gets a
BO from the database using the internal Transaction of this api instance.
getBO(Long, Class<? extends BOI>) - Method in class de.ipcon.db.alarm.BenachrichtigungsScriptAPI
Gets a
BO from the database using the internal Transaction of this api instance.
getBO(Long) - Method in class de.ipcon.db.BackendConnectionManager
getBO(Long, Class<? extends BOI>) - Method in class de.ipcon.db.BackendConnectionManager
getBO() - Method in class de.ipcon.db.core.AbstractBOWrapper
getBO() - Method in class de.ipcon.db.core.AlarmAusloesungFuerUnsyncedBO
getBO(Long, Class) - Method in interface de.ipcon.db.core.BasicClientContextI
getBO() - Method in class de.ipcon.db.core.BOAlarmStatus
Returns the
BO this
BOAlarmStatus is associated with, probably loading it from the database
if required.
getBO(Long, Class<? extends BOI>) - Method in interface de.ipcon.db.core.BOLoaderI
Returns the BO with the given id.
getBO(Long) - Method in interface de.ipcon.db.core.BOLoaderI
wrapper for getBO(id, null).
getBO(Long) - Method in class de.ipcon.db.core.BOLoaderWrapper
getBO(Long, Class<? extends BOI>) - Method in class de.ipcon.db.core.BOLoaderWrapper
getBO() - Method in class de.ipcon.db.core.BOProc
getBO() - Method in interface de.ipcon.db.core.BOProcI
getBO() - Method in interface de.ipcon.db.core.BOWrapperI
getBO() - Method in class de.ipcon.db.core.BP
getBO(BOLoaderI) - Method in class de.ipcon.db.core.BP
Returns the BO that this BP affects; if bol is given this one is used to
load the BO from the DB (if necessary), otherwise getBOLoader() is used.
getBO(Long) - Method in class de.ipcon.db.core.CachingBOLoader
getBO(Long, Class<? extends BOI>) - Method in class de.ipcon.db.core.CachingBOLoader
getBo() - Method in class de.ipcon.db.core.FilesystemObject
getBO() - Method in class de.ipcon.db.core.LazyBOReference
Retrieves the referenced Business Object.
getBO(BOLoaderI) - Method in class de.ipcon.db.core.LazyBOReference
getBO() - Method in class de.ipcon.db.core.Transaction.FillBOResult
Returns the BO which was copied into.
getBO(BO) - Method in class de.ipcon.db.core.Transaction
Returns the passed Business Object (BO) in the context of this Transaction, if it is
involved in the Transaction, otherwise it is returned as is.
getBO(Long) - Method in class de.ipcon.db.core.Transaction
Returns the Business Object (BO) with the passed Id and class in the context of this Transaction.
getBO(Long, Class<? extends BOI>) - Method in class de.ipcon.db.core.Transaction
getBO(Long, Class<? extends BOI>, boolean) - Method in class de.ipcon.db.core.Transaction
getBo() - Method in class de.ipcon.db.core.TransactionConflictAnswer
getBO() - Method in class de.ipcon.db.core.UnresolvedReferencesResolver.Warning
getBO(Long) - Method in class de.ipcon.db.DBMan
getBO(Long, Class<? extends BOI>) - Method in class de.ipcon.db.DBMan
getBO(Long) - Method in class de.ipcon.db.DBManLocalBOLoader
getBO(Long, Class<? extends BOI>) - Method in class de.ipcon.db.DBManLocalBOLoader
getBO(int) - Method in class de.ipcon.db.event.DBManBOEvent
getBO(int) - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getBO() - Method in class de.ipcon.db.event.FlagStore
Returns the Business Object associated with this FlagStore.
getBO() - Method in class de.ipcon.db.event.LazyFlagStore
Returns the Business Object associated with this FlagStore, loading it
from the database if necessary.
getBO() - Method in class de.ipcon.db.grooql.GrooqlBinding
getBO(Long, Class<? extends BOI>) - Method in class de.ipcon.db.importer.Importer
getBO(Long, Class<? extends BOI>) - Method in class de.ipcon.db.protocol.AbstractBackendConnection
getBO(Long) - Method in class de.ipcon.db.protocol.BackendConnection
getBO(Long, Class<? extends BOI>) - Method in class de.ipcon.db.protocol.BackendConnection
getBO(Long) - Method in interface de.ipcon.db.protocol.ServerConnectionI
getBO(Long, Class<? extends BOI>) - Method in interface de.ipcon.db.protocol.ServerConnectionI
getBO(Long) - Method in class de.ipcon.db.sync.AbstractSync
getBO(Long) - Method in class de.ipcon.db.testing.TestBOLoader
getBO(Long, Class<? extends BOI>) - Method in class de.ipcon.db.testing.TestBOLoader
getBO(Long) - Method in class de.ipcon.db.testing.TestBOLoaderV2
getBO(Long, Class<? extends BOI>) - Method in class de.ipcon.db.testing.TestBOLoaderV2
getBO(Long, Class<? extends BOI>, boolean) - Method in class de.ipcon.db.testing.TestBOLoaderV2
getBO() - Method in class de.ipcon.form.DefaultFormContext
getBO(boolean) - Method in class de.ipcon.form.DefaultFormContext
getBO() - Method in class de.ipcon.form.FormAction
getBO() - Method in interface de.ipcon.form.FormContextI
getBO(boolean) - Method in interface de.ipcon.form.FormContextI
getBO() - Method in class de.ipcon.form.FormContextMenu
getBO() - Method in class de.ipcon.form.FormElementPathPart
Returns the business object associated with this path part.
getBO() - Method in class de.ipcon.form.FormElementWrapper
Returns the associated business object
getBO() - Method in class de.ipcon.form.FPanel
getBO() - Method in class de.ipcon.form.navtree.BONavigationTreeNode
getBO() - Method in interface de.ipcon.form.table.FTableConfigurationI
getBO() - Method in interface de.ipcon.form.tree.FTreeConfigurationI
getBO() - Method in class de.ipcon.form.tree.FTreeModel
getBO() - Method in class de.ipcon.form.tree.FTreeNode
getBO(Long, Class) - Method in class de.ipcon.gui.BasicClient
getBO() - Method in class de.ipcon.schema.ScriptedAttribute.SetValueEvent
getBO() - Method in interface de.ipcon.schema.SetValueEventI
getBOBot() - Method in class de.ipcon.db.core.AlarmAusloesungFuerBO
getBOByAttr(Class<? extends BOI>, String, Object) - Method in interface de.ipcon.db.core.BOQueryLoaderI
Gets one BO by a single Attribute-Value pair.
getBOByAttr(Class<? extends BOI>, String, Object, boolean) - Method in interface de.ipcon.db.core.BOQueryLoaderI
getBOByAttr(Class<? extends BOI>, String, Object, boolean, boolean) - Method in interface de.ipcon.db.core.BOQueryLoaderI
getBOByAttr(Class<? extends BOI>, String, Object) - Method in class de.ipcon.db.core.Transaction
FIXME:
nullIfNotFound: default 0, will signal Exception
ignoreNotUnique: default 0
onlyKnown: default 0
getBOByAttr(Class<? extends BOI>, String, Object, boolean) - Method in class de.ipcon.db.core.Transaction
getBOByAttr(Class<? extends BOI>, String, Object, boolean, boolean) - Method in class de.ipcon.db.core.Transaction
getBOByAttr(Class<? extends BOI>, String, Object, boolean, boolean, boolean) - Method in class de.ipcon.db.core.Transaction
getBOByAttrs(Class<? extends BOI>, String[], Object[]) - Method in interface de.ipcon.db.core.BOQueryLoaderI
Calls getBOsByAttrs and returns the first result.
getBOByAttrs(Class<? extends BOI>, String[], Object[], boolean) - Method in interface de.ipcon.db.core.BOQueryLoaderI
getBOByAttrs(Class<? extends BOI>, String[], Object[], boolean, boolean) - Method in interface de.ipcon.db.core.BOQueryLoaderI
getBOByAttrs(Class<? extends BOI>, String[], Object[]) - Method in class de.ipcon.db.core.Transaction
Calls getBOsByAttrs and does a uniqueness check by default.
getBOByAttrs(Class<? extends BOI>, String[], Object[], boolean) - Method in class de.ipcon.db.core.Transaction
getBOByAttrs(Class<? extends BOI>, String[], Object[], boolean, boolean) - Method in class de.ipcon.db.core.Transaction
getBOByAttrs(Class<? extends BOI>, String[], Object[], boolean, boolean, boolean) - Method in class de.ipcon.db.core.Transaction
getBOByStringAttr(Class<? extends BOI>, String, String) - Method in class de.ipcon.db.core.Transaction
Deprecated.
getBOByStringAttr(Class<? extends BOI>, String, String, boolean) - Method in class de.ipcon.db.core.Transaction
getBOByStringAttr(Class<? extends BOI>, String, String, boolean, boolean) - Method in class de.ipcon.db.core.Transaction
getBOByStringAttr(Class<? extends BOI>, String, String, boolean, boolean, boolean) - Method in class de.ipcon.db.core.Transaction
getBOByStringAttrs(Class<? extends BOI>, String[], String[]) - Method in class de.ipcon.db.core.Transaction
Deprecated.
getBOByStringAttrs(Class<? extends BOI>, String[], String[], boolean) - Method in class de.ipcon.db.core.Transaction
getBOByStringAttrs(Class<? extends BOI>, String[], String[], boolean, boolean) - Method in class de.ipcon.db.core.Transaction
getBOByStringAttrs(Class<? extends BOI>, String[], String[], boolean, boolean, boolean) - Method in class de.ipcon.db.core.Transaction
getBOClass() - Method in class de.ipcon.db.core.BOMaske
getBOClass() - Method in class de.ipcon.db.core.BOProc
getBOClass() - Method in interface de.ipcon.db.core.BOProcI
getBOClass() - Method in class de.ipcon.db.core.BP
getBOClass(BOLoaderI) - Method in class de.ipcon.db.core.BP
getBOClass(int) - Method in interface de.ipcon.db.core.DBManBOChangeEventI
getBOClass(int) - Method in class de.ipcon.db.event.DBManBOEvent
getBOClass(int) - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getBOClassFromBP(BP) - Static method in class de.ipcon.db.core.BedingterAlarm
Helper method which encapsules BP#getBOClass() and handles error cases.
getBoCopy() - Method in class de.ipcon.db.core.TransactionConflictAnswer
getBOFlag(int) - Method in class de.ipcon.db.event.DBManBOChangeEvent
getBOFlag() - Method in class de.ipcon.db.event.DBManBOChangeEventFilter
getBOFlag(int) - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getBOForLastPathElement(BOI, String) - Method in class de.ipcon.schema.CBOSchema
getBOForLastPathElement(BOI, String) - Method in interface de.ipcon.schema.SchemaI
getBOForLastPathElement(SchemaI, BOI, String) - Static method in class de.ipcon.schema.SchemaTools
Returns the BO for which the final attribute is called, i.e. the second to last attribute.
getBOForLastPathElement(BOI, String) - Method in class de.ipcon.schema.SchemaWrapper
getBOId() - Method in class de.ipcon.db.core.AlarmAusloesungFuerBO
getBOId() - Method in class de.ipcon.db.core.BOProc
getBOId() - Method in interface de.ipcon.db.core.BOProcI
getBOId(int) - Method in interface de.ipcon.db.core.DBManBOChangeEventI
getBOId(int) - Method in class de.ipcon.db.event.DBManBLOBChangeEvent
getBOId(int) - Method in class de.ipcon.db.event.DBManBOEvent
getBOId(int) - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getBOIds() - Method in class de.ipcon.db.core.ArrayZeilenWrapper
This is only for reference and debugging, it does NOT represent an actual relation because BOIds in this list are not unique
getBOIds() - Method in class de.ipcon.form.navtree.ClientNavigationTreeModel.NodeCache
getBOIds() - Method in interface de.ipcon.form.navtree.NavigationTreeModelNodeCacheI
getBOIdsForClass(Class, short) - Method in class de.ipcon.db.event.DBManBOChangeEvent
Returns the Ids of all BOs in this event matching the passed class and flag.
getBOIdsForClass(Class) - Method in class de.ipcon.db.event.DBManBOEvent
Returns the BO-Ids of this event matching the passed class.
getBOIdsForClass(Class) - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getBOIdsForClass(Class, short) - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getBOIdsForClasses(Class[], short) - Method in class de.ipcon.db.event.DBManBOChangeEvent
Returns the Ids of all BOs in this event matching any of the passed classes and flag.
getBOIdsForClasses(Class[]) - Method in class de.ipcon.db.event.DBManBOEvent
Returns the BO-Ids of this event matching any of the passed classes.
getBOIdsForClasses(Class[]) - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getBOIdsForClasses(Class[], short) - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getBOIdsOfNodesDependingOn(Long) - Method in class de.ipcon.form.navtree.ClientNavigationTreeModel.NodeCache
getBOIdsOfNodesDependingOn(Long) - Method in interface de.ipcon.form.navtree.NavigationTreeModelNodeCacheI
getBol() - Method in class de.ipcon.db.core.BOLoaderCoercingObjectInputStream
getBol() - Method in class de.ipcon.db.query.SemiFullTextQueryBuilder
getBOLoader() - Method in class de.ipcon.db.CodebausteinStorage
getBOLoader() - Method in interface de.ipcon.db.core.BasicClientContextI
getBOLoader() - Method in class de.ipcon.db.core.BO
Returns the BOLoaderI of this BO.
getBOLoader() - Method in class de.ipcon.db.core.BOAlarmStatus
getBOLoader() - Method in class de.ipcon.db.core.BOAlarmStatusManager
getBOLoader() - Method in class de.ipcon.db.core.BOGraphPrefetcher
getBOLoader() - Method in class de.ipcon.db.core.Transaction
getBOLoader() - Method in class de.ipcon.db.module.KernelModule
Returns the BOLoaderI used by this KernelModule.
getBOLoader() - Method in class de.ipcon.form.DefaultFormContext
getBOLoader() - Method in interface de.ipcon.form.FormContextI
getBOLoader() - Method in class de.ipcon.gui.BasicClient
getBOLoaderInfo() - Method in exception de.ipcon.schema.AttributeResolveException
getBOLoaderRef() - Method in class de.ipcon.db.CodebausteinStorage
getBookmarkByTid(String, String) - Method in interface de.ipcon.form.ClientContextI
getBookmarkByTid(String, String) - Method in class de.ipcon.gui.BasicClient
getBookmarks(EntityI, boolean) - Method in interface de.ipcon.form.ClientContextI
getBookmarks(EntityI) - Method in interface de.ipcon.form.ClientContextI
getBookmarks(EntityI, boolean) - Method in class de.ipcon.gui.BasicClient
getBookmarks(EntityI) - Method in class de.ipcon.gui.BasicClient
getBool(Rexx) - Static method in class de.ipcon.schema.types.CBOAbstractAttributeType
bool aus Rexx
getBool(String) - Static method in class de.ipcon.tools.TypeDistiller
getBool(String, boolean) - Static method in class de.ipcon.tools.TypeDistiller
getBool(String, Boolean) - Static method in class de.ipcon.tools.TypeDistiller
getBoolean(int) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of the designated JDBC BIT or BOOLEAN parameter as a boolean in the Java programming language.
getBoolean(String) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of a JDBC BIT or BOOLEAN parameter as a boolean in the Java programming language.
getBoolean(int) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a boolean in the Java programming language.
getBoolean(String) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a boolean in the Java programming language.
getBoolean() - Method in class de.ipcon.tools.xbase.XBaseField
getBoolean(int) - Method in class de.ipcon.tools.xbase.XBaseTable
getBooleanProperty(EntityI, String) - Method in class de.ipcon.db.core.BT
getBooleanValue(BOLoaderI, String) - Static method in class de.ipcon.db.core.EinstellungenVariable
Convenience method to get the Boolean value of an EV which is configured to be of type Boolean .
getBooleanValue(BOLoaderI, String, Benutzer) - Static method in class de.ipcon.db.core.EinstellungenVariable
getBooleanValue(BOLoaderI, String, Benutzer, Appendable) - Static method in class de.ipcon.db.core.EinstellungenVariable
getBooleanValue() - Method in class de.ipcon.db.core.EinstellungenVariable
getBooleanValue(Benutzer) - Method in class de.ipcon.db.core.EinstellungenVariable
getBooleanValue(Benutzer, Appendable) - Method in class de.ipcon.db.core.EinstellungenVariable
getBooleanValue(BOLoaderI) - Method in interface de.ipcon.db.core.EinstellungenVariableBasedConfigurationValueI
Returns the boolean value of the
EinstellungenVariable having our "value" as name or false if that value is null.
getBoolObject(String) - Static method in class de.ipcon.tools.TypeDistiller
getBoolObject(String, Boolean) - Static method in class de.ipcon.tools.TypeDistiller
getBoolObject(String, Boolean, boolean) - Static method in class de.ipcon.tools.TypeDistiller
getBootJdbcDriver() - Method in class de.ipcon.db.DBMan
getBootJdbcPass() - Method in class de.ipcon.db.DBMan
getBootJdbcUrl() - Method in class de.ipcon.db.DBMan
getBootJdbcUser() - Method in class de.ipcon.db.DBMan
getBOs(Long[]) - Method in class de.ipcon.db.BackendConnectionManager
getBOs(Long[], Class<? extends BOI>) - Method in class de.ipcon.db.BackendConnectionManager
getBOs(long[]) - Method in class de.ipcon.db.BackendConnectionManager
getBOs(long[], Class<? extends BOI>) - Method in class de.ipcon.db.BackendConnectionManager
getBOs(Long[], Class<? extends BOI>) - Method in interface de.ipcon.db.core.BOLoaderI
returns the BOs with the given ids.
getBOs(Long[]) - Method in interface de.ipcon.db.core.BOLoaderI
wrapper for getBOs(ids, null)
getBOs(long[], Class<? extends BOI>) - Method in interface de.ipcon.db.core.BOLoaderI
returns the BOs with the given ids.
getBOs(long[]) - Method in interface de.ipcon.db.core.BOLoaderI
wrapper for getBOs(ids, null)
getBOs(Long[]) - Method in class de.ipcon.db.core.BOLoaderWrapper
getBOs(Long[], Class<? extends BOI>) - Method in class de.ipcon.db.core.BOLoaderWrapper
getBOs(long[]) - Method in class de.ipcon.db.core.BOLoaderWrapper
getBOs(long[], Class<? extends BOI>) - Method in class de.ipcon.db.core.BOLoaderWrapper
getBOs(Long[]) - Method in class de.ipcon.db.core.CachingBOLoader
getBOs(Long[], Class<? extends BOI>) - Method in class de.ipcon.db.core.CachingBOLoader
getBos() - Method in class de.ipcon.db.core.Druckziel.OutputDsl
getBos(int) - Method in class de.ipcon.db.core.Druckziel.OutputDsl
getBOs() - Method in class de.ipcon.db.core.Transaction.Additional
Convenience/Container class to record any exceptions during FillBO,
Allowing the calling method to conveniently rollback or commit this change, as well
as accessing all encountered errors.
getBOs(int) - Method in class de.ipcon.db.core.Transaction.Additional
getBOs(Long[]) - Method in class de.ipcon.db.core.Transaction
Wrapper method for the method getBOs( Object, Class ),
such that we can call getBOs direct with an array of Ids of type Long.
getBOs(Long[], Class<? extends BOI>) - Method in class de.ipcon.db.core.Transaction
getBOs(long[]) - Method in class de.ipcon.db.core.Transaction
Wrapper method for the method getBOs( Object, Class ),
such that we can call getBOs direct with an of array of Ids of the primitive type 'long'.
getBOs(long[], Class<? extends BOI>) - Method in class de.ipcon.db.core.Transaction
getBOs() - Method in class de.ipcon.db.core.Transaction
getBOs(Class<? extends BOI>) - Method in class de.ipcon.db.core.Transaction
Method to retrieve all the included BOs with a specific class.
getBOs() - Method in class de.ipcon.db.core.TransactionCanonification
Returns an unmodifiable view of the set of BOs involved in the transaction.
getBOs() - Method in exception de.ipcon.db.core.TransactionConflictException
getBOs(int) - Method in exception de.ipcon.db.core.TransactionConflictException
getBOs() - Method in class de.ipcon.db.core.UnresolvedReferencesResolver.MultipleReferencesWarning
getBOs(Long[]) - Method in class de.ipcon.db.DBMan
getBOs(Long[], Class<? extends BOI>) - Method in class de.ipcon.db.DBMan
getBOs(long[]) - Method in class de.ipcon.db.DBMan
getBOs(long[], Class<? extends BOI>) - Method in class de.ipcon.db.DBMan
getBOs(Long[]) - Method in class de.ipcon.db.DBManLocalBOLoader
getBOs(Long[], Class<? extends BOI>) - Method in class de.ipcon.db.DBManLocalBOLoader
getBOs(long[]) - Method in class de.ipcon.db.DBManLocalBOLoader
getBOs(long[], Class<? extends BOI>) - Method in class de.ipcon.db.DBManLocalBOLoader
getBOs(BOLoaderI, Class, boolean) - Method in class de.ipcon.db.event.DBManBOChangeEvent
Loads and returns the changed BOs of this event.
getBOs(BOLoaderI, Class[], short) - Method in class de.ipcon.db.event.DBManBOChangeEvent
Loads and returns the BOs of this event matching the passed flag and classes.
getBOs(BOLoaderI, Class, short) - Method in class de.ipcon.db.event.DBManBOChangeEvent
Loads and returns the BOs of this event matching the passed flag.
getBOs(BOLoaderI) - Method in class de.ipcon.db.event.DBManBOEvent
Loads and returns the BOs of this event.
getBOs(BOLoaderI, Class) - Method in class de.ipcon.db.event.DBManBOEvent
getBOs(BOLoaderI) - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getBOs(BOLoaderI, Class) - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getBOs(BOLoaderI, Class, boolean) - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getBOs(BOLoaderI, Class, short) - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getBOs(Long[], Class<? extends BOI>) - Method in class de.ipcon.db.protocol.AbstractBackendConnection
getBOs(long[], Class<? extends BOI>) - Method in class de.ipcon.db.protocol.AbstractBackendConnection
getBOs(long[]) - Method in class de.ipcon.db.protocol.BackendConnection
getBOs(long[], Class<? extends BOI>) - Method in class de.ipcon.db.protocol.BackendConnection
getBOs(Long[]) - Method in class de.ipcon.db.protocol.BackendConnection
getBOs(Long[], Class<? extends BOI>) - Method in class de.ipcon.db.protocol.BackendConnection
getBOs() - Method in class de.ipcon.db.protocol.BackendRequestGetObjects
getBOs() - Method in interface de.ipcon.db.protocol.BackendRequestGetObjectsI
getBOs(Long[]) - Method in interface de.ipcon.db.protocol.ServerConnectionI
getBOs(Long[], Class<? extends BOI>) - Method in interface de.ipcon.db.protocol.ServerConnectionI
getBOs(long[]) - Method in interface de.ipcon.db.protocol.ServerConnectionI
getBOs(long[], Class<? extends BOI>) - Method in interface de.ipcon.db.protocol.ServerConnectionI
getBOs() - Method in class de.ipcon.db.report.AnkerDefinitionProcessor
getBOs() - Method in class de.ipcon.db.report.AttributeIterator
getBOs(int) - Method in class de.ipcon.db.report.AttributeIterator
getBOs() - Method in class de.ipcon.db.report.PrintingPreparer
getBOs(Long[]) - Method in class de.ipcon.db.sync.AbstractSync
getBOs(Long[], Class<? extends BOI>) - Method in class de.ipcon.db.testing.TestBOLoader
getBOs(Long[]) - Method in class de.ipcon.db.testing.TestBOLoader
getBOs(long[], Class<? extends BOI>) - Method in class de.ipcon.db.testing.TestBOLoader
getBOs(long[]) - Method in class de.ipcon.db.testing.TestBOLoader
getBOs(Long[], Class<? extends BOI>) - Method in class de.ipcon.db.testing.TestBOLoaderV2
getBOs(Long[]) - Method in class de.ipcon.db.testing.TestBOLoaderV2
getBOs(long[], Class<? extends BOI>) - Method in class de.ipcon.db.testing.TestBOLoaderV2
getBOs(long[]) - Method in class de.ipcon.db.testing.TestBOLoaderV2
getBOs() - Method in class de.ipcon.form.DefaultFormContext
getBOs() - Method in interface de.ipcon.form.FormContextI
getBOs() - Method in class de.ipcon.form.FormContextMenu
getBOs(int) - Method in class de.ipcon.form.FormContextMenu
getBOs() - Method in interface de.ipcon.form.FormContextSaveHandlerI
getBOs(BOLoaderI) - Method in exception de.ipcon.form.SaveVetoExceptionWithConflictingBOs
getBOsAsLazyBOReferences(BOLoaderI) - Method in class de.ipcon.db.event.DBManBOChangeEvent
Used for NotificationModule to avoid unnecessary object creation (and might
probably be useful elsewhere too, so placed this method here instead of in
NotificationModule).
getBOsAsLazyBOReferences(BOLoaderI, Class) - Method in class de.ipcon.db.event.DBManBOChangeEvent
getBOsAsLazyBOReferences(BOLoaderI, Class, boolean) - Method in class de.ipcon.db.event.DBManBOChangeEvent
getBOsAsLazyBOReferences(BOLoaderI, Class, boolean, boolean) - Method in class de.ipcon.db.event.DBManBOChangeEvent
getBOsAsLazyBOReferences(BOLoaderI, Class, boolean, boolean, boolean) - Method in class de.ipcon.db.event.DBManBOChangeEvent
getBOsAsLazyBOReferences(BOLoaderI) - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getBOsAsLazyBOReferences(BOLoaderI, Class) - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getBOsAsLazyBOReferences(BOLoaderI, Class, boolean) - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getBOsAsLazyBOReferences(BOLoaderI, Class, boolean, boolean) - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getBOsAsLazyBOReferences(BOLoaderI, Class, boolean, boolean, boolean) - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getBOsByAttrs(Class<? extends BOI>, String[], Object[]) - Method in interface de.ipcon.db.core.BOQueryLoaderI
Looks up a BO by the given attributes.
getBOsByAttrs(Class<? extends BOI>, String[], Object[], boolean[]) - Method in interface de.ipcon.db.core.BOQueryLoaderI
getBOsByAttrs(Class<? extends BOI>, String[], Object[], boolean[], int) - Method in interface de.ipcon.db.core.BOQueryLoaderI
getBOsByAttrs(Class<? extends BOI>, String[], Object[], boolean[], int, Set<Long>) - Method in interface de.ipcon.db.core.BOQueryLoaderI
getBOsByAttrs(BOQueryLoaderI, Class<? extends BOI>, String[], Object[], boolean[], int, Set<Long>) - Static method in class de.ipcon.db.core.BOQueryLoaderI.InternalHelper
Actual implementation of the default interface method
getBOsByAttrs(Class<? extends BOI>, String[], Object[], boolean[]) - Method in class de.ipcon.db.core.Transaction
getBOsByAttrs(Class<? extends BOI>, String[], Object[], boolean[], int) - Method in class de.ipcon.db.core.Transaction
getBOsByAttrs(Class<? extends BOI>, String[], Object[], boolean[], int, Set<Long>) - Method in class de.ipcon.db.core.Transaction
getBOsByAttrs(Class<? extends BOI>, String[], Object[]) - Method in class de.ipcon.db.core.Transaction
Retrieves Business Objects (BOs) by the specified attributes within this transaction and persistent storage.
getBOsByAttrs(Class<? extends BOI>, String[], Object[], boolean) - Method in class de.ipcon.db.core.Transaction
getBOsByAttrs(Class<? extends BOI>, String[], Object[], boolean, int) - Method in class de.ipcon.db.core.Transaction
getBOsByAttrs(Class<? extends BOI>, String[], Object[], boolean, int, boolean[]) - Method in class de.ipcon.db.core.Transaction
getBOsByAttrs(Class<? extends BOI>, String[], Object[], boolean, int, boolean[], Set<Long>) - Method in class de.ipcon.db.core.Transaction
getBOsByEntityAndProcType(Collection<BOProcI>, boolean, boolean, boolean, boolean) - Method in class de.ipcon.db.core.tx.TransactionFormatterSummarizedPlain
Collects all BOs and their types from procs, filtered for types, as determined via flags.
getBOsByQuery(Long[], Class<U>) - Method in class de.ipcon.db.tools.CachingBOLoaderExtended
getBOSortList() - Method in class de.ipcon.db.report.AttributeIterator
getBosToExpand() - Method in class de.ipcon.form.tree.FTreeModel
getBOT(Class<? extends BOI>) - Method in class de.ipcon.db.BackendConnectionManager
getBot() - Method in class de.ipcon.db.core.BO
getBOT() - Method in class de.ipcon.db.core.BOAlarmStatus
getBOT(Class<? extends BOI>) - Method in interface de.ipcon.db.core.BOLoaderI
getBOT(Class<? extends BOI>) - Method in class de.ipcon.db.core.BOLoaderWrapper
getBOT(Class<? extends BOI>) - Method in class de.ipcon.db.core.CachingBOLoader
getBOT(Class<? extends BOI>) - Method in class de.ipcon.db.core.Transaction
getBot() - Method in class de.ipcon.db.core.TransactionConflictAnswer
getBOT(Class<? extends BOI>) - Method in class de.ipcon.db.DBMan
getBOT(Class<? extends BOI>) - Method in class de.ipcon.db.DBManLocalBOLoader
getBOT(Class<? extends BOI>) - Method in class de.ipcon.db.testing.TestBOLoader
getBOT(Class) - Method in class de.ipcon.db.testing.TestBOLoaderV2
getBOT(Class<? extends BOI>) - Method in class de.ipcon.db.testing.TestTransaction
getBotId(PersistenceHandlerI, Class<? extends BOI>) - Static method in class de.ipcon.db.core.BOT
getBotId(PersistenceHandlerI, Class<? extends BOI>, boolean) - Static method in class de.ipcon.db.core.BOT
getBotId(BOLoaderI, Class<? extends BOI>) - Static method in class de.ipcon.db.core.BOT
getBotId(BOLoaderI, Class<? extends BOI>, boolean) - Static method in class de.ipcon.db.core.BOT
getBotId(BOLoaderI, Class<? extends BOI>, boolean, boolean) - Static method in class de.ipcon.db.core.BOT
getBotId(Class<? extends BOI>) - Static method in class de.ipcon.db.core.BOT
getBotId(Class<? extends BOI>, boolean) - Static method in class de.ipcon.db.core.BOT
getBotId(String) - Method in class de.ipcon.schema.generators.CoreData
getBotId(String, boolean) - Method in class de.ipcon.schema.generators.CoreData
getBotId(String, boolean, boolean) - Method in class de.ipcon.schema.generators.CoreData
getBotId(String) - Method in interface de.ipcon.schema.generators.coredata.SQLCoreDataStoreI
getBotId(String) - Method in class de.ipcon.schema.generators.DiscriminatorSync
getBotId(String, boolean) - Method in class de.ipcon.schema.generators.DiscriminatorSync
getBotIds(Collection) - Static method in class de.ipcon.db.core.BOT
getBotIds(Collection, boolean) - Static method in class de.ipcon.db.core.BOT
getBotIds() - Method in class de.ipcon.schema.generators.CoreData
getBOTIdsClause(EntityI) - Method in class de.ipcon.db.core.CollidingBPQueryClauseBuilder
Generates an OQL-compatible clause for retrieving Business Object Type (
BOT) Ids
associated with the given
EntityI or any of its sub-entities.
getBOTIdsList(Collection) - Static method in class de.ipcon.db.core.BOT
Returns a comma-separated list of all BOT-Ids of the passed EntityI-Collection and their subentities
or an empty String if the passed Collection was null or empty.
getBOTIdsList(EntityI[]) - Static method in class de.ipcon.db.core.BOT
Returns a comma-separated list of all BOT-Ids of the passed EntityI-array and their subentities
or an empty String if the passed EntityI-array was null or empty.
getBOTIdsList(EntityI) - Static method in class de.ipcon.db.core.BOT
Returns a comma-separated list of all BOT-Ids of the passed EntityI and its subentities.
getBOTName() - Method in class de.ipcon.schema.generators.coredata.BOTemplate
getBOTName() - Method in class de.ipcon.schema.generators.coredata.CodebausteinArgumentTemplate
getBOTName() - Method in class de.ipcon.schema.generators.coredata.CodebausteinTemplate
getBOTName() - Method in class de.ipcon.schema.generators.coredata.FormularTemplate
getBOTName() - Method in class de.ipcon.schema.generators.coredata.LesezeichenTemplate
getBOTName() - Method in class de.ipcon.schema.generators.coredata.OrdnerTemplate
getBOTName() - Method in class de.ipcon.schema.generators.coredata.SchabloneTemplate
getBotPrio(BO) - Method in class de.ipcon.form.navtree.NavigationTreeNodeComparator
getBOTsOfInterest() - Method in class de.ipcon.db.bthandler.BTsHandler
getBottomGridAlign() - Method in class de.ipcon.form.FView
getBOTyp() - Method in interface de.ipcon.db.core.EntityStrukturI
getBOTyp() - Method in interface de.ipcon.db.core.StrukturWithBOTypI
getBotyp() - Method in class de.ipcon.schema.generators.coredata.EntityStrukturTemplate
getBOUncached(Long) - Method in class de.ipcon.db.BackendConnectionManager
getBOUncached(Long, Class<? extends BOI>) - Method in class de.ipcon.db.BackendConnectionManager
getBOUncached(Long, Class<? extends BOI>) - Method in interface de.ipcon.db.core.BOLoaderI
Loads and returns the BO with this Id with a non caching BOLoader.
getBOUncached(Long) - Method in interface de.ipcon.db.core.BOLoaderI
getBOUncached(Long) - Method in class de.ipcon.db.core.BOLoaderWrapper
getBOUncached(Long, Class<? extends BOI>) - Method in class de.ipcon.db.core.BOLoaderWrapper
getBOUncached(BO) - Method in class de.ipcon.db.core.Transaction
Retrieves a Business Object (BO) without using the cache.
getBOUncached(Long) - Method in class de.ipcon.db.core.Transaction
getBOUncached(Long, Class<? extends BOI>) - Method in class de.ipcon.db.core.Transaction
getBOUncached(Long) - Method in class de.ipcon.db.DBMan
getBOUncached(Long, Class<? extends BOI>) - Method in class de.ipcon.db.DBMan
getBOUncached(Long) - Method in class de.ipcon.db.DBManLocalBOLoader
getBOUncached(Long, Class<? extends BOI>) - Method in class de.ipcon.db.DBManLocalBOLoader
getBOUncached(Long) - Method in class de.ipcon.db.testing.TestBOLoader
getBOUncached(Long, Class<? extends BOI>) - Method in class de.ipcon.db.testing.TestBOLoader
getBOUncached(Long) - Method in class de.ipcon.db.testing.TestBOLoaderV2
getBOUncached(Long, Class<? extends BOI>) - Method in class de.ipcon.db.testing.TestBOLoaderV2
getBounds() - Method in class de.ipcon.form.AbstractClientDesktopElement
getBounds() - Method in interface de.ipcon.form.MDIElementI
getBOValue() - Method in class de.ipcon.db.core.EinstellungenVariable
Returns the value of this variable as
CoreBO, if possible.
getBOValue(Benutzer) - Method in class de.ipcon.db.core.EinstellungenVariable
getBOValue(Benutzer, Appendable) - Method in class de.ipcon.db.core.EinstellungenVariable
getBOVersion() - Method in class de.ipcon.db.core.BO
getBOVersion() - Method in interface de.ipcon.schema.BOI
A value that is incremented each time the BO is modified.
getBP() - Method in exception de.ipcon.db.core.BPIntegrityException
getBPBeginDate() - Method in class de.ipcon.tools.BillingPeriod
getBPBeginString() - Method in class de.ipcon.tools.BillingPeriod
getBPCount() - Method in class de.ipcon.db.core.BT
getBPEndDate() - Method in class de.ipcon.tools.BillingPeriod
getBPEndString() - Method in class de.ipcon.tools.BillingPeriod
getBPEndStringNI() - Method in class de.ipcon.tools.BillingPeriod
getBPIdBeforeDate(Date) - Method in class de.ipcon.db.fulltext.compass.IndexerQueryResultsBP
getBPsByBOId(Long) - Method in class de.ipcon.db.core.BT
getBPsByBOId(Long) - Method in class de.ipcon.db.event.DBManBOChangeEvent
Return all BPs from the linked BTs for a BO of the given Id
getBPsGroupedByBOId(Class<? extends BOI>) - Method in class de.ipcon.db.event.DBManBOChangeEvent
Return a map of BO Ids linked to a collection of BPs for the BO Id,
for each BO of the given type or all BOs in this event
getBroadcastEvent(String, String) - Static method in class de.ipcon.db.event.DBManLogEvent
getBroadcastEvent(String, String, Object) - Static method in class de.ipcon.db.event.DBManLogEvent
getBT() - Method in class de.ipcon.db.core.AlarmAusloesung
getBT(BOLoaderI) - Method in class de.ipcon.db.core.AlarmAusloesung
getBT() - Method in class de.ipcon.db.core.Transaction
getBT(int) - Method in class de.ipcon.db.event.DBManBOChangeEvent
getBT(int) - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getBTId() - Method in class de.ipcon.db.core.Transaction
getBTsHandler() - Method in class de.ipcon.db.alarm.AlarmHandler
getBTsHandler() - Method in class de.ipcon.db.notification.NotificationModule
getBTsSize() - Method in class de.ipcon.db.event.DBManBOChangeEvent
getBTsSize() - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getBuffer() - Method in class de.ipcon.tools.io.BufferExposingByteArrayOutputStream
getBufferedImage(File, String) - Static method in class de.ipcon.tools.PDFParser
Creates a BufferedImage from the given page of the pdf document
getBufferedImage(File, String, int) - Static method in class de.ipcon.tools.PDFParser
getBufferedImage(File, String, int, int) - Static method in class de.ipcon.tools.PDFParser
getBufferedImage(File, String, int, int, int) - Static method in class de.ipcon.tools.PDFParser
getBufferedImage(byte[], String) - Static method in class de.ipcon.tools.PDFParser
Creates a BufferedImage from the given page of the pdf document
getBufferedImage(byte[], String, int) - Static method in class de.ipcon.tools.PDFParser
getBufferedImage(byte[], String, int, int) - Static method in class de.ipcon.tools.PDFParser
getBufferedImage(byte[], String, int, int, int) - Static method in class de.ipcon.tools.PDFParser
getBufferedImageInCorrectOrientation(File) - Static method in class de.ipcon.db.core.Bild
Turns the file into a BufferedImage and rotates it based on the metadata.
getBufferedReader(File) - Static method in class de.ipcon.tools.FileTools
getBufferedReader(File, String) - Static method in class de.ipcon.tools.FileTools
getBufferedReader(Path) - Static method in class de.ipcon.tools.FileTools
getBufferedReader(Path, String) - Static method in class de.ipcon.tools.FileTools
getBufferedReader(ReadableByteChannel) - Static method in class de.ipcon.tools.FileTools
getBufferedReader(ReadableByteChannel, String) - Static method in class de.ipcon.tools.FileTools
getBufferedReader(String) - Static method in class de.ipcon.tools.FileTools
getBufferedReader(String, String) - Static method in class de.ipcon.tools.FileTools
getBufferedReader(InputStream) - Static method in class de.ipcon.tools.FileTools
getBufferedReader(InputStream, String) - Static method in class de.ipcon.tools.FileTools
getBuildToolBar(boolean) - Method in class de.ipcon.form.FBorder
getBundleLookupPath(String, String) - Method in interface de.ipcon.schema.SchemaI
Generates an array of lookup paths for a resource bundle.
getBusinessInterests() - Method in class de.ipcon.schema.gdpr.DataCategory
Returns the collection of business interests associated with this data category.
getButton() - Method in class de.ipcon.form.ListButtonWrapper
getButton() - Method in class de.ipcon.gui.console.CancelForcedClientDisconnectAction
getButton() - Method in class de.ipcon.gui.console.DemandForcedClientDisconnectAction
getButton() - Method in class de.ipcon.gui.console.SendSystemMessageAction
getByItem(int) - Method in class de.ipcon.db.oql.OrderNode
getByItemCount() - Method in class de.ipcon.db.oql.OrderNode
getByMedium() - Method in class de.ipcon.db.notification.EmailNotificationHandler
getByMedium() - Method in class de.ipcon.db.notification.NotificationHandler
getByMedium() - Method in class de.ipcon.db.notification.SolsticeNotificationHandler
getByName(String) - Method in class de.ipcon.db.DefaultServiceManager
getByte() - Method in class de.ipcon.tools.BoolAggregator
getByte(int) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of the designated JDBC TINYINT parameter as a byte in the Java programming language.
getByte(String) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of a JDBC TINYINT parameter as a byte in the Java programming language.
getByte(int) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a byte in the Java programming language.
getByte(String) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a byte in the Java programming language.
getByteArray(BufferedImage) - Static method in class de.ipcon.db.core.Bild
getByteArray(BufferedImage, int) - Static method in class de.ipcon.db.core.Bild
getBytes() - Method in class de.ipcon.db.core.BO
If this BO has a stream on the current server , returns the bytes of it.
getBytes(int) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of the designated JDBC BINARY or VARBINARY parameter as an array of byte values in the Java programming language.
getBytes(String) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of a JDBC BINARY or VARBINARY parameter as an array of byte values in the Java programming language.
getBytes(int) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a byte array in the Java programming language.
getBytes(String) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a byte array in the Java programming language.
getBytes(String, Charset) - Static method in class de.ipcon.tools.TextTools
getBytes(String, Charset, boolean) - Static method in class de.ipcon.tools.TextTools
getBytes(String, String) - Static method in class de.ipcon.tools.TextTools
getBytes(String, String, boolean) - Static method in class de.ipcon.tools.TextTools
getCache(String, Class, String, Class) - Method in class de.ipcon.db.BackendConnectionManager
getCache(String, Class, String, CacheKeyCalculatorI, Class) - Method in class de.ipcon.db.BackendConnectionManager
getCache() - Method in class de.ipcon.db.CodebausteinStorage
getCache(BOLoaderI, String, Class, String, Class) - Static method in class de.ipcon.db.core.BO
getCache(BOLoaderI, String, Class) - Static method in class de.ipcon.db.core.BO
getCache(BOLoaderI, String, Class, String) - Static method in class de.ipcon.db.core.BO
getCache(BOLoaderI, String, Class, String, CacheKeyCalculatorI) - Static method in class de.ipcon.db.core.BO
getCache(BOLoaderI, String, Class, String, CacheKeyCalculatorI, Class) - Static method in class de.ipcon.db.core.BO
getCache(String, Class, String, CacheKeyCalculatorI, Class) - Method in interface de.ipcon.db.core.SessionScopedCacheProviderI
getCache(String, Class, String, Class) - Method in interface de.ipcon.db.core.SessionScopedCacheProviderI
getCache() - Method in class de.ipcon.tools.cache.ObjectInfo
getCachedClass() - Method in interface de.ipcon.db.cache.CacheKeyCalculatorI
returns the class of the cached objects
getCachedClass() - Method in class de.ipcon.db.cache.SingleAttributeCacheKeyCalculator
getCachedInstance(Class<? extends BOI>, String, Object, String, BOLoaderI) - Static method in class de.ipcon.db.cache.BOCache
Retrieves a Business Object (BO) instance from the cache or the database, based on the given parameters.
getCachedInstance(Class<? extends BOI>, String, Object, String, BOLoaderI, boolean) - Static method in class de.ipcon.db.cache.BOCache
getCachedInstance(Class<? extends BOI>, String, Object, String, BOLoaderI, boolean, String) - Static method in class de.ipcon.db.cache.BOCache
getCachedInstance(Class<? extends BOI>, String, Object, String, BOLoaderI, boolean, String, BOLoaderI) - Static method in class de.ipcon.db.cache.BOCache
getCacheElement() - Method in class de.ipcon.db.core.Struktur
getCacheLoader() - Method in class de.ipcon.db.cache.BOCache
Returns the `BOLoaderI` object used for loading objects into this cache
Caution: Use with care, intended for specific scenarios where a different `CacheFetcherI` might need it.
getCacheLoader() - Static method in class de.ipcon.db.core.L10nLocale
getCacheMap() - Method in class de.ipcon.db.cache.StrukturCache
getCacheMap() - Method in interface de.ipcon.db.cache.StrukturCacheI
Returns an unmodifiable view on the current cache Map.
getCacheMode() - Method in class de.ipcon.schema.CBOAttribute
Returns the cache mode of this CBOAttribute
getCacheNT(BOLoaderI, String, Class, String, Class) - Static method in class de.ipcon.db.core.BO
getCacheNT(BOLoaderI, String, Class) - Static method in class de.ipcon.db.core.BO
getCacheNT(BOLoaderI, String, Class, String) - Static method in class de.ipcon.db.core.BO
getCacheNT(BOLoaderI, String, Class, String, CacheKeyCalculatorI) - Static method in class de.ipcon.db.core.BO
getCacheNT(BOLoaderI, String, Class, String, CacheKeyCalculatorI, Class) - Static method in class de.ipcon.db.core.BO
getCacheProvider() - Method in class de.ipcon.db.core.BO
getCacheProvider(BOLoaderI) - Static method in class de.ipcon.db.core.BO
getCachingLoader() - Method in class de.ipcon.db.cache.ServerSideCache
getCalculationAuthority() - Method in interface de.ipcon.schema.AttributeI
Returns the calculation authority of this AttributeI if it is non-persistent.
getCalculationAuthority() - Method in class de.ipcon.schema.AttributeWrapper
getCalculationAuthority() - Method in class de.ipcon.schema.CBOAttribute
getCalculationAuthority() - Method in class de.ipcon.schema.ScriptedAttribute
getCalendarField() - Method in enum de.ipcon.tools.date.TimespanPrecision
getCaller() - Method in interface de.ipcon.form.AsyncRefreshRequestI
getCanonification(boolean) - Method in class de.ipcon.db.core.Transaction.Savepoint
Generates a canonized version of the transaction, starting from this savepoint.
getCanonizedProcs() - Method in class de.ipcon.db.core.Transaction
getCanonizedProcs(BO) - Method in class de.ipcon.db.core.Transaction
Filters the canonized BOProc-s of this Transaction to the ones affecting the passed BO and possibly the provided attribute.
getCanonizedProcs(BO, String) - Method in class de.ipcon.db.core.Transaction
getCanonizedProcs(BO, Set<String>) - Method in class de.ipcon.db.core.Transaction
Filters the canonized BOProc-s of this Transaction to the ones affecting the passed BO and the provided attributes.
getCanonizedVersion(String) - Static method in class de.ipcon.tools.TextTools
Returns the passed version String as int[] with cut off .0 postfixes.
getCaseSensitive() - Method in interface de.ipcon.db.query.ConfigurableQueryI
getCastorCollectionType() - Method in interface de.ipcon.schema.CBOAttributeTypeI
Type of the collection or null, if not a collectionfor generating the castor mapping file.
getCastorCollectionType() - Method in class de.ipcon.schema.types.CBOAbstractAttributeType
getCastorCollectionType() - Method in class de.ipcon.schema.types.WrappingArrayType
getCastorFieldType() - Method in interface de.ipcon.schema.CBOAttributeTypeI
From the Castor docs:
"The field element includes an optional attribute called type which can be
used to specify the Java type of the field.
getCastorFieldType() - Method in class de.ipcon.schema.types.AbstractStringType
getCastorFieldType() - Method in class de.ipcon.schema.types.BooleanType
getCastorFieldType() - Method in class de.ipcon.schema.types.DatetimeType
getCastorFieldType() - Method in class de.ipcon.schema.types.DecimalType
getCastorFieldType() - Method in class de.ipcon.schema.types.DoubleType
getCastorFieldType() - Method in class de.ipcon.schema.types.DurationType
getCastorFieldType() - Method in class de.ipcon.schema.types.FloatType
getCastorFieldType() - Method in class de.ipcon.schema.types.IntegerType
getCastorFieldType() - Method in class de.ipcon.schema.types.LongType
getCastorFieldType() - Method in class de.ipcon.schema.types.PasswordType
getCastorFieldType() - Method in class de.ipcon.schema.types.TimespanType
getCastorFieldType() - Method in class de.ipcon.schema.types.URIType
getCastorFieldType() - Method in class de.ipcon.schema.types.WrappingArrayType
getCastorFieldType() - Method in class de.ipcon.schema.types.XMLType
getCastorJavaClass() - Method in class de.ipcon.schema.types.CBOAbstractAttributeType
getCastorSqlType() - Method in interface de.ipcon.schema.CBOAttributeTypeI
From the Castor docs:
"Castor JDO implements automatic type conversion between Java and SQL.
getCastorSqlType() - Method in class de.ipcon.schema.types.AbstractStringType
getCastorSqlType() - Method in class de.ipcon.schema.types.BooleanType
getCastorSqlType() - Method in class de.ipcon.schema.types.DatetimeType
getCastorSqlType() - Method in class de.ipcon.schema.types.DecimalType
getCastorSqlType() - Method in class de.ipcon.schema.types.DoubleType
getCastorSqlType() - Method in class de.ipcon.schema.types.DurationType
getCastorSqlType() - Method in class de.ipcon.schema.types.FloatType
getCastorSqlType() - Method in class de.ipcon.schema.types.IntegerType
getCastorSqlType() - Method in class de.ipcon.schema.types.LongType
getCastorSqlType() - Method in class de.ipcon.schema.types.PasswordType
getCastorSqlType() - Method in class de.ipcon.schema.types.TimespanType
getCastorSqlType() - Method in class de.ipcon.schema.types.URIType
getCastorSqlType() - Method in class de.ipcon.schema.types.WrappingArrayType
getCastorSqlType() - Method in class de.ipcon.schema.types.XMLType
getCatalog() - Method in class de.ipcon.tools.jdbc.ConnectionAdaptor
Retrieves this Connection object's current catalog name.
getCatalogName(int) - Method in class de.ipcon.tools.jdbc.ResultSetMetaDataAdaptor
Gets the designated column's table's catalog name.
getCatchall(NotificationReceiverI) - Method in class de.ipcon.db.core.MyTISMBenachrichtigung
Determines and returns the matching catchall (if any) for the given NotificationReceiverI.
getCategory() - Method in class de.ipcon.schema.gdpr.DataRetentionPolicy
Returns the data category this policy applies to.
getCause(Throwable) - Static method in exception de.ipcon.tools.IRuntimeException
Deprecated.
getCause(Throwable) - Static method in class de.ipcon.tools.ThrowableTools
Finds the cause of the exception if it exists.
getCauseMethod(Throwable) - Static method in exception de.ipcon.tools.IRuntimeException
Deprecated.
getCauseMethod(Throwable) - Static method in class de.ipcon.tools.ThrowableTools
Returns the method name needed to get the 'cause' of the given t.
getCauseOfClass(Class) - Method in interface de.ipcon.tools.InspectableThrowableI
Returns either this Throwable or the first Throwable from the "cause hierarchy" matching the given class.
getCauseOfClass(Class, Throwable) - Static method in exception de.ipcon.tools.IRuntimeException
Deprecated.
getCauseOfClass(Class, Throwable) - Static method in class de.ipcon.tools.ThrowableTools
getCauses() - Method in exception de.ipcon.db.core.FillBOException
getCBAId(String, long) - Method in class de.ipcon.schema.generators.CoreData
getCBAId(String, long) - Method in interface de.ipcon.schema.generators.coredata.SQLCoreDataStoreI
getCDEAdditionsHeight() - Method in class de.ipcon.form.AbstractClientDesktopElement
getCDEAdditionsHeight() - Method in class de.ipcon.form.ClientDesktopElement
getCDEAdditionsWidth() - Method in class de.ipcon.form.AbstractClientDesktopElement
getCDEAdditionsWidth() - Method in class de.ipcon.form.ClientDesktopElement
getCdeForIFE(InternalFrameEvent) - Method in class de.ipcon.form.ClientDesktopManager
getCellBackground() - Method in class de.ipcon.form.FTable
getCellBackground() - Method in class de.ipcon.form.table.FTableColumn
getCellBackground() - Method in interface de.ipcon.form.table.FTableConfigurationI
getCellForeground() - Method in class de.ipcon.form.FTable
getCellForeground() - Method in class de.ipcon.form.table.FTableColumn
getCellForeground() - Method in interface de.ipcon.form.table.FTableConfigurationI
getCellRenderedValueAt(int, int) - Method in class de.ipcon.form.FTable
getCellRenderedValueAt(int, int) - Method in interface de.ipcon.tools.CellDataProviderI
Returns the rendered string from the column and row with the given indexes.
getCellValueAt(int, int) - Method in class de.ipcon.form.FTable
getCellValueAt(int, int) - Method in interface de.ipcon.tools.CellDataProviderI
Returns the object from the column and row with the given indexes.
getChangedBOIds(Class) - Method in class de.ipcon.db.event.DBManBOChangeEvent
Returns the Ids of all changed BOs in this event matching the passed class.
getChangedBOIds(Class[]) - Method in class de.ipcon.db.event.DBManBOChangeEvent
Returns the Ids of all changed BOs in this event matching any of the passed classes.
getChangedBOIds(Class) - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getChangedBOIds(Class[]) - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getChangedBOs(BOLoaderI) - Method in interface de.ipcon.db.core.DBManBOChangeEventI
getChangedBOs(BOLoaderI, Class<? extends BOI>) - Method in interface de.ipcon.db.core.DBManBOChangeEventI
getChangedBOs(BOLoaderI, Class<? extends BOI>, String) - Method in interface de.ipcon.db.core.DBManBOChangeEventI
getChangedBOs(BOLoaderI) - Method in class de.ipcon.db.event.DBManBOChangeEvent
getChangedBOs(BOLoaderI, Class) - Method in class de.ipcon.db.event.DBManBOChangeEvent
getChangedBOs(BOLoaderI, Class, String) - Method in class de.ipcon.db.event.DBManBOChangeEvent
getChangedBOs(BOLoaderI, Class, String, boolean) - Method in class de.ipcon.db.event.DBManBOChangeEvent
getChangedBOs(BOLoaderI, Class, String, boolean, boolean) - Method in class de.ipcon.db.event.DBManBOChangeEvent
getChangedBOs(BOLoaderI, Class, String, boolean, boolean, boolean) - Method in class de.ipcon.db.event.DBManBOChangeEvent
getChangedBOs(BOLoaderI, Class, String[]) - Method in class de.ipcon.db.event.DBManBOChangeEvent
Load all BOs that were changed by this event with the given loader and return them.
getChangedBOs(BOLoaderI, Class, String[], boolean) - Method in class de.ipcon.db.event.DBManBOChangeEvent
getChangedBOs(BOLoaderI, Class, String[], boolean, boolean) - Method in class de.ipcon.db.event.DBManBOChangeEvent
getChangedBOs(BOLoaderI, Class, String[], boolean, boolean, boolean) - Method in class de.ipcon.db.event.DBManBOChangeEvent
getChangedBOs(BOLoaderI) - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getChangedBOs(BOLoaderI, Class) - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getChangedBOs(BOLoaderI, Class, String) - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getChangedBOs(BOLoaderI, Class, String, boolean) - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getChangedBOs(BOLoaderI, Class, String, boolean, boolean) - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getChangedBOs(BOLoaderI, Class, String, boolean, boolean, boolean) - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getChangedBOs(BOLoaderI, Class, String[]) - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getChangedBOs(BOLoaderI, Class, String[], boolean) - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getChangedBOs(BOLoaderI, Class, String[], boolean, boolean) - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getChangedBOs(BOLoaderI, Class, String[], boolean, boolean, boolean) - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getChangedBOsByEntity(Collection<BOProcI>) - Method in class de.ipcon.db.core.tx.TransactionFormatterSummarizedPlain
getChangedOnlyBOs() - Method in class de.ipcon.db.core.BT
getChangedOnlyBOs(Class) - Method in class de.ipcon.db.core.BT
getCharacterStream(int) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of the designated parameter as a java.io.Reader object in the Java programming language.
getCharacterStream(String) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of the designated parameter as a java.io.Reader object in the Java programming language.
getCharacterStream(int) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getCharacterStream(String) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getCharacterUnitWidth() - Method in class de.ipcon.form.FTable
getCharacterUnitWidth() - Method in interface de.ipcon.tools.CellDataProviderI
Returns the character unit width.
getCharset(String) - Static method in class de.ipcon.tools.TextTools
Helper method to avoid having to catch IllegalCharsetNameException
and UnsupportedCharsetException (signals IRuntimeException instead).
getCheckBox() - Method in class de.ipcon.form.tree.FTreeCellRenderer
getChild(int) - Method in class de.ipcon.db.oql.ParseTreeNode
Accessor method for individual children of this node.
getChild(int) - Method in class de.ipcon.db.oql.PathNode
getChild(Object, int) - Method in class de.ipcon.schema.tools.SchemaTreeModel
getChildCount() - Method in class de.ipcon.db.oql.ParseTreeNode
Accessor method for the number of children of this node.
getChildCount() - Method in class de.ipcon.db.oql.PathNode
getChildCount() - Method in class de.ipcon.form.navtree.NavigationTreeNode
getChildCount(Object) - Method in class de.ipcon.schema.tools.SchemaTreeModel
getChildren() - Method in class de.ipcon.db.oql.PathNode
getChildrenProperty() - Method in class de.ipcon.form.FTree
getChildrenProperty() - Method in interface de.ipcon.form.tree.FTreeConfigurationI
getChoices() - Method in class de.ipcon.db.query.MultipleChoiceFilterChoiceList
getChoiceScriptEl() - Method in class de.ipcon.form.FComboBox
getChronoUnit() - Method in enum de.ipcon.tools.PeriodUnit
Returns the ChronoUnit associated with the period unit.
getChunkSize() - Method in class de.ipcon.db.JDBCKeyGenerator
getClass(String) - Static method in class de.ipcon.tools.ReflectionTools
Convenience version of the standard Java API method which only throws (unchecked) RuntimeExceptions.
getClass(String, String) - Static method in class de.ipcon.tools.ReflectionTools
getClassesUpToPreviousEntity() - Method in class de.ipcon.schema.CBOEntity
getClassesUpToPreviousEntity() - Method in interface de.ipcon.schema.EntityI
getClassesUpToPreviousEntity() - Method in class de.ipcon.schema.EntityWrapper
getClassForKlasse() - Method in class de.ipcon.db.core.JavaImp
getClassname() - Method in exception de.ipcon.db.feature.FeatureNotAvailableException
getClassNoThrow(Rexx) - Static method in class de.ipcon.form.FormElementFactory
Testet ob es die Klasse gibt (und gibt sie zurueck), und gibt null zurueck,
wenn nicht.
getClassTip() - Method in exception de.ipcon.db.core.MultipleMatchingBOsException
getClasstip() - Method in class de.ipcon.db.query.QueryBuilder
getClause() - Method in class de.ipcon.db.core.CollidingBPQueryClauseBuilder
Generates an OQL (Object Query Language) query clause designed to identify Business Procedures (
BPs)
that are in conflict with the modification represented by the wrapped
BOProcI.
getClazz() - Method in class de.ipcon.db.core.BO
getClazz(BOLoaderI, Long) - Static method in class de.ipcon.db.core.BOT
getClazz(BOLoaderI, Long, boolean) - Static method in class de.ipcon.db.core.BOT
getClazz(Long) - Static method in class de.ipcon.db.core.BOT
getClazz(Long, boolean) - Static method in class de.ipcon.db.core.BOT
getClazz() - Method in exception de.ipcon.db.core.ObjectForConditionNotFoundException
getClazz() - Method in exception de.ipcon.db.core.ObjectForConditionNotUniqueException
getClazz() - Method in class de.ipcon.db.notification.NotificationHandler
getClazz() - Method in exception de.ipcon.db.ObjectNotPersistentException
getClazz() - Method in class de.ipcon.form.navtree.BONavigationTreeNode
getClazz() - Method in class de.ipcon.schema.AttributeWrapper
getClazz() - Method in interface de.ipcon.schema.BasicAttributeI
Returns the Class object representing the type of this attribute or the related entity.
getClazz() - Method in interface de.ipcon.schema.BasicEntityI
Returns the Class object representing this entity.
getClazz() - Method in interface de.ipcon.schema.BOI
getClazz() - Method in class de.ipcon.schema.EntityDefinition
getClazz() - Method in class de.ipcon.schema.EntityWrapper
getClazz() - Method in class de.ipcon.schema.generators.java.JavaMethodGen
getClazz() - Method in interface de.ipcon.schema.generators.MethodGeneratorI
getClazz() - Method in class de.ipcon.schema.nrxmethod
getClazz() - Method in class de.ipcon.schema.ScriptedAttribute
getClazzes() - Method in class de.ipcon.db.event.DBManBOEventFilter
getClazzes(int) - Method in class de.ipcon.db.event.DBManBOEventFilter
getClazzName() - Method in class de.ipcon.db.core.BOQuery
getClient() - Method in class de.ipcon.db.tools.AbstractToolClient
getClient() - Method in class de.ipcon.gui.console.AbstractConsoleAction
getClient() - Method in class de.ipcon.gui.console.SessionsManager
getClientContext() - Method in class de.ipcon.form.DefaultFormContext
getClientCryptoHandler() - Method in class de.ipcon.db.DBMan
getClientCryptoHandler() - Method in interface de.ipcon.db.DBManLocalI
getClientCryptoHandler() - Method in class de.ipcon.db.protocol.BackendProtocolServer
getClientCryptoHandler() - Method in interface de.ipcon.db.protocol.BackendProtocolServerI
getClientFtx() - Method in class de.ipcon.gui.BasicClient
getClientHandler() - Method in class de.ipcon.db.CryptoManager
getClientInfo(String) - Method in class de.ipcon.tools.jdbc.ConnectionAdaptor
getClientInfo() - Method in class de.ipcon.tools.jdbc.ConnectionAdaptor
getClientKey() - Method in class de.ipcon.db.protocol.AbstractBackendSession
getClientKey() - Method in class de.ipcon.db.protocol.BackendSession
Retrieves the client key ID associated with this session, or returns 0 if
no key is set for this session yet.
getClientKey() - Method in interface de.ipcon.db.protocol.BackendSessionI
getClientKey() - Method in class de.ipcon.db.protocol.BackendSessionInfo
getClientsCountingAgainstLimit() - Method in class de.ipcon.db.DBMan
Returns a set of string identifiers with the "origins keys" of the existing sessions that actually count
against a possible maxClients limit.
getClientSessionInfos() - Method in class de.ipcon.db.BackendConnectionManager
getClientSessionInfos() - Method in class de.ipcon.db.protocol.BackendConnection
getClientSessionInfos() - Method in interface de.ipcon.db.protocol.ServerConnectionI
getClientSideId(BO) - Method in class de.ipcon.db.core.Transaction
Returns the client-side Id for the specified business object (BO).
getClientsOfAdministratorUsersCount() - Method in class de.ipcon.db.DBMan
Counts and returns the number of sessions of admin users.
getClob(int) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of the designated JDBC CLOB parameter as a java.sql.Clob object in the Java programming language.
getClob(String) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of a JDBC CLOB parameter as a java.sql.Clob object in the Java programming language.
getClob(int) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a Clob object in the Java programming language.
getClob(String) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a Clob object in the Java programming language.
getClosestAvailableAggregateAnchor(BOI, String) - Method in class de.ipcon.schema.CBOSchema
getClosestAvailableAggregateAnchor(BOI, String) - Method in interface de.ipcon.schema.SchemaI
getClosestAvailableAggregateAnchor(BOI, String) - Method in class de.ipcon.schema.SchemaWrapper
getCode() - Method in enum de.ipcon.db.notification.NotificationSendingState
Returns the code associated with this state.
getCode() - Method in enum de.ipcon.schema.gdpr.GDPRArea
Returns the ISO 3166-1 alpha-2 code of the country or "EU" for the European Union.
getCode128() - Static method in class de.ipcon.tools.BbqCode
This method returns a message as a barcode (encoded with code 128)
FIXME: Currently not needed, seems that we do not need it anymore.
getCode128(String) - Static method in class de.ipcon.tools.BbqCode
getCode128(String, int) - Static method in class de.ipcon.tools.BbqCode
getCode128(String, int, int) - Static method in class de.ipcon.tools.BbqCode
getCode128(String, int, int, int) - Static method in class de.ipcon.tools.BbqCode
getCode128(String, int, int, int, int) - Static method in class de.ipcon.tools.BbqCode
getCodebausteine() - Method in class de.ipcon.db.core.Struktur
getCodebausteinStorage() - Method in interface de.ipcon.form.ClientContextI
getCodebausteinStorage() - Method in class de.ipcon.gui.BasicClient
getCol(int) - Method in class de.ipcon.form.FTable
getCol(int) - Method in interface de.ipcon.form.table.FTableConfigurationI
getCollator() - Static method in class de.ipcon.tools.L10n
returns a Collator for the current default locale, but makes it space sensitive
getCollator(Locale) - Static method in class de.ipcon.tools.L10n
getCollator(Locale, String) - Static method in class de.ipcon.tools.L10n
getCollectedValues() - Method in class de.ipcon.schema.tools.CollectingIterator
Returns an unmodifiable map containing all the cached values.
getCollection() - Method in class de.ipcon.db.core.LazyRelationMap
getColor(String) - Static method in class de.ipcon.form.FPanelValueReader
getColor(Rexx) - Static method in class de.ipcon.form.FPanelValueReader
getColoredHtmlForValue(BigDecimal, BigDecimal, BigDecimal, String) - Static method in class de.ipcon.tools.HTMLTextTools
Generates an HTML snippet for displaying a value with a foreground color interpolated between green,
a darker yellow, and a brighter red based on the provided thresholds.
getColoredHtmlForValue(BigDecimal, BigDecimal, BigDecimal, String, ColorMode) - Static method in class de.ipcon.tools.HTMLTextTools
Generates an HTML snippet for displaying a value with a foreground color interpolated based on the provided thresholds
and a specified color mode.
getColorFromHTML(String) - Static method in class de.ipcon.tools.UITools
Returns a java.awt.Color from a given String
with an given alpha space (default alpha is 255).
getColorFromHTML(String, int) - Static method in class de.ipcon.tools.UITools
getColorText() - Method in enum de.ipcon.tools.Log4j1_ANSIColorLayout.ANSI_FG
getColortextOrInput(String) - Static method in enum de.ipcon.tools.Log4j1_ANSIColorLayout.ANSI_FG
getCols() - Method in class de.ipcon.form.FTable
getCols(int) - Method in class de.ipcon.form.FTable
getCols() - Method in interface de.ipcon.form.table.FTableConfigurationI
getCols() - Method in class de.ipcon.schema.generators.SQLStatement
getCols() - Method in class de.ipcon.schema.generators.SQLStatementTable
getCols() - Method in class de.ipcon.schema.generators.SQLTable
getCols() - Method in interface de.ipcon.schema.SQLTableI
getColsa() - Method in class de.ipcon.form.FTable
getColSpan(List) - Method in class de.ipcon.db.core.BOPivot
getColSpan(Object[]) - Method in class de.ipcon.db.core.BOPivot
getColtype() - Method in class de.ipcon.schema.generators.SQLColumn
getColtype() - Method in interface de.ipcon.schema.SQLColumnI
getColumn(Object[]) - Method in class de.ipcon.db.core.BOPivot
retrieves all values from the stored BOPivot which reside in the given column
getColumn() - Method in class de.ipcon.schema.generators.PostgreSQLIndex
getColumnClass(int) - Method in class de.ipcon.form.table.FTableAtm
getColumnClass(int) - Method in class de.ipcon.gui.console.SessionsJTableModel
getColumnClass(int) - Method in class de.ipcon.schema.tools.SchemaTableModel
getColumnClassName(int) - Method in class de.ipcon.tools.jdbc.ResultSetMetaDataAdaptor
Returns the fully-qualified name of the Java class whose instances are manufactured if the method ResultSet.getObject is called to retrieve a value from the column.
getColumnCount() - Method in class de.ipcon.form.table.FTableAtm
getColumnCount() - Method in class de.ipcon.gui.console.SessionsJTableModel
getColumnCount() - Method in class de.ipcon.schema.tools.SchemaTableModel
getColumnCount() - Method in class de.ipcon.tools.jdbc.ResultSetMetaDataAdaptor
Returns the number of columns in this ResultSet object.
getColumnDescription(int) - Method in class de.ipcon.form.table.FTableAtm
getColumnDisplayFormatAsL10nDateFormat(int) - Method in class de.ipcon.form.FTable
getColumnDisplayFormatAsL10nDateFormat(int) - Method in interface de.ipcon.tools.CellDataProviderI
Returns the localized date format for the column with the given index if it contains a Date type.
getColumnDisplayFormatAsL10nDecimalFormat(int) - Method in class de.ipcon.form.FTable
getColumnDisplayFormatAsL10nDecimalFormat(int) - Method in interface de.ipcon.tools.CellDataProviderI
Returns the localized decimal format for the column with the given index if it contains a Number type.
getColumnDisplaySize(int) - Method in class de.ipcon.tools.jdbc.ResultSetMetaDataAdaptor
Indicates the designated column's normal maximum width in characters.
getColumnIsSlow(int) - Method in class de.ipcon.form.table.FTableAtm
getColumnIsSortable(int) - Method in class de.ipcon.form.table.FTableAtm
getColumnLabel(int) - Method in class de.ipcon.tools.jdbc.ResultSetMetaDataAdaptor
Gets the designated column's suggested title for use in printouts and displays.
getColumnName(int) - Method in class de.ipcon.form.table.FTableAtm
getColumnName(int) - Method in class de.ipcon.gui.console.SessionsJTableModel
getColumnName(int) - Method in class de.ipcon.schema.tools.SchemaTableModel
getColumnName(int) - Method in class de.ipcon.tools.jdbc.ResultSetMetaDataAdaptor
Get the designated column's name.
getColumns() - Method in class de.ipcon.db.BOEnvironmentBuilder.Data
getColumns() - Method in class de.ipcon.form.FTextInputComponent
getColumns() - Method in class de.ipcon.form.FView
getColumns() - Method in class de.ipcon.schema.InitialdataReader.Data
getColumns() - Method in class de.ipcon.schema.tools.SchemaTableModel
getColumns(int) - Method in class de.ipcon.schema.tools.SchemaTableModel
getColumnsPart() - Method in class de.ipcon.schema.generators.SQLStatement
getColumnStructure(Object[]) - Method in class de.ipcon.db.core.BOPivot
retrieves the meta-values of the direct sub-columns in the structure at the given location
getColumnStructureAsBOs(Object[]) - Method in class de.ipcon.db.core.BOPivot
getColumnTitle(int) - Method in class de.ipcon.form.FTable
getColumnTitle(int) - Method in interface de.ipcon.tools.CellDataProviderI
Returns the title of the column with the given index.
getColumnToSkip() - Method in class de.ipcon.db.importer.CSVConfiguration
getColumnType(int) - Method in class de.ipcon.tools.jdbc.ResultSetMetaDataAdaptor
Retrieves the designated column's SQL type.
getColumnTypeName(int) - Method in class de.ipcon.tools.jdbc.ResultSetMetaDataAdaptor
Retrieves the designated column's database-specific type name.
getColumnWidth(int) - Method in class de.ipcon.form.FTable
getColumnWidth(int) - Method in interface de.ipcon.tools.CellDataProviderI
Returns the width of the column with the given index.
getCommand() - Method in class de.ipcon.db.protocol.AbstractBackendRequest
getCommandCount() - Method in class de.ipcon.db.protocol.AbstractBackendSession
getCommandCount() - Method in class de.ipcon.db.protocol.BackendSession
getCommandCount() - Method in interface de.ipcon.db.protocol.BackendSessionI
getCommandCount() - Method in class de.ipcon.db.protocol.BackendSessionInfo
getCommandHandler(int) - Method in class de.ipcon.db.protocol.BackendSession
getCommandString() - Method in class de.ipcon.db.protocol.AbstractBackendRequest
getCommandString(int) - Static method in class de.ipcon.db.protocol.BackendProtocolCommandTools
getCommandString() - Method in interface de.ipcon.db.protocol.BackendRequestI
getCommaSeparatedIdList(Collection) - Static method in interface de.ipcon.schema.Identifiable
Returns a String containing a comma separated list of the Ids of the passed
Identifiable-objects.
getComment() - Method in class de.ipcon.schema.AttributeDefinition
getComment() - Method in class de.ipcon.schema.AttributeTemplate
getComment() - Method in class de.ipcon.schema.AttributeWrapper
getComment() - Method in interface de.ipcon.schema.BasicAttributeI
getComment() - Method in class de.ipcon.schema.CBOAttribute
getComment() - Method in class de.ipcon.schema.CBOEntity
getComment() - Method in class de.ipcon.schema.ScriptedAttribute
getCommentedOut(String, String) - Method in class de.ipcon.db.configuration.DBManConfigurationHelper
getCommentedOut(Rexx, Rexx) - Method in class de.ipcon.tools.bini
getCommonInputStream() - Method in class de.ipcon.db.io.SchemaAwareKryo
getCommonLetters(String, String) - Static method in class de.ipcon.tools.TextTools
getCommonLetters(String, String, boolean) - Static method in class de.ipcon.tools.TextTools
getCommonOutputStream() - Method in class de.ipcon.db.io.SchemaAwareKryo
getCommonPathEndIndex() - Method in class de.ipcon.form.selectiontree.PolymorphicTemplateSelectionTreeModel
getCommonPathEndIndex(List<String[]>) - Static method in class de.ipcon.form.selectiontree.PolymorphicTemplateSelectionTreeModel
getCommons_beanshell() - Method in class de.ipcon.db.BOEnvironmentBuilder
getCommons_groovy() - Method in class de.ipcon.db.BOEnvironmentBuilder
getComp() - Method in class de.ipcon.db.query.SemiFullTextQueryBuilder
getComparisonValue() - Method in class de.ipcon.db.oql.predicate.AttributeComparisonPredicate
getCompass() - Method in class de.ipcon.db.fulltext.compass.CompassFTSModule
getCompiledSaveErrorHandlingScript() - Method in class de.ipcon.db.core.Alarm
getCompiledScript() - Method in class de.ipcon.db.core.EmailRoutingRegel
getCompiledSichtbarkeitsskript() - Method in class de.ipcon.db.core.Struktur
getCompilerConf() - Method in class de.ipcon.tools.GroovyScript
getComplexCommandsTimeoutSeconds() - Method in class de.ipcon.db.protocol.BackendConnection
getComplexCommandsTimeoutSeconds() - Method in interface de.ipcon.db.protocol.ServerConnectionI
getComponent() - Method in class de.ipcon.schema.types.WrappingArrayType
getComponent(String) - Method in class de.ipcon.tools.XmlGui
getComponents() - Method in class de.ipcon.form.ListButtonWrapper
getComponentSqlType() - Method in interface de.ipcon.schema.CBOAttributeTypeI
getComponentSqlType() - Method in class de.ipcon.schema.types.CBOAbstractAttributeType
getComponentSqlType() - Method in class de.ipcon.schema.types.WrappingArrayType
getComponentToStallRefresh() - Method in class de.ipcon.form.DefaultFormContext
Retrieves the JComponent whose repaint should be temporarily stalled during a refresh operation.
getComponentTree(Container) - Method in class de.ipcon.tools.XmlGui
getComponentType() - Method in enum de.ipcon.db.oql.ValueType
getComponentTypeName() - Method in class de.ipcon.schema.types.WrappingArrayType
The type name of the component
getComponentValue(String, int) - Method in class de.ipcon.db.core.ArrayZeilenWrapper
getConciseCommandsTimeoutSeconds() - Method in class de.ipcon.db.protocol.BackendConnection
getConciseCommandsTimeoutSeconds() - Method in interface de.ipcon.db.protocol.ServerConnectionI
getConcurrency() - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the concurrency mode of this ResultSet object.
getCondition() - Method in exception de.ipcon.db.core.ObjectForConditionNotFoundException
getCondition() - Method in exception de.ipcon.db.core.ObjectForConditionNotUniqueException
getConf() - Method in class de.ipcon.db.configuration.DBManConfigurationHelper
Get the configuration file
getConf() - Method in interface de.ipcon.db.configuration.DBManConfigurationHelperI
Get the configuration file
getConf() - Method in class de.ipcon.db.DefaultServiceManager
getConf() - Method in class de.ipcon.db.protocol.BackendProtocolServer
getConf() - Method in class de.ipcon.form.table.FTableColumn
getConf() - Method in class de.ipcon.form.tree.FTreeModel
getConfDir() - Method in class de.ipcon.db.DBManBootstrapHelper
getConfigInfo(Class) - Static method in class de.ipcon.tools.ConfigureInfo
Tries to get a predefined ConfigureInfo instance from the respective static property of the given class.
getConfigInfo(Class, String) - Static method in class de.ipcon.tools.ConfigureInfo
getConfiguration() - Method in class de.ipcon.db.DBMan
getConfiguration() - Method in interface de.ipcon.db.DBManLocalI
getConfiguration() - Method in interface de.ipcon.db.DBManUserContextI
getConfiguration() - Method in class de.ipcon.db.DBManUserContextImpl
getConfiguration() - Method in class de.ipcon.db.module.KernelModule
Convenience method for getting the DBMans DBManConfigurationHelperI.
getConfigurationSectionTitlePostfix() - Method in class de.ipcon.db.notification.EmailNotificationHandler
getConfigurationSectionTitlePostfix() - Method in class de.ipcon.db.notification.NotificationHandler
getConfigurationSectionTitlePostfix() - Method in class de.ipcon.db.notification.SolsticeNotificationHandler
getConfRoot() - Method in class de.ipcon.db.ExecutionPolicy
getConfRoot() - Method in class de.ipcon.db.sync.AbstractSync
getConfRoot() - Method in class de.ipcon.form.FormAction
getConfRoot() - Method in interface de.ipcon.form.FormElementI
getConfRoot() - Method in class de.ipcon.form.FPanel
getConfRoot() - Method in class de.ipcon.form.table.FTableColumn
getConn() - Method in class de.ipcon.db.JDBCKeyGenerator
getConnection() - Method in class de.ipcon.db.alarm.BOBasierterTerminStatusFixer.ConnectionProvider
getConnection() - Method in class de.ipcon.db.core.BOAlarmStatusManager
getConnection() - Method in interface de.ipcon.db.core.DatabaseConnectionProviderI
getConnection() - Method in class de.ipcon.db.module.KernelModule
getConnection() - Method in class de.ipcon.schema.generators.DatabaseConnectionEstablisher
getConnection() - Method in class de.ipcon.tools.jdbc.StatementAdaptor
getConnectionArguments(String[]) - Static method in class de.ipcon.db.tools.AbstractToolClient
getConnectionEventListeners() - Method in class de.ipcon.db.BackendConnectionManager
getConnections() - Method in class de.ipcon.db.protocol.AbstractBackendSession
getConnections() - Method in class de.ipcon.db.protocol.BackendSession
getConnections() - Method in interface de.ipcon.db.protocol.BackendSessionI
getConnections() - Method in class de.ipcon.db.protocol.BackendSessionInfo
getConnectionSet() - Method in class de.ipcon.schema.tools.JGraphDataStructures
getConnHash() - Method in class de.ipcon.db.event.ConnectionEvent
getConstructor(Class) - Static method in class de.ipcon.tools.ReflectionTools
Convenience version of the standard Java API method which only throws (unchecked) RuntimeExceptions.
getConstructor(Class, Class[]) - Static method in class de.ipcon.tools.ReflectionTools
getConstructor(Class, Class[], String) - Static method in class de.ipcon.tools.ReflectionTools
getContactAttr() - Method in class de.ipcon.form.scheduler.ItemBOMapper
getContainerComponent() - Method in class de.ipcon.form.AbstractMDIManager
getContainerComponent() - Method in class de.ipcon.form.ClientDesktopManager
getContainerComponent() - Method in class de.ipcon.form.ClientDesktopTaskbar
getContainerComponent() - Method in class de.ipcon.form.ClientNativeWindowManager
getContainerComponent() - Method in interface de.ipcon.form.MiniComponentContainerI
getContainerVertex() - Method in class de.ipcon.schema.tools.EntityBox
getContainingClass() - Method in class de.ipcon.schema.nrxmethod
getContainingElementName() - Method in interface de.ipcon.schema.AttributeI
getContainingElementName() - Method in class de.ipcon.schema.AttributeTemplate
getContainingElementName() - Method in interface de.ipcon.schema.BasicAttributeI
getContainingElementPackage() - Method in class de.ipcon.schema.AttributeTemplate
getContainingElementPackage() - Method in class de.ipcon.schema.AttributeWrapper
getContainingElementPackage() - Method in interface de.ipcon.schema.BasicAttributeI
getContainingElementPackage() - Method in class de.ipcon.schema.CBOAttribute
getContainingElementPackage() - Method in class de.ipcon.schema.ScriptedAttribute
getContent(int) - Method in class de.ipcon.db.core.FilesystemObject
getContentType() - Method in class de.ipcon.tools.DataSourceStream
getContext() - Method in class de.ipcon.db.event.DBManLogEvent
getContext() - Method in class de.ipcon.db.event.DBManLogEventFilter
getContext() - Static method in class de.ipcon.form.PaintGroovyScript
getContext(Logger) - Static method in class de.ipcon.form.PaintGroovyScript
getContext(Logger, BO) - Static method in class de.ipcon.form.PaintGroovyScript
getContext(Logger, BO, IScrollPane) - Static method in class de.ipcon.form.PaintGroovyScript
getContext(Logger, BO, IScrollPane, ClientContextI) - Static method in class de.ipcon.form.PaintGroovyScript
getContext(Logger, BO, IScrollPane, ClientContextI, FormContextI) - Static method in class de.ipcon.form.PaintGroovyScript
getContext(Logger, BO, IScrollPane, ClientContextI, FormContextI, FormElementI) - Static method in class de.ipcon.form.PaintGroovyScript
getContextBO() - Method in interface de.ipcon.form.FormContextI
getContextBO() - Method in interface de.ipcon.schema.BreadcrumbContextI
Gets the associated business object for this specific context, returning the value directly.
getContextParameters() - Method in class de.ipcon.db.core.AlarmAusloesung
getContextParameters() - Method in class de.ipcon.db.core.AlarmAusloesungFuerBO
getContextParameters() - Method in class de.ipcon.db.core.AlarmBenachrichtigungsauftrag
getContextParameters() - Method in class de.ipcon.db.core.MyTISMBenachrichtigung
getContextParameters() - Method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
getContextParameters() - Method in interface de.ipcon.db.notification.NotificationTemplateContextProviderI
getCookedParameter(CodebausteinStorageI, StrukturParameterDefaultApplierI, Object[]) - Method in class de.ipcon.db.core.Alias
getCookedParameter(CodebausteinStorageI, StrukturParameterDefaultApplierI, Object[]) - Method in class de.ipcon.db.core.Codebaustein
getCookedParameter() - Method in class de.ipcon.db.core.Codebaustein
getCookedParameter(CodebausteinStorageI, StrukturParameterDefaultApplierI, Object[]) - Method in class de.ipcon.db.core.Formular
getCookedParameter(CodebausteinStorageI, StrukturParameterDefaultApplierI, Object[]) - Method in class de.ipcon.db.core.Lesezeichen
getCookedParameter(CodebausteinStorageI, StrukturParameterDefaultApplierI, Object[]) - Method in interface de.ipcon.db.core.ParameterizedStrukturI
Retrieves and returns the value of the "Parameter" property, after it has been
fully processed.
getCookedParameter(CodebausteinStorageI, StrukturParameterDefaultApplierI, Object[]) - Method in class de.ipcon.db.core.Report
getCookedParameter(CodebausteinStorageI, StrukturParameterDefaultApplierI, Object[]) - Method in class de.ipcon.db.core.Schablone
getCookedParameter(CodebausteinStorageI, StrukturParameterDefaultApplierI, Object[]) - Method in class de.ipcon.db.core.Struktur
getCookedPattern() - Method in class de.ipcon.tools.L10nDateFormat
getCookedReportDefinition(CodebausteinStorageI, StrukturParameterDefaultApplierI, Object[]) - Method in class de.ipcon.db.core.Report
Specifically for Reports, since here ReportDefinition is used
getCookedValue() - Method in class de.ipcon.db.oql.LiteralNode
getCopyPolicy() - Method in interface de.ipcon.schema.AttributeI
getCopyPolicy() - Method in class de.ipcon.schema.AttributeWrapper
getCopyPolicy() - Method in class de.ipcon.schema.CBOAttribute
Returns the copy policy of this CBOAttribute
getCopyPolicy() - Method in class de.ipcon.schema.ScriptedAttribute
getCoreEntityList() - Method in interface de.ipcon.schema.SchemaI
Retrieves a list of entities that were initially defined in the MyTISM core schema.
getCost() - Method in class de.ipcon.schema.generators.GeneratorJob
getCount(String) - Method in class de.ipcon.db.fulltext.compass.CompassFTSModule
Returns only the number of objects that match the given search clause.
getCount(String, String) - Method in class de.ipcon.db.fulltext.compass.CompassFTSModule
getCount() - Method in class de.ipcon.tools.ErrorCollector.ErrorInfo
getCount() - Method in class de.ipcon.tools.progress.CounterWatchdog
getCountAccessed() - Method in class de.ipcon.tools.cache.ObjectInfo
getCountHandled() - Method in class de.ipcon.tools.progress.ProgressHandler
Returns the current count handled.
getCountryISOCode() - Method in class de.ipcon.schema.gdpr.DataRetentionPolicy
Returns the ISO code of the country for which this policy applies or "EU" for the European Union.
getCountryISOCode() - Method in class de.ipcon.schema.gdpr.Law
Returns the ISO code of the country where this law applies or "EU" for the European Union.
getCountsAgainstLimit() - Method in class de.ipcon.db.protocol.AbstractBackendSession
getCountsAgainstLimit() - Method in interface de.ipcon.db.protocol.BackendSessionI
Returns true, if the current session counts against the maxSessions limit specified by the MyTISM license.
getCountTotal() - Method in class de.ipcon.tools.progress.ProgressHandlerWithTotal
getCPending() - Method in class de.ipcon.db.module.ListeningKernelModule
getCrea() - Method in class de.ipcon.db.core.Synchable
getCrea() - Method in class de.ipcon.db.core.TransactionConflictAnswer
getCrea() - Method in interface de.ipcon.schema.BOI
getCreatedAt() - Method in class de.ipcon.db.protocol.socket.PooledSocket
getCreatedBOCount() - Method in class de.ipcon.db.protocol.AbstractBackendSession
getCreatedBOCount() - Method in class de.ipcon.db.protocol.BackendSession
getCreatedBOCount() - Method in interface de.ipcon.db.protocol.BackendSessionI
getCreatedBOCount() - Method in class de.ipcon.db.protocol.BackendSessionInfo
getCreatedBOs() - Method in class de.ipcon.db.core.BT
getCreatedBOs(Class) - Method in class de.ipcon.db.core.BT
getCreatedBOs(BOLoaderI) - Method in interface de.ipcon.db.core.DBManBOChangeEventI
getCreatedBOs(BOLoaderI, Class<? extends BOI>) - Method in interface de.ipcon.db.core.DBManBOChangeEventI
getCreatedBOs(BOLoaderI) - Method in class de.ipcon.db.event.DBManBOChangeEvent
Loads and returns the newly created BOs of this event.
getCreatedBOs(BOLoaderI, Class) - Method in class de.ipcon.db.event.DBManBOChangeEvent
getCreatedBOs(BOLoaderI, Class, boolean) - Method in class de.ipcon.db.event.DBManBOChangeEvent
getCreatedBOs(BOLoaderI) - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getCreatedBOs(BOLoaderI, Class) - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getCreatedBOs(BOLoaderI, Class, boolean) - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getCreatedBOsByEntity(Collection<BOProcI>) - Method in class de.ipcon.db.core.tx.TransactionFormatterSummarizedPlain
getCreatedBy() - Method in class de.ipcon.db.core.BO
Returns the user in the transaction of the BP that created
this BO or null if the BO is still new and unsaved.
getCreatedModifiedText() - Method in class de.ipcon.db.core.BO
Returns a String for the current state this BO, i.e. whom was it created
by and when, whom was is last modified by and when.
getCreatedWhen() - Method in class de.ipcon.db.protocol.socket.PooledSocket
getCreateIndexStatement() - Method in class de.ipcon.schema.generators.PostgreSQLIndex
getCreateStatement() - Method in class de.ipcon.schema.generators.SQLColumn
getCreateStatement() - Method in class de.ipcon.schema.generators.SQLTable
getCreateStatement() - Method in interface de.ipcon.schema.SQLColumnI
getCreateStatement() - Method in interface de.ipcon.schema.SQLTableI
getCreationForBLOBOfBO(BO) - Static method in class de.ipcon.db.core.BP
Finds the Business Object Procedure (BP) responsible for creating a BLOB (Binary Large Object) associated with the given `affectedBO`.
getCreationForBLOBOfBO(BO, BOLoaderI) - Static method in class de.ipcon.db.core.BP
getCreationForBO(BO) - Static method in class de.ipcon.db.core.BP
Finds the Business Object Procedure (BP) responsible for creating the given `affectedBO`.
getCreationForBO(BO, BOLoaderI) - Static method in class de.ipcon.db.core.BP
getCreationMillis() - Method in class de.ipcon.db.core.BOProc
getCredential() - Method in class de.ipcon.db.tools.AuthToken
Return a url encoded (using only [a-zA-Z0-9_\-]) credential string
having user, document and machine encoded with a random password,
which can be used to retrieve that AuthToken from the
ExpiringTokenStorageProviderI.
getCronlines() - Method in class de.ipcon.db.ExecutionPolicyCronJob
getCryptoConfigurationProvider() - Method in class de.ipcon.db.core.MyTISMAdresse
getCryptoConfigurationProvider() - Method in class de.ipcon.db.core.MyTISMAdresseEmail
getCryptoHandler() - Method in class de.ipcon.db.BackendConnectionManager
getCryptoHandler() - Method in interface de.ipcon.db.core.BOLoaderI
get a reference to the CryptoHandler used.
getCryptoHandler() - Method in class de.ipcon.db.core.BOLoaderWrapper
getCryptoHandler() - Method in class de.ipcon.db.core.Transaction
getCryptoHandler() - Method in class de.ipcon.db.DBMan
getCryptoHandler() - Method in class de.ipcon.db.DBManLocalBOLoader
getCryptoHandler() - Method in class de.ipcon.db.protocol.BackendConnection
getCryptoHandler() - Method in class de.ipcon.db.protocol.BackendRequestGetCryptoHandler
getCryptoHandler() - Method in interface de.ipcon.db.protocol.BackendRequestGetCryptoHandlerI
getCryptoHandler() - Method in class de.ipcon.db.protocol.BackendRequestInitSession
getCryptoHandler() - Method in interface de.ipcon.db.protocol.ServerConnectionI
getCryptoHandler() - Method in class de.ipcon.db.protocol.socket.PooledSocket
Retrieves a CryptoHandlerI from the BackendProtocolServer.
getCryptoHandler() - Method in class de.ipcon.db.protocol.socket.SocketTransport
getCryptoHandler() - Method in interface de.ipcon.db.protocol.TransportI
getCryptoHandler() - Method in class de.ipcon.db.testing.TestBOLoader
getCryptoHandler() - Method in class de.ipcon.db.testing.TestBOLoaderV2
getCryptoHandler() - Method in class de.ipcon.schema.CBOSchema
getCryptoHandler() - Method in interface de.ipcon.schema.SchemaI
Retrieves the CryptoHandlerI of this schema.
getCryptoHandler() - Method in class de.ipcon.schema.SchemaWrapper
getCSVContent() - Method in class de.ipcon.db.BOEnvironmentBuilder.Data
getCSVContent() - Method in class de.ipcon.schema.InitialdataReader.Data
getCSVName() - Method in exception de.ipcon.db.importer.InvalidNumberOfCSVColumnsException
getCtx() - Method in class de.ipcon.db.core.DateiSystemSync
getCtx() - Method in class de.ipcon.db.core.Druckziel.OutputDsl
getCtx() - Method in class de.ipcon.form.ClientDesktopManager
getCtx() - Method in class de.ipcon.form.ClientLoginDialog
getCtx() - Method in class de.ipcon.form.ClientMenuManager
getCtx() - Method in class de.ipcon.form.ClientStatusDisplay
getCtx() - Method in class de.ipcon.form.ClientToolBarManager
getCtx() - Method in class de.ipcon.form.ConnectionMonitor
getCtx() - Method in class de.ipcon.form.DefaultFormContext
getCtx() - Method in class de.ipcon.form.FormAction
getCtx() - Method in interface de.ipcon.form.FormContextI
getCtx() - Method in class de.ipcon.form.FormContextMenu
getCtx() - Method in interface de.ipcon.form.FormElementI
getCtx() - Method in class de.ipcon.form.FPanel
getCtx() - Method in class de.ipcon.form.navtree.ClientNavigationTreeModel
Stores NavigationTreeNodes by BO id.
getCtx() - Method in interface de.ipcon.form.navtree.NavigationTreeModelI
getCtx() - Method in class de.ipcon.form.navtree.NavigationTreeNode
getCtx() - Method in class de.ipcon.form.notification.ClientNotificationManager
getCtx() - Method in class de.ipcon.form.ServerHealthMonitor
getCtx() - Method in class de.ipcon.form.ShutdownWarner
getCtx() - Method in class de.ipcon.form.table.FTableColumn
getCtx() - Method in class de.ipcon.form.tree.FTreeModel
getCtxProperties() - Method in class de.ipcon.form.ClientStatusDisplay
getCulprit() - Method in exception de.ipcon.tools.InvalidObjectStateException
getCurrent() - Method in class de.ipcon.tools.PermutationGenerator
getCurrent() - Method in class de.ipcon.tools.progress.ProgressContext
getCurrentBN() - Method in class de.ipcon.db.testing.TestTransaction
getCurrentBO() - Method in class de.ipcon.db.report.AttributeIterator
getCurrentBO() - Method in interface de.ipcon.db.report.BOCursorI
getCurrentBO() - Method in class de.ipcon.db.report.BODataSource
getCurrentCount() - Method in class de.ipcon.tools.cache.ObjectCache
getCurrentFolder() - Method in class de.ipcon.schema.CBOSchema
getCurrentFolder() - Method in interface de.ipcon.schema.SchemaI
getCurrentFolder() - Method in class de.ipcon.schema.SchemaWrapper
getCurrentLocaleProvider() - Static method in class de.ipcon.tools.L10n
Gets the locale provider for the current Thread.
getCurrentLocaleViaProvider() - Static method in class de.ipcon.tools.L10n
Returns the current locale for the current Thread.
getCurrentlyFocusedFormElement() - Method in class de.ipcon.form.FRootPane
getCurrentlyFocusedFormElementIfChildOf(Component) - Static method in class de.ipcon.form.FRootPane
getCurrentModuleOrProject() - Method in interface de.ipcon.schema.BasicEntityI
getCurrentModuleOrProject() - Method in class de.ipcon.schema.CBOSchema
getCurrentModuleOrProject() - Method in interface de.ipcon.schema.SchemaI
getCurrentModuleOrProject() - Method in class de.ipcon.schema.SchemaWrapper
getCurrentModulePackage() - Method in class de.ipcon.schema.CBOSchema
getCurrentModulePackage() - Method in interface de.ipcon.schema.SchemaI
getCurrentModulePackage() - Method in class de.ipcon.schema.SchemaWrapper
getCurrentNodeId() - Method in class de.ipcon.schema.generators.FirstNodeStart
getCurrentPages() - Method in class de.ipcon.db.report.FillHelper
getCurrentPath() - Method in class de.ipcon.db.tools.DeepCloneHelper
getCurrentRecord() - Method in class de.ipcon.tools.xbase.XBaseTable
getCurrentRecordData() - Method in class de.ipcon.tools.xbase.XBaseTable
getCurrentSelection(JTable) - Method in class de.ipcon.form.FTable
getCurrentSelection(JTable, boolean) - Method in class de.ipcon.form.FTable
getCurrentSelection(JTable, boolean, boolean) - Method in class de.ipcon.form.FTable
getCurrentSelection() - Method in class de.ipcon.form.FTable
getCurrentSelection(boolean) - Method in class de.ipcon.form.FTable
getCurrentSelection(boolean, boolean) - Method in class de.ipcon.form.FTable
getCurrentSize() - Method in class de.ipcon.tools.cache.ObjectCache
getCurrentSyncLag() - Method in class de.ipcon.db.DBMan
getCurrentSyncLag() - Method in interface de.ipcon.db.DBManLocalI
getCurrentSyncLag() - Method in class de.ipcon.db.event.DBManServerHealthEvent
getCurrentSyncLagMinutes() - Method in class de.ipcon.db.event.DBManServerHealthEvent
getCurrentToken() - Method in class de.ipcon.db.oql.Parser
getCurrentTx() - Method in class de.ipcon.db.sync.AbstractSync
getCurrentUser() - Method in interface de.ipcon.db.core.BasicClientContextI
getCurrentUser() - Method in class de.ipcon.db.core.Transaction
Returns the current user that controls this Transaction.
getCurrentUser() - Method in interface de.ipcon.db.DBManUserContextI
getCurrentUser() - Method in class de.ipcon.db.DBManUserContextImpl
getCurrentUser() - Method in class de.ipcon.db.sync.AbstractSync
Returns
Benutzer object containing the current user
getCurrentUser() - Method in class de.ipcon.gui.BasicClient
Returns
Benutzer object containing the current user
getCurrentUserName() - Method in interface de.ipcon.db.DBManUserContextI
getCurrentUserName() - Method in class de.ipcon.db.DBManUserContextImpl
getCurrentUserName() - Method in class de.ipcon.db.protocol.AbstractBackendSession
getCurrentUserName() - Method in interface de.ipcon.db.protocol.BackendSessionI
getCurrentUserName() - Method in class de.ipcon.db.protocol.BackendSessionInfo
getCurrentUserRemark() - Method in interface de.ipcon.db.DBManUserContextI
getCurrentUserRemark() - Method in class de.ipcon.db.DBManUserContextImpl
getCurrentUserRemark() - Method in class de.ipcon.db.protocol.AbstractBackendSession
getCurrentUserRemark() - Method in interface de.ipcon.db.protocol.BackendSessionI
getCurrentUserRemark() - Method in class de.ipcon.db.protocol.BackendSessionInfo
getCurrentValue() - Method in class de.ipcon.form.FSimpleDurationChooser
getCurrentValue() - Method in class de.ipcon.tools.MettlerToledoIND429ScaleDriver
getCursor() - Method in class de.ipcon.db.mex.MEXTransformer
getCursorName() - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the name of the SQL cursor used by this ResultSet object.
getCustomClassInModulesOrProject() - Method in interface de.ipcon.schema.BasicEntityI
getCustomClassInModulesOrProject() - Method in class de.ipcon.schema.EntityDefinition
getCustomClassInModulesOrProject() - Method in class de.ipcon.schema.EntityWrapper
getCustomIndexDefinition() - Method in class de.ipcon.schema.CBOAttribute
getCustomIndexVersion() - Method in class de.ipcon.schema.CBOAttribute
getCustomPropertiesAsRelation() - Method in class de.ipcon.db.core.BT
getCustomValue(String) - Method in class de.ipcon.db.core.BF
getCustomValue(String) - Method in class de.ipcon.db.feature.AbstractLicense
getCustomValue(String, boolean) - Method in class de.ipcon.db.feature.AbstractLicense
getCustomValue(String) - Method in interface de.ipcon.db.feature.LicenseI
Some licenses may need/carry additional data, e.g. the maximum number of
allowed clients for FK_MAXCLIENTS.
getCustomValues() - Method in class de.ipcon.db.feature.AbstractLicense
getCustomValues(boolean) - Method in class de.ipcon.db.feature.AbstractLicense
getDaemonThreadCount() - Method in class de.ipcon.db.event.DBManServerHealthEvent
getData() - Method in class de.ipcon.db.BOEnvironmentBuilder
getData() - Method in class de.ipcon.db.event.DBManServerEvent
getData() - Method in interface de.ipcon.db.event.DBManServerEventI
getData() - Method in class de.ipcon.db.protocol.socket.SocketPool
getData() - Method in class de.ipcon.schema.InitialdataReader
getDatabase() - Method in class de.ipcon.db.CastorPersistenceManager
getDatabaseName() - Method in class de.ipcon.db.DBMan
getDataCategory() - Method in class de.ipcon.schema.gdpr.GDPRPolicy
Returns the data category associated with this GDPR policy.
getDataRetentionPolicies() - Method in class de.ipcon.schema.gdpr.DataCategory
Returns the collection of backlinks to data retention policies associated with this data category.
getDataSource() - Method in class de.ipcon.db.core.Bild
Returns the DataSource (ByteArrayDataSource) of the image stored on the server.
getDataSource() - Method in class de.ipcon.db.core.EinfacherTermin
getDataSource() - Method in class de.ipcon.db.core.IssueReport
getDataSource() - Method in class de.ipcon.db.core.MyTISMAnhangBOEintrag
getDataSource(DataSourceContext) - Method in class de.ipcon.db.core.MyTISMAnhangBOEintrag
getDataSource() - Method in class de.ipcon.db.report.PDFDataSource
getDataSourceLocale() - Method in class de.ipcon.db.core.Bild
getDataSourceLocale() - Method in class de.ipcon.db.core.EinfacherTermin
getDataSourceLocale() - Method in class de.ipcon.db.core.IssueReport
getDataSourceLocale() - Method in class de.ipcon.db.core.MyTISMAnhangBOEintrag
getDataSourceLocale() - Method in class de.ipcon.db.report.PDFDataSource
getDatatypeFactory() - Static method in class de.ipcon.tools.L10nTimespanFormat
getDate() - Method in class de.ipcon.db.alarm.ScheduledAlarmHandlerI.DateWithInfo
getDate(BP) - Static method in class de.ipcon.db.core.BP
Returns the user of the given BPs BT or null if no BP was passed.
getDate(String) - Static method in class de.ipcon.tools.date.DateTimeTools
getDate(int) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of the designated JDBC DATE parameter as a java.sql.Date object.
getDate(int, Calendar) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of the designated JDBC DATE parameter as a java.sql.Date object, using the given Calendar object to construct the date.
getDate(String) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of a JDBC DATE parameter as a java.sql.Date object.
getDate(String, Calendar) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of a JDBC DATE parameter as a java.sql.Date object, using the given Calendar object to construct the date.
getDate(int) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate(int, Calendar) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate(String) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate(String, Calendar) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDateChooserPanel(Date) - Method in class de.ipcon.form.FDateChooser
getDateCreated() - Method in class de.ipcon.tools.cache.ObjectInfo
getDateEnd() - Method in class de.ipcon.tools.date.DateContainer
getDateEnd() - Method in interface de.ipcon.tools.date.TimespanI
getDateFormat() - Static method in class de.ipcon.tools.L10n
getDateFormat(String) - Static method in class de.ipcon.tools.L10n
getDateFormat(String, Locale) - Static method in class de.ipcon.tools.L10n
getDateFormat(String, Locale, TimeZone) - Static method in class de.ipcon.tools.L10n
getDatei() - Method in class de.ipcon.db.core.DateiSystemSyncEintrag
getDateiDatum() - Method in class de.ipcon.db.core.DateiSystemSyncEintrag
getDateiname() - Method in class de.ipcon.schema.generators.coredata.StrukturTemplate
getDateKernelBuild() - Method in class de.ipcon.db.DBMan
getDateKernelBuild() - Method in class de.ipcon.db.DBManInfo
getDateKernelBuild() - Method in interface de.ipcon.db.DBManLocalI
getDateLastAccessed() - Method in class de.ipcon.tools.cache.ObjectInfo
getDateNowShouldBe() - Method in class de.ipcon.db.module.HandleEventTimerTask
getDateObjects(Date, Date) - Static method in class de.ipcon.tools.date.DateTimeTools
Returns a List of Date objects for a period between from and till parameters.
getDateOfLastBP() - Method in class de.ipcon.db.fulltext.compass.IndexerQueryResultsBP
getDateStart() - Method in class de.ipcon.tools.date.DateContainer
getDateStart() - Method in interface de.ipcon.tools.date.TimespanI
getDateToBPId(long) - Method in class de.ipcon.db.fulltext.compass.IndexerQueryResultsBP
getDateValue() - Method in class de.ipcon.db.core.EinstellungenVariable
getDateValue(Benutzer) - Method in class de.ipcon.db.core.EinstellungenVariable
getDateValue(Benutzer, Appendable) - Method in class de.ipcon.db.core.EinstellungenVariable
getDateValue(Benutzer, Appendable, String) - Method in class de.ipcon.db.core.EinstellungenVariable
getDateWithoutTime(Calendar) - Static method in class de.ipcon.tools.date.DateTimeTools
Returns a copy of the passed Calendar, stripped of its time
getDatum() - Method in class de.ipcon.db.core.DateiSystemSyncEintrag
Returns value of DateiDatum if StatusText contains substring 'FS',
StrukturDatum otherwise.
getDatum() - Method in class de.ipcon.db.core.IssueReport
Returns the creation date of this IssueReport instance.
getDatum() - Method in class de.ipcon.db.core.MyTISMBenachrichtigung
getDatumAusloesung() - Method in class de.ipcon.db.core.BOAlarmStatus
getDatumAusloesung() - Method in class de.ipcon.db.core.BOBasierterTerminStatus
getDatumAusloesung() - Method in class de.ipcon.db.core.EinfacherTermin
getDatumAusloesung(Date) - Method in class de.ipcon.db.core.EinfacherTermin
getDatumAusloesung() - Method in class de.ipcon.db.core.WiedervorlageStatus
getDatumAusloesung(Date, Long) - Static method in class de.ipcon.db.core.WiedervorlageStatus
Only the actual
DatumAusloesung calculation in a seperate tools method; needed from
MyTISMBenachrichtigungsAuftrag when calculating for notification retries.
getDatumStart() - Method in class de.ipcon.db.core.BOAlarmStatus
getDauer() - Method in class de.ipcon.tools.date.DateContainer
getDAUType() - Method in interface de.ipcon.schema.CBOAttributeTypeI
User-friendly l10n-ed name for the type, to be used for user interaction.
getDAUType() - Method in class de.ipcon.schema.types.AbstractStringType
getDAUType() - Method in class de.ipcon.schema.types.BooleanType
getDAUType() - Method in class de.ipcon.schema.types.DatetimeType
getDAUType() - Method in class de.ipcon.schema.types.DurationType
getDAUType() - Method in class de.ipcon.schema.types.NumberType
getDAUType() - Method in class de.ipcon.schema.types.PasswordType
getDAUType() - Method in class de.ipcon.schema.types.TimespanType
getDAUType() - Method in class de.ipcon.schema.types.URIType
getDAUType() - Method in class de.ipcon.schema.types.WrappingArrayType
getDAUType() - Method in class de.ipcon.schema.types.XMLType
getDawnMachineID() - Static method in interface de.ipcon.db.OriginHashProviderI
Gets the value of the environment variable containing the machine id provided by the external "dawn" starter
program.
getDay(Date) - Static method in class de.ipcon.tools.date.DateTimeTools
Returns an int with the day of the given date, -1 is the given date is null. 1 based.
getDaysPerMonth(Date) - Static method in class de.ipcon.tools.date.DateTimeTools
returns the number of days of the month of the given date
getDaysPerMonth(int, int) - Static method in class de.ipcon.tools.date.DateTimeTools
returns the number of days of the given month in the given year
getDaysPerYear(int) - Static method in class de.ipcon.tools.date.DateTimeTools
Returns the number of days in a given year, regarding if it is a leap-year or not.
getDbm() - Method in class de.ipcon.db.AbstractKeyGenerator
getDbm() - Method in class de.ipcon.db.AbstractPersistenceManager
getDbm() - Method in class de.ipcon.db.CryptoManager
getDbm() - Method in class de.ipcon.db.DefaultServiceManager
getDbm() - Method in class de.ipcon.db.fulltext.compass.MyTISMIndexEntitiesIndexer
getDbm() - Method in class de.ipcon.db.fulltext.compass.MyTISMIndexEntitiesUpdater
getDbm() - Method in class de.ipcon.db.module.KernelModule
getDbm() - Method in class de.ipcon.db.protocol.BackendCommandHandler
getDbm() - Method in class de.ipcon.db.protocol.BackendProtocolServer
getDbm() - Method in interface de.ipcon.db.protocol.BackendProtocolServerI
getDBMan() - Method in class de.ipcon.db.cache.ServerSideCache
getDBManInfo() - Method in class de.ipcon.db.BackendConnectionManager
Retrieves information about the server.
getDBManInfo() - Method in class de.ipcon.db.protocol.BackendConnection
getDBManInfo() - Method in class de.ipcon.db.protocol.BackendProtocolServer
getDBManInfo() - Method in interface de.ipcon.db.protocol.BackendProtocolServerI
getDBManInfo() - Method in interface de.ipcon.db.protocol.ServerConnectionI
getDBManInfo() - Method in interface de.ipcon.form.ClientContextI
Retrieves information about the server.
getDBManInfo() - Method in class de.ipcon.gui.BasicClient
getDbType() - Method in class de.ipcon.db.DBMan
getDeadlockedThreadCount() - Method in class de.ipcon.db.event.DBManServerHealthEvent
getDebug() - Method in class de.ipcon.tools.Log4j1_ANSIColorLayout
getDebugEvent(String, String) - Static method in class de.ipcon.db.event.DBManLogEvent
getDebugEvent(String, String, Object) - Static method in class de.ipcon.db.event.DBManLogEvent
getDebugName() - Method in class de.ipcon.form.FButton
getDebugName() - Method in class de.ipcon.form.FElement
getDebugName() - Method in class de.ipcon.form.FormAction
getDebugName() - Method in interface de.ipcon.form.FormElementI
getDebugName() - Method in class de.ipcon.form.FPanel
getDebugName() - Method in class de.ipcon.form.FTab
getDebugName() - Method in class de.ipcon.form.table.FTableColumn
getDebugName() - Method in interface de.ipcon.form.table.FTableConfigurationI
getDebugSlowQuery() - Method in class de.ipcon.db.AbstractPersistenceManager
getDecimalDigits() - Method in class de.ipcon.tools.xbase.XBaseField
getDecimalFormat() - Static method in class de.ipcon.tools.L10n
Factory method to obtain locale-sensitive DecimalFormat objects.
getDecimalFormat(String) - Static method in class de.ipcon.tools.L10n
getDecimalFormat(String, Locale) - Static method in class de.ipcon.tools.L10n
getDecimalObject(String) - Static method in class de.ipcon.tools.TypeDistiller
getDecimalObject(String, BigDecimal) - Static method in class de.ipcon.tools.TypeDistiller
getDecimalProperty(EntityI, String) - Method in class de.ipcon.db.core.BT
getDecimalValue() - Method in class de.ipcon.db.core.EinstellungenVariable
getDecimalValue(Benutzer) - Method in class de.ipcon.db.core.EinstellungenVariable
getDecimalValue(Benutzer, Appendable) - Method in class de.ipcon.db.core.EinstellungenVariable
getDeclaredMethod(Object, String) - Static method in class de.ipcon.tools.ReflectiveRunner
getDeclaredMethod(Object, String, Class[]) - Static method in class de.ipcon.tools.ReflectiveRunner
getDeclaredMethod(Class, String) - Static method in class de.ipcon.tools.ReflectiveRunner
getDeclaredMethod(Class, String, Class[]) - Static method in class de.ipcon.tools.ReflectiveRunner
getDeepestCauseOfClass(Class) - Method in interface de.ipcon.tools.InspectableThrowableI
getDeepestCauseOfClass(Class, Throwable) - Static method in exception de.ipcon.tools.IRuntimeException
Deprecated.
getDeepestCauseOfClass(Class, Throwable) - Static method in class de.ipcon.tools.ThrowableTools
getDef() - Method in class de.ipcon.schema.CBOAttribute
Returns the Java code for building a default for this CBOAttribute
as given in the attribute definition with fallback to the one
given in the type.
getDef() - Method in interface de.ipcon.schema.CBOAttributeTypeI
getDef() - Method in class de.ipcon.schema.types.CBOAbstractAttributeType
getDefaultActionForType(String) - Method in class de.ipcon.tools.FreeDesktopMimeActionsHandler
getDefaultActionForType(String) - Method in class de.ipcon.tools.MailcapMimeActionsHandler
getDefaultActionForType(String) - Method in interface de.ipcon.tools.MimeActionsHandlerI
getDefaultActionMap() - Method in class de.ipcon.form.FBorder
getDefaultActionMap() - Method in class de.ipcon.form.FDateChooser
getDefaultActionMap() - Method in class de.ipcon.form.FEditor
getDefaultActionMap() - Method in class de.ipcon.form.FEmail
getDefaultActionMap() - Method in class de.ipcon.form.FHideablePanel
getDefaultActionMap() - Method in class de.ipcon.form.FInputPanel
Returns the default action map for this component.
getDefaultActionMap() - Method in class de.ipcon.form.FLocked
getDefaultActionMap() - Method in class de.ipcon.form.FPanel
Returns the default action map for this FPanel.
getDefaultActionMap() - Method in class de.ipcon.form.FPDFViewer
getDefaultActionMap() - Method in class de.ipcon.form.FPopup
getDefaultActionMap() - Method in class de.ipcon.form.FRootPane
getDefaultActionMap() - Method in class de.ipcon.form.FScheduler
getDefaultActionMap() - Method in class de.ipcon.form.FSimpleDurationChooser
getDefaultActionMap() - Method in class de.ipcon.form.FStyledText
getDefaultActionMap() - Method in class de.ipcon.form.FTab
getDefaultActionMap() - Method in class de.ipcon.form.FTabbedView
getDefaultActionMap() - Method in class de.ipcon.form.FTable
getDefaultActionMap() - Method in class de.ipcon.form.FText
getDefaultActionMap() - Method in class de.ipcon.form.FTree
getDefaultActionMap() - Method in class de.ipcon.form.FUri
getDefaultActionMap() - Method in class de.ipcon.form.FView
getDefaultAdresse(Class<? extends MyTISMAdresse>) - Method in class de.ipcon.db.core.Benutzer
Returns the default MyTISMAdresse of the given class from this Benutzer.
getDefaultAdresse(Class<? extends MyTISMAdresse>, boolean) - Method in class de.ipcon.db.core.Benutzer
getDefaultButton() - Method in class de.ipcon.form.FRootPane
getDefaultDialogParent() - Method in class de.ipcon.gui.BasicClient
getDefaultExceptionPrefix() - Method in class de.ipcon.db.protocol.AbstractBackendRequest
getDefaultExceptionPrefix() - Method in interface de.ipcon.db.protocol.BackendRequestI
getDefaultFolder() - Method in class de.ipcon.schema.CBOSchema
getDefaultHSpaceDist() - Method in class de.ipcon.form.FView
getDefaultImports(SchemaI) - Static method in class de.ipcon.form.PaintGroovyScript
getDefaultImports() - Method in class de.ipcon.schema.CBOSchema
getDefaultImports() - Method in class de.ipcon.schema.InstrumentingSchema
getDefaultImports() - Method in interface de.ipcon.schema.SchemaI
getDefaultImports() - Method in class de.ipcon.schema.SchemaWrapper
getDefaultInsets() - Method in class de.ipcon.form.AbstractClientDesktopElement
getDefaultInsets() - Method in class de.ipcon.form.ClientDesktopElement
getDefaultLocale() - Static method in class de.ipcon.db.core.L10nLocale
getDefaultLocale(List) - Static method in class de.ipcon.db.core.L10nLocale
getDefaultLocale(List, BOLoaderI) - Static method in class de.ipcon.db.core.L10nLocale
getDefaultLocale() - Static method in class de.ipcon.tools.L10n
getDefaultLocaleName() - Static method in class de.ipcon.tools.L10n
getDefaultLocaleValue() - Method in class de.ipcon.db.core.L10nResource
getDefaultLogger() - Method in class de.ipcon.tools.progress.ProgressHandler
getDefaultLogPrefix() - Method in class de.ipcon.tools.progress.ProgressHandler
getDefaultLookupCaseSensitive() - Method in class de.ipcon.schema.CBOEntity
getDefaultLookupCaseSensitive() - Method in interface de.ipcon.schema.EntityI
getDefaultLookupCaseSensitive() - Method in class de.ipcon.schema.EntityWrapper
getDefaultLookupProperty() - Method in class de.ipcon.schema.CBOEntity
getDefaultLookupProperty() - Method in interface de.ipcon.schema.EntityI
getDefaultLookupProperty() - Method in class de.ipcon.schema.EntityWrapper
getDefaultLookupStartingWith() - Method in class de.ipcon.schema.CBOEntity
getDefaultLookupStartingWith() - Method in interface de.ipcon.schema.EntityI
getDefaultLookupStartingWith() - Method in class de.ipcon.schema.EntityWrapper
getDefaultLookupSubstring() - Method in class de.ipcon.schema.CBOEntity
getDefaultLookupSubstring() - Method in interface de.ipcon.schema.EntityI
getDefaultLookupSubstring() - Method in class de.ipcon.schema.EntityWrapper
getDefaultName(EntityI) - Static method in class de.ipcon.schema.generators.coredata.EntityStrukturTemplate
getDefaultOrigin() - Method in class de.ipcon.db.core.TOTPSchluessel
Return the default hint for TOTP apps where this key stems from.
getDefaultPackage() - Method in class de.ipcon.schema.CBOSchema
getDefaultPackage() - Method in interface de.ipcon.schema.SchemaI
getDefaultPackage() - Method in class de.ipcon.schema.SchemaWrapper
getDefaultRightFill() - Method in class de.ipcon.form.FView
getDefaultRootAlias() - Method in class de.ipcon.db.oql.QueryNameSpace
getDefaultScriptImportsList(String) - Static method in class de.ipcon.db.core.BO
getDefaultScriptImportsList(SchemaI) - Static method in class de.ipcon.db.core.BO
getDefaultScriptImportsList() - Method in class de.ipcon.db.core.BO
getDefaultSelectionFilter() - Method in class de.ipcon.schema.CBOEntity
getDefaultSelectionFilter() - Method in interface de.ipcon.schema.EntityI
Returns a filter-clause that acts as a non-interactive filter within a query.
getDefaultSelectionFilter() - Method in class de.ipcon.schema.EntityWrapper
getDefaultSender() - Method in class de.ipcon.db.alarm.AlarmNotificationManager
getDefaultSerializer(Class) - Method in class de.ipcon.db.io.SchemaAwareKryo
getDefaultSetValueCallback() - Method in class de.ipcon.schema.InstrumentingSchema
getDefaultSetValueCallback() - Method in interface de.ipcon.schema.InstrumentingSchemaI
getDefaultSortDirection(String) - Method in class de.ipcon.schema.CBOEntity
getDefaultSortDirection(String) - Method in interface de.ipcon.schema.EntityI
Returns the default sorting direction of the DefaultSortDefinitionEntry
found under the given path in the defaultSorting for the current EntityI, null otherwise.
getDefaultSortDirection(String) - Method in class de.ipcon.schema.EntityWrapper
getDefaultSorting() - Method in class de.ipcon.schema.CBOEntity
getDefaultSorting() - Method in interface de.ipcon.schema.EntityI
Returns the defaultSorting for the current EntityI, recursively
checking the base EntityI-s, too, until a defaultSorting is found.
getDefaultSorting() - Method in class de.ipcon.schema.EntityWrapper
getDefaultSortLevel(String) - Method in class de.ipcon.schema.CBOEntity
getDefaultSortLevel(String) - Method in interface de.ipcon.schema.EntityI
Returns the default sorting level of the DefaultSortDefinitionEntry
found under the given path in the defaultSorting for the current EntityI, null otherwise.
getDefaultSortLevel(String) - Method in class de.ipcon.schema.EntityWrapper
getDefaultThingsDesc() - Method in class de.ipcon.tools.progress.ProgressHandler
getDefaultUnit() - Method in class de.ipcon.schema.types.DurationType
getDefaultUnit() - Method in class de.ipcon.schema.types.TimespanType
getDefaultUnitDesignator() - Method in class de.ipcon.form.FSimpleDurationChooser
getDefinedIn() - Method in exception de.ipcon.tools.NotImplementedException
getDefinition() - Method in interface de.ipcon.schema.CBOAttributeTypeI
getDefinition() - Method in class de.ipcon.schema.types.CBOAbstractAttributeType
getDelayedRefreshCache() - Method in class de.ipcon.form.table.FTableColumn
getDelegatableParent() - Method in class de.ipcon.form.FView
getDelegatorView() - Method in class de.ipcon.form.FView
getDeletedBOCount() - Method in interface de.ipcon.db.core.BOProcHolderI
Returns the number of BOs deleted within this holder.
getDeletedBOCount() - Method in class de.ipcon.db.core.Transaction
Returns the number of Business Objects (BOs) that are effectively marked as (soft) deleted within this transaction,
taking into account any subsequent (soft) undeletions of a BO.
getDeletedBOCount(int) - Method in class de.ipcon.db.core.Transaction
Returns the number of Business Objects (BOs) that are effectively marked as (soft) deleted within this transaction,
taking into account any subsequent (soft) undeletions of a BO.
getDeletedBOCount() - Method in class de.ipcon.db.core.Transaction.Savepoint
getDeletedBOIds() - Method in class de.ipcon.db.core.Transaction
getDeletedBOIds(Class<? extends BOI>) - Method in class de.ipcon.db.core.Transaction
getDeletedBOIds(Class<? extends BOI>, boolean) - Method in class de.ipcon.db.core.Transaction
getDeletedBOs() - Method in class de.ipcon.db.core.BT
getDeletedBOs(Class) - Method in class de.ipcon.db.core.BT
getDeletedBOsByEntity(Collection<BOProcI>) - Method in class de.ipcon.db.core.tx.TransactionFormatterSummarizedPlain
getDeletedFont() - Method in class de.ipcon.form.table.FTableTextColumnRenderer
getDeniedText(BOI, String, String) - Method in enum de.ipcon.db.Permission
getDependencies() - Method in class de.ipcon.tools.ref.ExpungingSoftReferenceWithDependencies
getDependent() - Method in class de.ipcon.form.FTable
getDependentClasses() - Method in class de.ipcon.schema.CBOEntity
getDependentClasses() - Method in interface de.ipcon.schema.EntityI
getDependentClasses() - Method in class de.ipcon.schema.EntityWrapper
getDependentClasses() - Method in class de.ipcon.schema.VirtualEntity
getDependsOn() - Method in class de.ipcon.db.query.AbstractFilterGUI
getDependsOn() - Method in interface de.ipcon.db.query.QueryGUIElementI
getDependsOn() - Method in class de.ipcon.db.query.SemiFullTextQueryBuilder
getDependsOn() - Method in class de.ipcon.form.LiquidSeparatorLabel
getDependsOnClause() - Method in class de.ipcon.db.query.SemiFullTextQueryBuilder
getDepMaps(BO) - Method in class de.ipcon.db.core.Transaction
getDepth() - Method in interface de.ipcon.db.io.BOSerializationDepthI
The sum of n-1 and n-m relations, i.e. the current effective depth
getDepth() - Method in class de.ipcon.db.tools.DeepCloneHelper
getDepth() - Method in class de.ipcon.schema.tools.EntityBox
getDepthX() - Method in class de.ipcon.db.core.BOPivot
getDepthY() - Method in class de.ipcon.db.core.BOPivot
getDesc() - Method in class de.ipcon.db.feature.FeatureDefinition
getDesc(LicenseI) - Method in class de.ipcon.db.feature.FeatureDefinition
getDesc(LicenseI, boolean) - Method in class de.ipcon.db.feature.FeatureDefinition
getDesc() - Method in class de.ipcon.schema.CBOAction
getDescKey() - Method in class de.ipcon.form.FormAction
getDescL10nKey() - Method in class de.ipcon.db.feature.FeatureDefinition
getDescLicenseL10nKey() - Method in class de.ipcon.db.feature.FeatureDefinition
getDescribingBOWrapper(String) - Method in class de.ipcon.db.core.BO
Encapsulates BO into Wrapper object which returns given CBOFormat string value on toString() calls.
getDescribingBOWrapper() - Method in class de.ipcon.db.core.BO
Encapsulates BO into Wrapper object which returns the standard CBOFormat string on toString() calls.
getDescribingKey() - Method in class de.ipcon.db.oql.PathPart
getDescription() - Method in class de.ipcon.db.cache.SingleAttributeCacheKeyCalculator
getDescription() - Method in class de.ipcon.db.core.LazyImageIcon
getDescription() - Method in class de.ipcon.db.core.Transaction
Returns the currently set description of this Transaction.
getDescription() - Method in class de.ipcon.db.event.ConfChangeEvent
Returns a description of the event.
getDescription() - Method in class de.ipcon.db.event.DBManBLOBChangeEvent
getDescription() - Method in class de.ipcon.db.event.DBManBLOBChangeEventFilter
getDescription() - Method in class de.ipcon.db.event.DBManBOChangeEvent
getDescription() - Method in class de.ipcon.db.event.DBManBOEventFilter
getDescription() - Method in class de.ipcon.db.event.DBManEvent
getDescription() - Method in class de.ipcon.db.event.DBManEventFilter
getDescription() - Method in class de.ipcon.db.event.DBManLogEvent
getDescription() - Method in class de.ipcon.db.event.DBManLogEventFilter
getDescription() - Method in class de.ipcon.db.event.DBManLogEventFilterLog4j
getDescription() - Method in class de.ipcon.db.event.DBManMessageEvent
getDescription() - Method in class de.ipcon.db.event.DBManMessageEventFilter
getDescription() - Method in class de.ipcon.db.event.DBManServerEvent
getDescription() - Method in class de.ipcon.db.event.DBManServerEventFilter
getDescription() - Method in class de.ipcon.db.event.DBManServerHealthEvent
getDescription() - Method in class de.ipcon.db.event.DBManServerHealthEventFilter
getDescription() - Method in class de.ipcon.db.event.DBManSessionEvent
getDescription() - Method in class de.ipcon.db.event.DBManSessionEventFilter
getDescription() - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getDescription() - Method in class de.ipcon.db.event.L10nCacheEvent
getDescription() - Method in class de.ipcon.db.event.L10nCacheEventFilter
getDescription() - Method in interface de.ipcon.db.event.ServerSideEventInformationCalculatorI
Returns a String representation of this ServerSideEventInformationCalculatorI.
getDescription() - Method in class de.ipcon.db.ExecutionPolicy
getDescription() - Method in class de.ipcon.db.io.CompactObjectOutput
Returns a description for this CompactObjectOutput.
getDescription() - Method in enum de.ipcon.db.notification.NotificationSendingState
Returns a human-readable description of this state.
getDescription() - Method in class de.ipcon.db.protocol.BackendCommandHandler
getDescription() - Method in interface de.ipcon.schema.BasicEntityI
Returns the description String of this BasicEntityI instance or of the first base BasicEntityI that has a description.
getDescription() - Method in class de.ipcon.schema.EntityDefinition
getDescription() - Method in class de.ipcon.schema.EntityWrapper
getDescription() - Method in class de.ipcon.schema.Module
getDescription() - Method in interface de.ipcon.tools.io.ObjectDataOutputI
Returns a description for this ObjectDataOutputI.
getDescriptionForModule(String) - Method in class de.ipcon.schema.ModuleProvider
getDesktopPane() - Method in class de.ipcon.form.ClientDesktopManager
getDestDir() - Method in class de.ipcon.tools.compile.LogProgressWeaver
getDetailView() - Method in class de.ipcon.form.FPopup
getDetailView() - Method in class de.ipcon.form.FTable
getDetailViewBO() - Method in class de.ipcon.form.FCanvas
getDeviceBoundsInScreenspace(GraphicsDevice) - Static method in class de.ipcon.tools.OSTools
This method provides access to the rectangle in screen space for the given GraphicsDevices, i.e. monitor.
getDeviceForComponent(Component) - Static method in class de.ipcon.tools.OSTools
Gets the GraphicsDevice that contains the given Component most.
getDeviceForPoint(Point) - Static method in class de.ipcon.tools.OSTools
Determines the device which includes the given point in the virtual coordinate space.
getDeviceForWindow(Window) - Static method in class de.ipcon.tools.OSTools
Checks the local graphics environment's screen devices and returns the device that contains (most) of the given window.
getDialogParent() - Method in interface de.ipcon.db.core.BasicClientContextI
getDialogParent() - Method in class de.ipcon.gui.BasicClient
getDiff() - Method in class de.ipcon.db.core.BP
getDiff(boolean) - Method in class de.ipcon.db.core.BP
getDiff(boolean, int) - Method in class de.ipcon.db.core.BP
getDiff() - Method in exception de.ipcon.db.core.TransactionConflictException
getDiff() - Method in class de.ipcon.db.fulltext.compass.MyTISMIndexEntitiesIndexer
getDiff() - Method in class de.ipcon.db.fulltext.compass.MyTISMIndexEntitiesUpdater
getDiffable() - Method in class de.ipcon.db.core.BP
getDimension(String) - Static method in class de.ipcon.form.FPanelValueReader
getDimension() - Method in class de.ipcon.form.PaintGroovyScript
getDirection() - Method in class de.ipcon.schema.DefaultSortDefinitionEntry
Returns the sorting direction
getDiscriminator() - Method in class de.ipcon.schema.CBOEntity
getDiscriminator() - Method in interface de.ipcon.schema.EntityI
getDiscriminator() - Method in class de.ipcon.schema.EntityWrapper
getDiscriminatorIds() - Method in class de.ipcon.db.protocol.ServerConnectionInfo
getDiscriminators() - Method in class de.ipcon.schema.CBOSchema
getDiscriminators() - Method in interface de.ipcon.schema.SchemaI
Needed between the Entities of a Schema.
getDiscriminators() - Method in class de.ipcon.schema.SchemaWrapper
getDiscriminatorSync() - Method in class de.ipcon.schema.generators.StartupConfiguration
getDisplayAttribute() - Method in class de.ipcon.form.FTable
getDisplayAttribute() - Method in interface de.ipcon.form.table.FTableConfigurationI
getDisplayClass() - Method in class de.ipcon.form.FTable
getDisplayClass() - Method in class de.ipcon.form.FTree
getDisplayClass() - Method in interface de.ipcon.form.table.FTableConfigurationI
getDisplayClass() - Method in interface de.ipcon.form.tree.FTreeConfigurationI
getDisplayCountry() - Method in class de.ipcon.db.core.L10nLocale
getDisplayCountry(Locale) - Method in class de.ipcon.db.core.L10nLocale
getDisplayCountrySelf() - Method in class de.ipcon.db.core.L10nLocale
getDisplayFormat() - Method in class de.ipcon.form.FDateChooser
getDisplayFormat() - Method in class de.ipcon.form.FLabel
getDisplayFormat() - Method in class de.ipcon.form.FTree
getDisplayFormat() - Method in class de.ipcon.form.table.FTableColumn
getDisplayFormat() - Method in interface de.ipcon.form.tree.FTreeConfigurationI
getDisplayFormat() - Method in class de.ipcon.form.tree.FTreeModel
getDisplayFormat() - Method in class de.ipcon.schema.CBOAttribute
getDisplayLanguage() - Method in class de.ipcon.db.core.L10nLocale
getDisplayLanguage(Locale) - Method in class de.ipcon.db.core.L10nLocale
getDisplayLanguageSelf() - Method in class de.ipcon.db.core.L10nLocale
getDisplayName() - Method in class de.ipcon.db.core.L10nLocale
getDisplayName(Locale) - Method in class de.ipcon.db.core.L10nLocale
getDisplayNameSelf() - Method in class de.ipcon.db.core.L10nLocale
getDisplayProperty() - Method in class de.ipcon.form.FBooleanInputComponent
getDisplayProperty() - Method in class de.ipcon.form.FChart
getDisplayProperty() - Method in class de.ipcon.form.FComboBox
getDisplayProperty() - Method in class de.ipcon.form.FDateChooser
getDisplayProperty() - Method in class de.ipcon.form.FEditor
getDisplayProperty() - Method in class de.ipcon.form.FElement
getDisplayProperty() - Method in class de.ipcon.form.FImage
getDisplayProperty() - Method in class de.ipcon.form.FJRDesignViewer
getDisplayProperty() - Method in class de.ipcon.form.FLabel
getDisplayProperty() - Method in interface de.ipcon.form.FormElementWithDisplayPropertyI
getDisplayProperty() - Method in class de.ipcon.form.FPDFViewer
getDisplayProperty() - Method in class de.ipcon.form.FPopup
getDisplayProperty() - Method in class de.ipcon.form.FSimpleDurationChooser
getDisplayProperty() - Method in class de.ipcon.form.FStyledText
getDisplayProperty() - Method in class de.ipcon.form.FTable
getDisplayProperty() - Method in class de.ipcon.form.FText
getDisplayProperty() - Method in class de.ipcon.form.FTimespanChooser
getDisplayProperty() - Method in class de.ipcon.form.FTree
getDisplayProperty() - Method in class de.ipcon.form.table.FTableColumn
getDisplayProperty() - Method in interface de.ipcon.form.table.FTableConfigurationI
getDisplayProperty() - Method in interface de.ipcon.form.tree.FTreeConfigurationI
getDisplayType() - Method in class de.ipcon.form.table.FTableColumn
getDisplayValue(AttributeI, BO) - Method in class de.ipcon.form.FStyledText
getDisplayValue(AttributeI, BO) - Method in class de.ipcon.form.FText
getDisplayVariant() - Method in class de.ipcon.db.core.L10nLocale
getDisplayVariant(Locale) - Method in class de.ipcon.db.core.L10nLocale
getDisplayVariantSelf() - Method in class de.ipcon.db.core.L10nLocale
getDistanceToJavaLangObject(Class) - Static method in class de.ipcon.tools.ReflectionTools
Computes the distance of a given class from the java.lang.Object class in its inheritance hierarchy.
getDistanceToSuperClass(Class, Class) - Static method in class de.ipcon.tools.ReflectionTools
Computes the distance of a given class from the given super class in its inheritance hierarchy.
getDoc() - Method in class de.ipcon.form.FTable
getDoc() - Method in class de.ipcon.schema.CBOSchema
getDocs() - Method in class de.ipcon.db.core.SolsticeCacheElement
getDOCTOR() - Static method in class de.ipcon.tools.AsciidocTools
getDocument() - Method in class de.ipcon.db.tools.AuthToken
get the name of the document the access was granted to
getDocument() - Method in interface de.ipcon.tools.ContentHandlerI
getDocument() - Method in class de.ipcon.tools.NativeLinuxContentHandler
getDocument() - Method in class de.ipcon.tools.NativeMacOSXContentHandler
getDocument() - Method in class de.ipcon.tools.NativeWin32ContentHandler
getDomain() - Method in class de.ipcon.db.protocol.BackendConnection
getDomain() - Method in interface de.ipcon.db.protocol.ServerConnectionI
getDouble(int) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of the designated JDBC DOUBLE parameter as a double in the Java programming language.
getDouble(String) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of a JDBC DOUBLE parameter as a double in the Java programming language.
getDouble(int) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a double in the Java programming language.
getDouble(String) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a double in the Java programming language.
getDouble(String) - Static method in class de.ipcon.tools.TypeDistiller
getDouble(String, double) - Static method in class de.ipcon.tools.TypeDistiller
getDouble() - Method in class de.ipcon.tools.xbase.XBaseField
getDoubleObject(String) - Static method in class de.ipcon.tools.TypeDistiller
getDoubleObject(String, Double) - Static method in class de.ipcon.tools.TypeDistiller
getDragHighlightColor() - Method in class de.ipcon.form.navtree.ClientNavigationTree
getDrainCount() - Method in class de.ipcon.db.core.CachingBOLoader
getDriver() - Method in class de.ipcon.schema.generators.AbstractSQL
getDriver() - Method in class de.ipcon.schema.generators.CoreData
getDropIndexStatement() - Method in class de.ipcon.schema.generators.PostgreSQLIndex
getDruckziel() - Method in class de.ipcon.db.core.Druckziel.OutputDsl
getDruckziel(FormContextI, String) - Static method in class de.ipcon.db.report.PrintingServices
Retrieves the Druckziel with the given name using a query
getDruckziel(BOLoaderI, String) - Static method in class de.ipcon.db.report.PrintingServices
Retrieves the Druckziel with the given name using a query
getDs() - Method in class de.ipcon.schema.tools.EntityBox
getDs() - Method in class de.ipcon.schema.tools.Schema2Graph
getDumper() - Method in class de.ipcon.db.core.Transaction
getDuration(int) - Method in enum de.ipcon.tools.date.DurationUnit
Creates a new Duration with the count/value for this DurationUnit set to the given value.
getDuringDuration() - Method in class de.ipcon.tools.RecentEventsCounter
getEAN13Image(Long) - Static method in class de.ipcon.tools.BarCode
Takes a Long, converts it to a String, prepends it with zeros to get a length of 12 chars
and returns an Image showing the correct EAN13 code.
getEAN13Image(String) - Static method in class de.ipcon.tools.BarCode
Takes a String with a length of 12 chars (or 12 chars plus checksum char)
and returns an Image showing the correct EAN13 code.
getEAN13Image(String, boolean) - Static method in class de.ipcon.tools.BarCode
getEAN8Image(String) - Static method in class de.ipcon.tools.BarCode
Takes a String with a length of 7 chars (or 7 chars plus checksum char)
and returns an Image showing the correct EAN8 code.
getEAN8Image(String, boolean) - Static method in class de.ipcon.tools.BarCode
getEANImage(int, String) - Static method in class de.ipcon.tools.BarCode
Takes a code type and a String and returns an Image showing the correct EAN-code for the passed codetype,
using the passed foreground and background colors, only containing the bars without any text.
getEANImage(int, String, Color) - Static method in class de.ipcon.tools.BarCode
getEANImage(int, String, Color, Color) - Static method in class de.ipcon.tools.BarCode
getEastPanel() - Method in class de.ipcon.form.AbstractMDIManager
getEastPanel() - Method in class de.ipcon.form.ClientDesktopManager
getEastPanel() - Method in interface de.ipcon.form.MDIManagerI
getEditable() - Method in class de.ipcon.schema.AttributeDefinition
getEditmode() - Method in class de.ipcon.schema.AttributeTemplate
getEditmode() - Method in interface de.ipcon.schema.AttributeWithUIConfigurationI
getEditmode() - Method in class de.ipcon.schema.AttributeWrapper
getEditmode() - Method in class de.ipcon.schema.CBOAttribute
Returns the edit mode for this CBOAttribute
if the edit mode is undefined, and a relation entity of this
CBOAttribute exists and is link only and this
CBOAttribute is not depending, the editmode will
be set to link only Before getting returned
getEditmode() - Method in class de.ipcon.schema.ScriptedAttribute
getEffektiveRechteZuweisungen() - Method in class de.ipcon.db.core.Benutzer
getEh() - Method in class de.ipcon.db.AbstractKeyGenerator
getEh() - Method in class de.ipcon.db.AbstractPersistenceManager
getEh() - Method in class de.ipcon.db.CryptoManager
getEh() - Method in class de.ipcon.db.DefaultServiceManager
getEh() - Method in class de.ipcon.db.protocol.BackendProtocolServer
getEh() - Method in class de.ipcon.db.sync.AbstractSync
getEinstellungenVariableName() - Method in interface de.ipcon.db.core.EinstellungenVariableBasedConfigurationValueI
getEintragMap() - Method in class de.ipcon.db.core.DateiSystemSync
getEl() - Method in class de.ipcon.schema.CBOAction
getEl() - Method in class de.ipcon.schema.CBOAttribute
getEl() - Method in class de.ipcon.schema.EntityDefinition
getEl() - Method in class de.ipcon.schema.gdpr.GDPRConfigurationElement
Returns the XML element representing this GDPR configuration element.
getEl() - Method in class de.ipcon.schema.SchemaInterface
Returns the XML element that defines this schema interface.
getElement() - Method in class de.ipcon.db.query.AbstractFilterGUI
getElement() - Method in class de.ipcon.form.table.FTableColumn
getElement() - Method in exception de.ipcon.tools.XMLDefinitionException
getElementAt(int) - Method in class de.ipcon.form.combobox.AbstractModel
getElementAt(int) - Method in class de.ipcon.form.locale.LocalesComboModel
getElementCollection() - Method in class de.ipcon.tools.ConfigureInfo
getElemente() - Method in class de.ipcon.db.core.DynamischerOrdner
Gets the Strukturen "contained" in this
DynamischerOrdner
getElementMap() - Method in class de.ipcon.form.FBooleanInputComponent
getElementMap() - Method in class de.ipcon.form.FBorder
getElementMap() - Method in class de.ipcon.form.FButton
getElementMap() - Method in class de.ipcon.form.FCanvas
getElementMap() - Method in class de.ipcon.form.FChart
getElementMap() - Method in class de.ipcon.form.FCheckBox
getElementMap() - Method in class de.ipcon.form.FComboBox
getElementMap() - Method in class de.ipcon.form.FDateChooser
getElementMap() - Method in class de.ipcon.form.FDetailView
getElementMap() - Method in class de.ipcon.form.FEditor
getElementMap() - Method in class de.ipcon.form.FElement
getElementMap() - Method in class de.ipcon.form.FEmail
getElementMap() - Method in class de.ipcon.form.FHideablePanel
getElementMap() - Method in class de.ipcon.form.FImage
getElementMap() - Method in class de.ipcon.form.FInputPanel
Returns the map of elements supported by this component.
getElementMap() - Method in class de.ipcon.form.FJRDesignViewer
getElementMap() - Method in class de.ipcon.form.FLabel
getElementMap() - Method in class de.ipcon.form.FormAction
getElementMap() - Method in interface de.ipcon.form.FormElementI
getElementMap() - Method in class de.ipcon.form.FPanel
Returns the map of elements supported by this FPanel.
getElementMap() - Method in class de.ipcon.form.FPDFViewer
getElementMap() - Method in class de.ipcon.form.FPopup
getElementMap() - Method in class de.ipcon.form.FRootPane
getElementMap() - Method in class de.ipcon.form.FScheduler
getElementMap() - Method in class de.ipcon.form.FSimpleDurationChooser
getElementMap() - Method in class de.ipcon.form.FStyledText
getElementMap() - Method in class de.ipcon.form.FTab
getElementMap() - Method in class de.ipcon.form.FTabbedView
getElementMap() - Method in class de.ipcon.form.FTable
getElementMap() - Method in class de.ipcon.form.FText
getElementMap() - Method in class de.ipcon.form.FTimespanChooser
getElementMap() - Method in class de.ipcon.form.FToggleButton
getElementMap() - Method in class de.ipcon.form.FTree
getElementMap() - Method in class de.ipcon.form.FUri
getElementMap() - Method in class de.ipcon.form.FView
getElementMap() - Method in class de.ipcon.form.table.FTableColumn
getElementMap() - Method in class de.ipcon.tools.ConfigureInfo
getElter() - Method in class de.ipcon.schema.generators.coredata.StrukturTemplate
getElter() - Method in class de.ipcon.tools.GroovyScript.HGB
getElterFilter() - Method in class de.ipcon.db.core.Ordner
getElterFilter() - Method in class de.ipcon.db.core.Struktur
The clause returned by this method is used as a selection filter for the GUI (basically the WHERE part in
"select from Benannt where ").
getElterNodes() - Method in class de.ipcon.db.core.Struktur
getElterNodes(List) - Method in class de.ipcon.db.core.Struktur
getElterNodes(List, Set) - Method in class de.ipcon.db.core.Struktur
getElterPfad() - Method in class de.ipcon.db.core.Struktur
getEmail() - Method in class de.ipcon.db.core.Benutzer
Returns the default email address of this Benutzer
getEmailId() - Static method in class de.ipcon.db.core.MyTISMAdresstyp
getEmails() - Method in class de.ipcon.db.core.Benutzer
getEmpfaengerAdressen() - Method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
Convenience/Debugging method that returns all the collected "final"
MyTISMAdresse instances to which notifications will be sent (CC and BCC).
getEmpfaengerAdressenStatic(Collection<NotifiableI>) - Static method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
Convenience/Debugging method that returns all the collected "final"
MyTISMAdressen for the passed recipients to which notifications will be sent
(CC and BCC).
getEmpfaengerBCCResolved() - Method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
Convenience method that gives all the collected "final"
NotificationReceiverI from getEmpfaengerBCC() to which notifications will be
sent.
getEmpfaengerCCResolved() - Method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
Convenience method that gives all the collected "final"
NotificationReceiverI from getEmpfaengerCC() to which notifications will be
sent.
getEmpfaengerInOrder() - Method in class de.ipcon.db.core.Gruppe
getEmpfaengerInOrder() - Method in interface de.ipcon.db.core.NotificationReceiverCollectionI
Returns the recipient or recipients in this group to which the notification should actually be sent.
getEmpfaengerResolved() - Method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
Convenience method that gives all the collected "final"
NotificationReceiverI from getEmpfaenger() to which notifications will be
sent.
getEmpfaengerResolvedStatic(Collection<? extends NotifiableI>) - Static method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
getEmpfaengerResolvedStatic(Collection<? extends NotifiableI>, Set) - Static method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
getEmpfaengerWithoutAddresses() - Method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
Convenience/Debugging method that returns all NotifiableI instances among
the "AlleEmpfaenger" (CC and BCC), which have no MyTISMAdresse available.
getEmpfaengerWithoutAddressesStatic(Collection<NotifiableI>) - Static method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
Convenience/Debugging method that returns all NotifiableI instances among
the passed recipients, which have no MyTISMAdresse available.
getEnclosingChar() - Method in class de.ipcon.db.importer.CSVConfiguration
getEncodedString(byte[], Charset) - Static method in class de.ipcon.tools.TextTools
Returns the passed bytes as a String encoded using the passed charset.
getEncodedString(byte[], String) - Static method in class de.ipcon.tools.TextTools
Returns the passed bytes as a String encoded using the charset represented by the passed charset name.
getEncoding() - Method in class de.ipcon.db.core.MyTISMBenachrichtigung
Deprecated.
getEncoding() - Method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
getEncoding() - Method in class de.ipcon.db.core.MyTISMBenAuftragMitVorlage
getEncoding() - Method in class de.ipcon.db.core.MyTISMBenAuftragOhneVorlage
getEnd() - Method in class de.ipcon.tools.time.TimeSpan
Returns the end instant of the time span.
getEndAttr() - Method in class de.ipcon.form.scheduler.ItemBOMapper
getEndId() - Method in class de.ipcon.db.fulltext.compass.IndexerQueryResultsBP
getEndNode() - Method in class de.ipcon.tools.graph.GraphPath
Returns the ending node of this path.
getEnt() - Method in class de.ipcon.form.FormContextMenu
getEnteredPass() - Method in class de.ipcon.form.ClientLoginDialog
getEntities() - Method in class de.ipcon.db.fulltext.compass.IndexerQueryResultsBP
getEntities(int) - Method in class de.ipcon.db.fulltext.compass.IndexerQueryResultsBP
getEntities() - Method in class de.ipcon.db.fulltext.compass.MyTISMIndexEntitiesUpdater
getEntities(int) - Method in class de.ipcon.db.fulltext.compass.MyTISMIndexEntitiesUpdater
getEntities() - Method in class de.ipcon.schema.generators.SQLTable
getEntities() - Method in interface de.ipcon.schema.SQLTableI
getEntitiesForInterface(Class) - Method in class de.ipcon.schema.CBOSchema
getEntitiesForInterface(Class) - Method in class de.ipcon.schema.InstrumentingSchema
getEntitiesForInterface(Class) - Method in interface de.ipcon.schema.SchemaI
Returns a list of all entities that implement the given interface.
getEntitiesForInterface(Class) - Method in class de.ipcon.schema.SchemaWrapper
getEntity(SchemaI) - Method in class de.ipcon.db.core.BOProc
getEntity() - Method in class de.ipcon.db.fulltext.compass.IndexEntityImpl
getEntity() - Method in class de.ipcon.db.fulltext.compass.IndexerQueryResultsPartial
getEntity() - Method in class de.ipcon.db.grooql.GrooqlFilter
getEntity() - Method in class de.ipcon.db.grooql.GroovyASTEvaluationAnalyzerVisitor
getEntity() - Method in class de.ipcon.db.grooql.GroovyASTUnsupportedAnalyzerVisitor
getEntity() - Method in class de.ipcon.db.oql.InterpretedOQLQuery
getEntity() - Method in class de.ipcon.db.oql.predicate.BOPredicate
getEntity() - Method in class de.ipcon.db.query.SemiFullTextQueryBuilder
getEntity() - Method in class de.ipcon.db.report.AttributeIterator
getEntity() - Method in class de.ipcon.form.FormContextMenuSelection
getEntity() - Method in class de.ipcon.form.FTable
getEntity() - Method in interface de.ipcon.form.table.FTableConfigurationI
getEntity() - Method in interface de.ipcon.schema.AttributeI
Returns the entity to which this attribute belongs.
getEntity() - Method in exception de.ipcon.schema.AttributeResolveException
getEntity() - Method in interface de.ipcon.schema.BOI
Returns the associated EntityI of this BOI within its current SchemaI.
getEntity(boolean) - Method in interface de.ipcon.schema.BOI
Returns the associated EntityI of this BOI within the current SchemaI.
getEntity() - Method in class de.ipcon.schema.CBOAction
getEntity() - Method in class de.ipcon.schema.CBOAttribute
getEntity(String) - Method in class de.ipcon.schema.CBOSchema
Retrieves the EntityI for the given String.
getEntity() - Method in class de.ipcon.schema.EntityToStringWrapper
getEntity() - Method in class de.ipcon.schema.InitialdataReader.Data
getEntity() - Method in class de.ipcon.schema.InitialdataReader
getEntity(String) - Method in class de.ipcon.schema.InstrumentingSchema
getEntity(BasicEntityI) - Method in interface de.ipcon.schema.SchemaI
Looks up the passed BasicEntityI in this SchemaI and returns the fitting
EntityI from this SchemaI, i.e. the one with the same name.
getEntity(String) - Method in interface de.ipcon.schema.SchemaI
getEntity(String) - Method in class de.ipcon.schema.SchemaWrapper
getEntity() - Method in class de.ipcon.schema.tools.EntityBox
getEntity() - Method in class de.ipcon.schema.tools.SchemaTableModel
getEntityConstantName(EntityI) - Static method in enum de.ipcon.schema.generators.java.JavaConstant
getEntityDisregardingCase(String) - Method in class de.ipcon.schema.CBOSchema
getEntityFor(Object) - Method in class de.ipcon.schema.CBOFormatter
getEntityFor(Object) - Method in interface de.ipcon.schema.FormatterI
getEntityForClass(Class<? extends BOI>) - Method in class de.ipcon.schema.CBOSchema
Retrieves the EntityI for the given Class.
getEntityForClass(Class<? extends BOI>) - Method in class de.ipcon.schema.InstrumentingSchema
getEntityForClass(Class<? extends BOI>) - Method in interface de.ipcon.schema.SchemaI
getEntityForClass(Class<? extends BOI>) - Method in class de.ipcon.schema.SchemaWrapper
getEntityForClassName(String) - Method in class de.ipcon.schema.CBOSchema
Retrieves the EntityI with which the given class is associated.
getEntityForClassName(String) - Method in class de.ipcon.schema.InstrumentingSchema
getEntityForClassName(String) - Method in interface de.ipcon.schema.SchemaI
getEntityForClassName(String) - Method in class de.ipcon.schema.SchemaWrapper
getEntityForDBName(String) - Method in class de.ipcon.schema.CBOSchema
Returns the CBOEntity that has the given db name.
getEntityForObject(Object) - Method in class de.ipcon.schema.CBOSchema
Retrieves and returns the associated EntityI for the given
Object.
getEntityForObject(Object) - Method in class de.ipcon.schema.InstrumentingSchema
getEntityForObject(Object) - Method in interface de.ipcon.schema.SchemaI
getEntityForObject(SchemaI, Object) - Static method in class de.ipcon.schema.SchemaTools
Returns the entity from a given schema for a given bo
getEntityForObject(Object) - Method in class de.ipcon.schema.SchemaWrapper
getEntityFromEntitaet() - Method in class de.ipcon.db.core.BOMaske
Gets the EntityI this mask represents, as defined by the
Entitaet attribute.
getEntityList() - Method in class de.ipcon.schema.CBOSchema
getEntityList() - Method in class de.ipcon.schema.InstrumentingSchema
getEntityList() - Method in interface de.ipcon.schema.SchemaI
Retrieves a list of all entities known and defined within this schema.
getEntityList() - Method in class de.ipcon.schema.SchemaWrapper
getEntityName() - Method in class de.ipcon.db.oql.FromNode
getEntityName() - Method in interface de.ipcon.schema.AttributeI
Returns the name of the entity to which this attribute belongs.
getEntityName() - Method in class de.ipcon.schema.AttributeWrapper
getEntityName() - Method in class de.ipcon.schema.CBOAttribute
Returns the name of the entity to which this attribute belongs.
getEntityName() - Method in class de.ipcon.schema.InstrumentingAttribute
getEntityName() - Method in class de.ipcon.schema.ScriptedAttribute
getEntityOrAttributeNameValidationError(String) - Static method in interface de.ipcon.schema.SchemaI
Validates the given String as a syntactically valid name for an entity or attribute.
getEntityToCreate() - Method in class de.ipcon.form.FTable
getEntityToCreate(ActionEvent) - Method in class de.ipcon.form.FTable
getEntityToCreate(ActionEvent, boolean) - Method in class de.ipcon.form.FTable
getEntityToCreate(ClientContextI, EntityI) - Static method in class de.ipcon.form.FTable
If the creationEntity does not have subentities and onlyWithTemplateAndCreationRights is false, it is returned.
getEntityToCreate(ClientContextI, EntityI, Set<EntityI>) - Static method in class de.ipcon.form.FTable
getEntityToCreate(ClientContextI, EntityI, Set<EntityI>, boolean) - Static method in class de.ipcon.form.FTable
getEntityVertex() - Method in class de.ipcon.schema.tools.EntityBox
getEntName() - Method in class de.ipcon.schema.tools.EntityBox
getEntryForLocale(L10nLocale, boolean) - Method in class de.ipcon.db.core.L10nResource
getEntrys() - Method in class de.ipcon.tools.UnixPasswd
getErfolgreichVersendet() - Method in class de.ipcon.db.core.MyTISMBenachrichtigung
Determines and returns whether this notification can be considered as sent out successfully as far as sending
info (Benachrichtigungsversendung instances) are available.
getErrCount() - Method in class de.ipcon.db.configuration.ErrorHandler
getError() - Method in class de.ipcon.db.event.EventMessage
getError() - Method in class de.ipcon.db.report.FillHelper
getError() - Method in class de.ipcon.schema.AnnotatedValue
Retrieves the Throwable associated with this AnnotatedValue, if it represents an error state.
getError() - Method in class de.ipcon.tools.Log4j1_ANSIColorLayout
getError() - Method in class de.ipcon.tools.ReflectiveRunner
getErrorBackgroundForRow(int) - Method in class de.ipcon.form.table.FTableColumnRenderer
getErrorBorder() - Method in class de.ipcon.form.FTable
getErrorCode() - Method in exception de.ipcon.db.DBMan.SaveResultException
Wrapper class for the result of a saving with the method save(String, Closure)
This class has the following properties:
saveOrFunctionException: A possible RuntimeException which was signalled during the invoking of the closure
OR during the save-process of the transaction.
getErrorCode() - Method in exception de.ipcon.tools.ValueSettingException
getErrorCount() - Method in class de.ipcon.tools.ErrorCollector.ErrorInfos
Gets the total count of all errors (exceptions) that have been stored yet.
getErrorEvent(String, String) - Static method in class de.ipcon.db.event.DBManLogEvent
getErrorEvent(String, String, Object) - Static method in class de.ipcon.db.event.DBManLogEvent
getErrorHandler() - Method in class de.ipcon.db.configuration.DBManConfigurationHelper
getErrorInfo(Exception) - Method in class de.ipcon.tools.ErrorCollector.ErrorInfos
Gets stored info about a specific kind or error (exception).
getErrorinfosByObject() - Method in class de.ipcon.tools.ErrorCollector
Class that stores info about different kinds of errors for one object.
getErrorLine() - Method in exception de.ipcon.tools.XMLDefinitionException
getErrors() - Method in class de.ipcon.db.importer.Importer
getErrors(Object) - Method in class de.ipcon.tools.ErrorCollector
Gets error infos stored for the given object.
getErrortext(Exception) - Static method in exception de.ipcon.tools.IRuntimeException
Deprecated.
getErrortext(Exception, String) - Static method in exception de.ipcon.tools.IRuntimeException
Deprecated.
getErrortext(Exception) - Static method in class de.ipcon.tools.ThrowableTools
Generates and returns a text consisting of the given message (if any) and a string dump of the exception
stacktrace slightly formatted to be used for storing as error info text with objects or similar.
getErrortext(Exception, String) - Static method in class de.ipcon.tools.ThrowableTools
getErrortextIfContainsInvalidFilenameChars(String, String, String) - Static method in class de.ipcon.tools.FileTools
getEstimationBaseHandled() - Method in class de.ipcon.tools.progress.ProgressHandlerWithTotal
getEstimationBaseTotal() - Method in class de.ipcon.tools.progress.ProgressHandlerWithTotal
getEtchedBorder() - Method in class de.ipcon.form.FBorder
getEtchedBorderType(String) - Static method in class de.ipcon.form.FPanelValueReader
getEtchedHighlight() - Method in class de.ipcon.form.FBorder
getEtchedShadow() - Method in class de.ipcon.form.FBorder
getEtchedType() - Method in class de.ipcon.form.FBorder
getEvalScript(String) - Method in class de.ipcon.tools.GroovyScript
getEvalScript(String, String) - Method in class de.ipcon.tools.GroovyScript
getEvaluationFrequency() - Method in class de.ipcon.schema.gdpr.DataRetentionPolicy
Returns the frequency at which the data retention policy is (re)evaluated.
getEvent() - Method in class de.ipcon.db.api.websockets.DatedDBManEvent
getEventDemuxer() - Method in class de.ipcon.db.BackendConnectionManager
getEventDemuxer() - Method in interface de.ipcon.db.BackendConnectionManagerI
Returns the current DBManEventDemuxer for this BackendConnectionManagerI.
getEventFilter() - Method in class de.ipcon.db.module.ListeningKernelModule
getEventProvider() - Method in class de.ipcon.db.BackendConnectionManager
getEventProvider() - Method in interface de.ipcon.db.core.BasicClientContextI
getEventProvider() - Method in class de.ipcon.db.core.BO
getEventProvider(BOLoaderI) - Static method in class de.ipcon.db.core.BO
getEventProvider() - Method in interface de.ipcon.db.core.BOLoaderI
Returns the DBManEventProviderI of this BOLoader, if any.
getEventProvider() - Method in class de.ipcon.db.core.BOLoaderWrapper
getEventProvider() - Method in class de.ipcon.db.core.Transaction
getEventProvider() - Method in class de.ipcon.db.DBMan
getEventProvider() - Method in class de.ipcon.db.DBManLocalBOLoader
getEventProvider() - Method in class de.ipcon.db.testing.TestBOLoader
getEventProvider() - Method in class de.ipcon.db.testing.TestBOLoaderV2
getEventProvider() - Method in class de.ipcon.form.DefaultFormContext
getEventProvider() - Method in interface de.ipcon.form.FormContextI
getEventProvider() - Method in class de.ipcon.gui.BasicClient
getEVTWert(String, Object) - Method in class de.ipcon.db.core.Benutzer
getEVTWert(String, Object, Appendable) - Method in class de.ipcon.db.core.Benutzer
getEVTWert(String, Object, Appendable, boolean) - Method in class de.ipcon.db.core.Benutzer
getEVWert(String) - Method in class de.ipcon.db.core.Benutzer
getEVWert(String, String) - Method in class de.ipcon.db.core.Benutzer
getEVWert(String, String, Appendable) - Method in class de.ipcon.db.core.Benutzer
getEVWertAsBO(String) - Method in class de.ipcon.db.core.Benutzer
getEVWertAsBO(String, BO) - Method in class de.ipcon.db.core.Benutzer
getEVWertAsBO(String, BO, Appendable) - Method in class de.ipcon.db.core.Benutzer
getEVWertAsBoolean(String) - Method in class de.ipcon.db.core.Benutzer
getEVWertAsBoolean(String, boolean) - Method in class de.ipcon.db.core.Benutzer
getEVWertAsBoolean(String, boolean, Appendable) - Method in class de.ipcon.db.core.Benutzer
getEVWertAsDate(String) - Method in class de.ipcon.db.core.Benutzer
getEVWertAsDate(String, Date) - Method in class de.ipcon.db.core.Benutzer
getEVWertAsDate(String, Date, Appendable) - Method in class de.ipcon.db.core.Benutzer
getEVWertAsInteger(String) - Method in class de.ipcon.db.core.Benutzer
getEVWertAsInteger(String, int) - Method in class de.ipcon.db.core.Benutzer
getEVWertAsInteger(String, int, Appendable) - Method in class de.ipcon.db.core.Benutzer
getEVWertAsLong(String) - Method in class de.ipcon.db.core.Benutzer
getEVWertAsLong(String, long) - Method in class de.ipcon.db.core.Benutzer
getEVWertAsLong(String, long, Appendable) - Method in class de.ipcon.db.core.Benutzer
getEVWertAsString(String) - Method in class de.ipcon.db.core.Benutzer
getEVWertAsString(String, String) - Method in class de.ipcon.db.core.Benutzer
getEVWertAsString(String, String, Appendable) - Method in class de.ipcon.db.core.Benutzer
getException() - Method in class de.ipcon.schema.cache.VersionedThrowable
getException() - Method in class de.ipcon.tools.ErrorCollector.ErrorInfo
getExceptionMessagesList() - Method in class de.ipcon.db.core.Transaction.FillBOResult
Concatenates the message of the thrown exceptions in the order they appeared during
processing.
getExceptionMessagesList(boolean) - Method in class de.ipcon.db.core.Transaction.FillBOResult
getExceptions() - Method in class de.ipcon.db.core.Transaction.FillBOResult
Returns a List of RuntimeExceptions that were thrown while cloning the BO.
getExistingBLOBsIdIterator(Set<Long>) - Method in class de.ipcon.db.blob.ServerFileVault
getExistingBLOBsIdIterator() - Method in class de.ipcon.db.blob.ServerFileVault
getExistingBLOBsIdIterator(Set<Long>) - Method in interface de.ipcon.db.blob.ServerFileVaultI
getExistingBLOBsIdIterator() - Method in interface de.ipcon.schema.generators.IntegrityCheckingServerFileVaultI
getExistingBLOBsVFileIterator(Set<Long>) - Method in class de.ipcon.db.blob.ServerFileVault
Traverses the storageDir and creates a Map with the ids and the VFile (with metadata about the file).
getExistingBLOBsVFileIterator(Set<Long>) - Method in interface de.ipcon.db.blob.ServerFileVaultI
getExistingStatesForAlarm(Long) - Method in class de.ipcon.db.core.BOAlarmStatusManager
Queries and returns the ids of all BOs for which the
Alarm with the given id has any trigger status memorized.
getExitCode() - Static method in class de.ipcon.tools.NoExitSecurityManager
getExpected() - Method in exception de.ipcon.db.importer.InvalidNumberOfCSVColumnsException
getExpected() - Method in exception de.ipcon.db.importer.InvalidNumberOfCSVColumnsInLineException
getExpectedKeyClass() - Method in class de.ipcon.db.cache.BOCache
getExpectedKeyClass() - Method in interface de.ipcon.tools.ref.CacheFetcherI
getExpectedRows(Object[]) - Method in class de.ipcon.db.oql.OQLQuery
getExpectedRows(QueryExpressionNode, Object[]) - Static method in class de.ipcon.db.oql.OQLQuery
getExpectedRows() - Method in class de.ipcon.db.oql.SelectNode
getExpectedRows() - Method in class de.ipcon.db.oql.SQLQuery
returns -1 if unknown, and a positive int otherwise
getExpectedValue() - Method in class de.ipcon.db.core.BOPredicateEquals
getExpectedWidth() - Method in interface de.ipcon.schema.AttributeI
getExpectedWidth() - Method in class de.ipcon.schema.AttributeTemplate
getExpectedWidth() - Method in interface de.ipcon.schema.AttributeWithUIConfigurationI
getExpectedWidth() - Method in class de.ipcon.schema.AttributeWrapper
getExpectedWidth() - Method in class de.ipcon.schema.CBOAttribute
getExpectedWidth() - Method in interface de.ipcon.schema.CBOAttributeTypeI
getExpectedWidth() - Method in class de.ipcon.schema.ScriptedAttribute
getExpectedWidth() - Method in class de.ipcon.schema.types.CBOAbstractAttributeType
getExplainPart() - Method in class de.ipcon.db.oql.QueryExpressionNode
getExplicitEntityForDelegates() - Method in class de.ipcon.db.core.ArrayZeilenWrapper
getExplicitIFC() - Method in class de.ipcon.form.FRootPane
getExplicitIFC() - Method in class de.ipcon.form.FTable
getExplicitNullProperty() - Method in class de.ipcon.form.FTextInputComponent
getExplicitSingular() - Method in class de.ipcon.schema.CBOAttribute
getExport(String) - Method in class de.ipcon.schema.CBOEntity
getExport(String, boolean) - Method in class de.ipcon.schema.CBOEntity
getExport(String) - Method in interface de.ipcon.schema.EntityI
Returns the ExportDefinitionEntry of this EntityI or any of its
super-entities with the passed name if it exists, null otherwise.
getExport(String, boolean) - Method in interface de.ipcon.schema.EntityI
Returns the ExportDefinitionEntry of this EntityI with the passed
name if it exists, null otherwise.
getExport(String) - Method in class de.ipcon.schema.EntityWrapper
getExport(String, boolean) - Method in class de.ipcon.schema.EntityWrapper
getExportDependentPrimaryKey() - Method in interface de.ipcon.schema.AttributeI
Returns the attribute name of the primary key when exporting this AttributeI as a dependent relation, if any.
getExportDependentPrimaryKey() - Method in class de.ipcon.schema.AttributeWrapper
getExportDependentPrimaryKey() - Method in class de.ipcon.schema.CBOAttribute
getExportDependentPrimaryKey() - Method in class de.ipcon.schema.ScriptedAttribute
getExportFile() - Method in class de.ipcon.db.core.Druckziel.OutputDsl
getExports() - Method in class de.ipcon.schema.CBOEntity
getExports(boolean) - Method in class de.ipcon.schema.CBOEntity
getExports() - Method in interface de.ipcon.schema.EntityI
Returns a list of all ExportDefinitionEntry-s for this EntityI
or any of its super-entities.
getExports(boolean) - Method in interface de.ipcon.schema.EntityI
Returns a list of all ExportDefinitionEntry-s for this EntityI.
getExports() - Method in class de.ipcon.schema.EntityWrapper
getExports(boolean) - Method in class de.ipcon.schema.EntityWrapper
getExpressionResultType() - Method in class de.ipcon.db.oql.BinaryExpressionNode
getExpressionResultType() - Method in class de.ipcon.db.oql.ExplainNode
getExpressionResultType() - Method in class de.ipcon.db.oql.LiteralNode
getExpressionResultType() - Method in class de.ipcon.db.oql.ParseTreeNode
getExpressionResultType() - Method in class de.ipcon.db.oql.PathNode
getExpressionResultType() - Method in class de.ipcon.db.oql.UnaryExpressionNode
getExtends() - Method in class de.ipcon.schema.SchemaInterface
getExtends() - Method in interface de.ipcon.schema.SchemaInterfaceI
Returns the names of one or more parent interfaces as a set of fully qualified class names
getExternalHGap() - Method in class de.ipcon.form.FView
getExternalizePostfix() - Method in interface de.ipcon.schema.CBOAttributeTypeI
Used for the Schema serialization/diffs and for the naming of the
read/write externalization methods (of which the standard set is defined in
de.ipcon.db.core.BO).
getExternalizePostfix() - Method in class de.ipcon.schema.types.AbstractStringType
getExternalizePostfix() - Method in class de.ipcon.schema.types.BooleanType
getExternalizePostfix() - Method in class de.ipcon.schema.types.DatetimeType
getExternalizePostfix() - Method in class de.ipcon.schema.types.DecimalType
getExternalizePostfix() - Method in class de.ipcon.schema.types.DoubleType
getExternalizePostfix() - Method in class de.ipcon.schema.types.DurationType
getExternalizePostfix() - Method in class de.ipcon.schema.types.FloatType
getExternalizePostfix() - Method in class de.ipcon.schema.types.IntegerType
getExternalizePostfix() - Method in class de.ipcon.schema.types.LongType
getExternalizePostfix() - Method in class de.ipcon.schema.types.PasswordType
getExternalizePostfix() - Method in class de.ipcon.schema.types.TimespanType
getExternalizePostfix() - Method in class de.ipcon.schema.types.URIType
getExternalizePostfix() - Method in class de.ipcon.schema.types.WrappingArrayType
getExternalizePostfix() - Method in class de.ipcon.schema.types.XMLType
getExternalVGap() - Method in class de.ipcon.form.FView
getFallbackProperty() - Method in class de.ipcon.form.FTextInputComponent
getFalseIcon() - Method in class de.ipcon.form.FToggleButton
getFalseText() - Method in class de.ipcon.form.FToggleButton
getFatal() - Method in class de.ipcon.tools.Log4j1_ANSIColorLayout
getFatalEvent(String, String) - Static method in class de.ipcon.db.event.DBManLogEvent
getFatalEvent(String, String, Object) - Static method in class de.ipcon.db.event.DBManLogEvent
getFeature() - Method in class de.ipcon.db.core.BF
getFeature() - Method in class de.ipcon.db.feature.AbstractLicense
getFeature(boolean) - Method in class de.ipcon.db.feature.AbstractLicense
getFeature() - Method in exception de.ipcon.db.feature.FeatureNotAvailableException
getFeature() - Method in interface de.ipcon.db.feature.LicenseI
Returns (the name of) the feature this LicenseI is meant for.
getFeatureDefinition(String) - Static method in class de.ipcon.db.feature.AbstractFeatureManager
Returns the FeatureDefinition for the feature corresponding
to the given key or null if it is not a valid feature name (that is not
one of the constants from FeatureManagerI).
getFeatureDefinitions() - Static method in class de.ipcon.db.feature.AbstractFeatureManager
getFeatureManager() - Method in class de.ipcon.db.BackendConnectionManager
getFeatureManager() - Method in interface de.ipcon.db.core.BOLoaderI
getFeatureManager() - Method in class de.ipcon.db.core.BOLoaderWrapper
getFeatureManager() - Method in class de.ipcon.db.core.Transaction
getFeatureManager() - Method in class de.ipcon.db.DBMan
getFeatureManager() - Method in class de.ipcon.db.DBManLocalBOLoader
getFeatureManager() - Method in class de.ipcon.db.testing.TestBOLoader
getFeatureManager() - Method in class de.ipcon.db.testing.TestBOLoaderV2
getFeatureManager() - Method in class de.ipcon.gui.BasicClient
getFetchDirection() - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the fetch direction for this ResultSet object.
getFetchDirection() - Method in class de.ipcon.tools.jdbc.StatementAdaptor
Retrieves the direction for fetching rows from database tables that is the default for result sets generated from this Statement object.
getFetcher() - Method in class de.ipcon.db.fulltext.compass.MyTISMIndexEntitiesUpdater
getFetchSize() - Method in class de.ipcon.db.fulltext.compass.IndexerQueryBuilder
getFetchSize() - Method in class de.ipcon.db.fulltext.compass.IndexerQueryResults
getFetchSize() - Method in class de.ipcon.db.fulltext.compass.IndexerQueryResultsBP
getFetchSize() - Method in class de.ipcon.db.fulltext.compass.IndexerQueryResultsFull
getFetchSize() - Method in class de.ipcon.db.fulltext.compass.IndexerQueryResultsPartial
getFetchSize() - Method in class de.ipcon.db.fulltext.compass.MyTISMIndexEntitiesIndexer
getFetchSize() - Method in class de.ipcon.db.fulltext.compass.MyTISMIndexEntitiesUpdater
getFetchSize() - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the fetch size for this ResultSet object.
getFetchSize() - Method in class de.ipcon.tools.jdbc.StatementAdaptor
Retrieves the number of result set rows that is the default fetch size for ResultSet objects generated from this Statement object.
getField(Class, String, Object) - Static method in class de.ipcon.tools.ReflectionTools
Returns the content of the field with the specified name for the passed class in the passed Object.
getField(Class, String, Object, boolean) - Static method in class de.ipcon.tools.ReflectionTools
getField(Class, String, Object, boolean, String) - Static method in class de.ipcon.tools.ReflectionTools
getField(int) - Method in class de.ipcon.tools.xbase.XBaseTable
getFieldCount() - Method in class de.ipcon.tools.xbase.XBaseTable
getFieldName(int) - Method in class de.ipcon.form.table.FTablePivotDataSource
Returns the field name for a column at the specified index.
getFieldOffset(Class, String) - Static method in class de.ipcon.tools.ReflectionTools
Returns the offset of the field with the specified name for the passed class.
getFieldOffset(Class, String, boolean) - Static method in class de.ipcon.tools.ReflectionTools
getFields() - Method in class de.ipcon.tools.xbase.XBaseTable
getFieldValue(JRField) - Method in class de.ipcon.db.report.BODataSource
getFieldValue(JRField) - Method in class de.ipcon.db.report.BOsDataSource
getFieldWidth() - Method in class de.ipcon.db.query.SemiFullTextQueryBuilder
getFile(int) - Method in class de.ipcon.db.core.FilesystemObject
getFile(String) - Method in class de.ipcon.db.CryptoManager
getFile(String) - Method in class de.ipcon.db.DBManBootstrapHelper
getFileAsString() - Method in class de.ipcon.db.core.FilesystemObject
getFileAsString(int) - Method in class de.ipcon.db.core.FilesystemObject
getFileAsString(File) - Static method in class de.ipcon.db.core.FilesystemObject
getFileAsString(String) - Method in class de.ipcon.db.DBManBootstrapHelper
getFileAsString(File) - Method in class de.ipcon.db.DBManBootstrapHelper
getFileCount() - Method in class de.ipcon.db.core.FilesystemObject
getFileExtension() - Method in class de.ipcon.schema.generators.AbstractCode
getFileExtension() - Method in class de.ipcon.schema.generators.java.JavaPersistenceCode
getFileExtension() - Method in interface de.ipcon.tools.ObjectsExchangerI
Returns the file extension to use for files generated from content of this ObjectsExchangerI.
getFileMask() - Method in class de.ipcon.tools.MailImporter
getFilename(CBOEntity) - Method in class de.ipcon.schema.generators.AbstractSource
getFilenameExtension(String) - Static method in class de.ipcon.tools.FileTools
Get the extension of a filename
getFilenameFromPath(String) - Static method in class de.ipcon.tools.FileTools
getFilenameNamePart(String) - Static method in class de.ipcon.tools.FileTools
getFiles() - Method in class de.ipcon.tools.MailImporterMessage
getFileSize() - Method in class de.ipcon.db.core.Bild
getFileURL(String) - Method in class de.ipcon.db.DBManBootstrapHelper
getFileVault() - Method in class de.ipcon.db.BackendConnectionManager
getFileVault() - Method in interface de.ipcon.db.core.BOLoaderI
getFileVault() - Method in class de.ipcon.db.core.BOLoaderWrapper
getFileVault() - Method in class de.ipcon.db.core.Transaction
getFileVault() - Method in class de.ipcon.db.DBMan
getFileVault() - Method in class de.ipcon.db.DBManLocalBOLoader
getFileVault() - Method in class de.ipcon.db.testing.TestBOLoader
getFileVault() - Method in class de.ipcon.db.testing.TestBOLoaderV2
getFilter(int) - Method in class de.ipcon.db.core.Bild
Returns the fitting Filter for scaling the image
getFilter() - Method in class de.ipcon.db.core.DynamischerOrdner
Gets the GrooqlFilter this DynamischerOrdner
uses to determine its contents.
getFilter() - Method in class de.ipcon.db.event.DBManEventSubscription
getFilter() - Method in interface de.ipcon.db.event.DBManEventSubscriptionI
getFilter() - Method in class de.ipcon.form.FTable
getFilter() - Method in class de.ipcon.form.FTree
getFilter(ArrayList) - Method in class de.ipcon.schema.CBOAttribute
Returns the filter from this CBOAttribute types by the given inputformats
getFilter(ArrayList) - Method in interface de.ipcon.schema.CBOAttributeTypeI
getFilter(ArrayList) - Method in class de.ipcon.schema.types.CBOAbstractAttributeType
getFilter(ArrayList) - Method in class de.ipcon.schema.types.DecimalType
getFilter(ArrayList) - Method in class de.ipcon.schema.types.DoubleType
getFilter(ArrayList) - Method in class de.ipcon.schema.types.EmailType
getFilter(ArrayList) - Method in class de.ipcon.schema.types.FloatType
getFilter(ArrayList) - Method in class de.ipcon.schema.types.IntegerType
getFilter(ArrayList) - Method in class de.ipcon.schema.types.LongType
getFilter(ArrayList) - Method in class de.ipcon.schema.types.PhoneNumberType
getFilterClause() - Method in class de.ipcon.db.query.FilterClauseProvider
Gets the OQL clause this filter wants to add to the query according to the user entered or selected filter value.
getFilterClause() - Method in class de.ipcon.db.query.SemiFullTextQueryBuilder
getFilterClause() - Method in class de.ipcon.form.LiquidSeparatorLabel
getFilterClauseProvidersByGroup() - Method in class de.ipcon.db.query.AbstractFilterGUI
getFilterClauseProvidersByGroup() - Method in interface de.ipcon.db.query.QueryGUIElementI
getFilterClauseProvidersByGroup() - Method in class de.ipcon.db.query.SemiFullTextQueryBuilder
getFilterClauseProvidersByGroup() - Method in class de.ipcon.form.LiquidSeparatorLabel
getFilteredAndRearrangedAttListForReport(EntityI) - Method in class de.ipcon.schema.generators.CoreData
getFilteredAndRearrangedAttListForReport(EntityI, boolean) - Method in class de.ipcon.schema.generators.CoreData
getFilteredAndRearrangedAttListForReport(EntityI) - Method in class de.ipcon.schema.generators.coredata.ReportTemplate
getFilteredAndRearrangedAttListForReport(EntityI, boolean) - Method in class de.ipcon.schema.generators.coredata.ReportTemplate
getFilteringInstance(DBManEventFilter) - Method in class de.ipcon.db.event.DBManBOChangeEvent
getFilteringInstance(DBManEventFilter) - Method in class de.ipcon.db.event.DBManEvent
Used on client- and server-side for getting an event which only returns the data actually requested in the passed filter,
possibly enriched with additional information calculated by an optional server-side information calculator.
getFilteringInstance(DBManEventFilter) - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getFilterSource() - Method in class de.ipcon.db.grooql.GrooqlFilter
getFinalBO() - Method in class de.ipcon.form.navtree.BenanntNavigationTreeNode
getFinalBO() - Method in class de.ipcon.form.navtree.StrukturNavigationTreeNode
getFinalOriginal() - Method in class de.ipcon.db.core.Alias
getFinalOriginal(boolean) - Method in class de.ipcon.db.core.Alias
getFinalScope(byte) - Static method in class de.ipcon.db.core.Transaction
Returns the passed scope in the version that marks the value as unmodifiable.
getFindFirst() - Static method in class de.ipcon.schema.Breadcrumb
getFindFirstBO() - Static method in class de.ipcon.schema.Breadcrumb
getFindParent() - Static method in class de.ipcon.schema.Breadcrumb
getFindParentBO() - Static method in class de.ipcon.schema.Breadcrumb
getFingerprint() - Method in class de.ipcon.schema.CBOSchema
getFingerprint() - Method in interface de.ipcon.schema.SchemaI
getFingerprint() - Method in class de.ipcon.schema.SchemaWrapper
getFirst(BO) - Method in class de.ipcon.form.navtree.ClientNavigationTreeModel.NodeCache
getFirst(Long) - Method in class de.ipcon.form.navtree.ClientNavigationTreeModel.NodeCache
getFirst(BO) - Method in interface de.ipcon.form.navtree.NavigationTreeModelNodeCacheI
getFirstDayOfCurrentYear() - Static method in class de.ipcon.tools.date.DateTimeTools
Returns a Date object representing the first day of the current year, stripped of time.
getFirstDayOfMonth(Date) - Static method in class de.ipcon.tools.date.DateTimeTools
Returns a Date object representing the first day of the month of the given date.
getFirstDayOfMonth(Date, boolean) - Static method in class de.ipcon.tools.date.DateTimeTools
getFirstDayOfNextMonth(Date) - Static method in class de.ipcon.tools.date.DateTimeTools
Returns a Date object representing the first day of the month after the given date.
getFirstDayOfNextMonth(Date, boolean) - Static method in class de.ipcon.tools.date.DateTimeTools
getFirstDayOfPreviousMonth(Date) - Static method in class de.ipcon.tools.date.DateTimeTools
Returns a Date object representing the first day of the month before the given date.
getFirstDayOfPreviousMonth(Date, boolean) - Static method in class de.ipcon.tools.date.DateTimeTools
getFirstDayOfYear(int) - Static method in class de.ipcon.tools.date.DateTimeTools
Returns a Date object representing the first day of the passed year, stripped of time.
getFirstDayOfYear(Date) - Static method in class de.ipcon.tools.date.DateTimeTools
Returns a Date object representing the first day of the year of the passed Date, stripped of time.
getFirstLine(String) - Static method in class de.ipcon.tools.TextTools
Returns the first line of the passed String.
getFirstLineLength() - Method in class de.ipcon.tools.TextBreaker
getFirstLinePostfix() - Method in class de.ipcon.tools.TextBreaker
getFirstLinePrefix() - Method in class de.ipcon.tools.TextBreaker
getFirstNodeStartGenerator() - Method in class de.ipcon.schema.generators.StartupConfiguration
getFirstNonNull() - Method in class de.ipcon.form.combobox.AbstractModel
Returns the first Object that is not null
getFirstPathPart() - Method in class de.ipcon.db.oql.PathNode
getFirstSelectedLine() - Method in class de.ipcon.form.FTable
getFirstSelectedObject() - Method in class de.ipcon.form.FTable
getFirstUser() - Method in class de.ipcon.form.navtree.UserNavigationSubCategory
getFirstUsername() - Method in class de.ipcon.form.navtree.CategorizedUserNavigationTreeNode
getFittingEST() - Method in class de.ipcon.db.core.Formular
getFittingEST() - Method in class de.ipcon.db.core.Lesezeichen
getFittingEST() - Method in class de.ipcon.db.core.Schablone
getFittingEST() - Method in class de.ipcon.db.core.Struktur
getFittingForm(MyTISMBenachrichtigung) - Method in class de.ipcon.form.notification.ClientNotificationManager
If Typ is set for the corresponding MYTISMBenachrichtigungsAuftrag or the Vorlage use that form if it is allowed for the user.
getFlags() - Method in class de.ipcon.db.event.FlagStore
getFloat(Rexx) - Static method in class de.ipcon.schema.types.CBOAbstractAttributeType
float aus Rexx
getFloat(int) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of the designated JDBC FLOAT parameter as a float in the Java programming language.
getFloat(String) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of a JDBC FLOAT parameter as a float in the Java programming language.
getFloat(int) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a float in the Java programming language.
getFloat(String) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a float in the Java programming language.
getFloat(String) - Static method in class de.ipcon.tools.TypeDistiller
getFloat(String, float) - Static method in class de.ipcon.tools.TypeDistiller
getFloatObject(String) - Static method in class de.ipcon.tools.TypeDistiller
getFloatObject(String, Float) - Static method in class de.ipcon.tools.TypeDistiller
getFm() - Method in class de.ipcon.db.feature.AbstractLicense
getFolder(String) - Method in interface de.ipcon.form.ClientContextI
getFolder(String) - Method in class de.ipcon.gui.BasicClient
getFolderChildren(Folder) - Method in interface de.ipcon.form.ClientContextI
getFolderChildren(Folder) - Method in class de.ipcon.gui.BasicClient
getFolderName() - Method in interface de.ipcon.schema.BasicEntityI
Returns the folder name of this BasicEntityI as used in the navigation tree in the GUI.
getFolderName() - Method in class de.ipcon.schema.EntityDefinition
getFolderName() - Method in class de.ipcon.schema.EntityWrapper
getFont(String) - Static method in class de.ipcon.form.FPanelValueReader
getFont() - Method in class de.ipcon.form.FTable
getFont() - Method in interface de.ipcon.form.table.FCellRendererI
getFontSize() - Method in class de.ipcon.form.FBorder
getFontSize() - Method in class de.ipcon.form.FButton
getFontSize() - Method in class de.ipcon.form.FElement
getFontSize() - Method in class de.ipcon.form.FLabel
getFontSize() - Method in class de.ipcon.form.FTable
getFontSize() - Method in class de.ipcon.form.FTextInputComponent
getFontSize() - Method in class de.ipcon.form.FToggleButton
getFontStyle() - Method in class de.ipcon.form.FBorder
getFontStyle() - Method in class de.ipcon.form.FButton
getFontStyle() - Method in class de.ipcon.form.FElement
getFontStyle() - Method in class de.ipcon.form.FTextInputComponent
getFontStyle() - Method in class de.ipcon.form.FToggleButton
getFooter() - Method in class de.ipcon.db.core.tx.TransactionFormatter
getFooter() - Method in class de.ipcon.db.core.tx.TransactionFormatterGrouped
getFooter() - Method in class de.ipcon.db.core.tx.TransactionFormatterGroupedHTML
getFooter() - Method in class de.ipcon.db.core.tx.TransactionFormatterGroupedPlain
getFooter() - Method in class de.ipcon.db.core.tx.TransactionFormatterHTML
getFooter() - Method in class de.ipcon.db.core.tx.TransactionFormatterPlain
getFooter() - Method in class de.ipcon.db.core.tx.TransactionFormatterSummarizedPlain
getForcedDimension() - Method in class de.ipcon.form.AbstractClientDesktopElement
getForeground() - Method in class de.ipcon.form.FButton
getForeground() - Method in class de.ipcon.form.FTab
getForeground() - Method in class de.ipcon.form.FToggleButton
getForegroundForRow(int, JTable) - Method in class de.ipcon.form.table.FTableBooleanColumnRenderer
Determines and returns the Color used for the foreground (text normally) of
the cell.
getForegroundForRow(int, JTable) - Method in class de.ipcon.form.table.FTableColumnRenderer
Determines and returns the Color used for the foreground (text normally) of
the cell.
getForm() - Method in class de.ipcon.form.AbstractClientDesktopElement
getForm() - Method in interface de.ipcon.form.MDIElementI
getFormActions() - Method in class de.ipcon.form.FPanel
getFormat() - Method in class de.ipcon.db.BOEnvironmentBuilder.Column
getFormat() - Method in class de.ipcon.form.combobox.DescribeComboBoxRenderer
getFormat() - Method in class de.ipcon.form.combobox.DescribeValueExtractor
getFormat() - Method in class de.ipcon.form.FComboBox
getFormat() - Method in class de.ipcon.form.FSimpleDurationChooser
getFormat() - Method in class de.ipcon.schema.InitialdataReader.Column
getFormat() - Method in class de.ipcon.schema.types.DatetimeType
getFormat() - Method in class de.ipcon.schema.types.DurationType
getFormat() - Method in class de.ipcon.schema.types.NumberType
getFormat() - Method in class de.ipcon.schema.types.TimespanType
getFormatierterSchluessel() - Method in class de.ipcon.db.core.NotfallSchluessel
getFormats() - Method in exception de.ipcon.tools.ValueParsingException
getFormatsWithExamples(Collection<String>) - Static method in class de.ipcon.tools.date.DateTimeTools
Returns a list of date format strings along with examples of the current date formatted according to each of these formats.
getFormattedDescription() - Method in class de.ipcon.db.core.BP
getFormatter() - Method in class de.ipcon.schema.CBOSchema
getFormatter(Object) - Method in class de.ipcon.schema.CBOSchema
getFormatter(Object, Map) - Method in class de.ipcon.schema.CBOSchema
getFormatter(Object, Map, SchemaI) - Method in class de.ipcon.schema.CBOSchema
getFormatter(Object, Map, SchemaI) - Method in interface de.ipcon.schema.SchemaI
"format" an object.
getFormatter(Object, Map) - Method in interface de.ipcon.schema.SchemaI
"format" an object.
getFormatter(Object) - Method in interface de.ipcon.schema.SchemaI
"format" an object.
getFormatter() - Method in interface de.ipcon.schema.SchemaI
"format" an object.
getFormatter() - Method in class de.ipcon.schema.SchemaWrapper
getFormatter(Object) - Method in class de.ipcon.schema.SchemaWrapper
getFormatter(Object, Map) - Method in class de.ipcon.schema.SchemaWrapper
getFormatter(Object, Map, SchemaI) - Method in class de.ipcon.schema.SchemaWrapper
getFormContextForComponent(Component) - Method in interface de.ipcon.form.MDIManagerI
getFormContextForFrame(FrameI) - Method in class de.ipcon.form.AbstractMDIManager
getFormContextForFrame(FrameI) - Method in class de.ipcon.form.ClientDesktopManager
getFormContextForFrame(FrameI) - Method in interface de.ipcon.form.MDIManagerI
getFormElement() - Method in class de.ipcon.form.AbstractClientDesktopElement
getFormElement(BO) - Method in class de.ipcon.form.AbstractMDIManager
getFormElement(BO) - Method in class de.ipcon.form.ClientDesktopManager
getFormElement(BO, boolean) - Method in class de.ipcon.form.ClientDesktopManager
getFormElement(BO, boolean, boolean) - Method in class de.ipcon.form.ClientDesktopManager
getFormElement(BO) - Method in class de.ipcon.form.ClientNativeWindowManager
getFormElement(BO, boolean) - Method in class de.ipcon.form.ClientNativeWindowManager
getFormElement(BO, boolean, boolean) - Method in class de.ipcon.form.ClientNativeWindowManager
getFormElement(BO) - Method in class de.ipcon.form.ClientSDIManager
getFormElement() - Method in class de.ipcon.form.combobox.AbstractModel
getFormElement() - Method in class de.ipcon.form.DefaultFormContext
getFormElement() - Method in class de.ipcon.form.FBorder
getFormElement() - Method in interface de.ipcon.form.FormContextI
getFormElement(FormContextI, Element) - Static method in class de.ipcon.form.FormElementFactory
Konstruiert ein FormElement (also ein JPanel) aus dem angegebenen
FormContext und Element.
getFormElement(FormContextI, Element, String) - Static method in class de.ipcon.form.FormElementFactory
getFormElement() - Method in class de.ipcon.form.FormElementWrapper
Returns the wrapped form element
getFormElement() - Method in class de.ipcon.form.FTab
getFormElement(BO) - Method in interface de.ipcon.form.MDIManagerI
getFormElementClass(String) - Static method in class de.ipcon.form.FormElementFactory
Holt eine Klasse aus einem Tag-Namen.
getFormElementClass(String, boolean) - Static method in class de.ipcon.form.FormElementFactory
getFormElementForBO(BO) - Method in interface de.ipcon.form.ClientContextI
getFormElementForBO(BO) - Method in class de.ipcon.gui.BasicClient
getFormForUser(Benutzer) - Method in class de.ipcon.db.core.MyTISMBenachrichtigungstyp
Returns the assigned form if hasBenutzerSet or hasFittingGruppe is true.
getFormLayoutMode(String) - Static method in class de.ipcon.form.FPanelValueReader
getFormPanel() - Method in class de.ipcon.form.FView
getFormPopupController() - Method in class de.ipcon.form.FTable
getFormPopupController() - Method in class de.ipcon.form.FTree
getForms(EntityI, boolean) - Method in interface de.ipcon.form.ClientContextI
getForms(EntityI) - Method in interface de.ipcon.form.ClientContextI
getForms(EntityI, boolean) - Method in class de.ipcon.gui.BasicClient
getForms(EntityI) - Method in class de.ipcon.gui.BasicClient
getFormsForSelectedRow() - Method in class de.ipcon.form.FTable
getFormsForSelectedRow(boolean) - Method in class de.ipcon.form.FTable
getFormular() - Method in class de.ipcon.schema.generators.coredata.SchabloneTemplate
getFormularFuerBenutzer(Benutzer) - Method in class de.ipcon.db.core.MyTISMBenachrichtigung
Use the Auftrags PassenderTyp to determine the form for the passed user.
getForReceiver() - Method in exception de.ipcon.db.notification.NoPublicKeyAvailableException
getFQClassName() - Method in interface de.ipcon.schema.SchemaInterfaceI
getFQName() - Method in class de.ipcon.db.core.BOT
getFQName() - Method in class de.ipcon.db.core.Struktur
Returns the FQName of the current element Struktur
getFQName() - Method in class de.ipcon.schema.EntityDefinition
getFQName() - Method in interface de.ipcon.schema.EntityI
getFQName() - Method in class de.ipcon.schema.EntityWrapper
getFQNOfToolsClassToUse() - Method in class de.ipcon.schema.generators.AttributeTypeCodeGen
getFQNOfToolsClassToUse() - Method in class de.ipcon.schema.generators.java.JavaAbstractStringTypeCodeGen
getFQNOfToolsClassToUse() - Method in class de.ipcon.schema.generators.netrexx.NRXAbstractStringTypeCodeGen
getFractionOfMonth(Date, Date) - Static method in class de.ipcon.tools.date.DateTimeTools
Calculates and returns the fraction of a month covered by the given Dates, based on number of days covered.
getFractionOfMonth(Date, Date, int) - Static method in class de.ipcon.tools.date.DateTimeTools
getFrappingAttributes(BOI) - Method in class de.ipcon.schema.CBOSchema
getFrappingAttributes() - Method in class de.ipcon.schema.EntityDefinition
getFrappingAttributes(BOI) - Method in interface de.ipcon.schema.SchemaI
getFrappingAttributes(BOI) - Method in class de.ipcon.schema.SchemaWrapper
getFrappingIterator() - Method in class de.ipcon.db.core.RetainedChanges
getFreq() - Method in class de.ipcon.db.fulltext.compass.TermInfo
getFreq() - Method in interface de.ipcon.db.fulltext.TermInfoI
Returns the frequency of the term within the index.
getFrom() - Method in class de.ipcon.db.event.DBManMessageEvent
getFrom() - Method in class de.ipcon.db.logging.MyTISMAppender
getFrom() - Method in class de.ipcon.tools.MailImporter
getFromAddress() - Method in class de.ipcon.tools.MailImporterMessage
getFromName() - Method in class de.ipcon.tools.MailImporterMessage
getFromNode() - Method in interface de.ipcon.schema.AttributeI
getFromNode() - Method in class de.ipcon.schema.AttributeWrapper
getFromNode() - Method in class de.ipcon.schema.CBOAttribute
getFromNode() - Method in class de.ipcon.schema.InstrumentingAttribute
getFromNode() - Method in class de.ipcon.schema.ScriptedAttribute
getFromNode() - Method in class de.ipcon.tools.graph.DefaultGraphEdge
Retrieves the source node from which this directed edge originates.
getFromNode() - Method in interface de.ipcon.tools.graph.GraphEdgeI
Retrieves the source node from which this directed edge originates.
getFromNodes() - Method in interface de.ipcon.schema.EntityI
getFromNodes() - Method in interface de.ipcon.tools.graph.DirectedGraphNodeI
Retrieves all direct predecessor nodes from which incoming edges to this node originate.
getFromPart() - Method in class de.ipcon.db.oql.QueryExpressionNode
getFromPart() - Method in class de.ipcon.schema.generators.SQLStatement
getFromRow() - Method in class de.ipcon.schema.generators.SQLStatementJoinedTable
getFromTable() - Method in class de.ipcon.schema.generators.SQLStatementJoinedTable
getFromTemplate() - Method in class de.ipcon.schema.CBOAttribute
getFsExtension() - Method in class de.ipcon.schema.generators.coredata.OrdnerFactory
getFsExtension() - Method in class de.ipcon.schema.generators.coredata.StrukturFactory
Returns the (three-letter) extension for the filenames for the XML files in
which the data for the objects created by this class is stored on disk.
getFso() - Method in class de.ipcon.db.core.DateiSystemSyncEintrag
getFsoForFile(File, File, String, boolean) - Static method in class de.ipcon.db.core.Alias
getFsoForFile(File, File, String, boolean) - Static method in class de.ipcon.db.core.Codebaustein
getFsoForFile(File, File, String, boolean) - Static method in class de.ipcon.db.core.Formular
getFsoForFile(File, File, String, boolean) - Static method in class de.ipcon.db.core.Lesezeichen
getFsoForFile(File, File, String, boolean) - Static method in class de.ipcon.db.core.Report
getFsoForFile(File, File, String, boolean) - Static method in class de.ipcon.db.core.Schablone
getFsoForStruktur(Struktur) - Method in class de.ipcon.db.core.DateiSystemSyncEintrag
getFTableConfiguration() - Method in class de.ipcon.form.table.FTableBooleanColumnRenderer
getFTableConfiguration() - Method in class de.ipcon.form.table.FTableColumnRenderer
getFTSAnalyzer() - Method in interface de.ipcon.schema.AttributeI
getFTSAnalyzer() - Method in class de.ipcon.schema.AttributeWrapper
getFTSAnalyzer() - Method in class de.ipcon.schema.CBOAttribute
getFTSAnalyzer() - Method in class de.ipcon.schema.ScriptedAttribute
getFTSBoost() - Method in interface de.ipcon.schema.AttributeI
getFTSBoost() - Method in class de.ipcon.schema.AttributeWrapper
getFTSBoost() - Method in class de.ipcon.schema.CBOAttribute
getFTSBoost() - Method in class de.ipcon.schema.CBOEntity
getFTSBoost() - Method in interface de.ipcon.schema.EntityI
getFTSBoost() - Method in class de.ipcon.schema.EntityWrapper
getFTSBoost() - Method in class de.ipcon.schema.ScriptedAttribute
getFtsModule() - Method in class de.ipcon.db.DBMan
getFtx() - Method in class de.ipcon.form.AbstractClientDesktopElement
getFtx() - Method in interface de.ipcon.form.ClientContextI
getFtx() - Method in class de.ipcon.form.combobox.AbstractModel
getFtx() - Method in class de.ipcon.form.FormAction
getFtx() - Method in class de.ipcon.form.FormContextMenu
getFtx() - Method in interface de.ipcon.form.FormElementI
getFtx() - Method in class de.ipcon.form.FormElementPathPart
Returns the form context associated with this path part.
getFtx() - Method in class de.ipcon.form.FPanel
getFtx() - Method in interface de.ipcon.form.MDIElementI
getFtx() - Method in class de.ipcon.form.table.FTableColumn
getFtx() - Method in class de.ipcon.form.tree.FTreeModel
getFtx() - Method in class de.ipcon.gui.BasicClient
getFulltextSearcher() - Method in class de.ipcon.db.DBMan
getFulltextSearcher() - Method in interface de.ipcon.db.DBManLocalI
getFulltextSearcher() - Method in interface de.ipcon.form.ClientContextI
getFulltextSearcher() - Method in class de.ipcon.gui.BasicClient
getFullTextString(Parent) - Static method in class de.ipcon.tools.TextTools
Returns a concatenation of all Text or CDATA node children of the given Parent (as opposed to
_parent.getTextString() which gives only the text of the first such node).
getFullUnlazyMap() - Method in class de.ipcon.db.tools.UnlazyUpdateStrategy
getFunctionException() - Method in interface de.ipcon.db.core.SaveResultI
getFunctionException() - Method in class de.ipcon.db.DBMan.SaveResult
getFunctionResult() - Method in interface de.ipcon.db.core.SaveResultI
Contains the result of the function that was passed to the save method.
getFunctionResult() - Method in class de.ipcon.db.DBMan.SaveResult
getFutureAnnotatedValueForExport(int, int) - Method in class de.ipcon.form.table.FTableAtm
Overwritten method getFutureAnnotatedValueForExport() from interface AnnotatedValueTableModelI.
getFutureAnnotatedValueForExport(int, BO) - Method in class de.ipcon.form.table.FTableColumn
getFutureResultNT(Future, String) - Method in class de.ipcon.db.core.LazyRelationMap
getGateway() - Method in class de.ipcon.db.protocol.AbstractBackendSession
getGateway() - Method in class de.ipcon.db.protocol.BackendSession
getGateway() - Method in interface de.ipcon.db.protocol.BackendSessionI
getGateway() - Method in class de.ipcon.db.protocol.BackendSessionInfo
getGateway(String, String) - Method in class de.ipcon.db.protocol.socket.SocketTransport
getGateway(String, String) - Method in interface de.ipcon.db.protocol.TransportI
Returns a String representation of the gateway of this TransportI (if any).
getGBeginDate() - Method in class de.ipcon.tools.BillingPeriod
getGBeginMonth() - Method in class de.ipcon.tools.BillingPeriod
getGBeginString() - Method in class de.ipcon.tools.BillingPeriod
getGBillableFraction() - Method in class de.ipcon.tools.BillingPeriod
getGDPRArea() - Method in class de.ipcon.schema.gdpr.DataRetentionPolicy
Returns the GDPR area where this policy applies.
getGDPRArea() - Method in class de.ipcon.schema.gdpr.Law
Returns the GDPR area where this law applies.
getGDPRBusinessInterests() - Method in class de.ipcon.schema.CBOSchema
getGDPRConfigElements() - Method in class de.ipcon.schema.CBOSchema
getGDPRConfigElements() - Method in class de.ipcon.schema.InstrumentingSchema
getGDPRConfigElements() - Method in interface de.ipcon.schema.SchemaI
getGDPRConfigElements() - Method in class de.ipcon.schema.SchemaWrapper
getGDPRDataCategories() - Method in class de.ipcon.schema.CBOSchema
getGDPRDataRetentionPolicies() - Method in class de.ipcon.schema.CBOSchema
getGDPRLaws() - Method in class de.ipcon.schema.CBOSchema
getGDPRPolicy() - Method in class de.ipcon.schema.CBOEntity
getGDPRPolicy() - Method in interface de.ipcon.schema.EntityI
getGDPRPolicy() - Method in class de.ipcon.schema.EntityWrapper
getGDPRProcessingLegalBases() - Method in class de.ipcon.schema.CBOSchema
getGDPRProcessingPurposes() - Method in class de.ipcon.schema.CBOSchema
getGDPRRelevantBOsOverdueForPurging(BOLoaderI, EntityI) - Static method in class de.ipcon.db.gdpr.GDPRTools
Retrieves all BOs of the given type that are overdue for purging to fulfill GDPR compliance.
getGDPRRelevantBOsOverdueForPurgingCount(BOLoaderI, EntityI) - Static method in class de.ipcon.db.gdpr.GDPRTools
Counts the number of all BOs of the given type that are overdue for purging to fulfill GDPR compliance.
getGDPRRetentionPurposes() - Method in class de.ipcon.schema.CBOSchema
getGefilterteEintraege() - Method in class de.ipcon.db.core.DateiSystemSync
getGelesen() - Method in class de.ipcon.db.core.MyTISMBenachrichtigung
getGemeldetAusBO() - Method in class de.ipcon.db.core.IssueReport
getGemeldetAusStruktur() - Method in class de.ipcon.db.core.IssueReport
getGEndDate() - Method in class de.ipcon.tools.BillingPeriod
getGEndString() - Method in class de.ipcon.tools.BillingPeriod
getGEndStringNI() - Method in class de.ipcon.tools.BillingPeriod
getGenerateAs() - Method in class de.ipcon.schema.CBOEntity
getGenerateAsFQName() - Method in class de.ipcon.schema.CBOEntity
Returns the full qualified name of this CBOEntity
getGenerateAsName() - Method in class de.ipcon.schema.CBOEntity
Returns the name, which this CBOEntity was generated as
getGenerateAsPackage() - Method in class de.ipcon.schema.CBOEntity
Returns the package, which this CBOEntity was generated
getGeneratedKeys() - Method in class de.ipcon.tools.jdbc.StatementAdaptor
Retrieves any auto-generated keys created as a result of executing this Statement object.
getGeneratedTypeName(String) - Method in class de.ipcon.schema.CBOSchema
Stellt fest, ob die Klasse _name eine generierte Klasse ist die eigentlich unter anderem
Namen generiert wurde und liefert diesen zurueck.
getGeneratorList() - Method in class de.ipcon.schema.CBOSchema
getGeoCoordinates(String, String, String) - Static method in class de.ipcon.tools.geo.GeoTools
Tries to fetch the geo coordinates via googles map api.
getGeoCoordinates(String, String, String, String) - Static method in class de.ipcon.tools.geo.GeoTools
getGermanMarkovString(int) - Static method in class de.ipcon.tools.TextTools
returns a String which is a little bit 'German sounding' (the bigramm-probability
of the German language is used)
could be enhanced further by using trigram-probabilities... but I leave it for now ;o)
getGesendetAm() - Method in class de.ipcon.db.core.Benachrichtigungsversendung
getGetCallingClassNameImplementation() - Static method in class de.ipcon.tools.L10n
getGlobalActions(FormContextI) - Method in interface de.ipcon.form.ClientContextI
getGlobalActions(FormContextI) - Method in class de.ipcon.gui.BasicClient
getGlobalKey() - Method in class de.ipcon.form.FormAction
Generates a unique global key for this FormAction.
getGlobalVar(String) - Method in interface de.ipcon.db.core.BasicClientContextI
getGlobalVar(String) - Method in class de.ipcon.gui.BasicClient
getGlobalVars() - Method in interface de.ipcon.db.core.BasicClientContextI
getGlobalVars() - Method in class de.ipcon.gui.BasicClient
getGoodData() - Method in class de.ipcon.db.importer.Importer
getGps() - Method in class de.ipcon.db.fulltext.compass.CompassFTSModule
getGpsDevice() - Method in class de.ipcon.db.fulltext.compass.CompassFTSModule
getGpsID() - Method in class de.ipcon.db.fulltext.compass.MyTISMGpsDevice
Convenience method that returns the CompassGpsInterfaceDevice associated
with this GpsDevice.
getGraph() - Method in class de.ipcon.schema.tools.JGraphDataStructures
getGraphics() - Method in class de.ipcon.db.core.LazyBildImage
getGroup() - Method in class de.ipcon.db.query.AbstractFilterGUI
getGroup() - Method in interface de.ipcon.db.query.QueryGUIElementI
getGroup() - Method in class de.ipcon.db.query.SemiFullTextQueryBuilder
getGroup() - Method in class de.ipcon.form.FormAction
getGroup() - Method in class de.ipcon.form.LiquidSeparatorLabel
getGroupClass() - Method in class de.ipcon.form.FScheduler
getGroupFooter(BO) - Method in class de.ipcon.db.core.tx.TransactionFormatterGrouped
getGroupFooter(BO) - Method in class de.ipcon.db.core.tx.TransactionFormatterGroupedHTML
getGroupFooter(BO) - Method in class de.ipcon.db.core.tx.TransactionFormatterGroupedPlain
getGroupHeader(BO) - Method in class de.ipcon.db.core.tx.TransactionFormatterGrouped
getGroupHeader(BO) - Method in class de.ipcon.db.core.tx.TransactionFormatterGroupedHTML
getGroupHeader(BO) - Method in class de.ipcon.db.core.tx.TransactionFormatterGroupedPlain
getGroups() - Method in class de.ipcon.db.query.SemiFullTextQueryBuilder
getGruppen() - Method in class de.ipcon.db.core.Alarm
getGruppen() - Method in interface de.ipcon.db.core.EntityStrukturI
getGruppen() - Method in interface de.ipcon.db.core.FilterableStrukturI
getGruppen() - Method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
getGruppen() - Method in interface de.ipcon.db.core.PrioritizableStrukturI
Gets and returns the value of the Gruppen property.
getGruppen() - Method in class de.ipcon.db.feature.AbstractLicense
getGruppen(boolean) - Method in class de.ipcon.db.feature.AbstractLicense
getGruppen() - Method in class de.ipcon.schema.generators.coredata.EntityStrukturTemplate
getGruppen(int) - Method in class de.ipcon.schema.generators.coredata.EntityStrukturTemplate
getGruppenArray() - Method in class de.ipcon.db.logging.MyTISMAppender
getGruppenSortiert() - Method in class de.ipcon.gui.BasicClient
Returns the Gruppen the current Benutzer is a member of sorted according to
their Prioritaet.
getGueltigBis() - Method in class de.ipcon.db.core.BF
getGueltigBis() - Method in class de.ipcon.db.feature.AbstractLicense
getGueltigBis(boolean) - Method in class de.ipcon.db.feature.AbstractLicense
getGueltigBis() - Method in interface de.ipcon.db.feature.LicenseI
Ending time up to which (inclusive) this LicenseI stays active.
getGueltigFuerBenutzer() - Method in class de.ipcon.db.core.BF
getGueltigFuerGruppen() - Method in class de.ipcon.db.core.BF
getGueltigVon() - Method in class de.ipcon.db.core.BF
getGueltigVon() - Method in class de.ipcon.db.feature.AbstractLicense
getGueltigVon(boolean) - Method in class de.ipcon.db.feature.AbstractLicense
getGueltigVon() - Method in interface de.ipcon.db.feature.LicenseI
Starting time from when (inclusive) this LicenseI becomes active.
getGuiElements() - Method in class de.ipcon.db.query.SemiFullTextQueryBuilder
getGuiFiltersByVariablename() - Method in class de.ipcon.db.query.SemiFullTextQueryBuilder
getGuiTip(String) - Method in interface de.ipcon.schema.AttributeI
getGuiTip(String) - Method in class de.ipcon.schema.AttributeWrapper
getGuiTip(String) - Method in class de.ipcon.schema.CBOAction
getGuiTip() - Method in class de.ipcon.schema.CBOAttribute
Returns the Gui Tips for this CBOAttribute as a key:value-paired String
If the value is null or empty only the key will be used instead of the pairing
IMPORTANT: for backwards compatibility with old guiTip-String, esp. for Equinox
getGuiTip(String) - Method in class de.ipcon.schema.CBOAttribute
Returns the gui tip for the given tip key, returns null if guiTips is null
getGuiTip(String) - Method in class de.ipcon.schema.CBOEntity
getGuiTip(String, boolean) - Method in class de.ipcon.schema.CBOEntity
getGuiTip(String, boolean) - Method in interface de.ipcon.schema.EntityI
Returns the gui tip for the given key from the current EntityI.
getGuiTip(String) - Method in interface de.ipcon.schema.EntityI
Returns the gui tip for the given key from the current EntityI or one of its super EntityI-s.
getGuiTip(String, boolean) - Method in class de.ipcon.schema.EntityWrapper
getGuiTip(String) - Method in class de.ipcon.schema.EntityWrapper
getGuiTip(String) - Method in class de.ipcon.schema.ScriptedAttribute
getGuiTipAsInt(String) - Method in interface de.ipcon.schema.AttributeI
getGuiTipAsInt(String) - Method in class de.ipcon.schema.AttributeWrapper
getGuiTipAsInt(String) - Method in class de.ipcon.schema.CBOAction
getGuiTipAsInt(String) - Method in class de.ipcon.schema.CBOAttribute
Returns the gui tip for the given tip key as int
getGuiTipAsInt(String) - Method in class de.ipcon.schema.CBOEntity
getGuiTipAsInt(String, boolean) - Method in class de.ipcon.schema.CBOEntity
getGuiTipAsInt(String, boolean) - Method in interface de.ipcon.schema.EntityI
Returns the gui tip for the given key from the current entity as int.
getGuiTipAsInt(String) - Method in interface de.ipcon.schema.EntityI
Returns the gui tip for the given key from the current entity or one of its super EntityI-s as int.
getGuiTipAsInt(String, boolean) - Method in class de.ipcon.schema.EntityWrapper
getGuiTipAsInt(String) - Method in class de.ipcon.schema.EntityWrapper
getGuiTipAsInt(String) - Method in class de.ipcon.schema.ScriptedAttribute
getGuiTips() - Method in interface de.ipcon.schema.AttributeI
getGuiTips() - Method in class de.ipcon.schema.AttributeTemplate
getGuiTips() - Method in interface de.ipcon.schema.AttributeWithUIConfigurationI
getGuiTips() - Method in class de.ipcon.schema.AttributeWrapper
getGuiTips() - Method in class de.ipcon.schema.CBOAction
getGuiTips() - Method in class de.ipcon.schema.CBOAttribute
getGuiTips() - Method in class de.ipcon.schema.CBOEntity
getGuiTips() - Method in class de.ipcon.schema.ScriptedAttribute
Function to use in Map#computeIfAbsent to return the calculated value for a
bo if it is missing.
getGuiTipString() - Method in class de.ipcon.schema.AttributeDefinition
getHAlign() - Method in class de.ipcon.form.FButton
getHAlign() - Method in class de.ipcon.form.FToggleButton
getHandle(InputStream, Long) - Method in class de.ipcon.db.blob.ClientFileVault
getHandle(InputStream, Long) - Method in interface de.ipcon.db.blob.FileVaultI
getHandle(InputStream, Long) - Method in class de.ipcon.db.blob.ServerFileVault
Returns a ManagedFileI for reading binary data from the given InputStream and storing it as BLOB of the BO with the passed Id
getHandle(InputStream, Long, boolean) - Method in class de.ipcon.db.blob.ServerFileVault
getHandle(InputStream, Long, boolean) - Method in interface de.ipcon.db.blob.ServerFileVaultI
getHandle(InputStream, Long) - Method in class de.ipcon.db.testing.TestClientFileVault
getHandle(Long) - Method in class de.ipcon.db.testing.TestClientFileVault
getHandleForPullDuringSync(BLOBLoaderI, long, String, Long, Long, boolean) - Method in class de.ipcon.db.blob.ServerFileVault
getHandleForPullDuringSync(BLOBLoaderI, long, String, Long, Long, boolean) - Method in interface de.ipcon.db.blob.ServerFileVaultI
getHandleForPushDuringSync(Long, boolean, Long, String) - Method in class de.ipcon.db.blob.ServerFileVault
getHandleForPushDuringSync(Long, boolean, Long, String) - Method in interface de.ipcon.db.blob.ServerFileVaultI
getHandleForReceivingBLOBOnServerSide(ObjectInput, long, String, Long, boolean, boolean) - Method in class de.ipcon.db.blob.ClientFileVault
getHandleForReceivingBLOBOnServerSide(ObjectInput, long, String, Long, boolean, boolean) - Method in interface de.ipcon.db.blob.FileVaultI
getHandleForReceivingBLOBOnServerSide(ObjectInput, long, String, Long, boolean, boolean) - Method in class de.ipcon.db.blob.ServerFileVault
getHandleForRemoveBLOB(String, Long) - Method in class de.ipcon.db.blob.ClientFileVault
getHandleForRemoveBLOB(String, Long) - Method in interface de.ipcon.db.blob.FileVaultI
getHandleForRemoveBLOB(String, Long) - Method in class de.ipcon.db.blob.ServerFileVault
getHandleForRemoveBLOB(String, Long, boolean) - Method in class de.ipcon.db.blob.ServerFileVault
getHandleForRemoveBLOB(String, Long, boolean) - Method in interface de.ipcon.db.blob.ServerFileVaultI
getHandleForUndoBLOBChangeOnServerSide(String, String, Long, Long, boolean) - Method in class de.ipcon.db.blob.ClientFileVault
getHandleForUndoBLOBChangeOnServerSide(String, String, Long, Long, boolean) - Method in interface de.ipcon.db.blob.FileVaultI
getHandleForUndoBLOBChangeOnServerSide(String, String, Long, Long, boolean) - Method in class de.ipcon.db.blob.ServerFileVault
getHandleSize() - Method in class de.ipcon.db.core.BOLoaderCoercingObjectInputStream
getHash() - Method in class de.ipcon.db.blob.ManagedFile
getHash() - Method in interface de.ipcon.db.blob.ManagedFileI
getHash() - Method in class de.ipcon.db.blob.VFile
getHashForBytes(String, byte[]) - Static method in class de.ipcon.tools.FileTools
getHashForFile(String, File) - Static method in class de.ipcon.tools.FileTools
getHashFromBytes(String, byte[]) - Static method in class de.ipcon.tools.ByteArrayTools
Calculates a hash in hex for a given byte-array
from a MessageDigest with the specified algorithm
getHashVal() - Method in class de.ipcon.tools.ScriptImport
getHeader() - Method in class de.ipcon.db.core.tx.TransactionFormatter
getHeader() - Method in class de.ipcon.db.core.tx.TransactionFormatterGrouped
getHeader() - Method in class de.ipcon.db.core.tx.TransactionFormatterGroupedHTML
getHeader() - Method in class de.ipcon.db.core.tx.TransactionFormatterGroupedPlain
getHeader() - Method in class de.ipcon.db.core.tx.TransactionFormatterHTML
getHeader() - Method in class de.ipcon.db.core.tx.TransactionFormatterPlain
getHeader() - Method in class de.ipcon.db.core.tx.TransactionFormatterSummarizedPlain
getHeaderAsString(Throwable) - Method in class de.ipcon.tools.OutputConfiguration
getHeaderRenderer() - Method in class de.ipcon.form.table.FTableColumn
getHeapMemoryUsage() - Method in class de.ipcon.db.event.DBManServerHealthEvent
getHebtAblehnenPotenziellAufFuer() - Method in class de.ipcon.db.core.RechteZuweisung
getHeight() - Method in class de.ipcon.db.core.Bild
getHeight() - Method in class de.ipcon.db.core.LazyBildImage
getHeight(ImageObserver) - Method in class de.ipcon.db.core.LazyBildImage
getHeight() - Method in class de.ipcon.form.ClientDesktopTaskbar
getHeight() - Method in class de.ipcon.schema.tools.EntityBox
getHeightForWidth(int) - Method in class de.ipcon.db.core.Bild
getHeightSpec(String) - Method in class de.ipcon.form.FTable
getHeightSpec(String) - Method in interface de.ipcon.form.table.FTableConfigurationI
getHideForNullBO() - Method in class de.ipcon.form.FElement
getHighestBPId() - Method in class de.ipcon.db.core.BT
getHighestBPId() - Method in class de.ipcon.db.fulltext.compass.MyTISMGpsDevice
getHighestCoreId() - Method in class de.ipcon.schema.generators.CoreData
getHoldability() - Method in class de.ipcon.tools.jdbc.ConnectionAdaptor
Retrieves the current holdability of ResultSet objects created using this Connection object.
getHoldability() - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
getHorizontalAlignment(String) - Static method in class de.ipcon.form.FPanelValueReader
getHorizontalScrollBarPolicy(String) - Static method in class de.ipcon.form.FPanelValueReader
getHorizontalScrollBarPolicy() - Method in class de.ipcon.form.FTable
getHost() - Method in class de.ipcon.db.tools.AbstractToolClient.ConnectionArguments
getHost(HttpServletRequest) - Static method in class de.ipcon.tools.Jetty
getHost() - Method in class de.ipcon.tools.MailImporter
getHostname() - Static method in class de.ipcon.tools.net.NetworkTools
Determines and returns hostname of the current machine.
getHourOfDay(Date) - Static method in class de.ipcon.tools.date.DateTimeTools
getHourOfDayAsInt(Date) - Static method in class de.ipcon.tools.date.DateTimeTools
Returns an int with the hour of day of the given date, -1 if the given date is null
getHoursPerYear(int) - Static method in class de.ipcon.tools.date.DateTimeTools
Returns the number of hours in a given year, regarding if it is a leap-year or not.
getHSpaceDist() - Method in class de.ipcon.form.FElement
getHTMLData() - Method in class de.ipcon.form.FTransferable
Fetch the data in a text/html format
getHTMLFromColor(Color) - Static method in class de.ipcon.tools.UITools
Returns the html value for the given Color>
getHTMLMessage() - Method in exception de.ipcon.tools.AbstractScriptException
getHumanReadableIndexType(int) - Static method in interface de.ipcon.schema.CBOAttributeTypeI
getHumanReadablePropertyScope(byte) - Static method in class de.ipcon.db.core.Transaction
Returns a human readable String describing the passed Transaction property scope.
getHyperlinkListener() - Static method in class de.ipcon.tools.URLTools
getIcon() - Method in class de.ipcon.form.AbstractClientDesktopElement
getIcon(String, int) - Method in interface de.ipcon.form.ClientContextI
Returns an ImageIcon taken from the theme the user selected and for the passed
name with a fitting size for the passed tip.
getIcon(String, Object) - Method in interface de.ipcon.form.ClientContextI
Returns an ImageIcon taken from the theme the user selected for the passed
name with a fitting size, derived from the provided context object.
getIcon(String, Object, Color) - Method in interface de.ipcon.form.ClientContextI
Retrieves an icon from this theme with a size appropriate for the given context object, and optional color.
getIcon(String, Object, Color, boolean) - Method in interface de.ipcon.form.ClientContextI
Retrieves an icon from this theme with a size appropriate for the given context object, and optional color and underlay.
getIcon(String, Object, IconDisplayContext) - Method in interface de.ipcon.form.ClientContextI
Returns an ImageIcon taken from the theme the user selected for the passed
name with a fitting size, considering both the context object and the explicit context.
getIcon(String, Object, IconDisplayContext, Color) - Method in interface de.ipcon.form.ClientContextI
Retrieves an icon from this theme with a size determined by the given context, and optional color.
getIcon(String, Object, IconDisplayContext, Color, boolean) - Method in interface de.ipcon.form.ClientContextI
Retrieves an icon from this theme with a size determined by the given context, and optional color and underlay.
getIcon(String, Object, String) - Method in interface de.ipcon.form.ClientContextI
Returns an ImageIcon taken from the theme the user selected for the passed
name with a fitting size, derived from the provided context object.
getIcon(String, Object, String, Color) - Method in interface de.ipcon.form.ClientContextI
Retrieves an icon from this theme with a size determined by the given context and configuration, and optional color.
getIcon(String, Object, String, Color, boolean) - Method in interface de.ipcon.form.ClientContextI
Retrieves an icon from this theme with a size determined by the given context and configuration, and optional color and underlay.
getIcon(String, Object, IconDisplayContext, String) - Method in interface de.ipcon.form.ClientContextI
Returns an ImageIcon taken from the theme the user selected for the passed
name with a fitting size, considering both the context object and the explicit context.
getIcon(String, Object, IconDisplayContext, String, Color) - Method in interface de.ipcon.form.ClientContextI
Retrieves an icon from this theme with a size determined by the given context and configuration, and optional color.
getIcon(String, Object, IconDisplayContext, String, Color, boolean) - Method in interface de.ipcon.form.ClientContextI
Retrieves an icon from this theme with a size determined by the given context and configuration, and optional color and underlay.
getIcon() - Method in class de.ipcon.form.FButton
getIcon() - Method in class de.ipcon.form.FormAction
getIcon(String) - Method in interface de.ipcon.form.FormContextI
getIcon(String, Color) - Method in interface de.ipcon.form.FormContextI
getIcon(String, Color, boolean) - Method in interface de.ipcon.form.FormContextI
getIcon(String, IconDisplayContext) - Method in interface de.ipcon.form.FormContextI
getIcon(String, IconDisplayContext, Color) - Method in interface de.ipcon.form.FormContextI
getIcon(String, IconDisplayContext, Color, boolean) - Method in interface de.ipcon.form.FormContextI
getIcon(String, String) - Method in interface de.ipcon.form.FormContextI
getIcon(String, String, Color) - Method in interface de.ipcon.form.FormContextI
getIcon(String, String, Color, boolean) - Method in interface de.ipcon.form.FormContextI
getIcon(String, IconDisplayContext, String) - Method in interface de.ipcon.form.FormContextI
getIcon(String, IconDisplayContext, String, Color) - Method in interface de.ipcon.form.FormContextI
getIcon(String, IconDisplayContext, String, Color, boolean) - Method in interface de.ipcon.form.FormContextI
getIcon() - Method in interface de.ipcon.form.MDIElementI
getIcon(String, int) - Method in class de.ipcon.gui.BasicClient
getIcon(String, Object, IconDisplayContext, String, Color, boolean) - Method in class de.ipcon.gui.BasicClient
getIcon(String) - Static method in class de.ipcon.tools.IconStorage
getIconByConstantName(String, int) - Method in interface de.ipcon.form.ClientContextI
Returns an ImageIcon taken from the theme the user selected and for the passed
constant-name with a fitting size for the passed tip.
getIconByConstantName(String, Object) - Method in interface de.ipcon.form.ClientContextI
Returns an ImageIcon taken from the theme the user selected for the passed
constant-name with a fitting size, derived from the provided context object.
getIconByConstantName(String, Object, IconDisplayContext) - Method in interface de.ipcon.form.ClientContextI
Returns an ImageIcon taken from the theme the user selected for the passed
constant-name with a fitting size, considering both the context object and the explicit context.
getIconByConstantName(String, Object, String) - Method in interface de.ipcon.form.ClientContextI
Returns an ImageIcon taken from the theme the user selected for the passed
constant-name with a fitting size, derived from the provided context object.
getIconByConstantName(String, Object, IconDisplayContext, String) - Method in interface de.ipcon.form.ClientContextI
Returns an ImageIcon taken from the theme the user selected for the passed
constant-name with a fitting size, considering both the context object and the explicit context.
getIconByConstantName(String, int) - Method in class de.ipcon.gui.BasicClient
getIconByConstantName(String, Object, IconDisplayContext, String) - Method in class de.ipcon.gui.BasicClient
getIconColor() - Method in class de.ipcon.form.FLabel
getIconContextObject() - Method in class de.ipcon.form.DefaultFormContext
getIconContextObject() - Method in interface de.ipcon.form.FormContextI
getIconHeight() - Method in class de.ipcon.db.core.LazyImageIcon
getIconKey() - Method in class de.ipcon.form.AbstractClientDesktopElement
getIconKey() - Method in interface de.ipcon.form.MDIElementI
getIconWidth() - Method in class de.ipcon.db.core.LazyImageIcon
getId() - Method in exception de.ipcon.db.blob.MissingBLOBException
getId() - Method in class de.ipcon.db.blob.VFile
getId() - Method in class de.ipcon.db.core.BO
getId() - Method in interface de.ipcon.db.core.BOMonitoringAlarmI
getId() - Method in class de.ipcon.db.core.Synchable
copyFrom kopiert das uebergebene Synchable-Objekt in das eigene Objekt hinein.
getId() - Method in class de.ipcon.db.core.TransactionConflictAnswer
getId() - Method in class de.ipcon.db.fulltext.compass.MetaDataHolder
getId() - Method in exception de.ipcon.db.ObjectNotPersistentException
getId() - Method in class de.ipcon.db.protocol.BackendSession
Retrieves the ID associated with this session, or returns null if none is
set for this session yet.
getId() - Method in interface de.ipcon.db.protocol.BackendSessionI
getId() - Method in class de.ipcon.form.PaintGroovyScript
getID(C) - Method in class de.ipcon.form.scheduler.ContactBOMapper
getID(G) - Method in class de.ipcon.form.scheduler.GroupBOMapper
getID(I) - Method in class de.ipcon.form.scheduler.ItemBOMapper
getId() - Method in class de.ipcon.schema.gdpr.AbstractIdentifiableGDPRConfiguration
Returns the unique identifier for this GDPR configuration element.
getId() - Method in interface de.ipcon.schema.Identifiable
Gets the internal Id of this Identifiable.
getId() - Method in interface de.ipcon.tools.date.IdentifiableTimespanI
getId() - Method in class de.ipcon.tools.L10nPack
Retrieves the unique identifier (ID) of this L10n pack.
getIdAlarm() - Method in class de.ipcon.db.core.BOAlarmStatus
getIdBO() - Method in class de.ipcon.db.core.BOAlarmStatus
getIdBO() - Method in class de.ipcon.db.core.LazyBOReference
getIdBOT() - Method in class de.ipcon.db.core.BOAlarmStatus
getIdBOTBOSubclass() - Method in class de.ipcon.schema.generators.coredata.BOFactory
getIdCB() - Method in class de.ipcon.schema.generators.coredata.CodebausteinArgumentTemplate
getIdList(String) - Method in class de.ipcon.db.BackendConnectionManager
getIdList(String, String) - Method in class de.ipcon.db.BackendConnectionManager
getIdList(String) - Method in class de.ipcon.db.fulltext.compass.CompassFTSModule
Searches for BOs using a fulltext search and returns the IDs of matching
BOs as an array of longs.
getIdList(String, String) - Method in class de.ipcon.db.fulltext.compass.CompassFTSModule
getIdList(String) - Method in interface de.ipcon.db.fulltext.FulltextSearcherI
getIdList(String, String) - Method in interface de.ipcon.db.fulltext.FulltextSearcherI
getIdList(String) - Method in class de.ipcon.db.protocol.BackendConnection
getIdList(String, String) - Method in class de.ipcon.db.protocol.BackendConnection
getIdListAsString(String) - Method in class de.ipcon.db.BackendConnectionManager
getIdListAsString(String, String) - Method in class de.ipcon.db.BackendConnectionManager
getIdListAsString(String) - Method in class de.ipcon.db.fulltext.compass.CompassFTSModule
Searches for BOs using a fulltext search and returns the IDs of matching
BOs.
getIdListAsString(String, String) - Method in class de.ipcon.db.fulltext.compass.CompassFTSModule
getIdListAsString(String) - Method in interface de.ipcon.db.fulltext.FulltextSearcherI
getIdListAsString(String, String) - Method in interface de.ipcon.db.fulltext.FulltextSearcherI
getIdListAsString(String) - Method in class de.ipcon.db.protocol.BackendConnection
getIdListAsString(String, String) - Method in class de.ipcon.db.protocol.BackendConnection
getIdOfBO() - Method in class de.ipcon.form.navtree.BONavigationTreeNode
getIdRange(long) - Method in class de.ipcon.db.AbstractKeyGenerator
getIdRange(long) - Method in class de.ipcon.db.BackendConnectionManager
getIdRange(long) - Method in class de.ipcon.db.DBMan
getIdRange(long) - Method in interface de.ipcon.db.DBManI
getIdRange(long) - Method in interface de.ipcon.db.DBManLocalI
getIdRange(long) - Method in interface de.ipcon.db.DBManUserContextI
getIdRange(long) - Method in class de.ipcon.db.DBManUserContextImpl
getIdRange(long) - Method in class de.ipcon.db.JDBCKeyGenerator
getIdRange(long) - Method in class de.ipcon.db.protocol.BackendCommandHandler
getIdRange(long) - Method in interface de.ipcon.db.protocol.BackendCommandHandlerI
getIdRange(long) - Method in class de.ipcon.db.protocol.BackendConnection
getIdRange(long) - Method in interface de.ipcon.db.protocol.ServerConnectionI
getIdTable() - Method in class de.ipcon.db.JDBCKeyGenerator
getImage() - Method in class de.ipcon.db.core.Bild
getImage() - Method in class de.ipcon.db.core.LazyImageIcon
getImageData() - Method in class de.ipcon.form.PaintGroovyScript
getImageForJasperReport(int, int, float) - Method in class de.ipcon.db.core.Bild
getImageIcon() - Method in class de.ipcon.db.core.Bild
getImageIcon(BO) - Static method in class de.ipcon.db.core.Bild
getImageIcon(BO, int) - Static method in class de.ipcon.db.core.Bild
getImageIcon(BO, int, int) - Static method in class de.ipcon.db.core.Bild
getImageIcon(BO, int, int, int) - Static method in class de.ipcon.db.core.Bild
getImageIcon(int, int) - Method in class de.ipcon.db.core.Bild
getImageIcon(int, int, int) - Method in class de.ipcon.db.core.Bild
getImageLoadStatus() - Method in class de.ipcon.db.core.LazyImageIcon
getImageObserver() - Method in class de.ipcon.db.core.LazyImageIcon
getImageType() - Method in class de.ipcon.form.PaintGroovyScript
getImplementedSchemaInterfaces() - Method in interface de.ipcon.schema.BasicEntityI
Return all implemented interfaces as SchemaInterfaceI objects, from which further information may be obtained.
getImplementedSchemaInterfaces(boolean) - Method in interface de.ipcon.schema.BasicEntityI
getImplementedSchemaInterfaces() - Method in class de.ipcon.schema.EntityDefinition
Return all implemented interfaces as SchemaInterfaceI objects, from which further information may be obtained.
getImplementedSchemaInterfaces(boolean) - Method in class de.ipcon.schema.EntityDefinition
getImplementedSchemaInterfaces() - Method in class de.ipcon.schema.EntityWrapper
getImplementedSchemaInterfaces(boolean) - Method in class de.ipcon.schema.EntityWrapper
getImplementedSchemaInterfaces() - Method in class de.ipcon.schema.InstrumentingEntity
getImplementedSchemaInterfaces(boolean) - Method in class de.ipcon.schema.InstrumentingEntity
getImports() - Method in class de.ipcon.tools.BeanShellScript
getIn() - Method in class de.ipcon.db.protocol.socket.SocketTransport
getIn() - Method in interface de.ipcon.db.protocol.TransportI
Exposes the underlying SecureObjectInputI.
getIncludedBOCount() - Method in class de.ipcon.db.core.Transaction
getIncludedBOCount() - Method in class de.ipcon.db.core.Transaction.Savepoint
getIncludedBOIds() - Method in class de.ipcon.db.core.Transaction
getIncludedBOIds(Class<? extends BOI>) - Method in class de.ipcon.db.core.Transaction
getIncludedBOIds(Class<? extends BOI>, boolean) - Method in class de.ipcon.db.core.Transaction
getIncludedBOs() - Method in class de.ipcon.db.core.Transaction
getIncludedBOs() - Method in class de.ipcon.db.core.Transaction.Savepoint
getIncludedBOsFiltered() - Method in class de.ipcon.db.core.Transaction
Returns an array with all included BOs, but only of the passed class or subclasses of that.
getIncludedBOsFiltered(Class<? extends BOI>) - Method in class de.ipcon.db.core.Transaction
getIncludedBOsFiltered(Class<? extends BOI>, boolean) - Method in class de.ipcon.db.core.Transaction
getIncludeDeleted() - Method in class de.ipcon.db.fulltext.compass.IndexerQueryBuilder
getIncludeElementText() - Method in class de.ipcon.db.core.Codebaustein
Generates a include command displayed in the View 'Sonstiges' of the Codebaustein.
getIncoming() - Method in class de.ipcon.schema.tools.EntityBox
getIncomingEdges() - Method in interface de.ipcon.schema.EntityI
getIncomingEdges() - Method in interface de.ipcon.tools.graph.DirectedGraphNodeI
Retrieves all incoming directed edges that lead to this node.
getIndex() - Method in class de.ipcon.form.table.FTableColumn
getIndex() - Method in enum de.ipcon.tools.date.DurationUnit
getIndexDeletedBOsOld() - Method in class de.ipcon.db.fulltext.compass.MyTISMIndexEntitiesIndexer
getIndexDeletedBOsOld() - Method in class de.ipcon.db.fulltext.compass.MyTISMIndexEntitiesUpdater
getIndexedForFTS() - Method in interface de.ipcon.schema.AttributeI
getIndexedForFTS() - Method in class de.ipcon.schema.AttributeWrapper
getIndexedForFTS() - Method in class de.ipcon.schema.CBOAttribute
getIndexedForFTS() - Method in class de.ipcon.schema.CBOEntity
getIndexedForFTS() - Method in interface de.ipcon.schema.EntityI
getIndexedForFTS() - Method in class de.ipcon.schema.EntityWrapper
getIndexedForFTS() - Method in class de.ipcon.schema.ScriptedAttribute
getIndexEntitiesIndexer() - Method in class de.ipcon.db.fulltext.compass.MyTISMGpsDevice
getIndexesForTableJDBC(String) - Method in class de.ipcon.schema.generators.PostgreSQL
getIndexingListener() - Method in class de.ipcon.db.fulltext.compass.MyTISMIndexEntitiesIndexer
getIndexingListener() - Method in class de.ipcon.db.fulltext.compass.MyTISMIndexEntitiesUpdater
getIndexLmod() - Method in class de.ipcon.db.fulltext.compass.IndexerQueryBuilder
getIndexLmod() - Method in class de.ipcon.db.fulltext.compass.IndexerQueryResultsBP
getIndexLmod() - Method in class de.ipcon.db.fulltext.compass.IndexerQueryResultsPartial
getIndexLmod(EntityI) - Method in interface de.ipcon.db.fulltext.compass.IndexingListenerI
getIndexLmod(EntityI) - Method in class de.ipcon.db.fulltext.compass.MetaDataHolder
getIndexLmod(EntityI) - Method in class de.ipcon.db.fulltext.compass.MyTISMGpsDevice
From interface IndexingListenerI.
getIndexLmodsAsString() - Method in class de.ipcon.db.fulltext.compass.MetaDataHolder
getIndexOfChild(Object, Object) - Method in class de.ipcon.schema.tools.SchemaTreeModel
getIndexOfCommonLetters(String, String) - Static method in class de.ipcon.tools.TextTools
getIndexOfCommonLetters(String, String, boolean) - Static method in class de.ipcon.tools.TextTools
getIndexType() - Method in class de.ipcon.schema.CBOAttribute
Returns the index type of this CBOAttribute
if type is INDEX_TYPE_AUTO the index type will be resolved by
checking the lowinstancecount of a relation if exists
getIndexType() - Method in interface de.ipcon.schema.CBOAttributeTypeI
getIndexType() - Method in class de.ipcon.schema.generators.PostgreSQLIndex
getIndexType() - Method in class de.ipcon.schema.types.CBOAbstractAttributeType
getIndexTypeString() - Method in class de.ipcon.schema.generators.PostgreSQLIndex
getInfo() - Method in class de.ipcon.db.alarm.ScheduledAlarmHandlerI.DateWithInfo
getInfo() - Method in class de.ipcon.tools.Log4j1_ANSIColorLayout
getInfo(int) - Static method in exception de.ipcon.tools.NotImplementedException
getInfo() - Method in class de.ipcon.tools.PairStorage
getInfoEvent(String, String) - Static method in class de.ipcon.db.event.DBManLogEvent
getInfoEvent(String, String, Object) - Static method in class de.ipcon.db.event.DBManLogEvent
getInfoSlowQuery() - Method in class de.ipcon.db.AbstractPersistenceManager
getInifileName() - Method in class de.ipcon.db.configuration.DBManConfigurationHelper
getInifileName() - Method in class de.ipcon.tools.bini
getInifileTimestamp() - Method in class de.ipcon.tools.bini
getInitialAvailableLocalesForUserInterface() - Method in class de.ipcon.db.BackendConnectionManager
getInitialAvailableLocalesForUserInterface() - Method in class de.ipcon.db.protocol.BackendConnection
getInitialAvailableLocalesForUserInterface() - Method in interface de.ipcon.db.protocol.ServerConnectionI
getInitialBounds() - Method in class de.ipcon.form.ClientNativeWindowManager
Calculates the bounds and available size on the window the menu window is located and returns it.
getInitialdata() - Method in class de.ipcon.schema.CBOEntity
getInitialdataConstantName(Initialdata, String) - Static method in enum de.ipcon.schema.generators.java.JavaConstant
getInitialDataGenerator() - Method in class de.ipcon.schema.generators.StartupConfiguration
getInitialdataReader() - Method in class de.ipcon.schema.InitialdataReader.Data
getInitialDate() - Method in class de.ipcon.form.FScheduler
getInitialFocus() - Method in class de.ipcon.form.FBooleanInputComponent
getInitialFocus() - Method in class de.ipcon.form.FButton
getInitialFocus() - Method in class de.ipcon.form.FComboBox
getInitialFocus() - Method in class de.ipcon.form.FEditor
getInitialFocus() - Method in class de.ipcon.form.FPopup
getInitialFocus() - Method in class de.ipcon.form.FStyledText
getInitialFocus() - Method in class de.ipcon.form.FTable
getInitialFocus(boolean) - Method in class de.ipcon.form.FTable
getInitialFocus() - Method in class de.ipcon.form.FTextInputComponent
getInitialFocus() - Method in class de.ipcon.form.FTimespanChooser
getInitialFocus() - Method in interface de.ipcon.form.InitialFocusCandidateI
getInjectBOLoader() - Method in class de.ipcon.db.CastorPersistenceHandler
_THE_ central query class as interfaced from MyTISM.
getInputStream() - Method in class de.ipcon.db.blob.BLOBFetcher
getInputStream() - Method in class de.ipcon.db.blob.ManagedFile
getInputStream(InputStream) - Method in class de.ipcon.db.blob.ManagedFile
getInputStream() - Method in interface de.ipcon.db.blob.ManagedFileI
getInsets(String) - Static method in class de.ipcon.form.FPanelValueReader
getInstance(File, File, File, File, File) - Static method in class de.ipcon.db.blob.ServerFileVault
getInstance(DBManLocalI, Rexx) - Static method in class de.ipcon.db.blob.ServerFileVault
Returns the singleton instance of ServerFileVault, configuring it via a database manager's configuration.
getInstance(DBManLocalI, Rexx, String) - Static method in class de.ipcon.db.blob.ServerFileVault
getInstance(BOLoaderI) - Static method in class de.ipcon.db.CodebausteinStorage
getInstance(BOLoaderI, DBManEventProviderI) - Static method in class de.ipcon.db.CodebausteinStorage
getInstance(Long) - Static method in class de.ipcon.db.core.BOT
getInstance(Long, boolean) - Static method in class de.ipcon.db.core.BOT
getInstance() - Method in class de.ipcon.db.core.JavaImp
getInstance(Locale) - Static method in class de.ipcon.db.core.L10nLocale
getInstance(Locale, boolean) - Static method in class de.ipcon.db.core.L10nLocale
getInstance(Locale, boolean, boolean) - Static method in class de.ipcon.db.core.L10nLocale
getInstance(Locale, boolean, boolean, BOLoaderI) - Static method in class de.ipcon.db.core.L10nLocale
getInstance(Transaction, Benutzer) - Static method in class de.ipcon.db.core.MyTISMAdresseEmail
getInstance(Transaction, Benutzer, String) - Static method in class de.ipcon.db.core.MyTISMAdresseEmail
getInstance(Transaction, Benutzer, String, int) - Static method in class de.ipcon.db.core.MyTISMAdresseEmail
getInstance(Transaction, Benutzer, String, int, boolean) - Static method in class de.ipcon.db.core.MyTISMAdresseEmail
getInstance(BOLoaderI, String) - Static method in class de.ipcon.db.core.MyTISMAdresseEmail
getInstance(Transaction, Benutzer, int) - Static method in class de.ipcon.db.core.MyTISMAdresseSolstice
getInstance(Transaction, Benutzer, int, boolean) - Static method in class de.ipcon.db.core.MyTISMAdresseSolstice
getInstance(MyTISMBenachrichtigungsAuftrag, Transaction, CoreBO, Collection) - Static method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
Deprecated.
getInstance(MyTISMBenachrichtigungsAuftrag, Transaction, CoreBO, Collection, Collection) - Static method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
getInstance(MyTISMBenachrichtigungsAuftrag, Transaction, CoreBO, Collection, Collection, Map) - Static method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
getInstance(MyTISMBenachrichtigungsAuftrag, Transaction, CoreBO, Collection, Collection, Map, Map) - Static method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
getInstance(MyTISMBenachrichtigungsAuftrag, Transaction, CoreBO, Collection, Collection, Map, Map, L10nLocale) - Static method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
getInstance(MyTISMBenachrichtigungsAuftrag, Transaction, CoreBO, Collection, Collection, Map, Map, L10nLocale, Integer) - Static method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
getInstance(MyTISMBenachrichtigungsAuftrag, Transaction, CoreBO, Collection, Collection, Map, Map, L10nLocale, Integer, int) - Static method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
getInstance(MyTISMBenachrichtigungsAuftrag, Transaction, CoreBO, Collection, Collection, Map, Map, L10nLocale, Integer, int, int) - Static method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
getInstance(MyTISMBenachrichtigungsAuftrag, Transaction, CoreBO, Collection, Collection, Map, Map, L10nLocale, Integer, int, int, String) - Static method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
getInstance(Transaction, String, Collection, Map) - Static method in class de.ipcon.db.core.MyTISMBenAuftragMitVorlage
Deprecated.
getInstance(Transaction, MyTISMBenachrichtigungsVorlage, CoreBO, Collection) - Static method in class de.ipcon.db.core.MyTISMBenAuftragMitVorlage
Deprecated.
getInstance(Transaction, MyTISMBenachrichtigungsVorlage, CoreBO, Collection, Collection) - Static method in class de.ipcon.db.core.MyTISMBenAuftragMitVorlage
getInstance(Transaction, MyTISMBenachrichtigungsVorlage, CoreBO, Collection, Collection, Map) - Static method in class de.ipcon.db.core.MyTISMBenAuftragMitVorlage
getInstance(Transaction, MyTISMBenachrichtigungsVorlage, CoreBO, Collection, Collection, Map, Map) - Static method in class de.ipcon.db.core.MyTISMBenAuftragMitVorlage
getInstance(Transaction, MyTISMBenachrichtigungsVorlage, CoreBO, Collection, Collection, Map, Map, L10nLocale) - Static method in class de.ipcon.db.core.MyTISMBenAuftragMitVorlage
getInstance(Transaction, MyTISMBenachrichtigungsVorlage, CoreBO, Collection, Collection, Map, Map, L10nLocale, Integer) - Static method in class de.ipcon.db.core.MyTISMBenAuftragMitVorlage
getInstance(Transaction, MyTISMBenachrichtigungsVorlage, CoreBO, Collection, Collection, Map, Map, L10nLocale, Integer, int) - Static method in class de.ipcon.db.core.MyTISMBenAuftragMitVorlage
getInstance(Transaction, MyTISMBenachrichtigungsVorlage, CoreBO, Collection, Collection, Map, Map, L10nLocale, Integer, int, int) - Static method in class de.ipcon.db.core.MyTISMBenAuftragMitVorlage
getInstance(Transaction, MyTISMBenachrichtigungsVorlage, CoreBO, Collection, Collection, Map, Map, L10nLocale, Integer, int, int, String) - Static method in class de.ipcon.db.core.MyTISMBenAuftragMitVorlage
getInstance(Transaction, String, boolean, String, boolean, CoreBO, Collection, Collection) - Static method in class de.ipcon.db.core.MyTISMBenAuftragOhneVorlage
Deprecated.
getInstance(Transaction, String, boolean, String, boolean, CoreBO, Collection, Collection, Map) - Static method in class de.ipcon.db.core.MyTISMBenAuftragOhneVorlage
getInstance(Transaction, String, boolean, String, boolean, CoreBO, Collection, Collection, Map, Map) - Static method in class de.ipcon.db.core.MyTISMBenAuftragOhneVorlage
getInstance(Transaction, String, boolean, String, boolean, CoreBO, Collection, Collection, Map, Map, L10nLocale) - Static method in class de.ipcon.db.core.MyTISMBenAuftragOhneVorlage
getInstance(Transaction, String, boolean, String, boolean, CoreBO, Collection, Collection, Map, Map, L10nLocale, Integer) - Static method in class de.ipcon.db.core.MyTISMBenAuftragOhneVorlage
getInstance(Transaction, String, boolean, String, boolean, CoreBO, Collection, Collection, Map, Map, L10nLocale, Integer, int) - Static method in class de.ipcon.db.core.MyTISMBenAuftragOhneVorlage
getInstance(Transaction, String, boolean, String, boolean, CoreBO, Collection, Collection, Map, Map, L10nLocale, Integer, int, int) - Static method in class de.ipcon.db.core.MyTISMBenAuftragOhneVorlage
getInstance(Transaction, String, boolean, String, boolean, CoreBO, Collection, Collection, Map, Map, L10nLocale, Integer, int, int, String) - Static method in class de.ipcon.db.core.MyTISMBenAuftragOhneVorlage
getInstance(Transaction, String, String, NotifiableI) - Static method in class de.ipcon.db.core.MyTISMBenAuftragOhneVorlage
Deprecated.
getInstance(Transaction, String, String, NotifiableI, CoreBO) - Static method in class de.ipcon.db.core.MyTISMBenAuftragOhneVorlage
getInstance(Transaction, String, String, NotifiableI, CoreBO, Collection) - Static method in class de.ipcon.db.core.MyTISMBenAuftragOhneVorlage
getInstance(Transaction, String, String, NotifiableI, CoreBO, Collection, Map) - Static method in class de.ipcon.db.core.MyTISMBenAuftragOhneVorlage
getInstance(Transaction, String, String, NotifiableI, CoreBO, Collection, Map, Map) - Static method in class de.ipcon.db.core.MyTISMBenAuftragOhneVorlage
getInstance(Transaction, String, String, NotifiableI, CoreBO, Collection, Map, Map, L10nLocale) - Static method in class de.ipcon.db.core.MyTISMBenAuftragOhneVorlage
getInstance(Transaction, String, String, NotifiableI, CoreBO, Collection, Map, Map, L10nLocale, Integer) - Static method in class de.ipcon.db.core.MyTISMBenAuftragOhneVorlage
getInstance(Transaction, String, String, NotifiableI, CoreBO, Collection, Map, Map, L10nLocale, Integer, int) - Static method in class de.ipcon.db.core.MyTISMBenAuftragOhneVorlage
getInstance(Transaction, String, String, NotifiableI, CoreBO, Collection, Map, Map, L10nLocale, Integer, int, int) - Static method in class de.ipcon.db.core.MyTISMBenAuftragOhneVorlage
getInstance(Transaction, String, String, NotifiableI, CoreBO, Collection, Map, Map, L10nLocale, Integer, int, int, String) - Static method in class de.ipcon.db.core.MyTISMBenAuftragOhneVorlage
getInstance(Transaction, String, String, String) - Static method in class de.ipcon.db.core.MyTISMBenAuftragOhneVorlage
Deprecated.
getInstance(Transaction, String, String, String, CoreBO) - Static method in class de.ipcon.db.core.MyTISMBenAuftragOhneVorlage
getInstance(Transaction, String, String, String, CoreBO, Collection) - Static method in class de.ipcon.db.core.MyTISMBenAuftragOhneVorlage
getInstance(Transaction, String, String, String, CoreBO, Collection, Map) - Static method in class de.ipcon.db.core.MyTISMBenAuftragOhneVorlage
getInstance(Transaction, String, String, String, CoreBO, Collection, Map, Map) - Static method in class de.ipcon.db.core.MyTISMBenAuftragOhneVorlage
getInstance(Transaction, String, String, String, CoreBO, Collection, Map, Map, L10nLocale) - Static method in class de.ipcon.db.core.MyTISMBenAuftragOhneVorlage
getInstance(Transaction, String, String, String, CoreBO, Collection, Map, Map, L10nLocale, Integer) - Static method in class de.ipcon.db.core.MyTISMBenAuftragOhneVorlage
getInstance(Transaction, String, String, String, CoreBO, Collection, Map, Map, L10nLocale, Integer, int) - Static method in class de.ipcon.db.core.MyTISMBenAuftragOhneVorlage
getInstance(Transaction, String, String, String, CoreBO, Collection, Map, Map, L10nLocale, Integer, int, int) - Static method in class de.ipcon.db.core.MyTISMBenAuftragOhneVorlage
getInstance(Transaction, String, String, String, CoreBO, Collection, Map, Map, L10nLocale, Integer, int, int, String) - Static method in class de.ipcon.db.core.MyTISMBenAuftragOhneVorlage
getInstance(InputStream) - Static method in class de.ipcon.db.core.MytismIcon
getInstance(InputStream, int) - Static method in class de.ipcon.db.core.MytismIcon
getInstance(InputStream, int, int) - Static method in class de.ipcon.db.core.MytismIcon
getInstance(byte[]) - Static method in class de.ipcon.db.core.MytismIcon
getInstance(byte[], int) - Static method in class de.ipcon.db.core.MytismIcon
getInstance(byte[], int, int) - Static method in class de.ipcon.db.core.MytismIcon
getInstance(BOLoaderI) - Static method in class de.ipcon.db.core.Transaction
getInstance(BOLoaderI, String) - Static method in class de.ipcon.db.core.Transaction
getInstance(BOLoaderI, String, TemporaryIdSupplierI) - Static method in class de.ipcon.db.core.Transaction
getInstance(BOLoaderI, SchemaI) - Static method in class de.ipcon.db.core.Transaction
getInstance(BOLoaderI, SchemaI, String) - Static method in class de.ipcon.db.core.Transaction
getInstance(BOLoaderI, SchemaI, String, TemporaryIdSupplierI) - Static method in class de.ipcon.db.core.Transaction
getInstance(String) - Static method in class de.ipcon.db.DBManBootstrapHelper
getInstance() - Static method in class de.ipcon.db.DBManBootstrapHelper
getInstance(Long) - Static method in class de.ipcon.db.event.DBManBLOBChangeEvent
getInstance() - Static method in class de.ipcon.db.event.DBManBLOBChangeEventFilter
getInstance() - Static method in class de.ipcon.db.event.DBManBOChangeEventFilter
getInstance(Class) - Static method in class de.ipcon.db.event.DBManBOChangeEventFilter
getInstance(Class, boolean) - Static method in class de.ipcon.db.event.DBManBOChangeEventFilter
getInstance(Class, boolean, ServerSideEventInformationCalculatorI) - Static method in class de.ipcon.db.event.DBManBOChangeEventFilter
getInstance(Class, boolean, ServerSideEventInformationCalculatorI, short) - Static method in class de.ipcon.db.event.DBManBOChangeEventFilter
getInstance(Class, ServerSideEventInformationCalculatorI) - Static method in class de.ipcon.db.event.DBManBOChangeEventFilter
getInstance(Class, ServerSideEventInformationCalculatorI, short) - Static method in class de.ipcon.db.event.DBManBOChangeEventFilter
getInstance(Class, ServerSideEventInformationCalculatorI, short, boolean) - Static method in class de.ipcon.db.event.DBManBOChangeEventFilter
getInstance(ServerSideEventInformationCalculatorI) - Static method in class de.ipcon.db.event.DBManBOChangeEventFilter
getInstance(ServerSideEventInformationCalculatorI, short) - Static method in class de.ipcon.db.event.DBManBOChangeEventFilter
getInstance(Class[]) - Static method in class de.ipcon.db.event.DBManBOChangeEventFilter
getInstance(Class[], boolean) - Static method in class de.ipcon.db.event.DBManBOChangeEventFilter
getInstance(Class[], boolean, ServerSideEventInformationCalculatorI) - Static method in class de.ipcon.db.event.DBManBOChangeEventFilter
getInstance(Class[], boolean, ServerSideEventInformationCalculatorI, short) - Static method in class de.ipcon.db.event.DBManBOChangeEventFilter
getInstance(Class[], ServerSideEventInformationCalculatorI) - Static method in class de.ipcon.db.event.DBManBOChangeEventFilter
getInstance(Class[], ServerSideEventInformationCalculatorI, short) - Static method in class de.ipcon.db.event.DBManBOChangeEventFilter
getInstance() - Static method in class de.ipcon.db.event.DBManLogEventFilter
(See constructor)
getInstance(int) - Static method in class de.ipcon.db.event.DBManLogEventFilter
getInstance(int, int) - Static method in class de.ipcon.db.event.DBManLogEventFilter
getInstance(int, int, String) - Static method in class de.ipcon.db.event.DBManLogEventFilter
getInstance() - Static method in class de.ipcon.db.event.DBManLogEventFilterLog4j
getInstance(int) - Static method in class de.ipcon.db.event.DBManLogEventFilterLog4j
getInstance(int, int) - Static method in class de.ipcon.db.event.DBManLogEventFilterLog4j
getInstance(int, int, String) - Static method in class de.ipcon.db.event.DBManLogEventFilterLog4j
getInstance(int, int, String, String[]) - Static method in class de.ipcon.db.event.DBManLogEventFilterLog4j
getInstance() - Static method in class de.ipcon.db.event.DBManMessageEventFilter
getInstance(String) - Static method in class de.ipcon.db.event.DBManMessageEventFilter
getInstance(String, int) - Static method in class de.ipcon.db.event.DBManMessageEventFilter
getInstance(String, int, String) - Static method in class de.ipcon.db.event.DBManMessageEventFilter
getInstance(String, int, String, String) - Static method in class de.ipcon.db.event.DBManMessageEventFilter
getInstance() - Static method in class de.ipcon.db.event.DBManServerEventFilter
getInstance() - Static method in class de.ipcon.db.event.DBManServerHealthEventFilter
getInstance() - Static method in class de.ipcon.db.event.DBManSessionEventFilter
getInstance(ServiceInstanceI, Element, ServiceI, String) - Static method in class de.ipcon.db.ExecutionPolicy
Parses the XML Configuration element and returns the ExecutionPolicy defined for it.
getInstance() - Method in class de.ipcon.db.protocol.BackendServerFactory
getInstance(BOLoaderI) - Static method in class de.ipcon.db.testing.TestTransaction
getInstance(BOLoaderI, String) - Static method in class de.ipcon.db.testing.TestTransaction
getInstance(BOLoaderI, SchemaI) - Static method in class de.ipcon.db.testing.TestTransaction
getInstance(BOLoaderI, SchemaI, String) - Static method in class de.ipcon.db.testing.TestTransaction
getInstance(TestBOLoaderV2) - Static method in class de.ipcon.db.testing.TestTransactionV2
getInstance(TestBOLoaderV2, String) - Static method in class de.ipcon.db.testing.TestTransactionV2
getInstance(TestBOLoaderV2, SchemaI) - Static method in class de.ipcon.db.testing.TestTransactionV2
getInstance(TestBOLoaderV2, SchemaI, String) - Static method in class de.ipcon.db.testing.TestTransactionV2
getInstance(String, Benutzer, String, String, byte[], int) - Static method in class de.ipcon.db.tools.AuthToken
Creates an AuthToken with given Benutzer object, a machine and document identifier,
a not-to-encrypt auxiliary data and a validity in seconds, persisting and returning it.
getInstance() - Static method in class de.ipcon.form.navtree.GUIBenutzerNameComparator
getInstance() - Static method in class de.ipcon.form.navtree.NavigationTreeNodeComparator
getInstance(BenanntPath, BOLoaderI, SchemaI) - Static method in class de.ipcon.form.PaintGroovyScript
This method basically exists as a replacement for "new PaintGroovyScript(...)"
getInstance(BenanntPath, BOLoaderI, SchemaI, int) - Static method in class de.ipcon.form.PaintGroovyScript
getInstance(BenanntPath, BOLoaderI, SchemaI, int, Logger) - Static method in class de.ipcon.form.PaintGroovyScript
getInstance(BenanntPath, BOLoaderI, SchemaI, int, Logger, BO) - Static method in class de.ipcon.form.PaintGroovyScript
getInstance(BenanntPath, BOLoaderI, SchemaI, int, Logger, BO, IScrollPane) - Static method in class de.ipcon.form.PaintGroovyScript
getInstance(BenanntPath, BOLoaderI, SchemaI, int, Logger, BO, IScrollPane, ClientContextI) - Static method in class de.ipcon.form.PaintGroovyScript
getInstance(BenanntPath, BOLoaderI, SchemaI, int, Logger, BO, IScrollPane, ClientContextI, FormContextI) - Static method in class de.ipcon.form.PaintGroovyScript
getInstance(BenanntPath, BOLoaderI, SchemaI, int, Logger, BO, IScrollPane, ClientContextI, FormContextI, FormElementI) - Static method in class de.ipcon.form.PaintGroovyScript
getInstance() - Static method in class de.ipcon.form.selectiontree.PSTEntriesComparator
getInstance(String, SchemaI, boolean) - Static method in class de.ipcon.schema.AggregateFunctionFactory
getInstance(String, SchemaI) - Static method in class de.ipcon.schema.AggregateFunctionFactory
getInstance(String, SchemaI, String) - Static method in class de.ipcon.schema.AggregateFunctionFactory
getInstance(String, SchemaI, String, boolean) - Static method in class de.ipcon.schema.AggregateFunctionFactory
getInstance(InstrumentingEntity, AttributeI) - Static method in class de.ipcon.schema.InstrumentingAttribute
getInstance(InstrumentingSchemaI, EntityI) - Static method in class de.ipcon.schema.InstrumentingEntity
getInstance(SchemaI) - Static method in class de.ipcon.schema.InstrumentingSchema
getInstance(InstrumentingSchema, Element) - Static method in class de.ipcon.schema.ScriptedAttribute
getInstance(InstrumentingSchema, Element, Map) - Static method in class de.ipcon.schema.ScriptedAttribute
getInstance(InstrumentingSchema, Map) - Static method in class de.ipcon.schema.ScriptedAttribute
getInstance(InstrumentingSchema, Map, Map) - Static method in class de.ipcon.schema.ScriptedAttribute
getInstance(String, boolean) - Static method in class de.ipcon.tools.AbstractScript
Creates an AbstractScript instance from a string, intelligently detecting whether the
string is an XML definition or raw script source.
getInstance(Element) - Static method in class de.ipcon.tools.AbstractScript
Creates an AbstractScript instance from an XML Element.
getInstance(String, String, boolean, List<ScriptImport>) - Static method in class de.ipcon.tools.AbstractScript
Creates an AbstractScript instance from various parameters, using default imports.
getInstance(String, String, boolean, List<ScriptImport>, String) - Static method in class de.ipcon.tools.AbstractScript
getInstance(String, List<ScriptImport>) - Static method in class de.ipcon.tools.AbstractScript
Creates an AbstractScript instance with only language and default imports.
getInstance() - Static method in class de.ipcon.tools.AbstractScript
Creates an AbstractScript instance with a wide range of configuration options.
getInstance(String) - Static method in class de.ipcon.tools.AbstractScript
getInstance(String, String) - Static method in class de.ipcon.tools.AbstractScript
getInstance(String, String, boolean) - Static method in class de.ipcon.tools.AbstractScript
getInstance(String, String, boolean, AbstractScript) - Static method in class de.ipcon.tools.AbstractScript
getInstance(String, String, boolean, AbstractScript, ClassLoader) - Static method in class de.ipcon.tools.AbstractScript
getInstance(String, String, boolean, AbstractScript, ClassLoader, Map) - Static method in class de.ipcon.tools.AbstractScript
getInstance(String, String, boolean, AbstractScript, ClassLoader, Map, List<ScriptImport>) - Static method in class de.ipcon.tools.AbstractScript
getInstance(String, String, boolean, AbstractScript, ClassLoader, Map, List<ScriptImport>, Class) - Static method in class de.ipcon.tools.AbstractScript
getInstance(String, String, boolean, AbstractScript, ClassLoader, Map, List<ScriptImport>, Class, String) - Static method in class de.ipcon.tools.AbstractScript
getInstance(String) - Static method in class de.ipcon.tools.bini
getInstance(String, String) - Static method in class de.ipcon.tools.bini
getInstance(String, String, boolean) - Static method in class de.ipcon.tools.bini
getInstance(File, Class, String, String, String) - Static method in class de.ipcon.tools.ContentHandlerFactory
getInstance() - Static method in class de.ipcon.tools.G1FootprintHelper
getInstance(String) - Static method in class de.ipcon.tools.L10nDateFormat
Constructor is private, because the superclass SimpleDateFormat will set some properties on constructor
while we still have to extract timezone, locale and other inband information out of the pattern.
getInstance(String, Locale) - Static method in class de.ipcon.tools.L10nDateFormat
getInstance(String, Locale, TimeZone) - Static method in class de.ipcon.tools.L10nDateFormat
getInstance(String) - Static method in class de.ipcon.tools.L10nDecimalFormat
getInstance(String, Locale) - Static method in class de.ipcon.tools.L10nDecimalFormat
getInstance() - Static method in class de.ipcon.tools.MettlerToledoIND429ScaleDriver
getInstance() - Static method in class de.ipcon.tools.ref.ExpungingReferenceQueue
getInstance() - Static method in class de.ipcon.tools.StringBuilderPool
Call this method to create or reuse an empty StringBuilder instance from the pool.
getInstance(String) - Static method in class de.ipcon.tools.StringBuilderPool
/**
Call this method to create or reuse an empty StringBuilder instance from the pool,
and immediately append the given string for convenience.
getInstance(XBaseTable, RandomAccessFile) - Static method in class de.ipcon.tools.xbase.XBaseField
getInstanceByTemplateTid(Transaction, String, Collection, Map) - Static method in class de.ipcon.db.core.MyTISMBenAuftragMitVorlage
Deprecated.
getInstanceForClass(Class<? extends BOI>) - Static method in class de.ipcon.db.core.BOT
getInstanceForClass(Class<? extends BOI>, boolean) - Static method in class de.ipcon.db.core.BOT
getInstanceForClass(BOLoaderI, Class<? extends BOI>) - Static method in class de.ipcon.db.core.BOT
getInstanceForClass(BOLoaderI, Class<? extends BOI>, boolean) - Static method in class de.ipcon.db.core.BOT
getInstanceForFormReload(SchemaI) - Static method in class de.ipcon.schema.InstrumentingSchema
getInstanceForJunitTesting(String) - Static method in class de.ipcon.schema.CBOSchema
getInstanceForTests(SchemaI) - Static method in class de.ipcon.schema.InstrumentingSchema
getInstanceFromCCL(String) - Static method in class de.ipcon.schema.CBOSchema
getInstanceFromCCL(String, Map) - Static method in class de.ipcon.schema.CBOSchema
getInstanceName() - Method in class de.ipcon.db.BackendConnectionManager
getInstanceName() - Method in interface de.ipcon.db.BackendConnectionManagerI
getInstanceName() - Method in class de.ipcon.db.DBMan
getInstanceName() - Method in class de.ipcon.db.DBManInfo
getInstanceName() - Method in interface de.ipcon.db.DBManLocalI
getInstanceName() - Method in class de.ipcon.db.protocol.BackendConnection
getInstanceName() - Method in class de.ipcon.db.protocol.BackendRequestInitSession
getInstanceName() - Method in interface de.ipcon.db.protocol.ServerConnectionI
getInstanceName() - Method in class de.ipcon.db.protocol.ServerConnectionInfo
getInstances() - Static method in class de.ipcon.db.DBMan
getInstanceSpecificLocale() - Method in class de.ipcon.db.core.Transliterator
Returns the Locale for this Transliterator instance, defaulting to the default Locale set in the L10n class.
getInstanceSpecificLocale() - Method in interface de.ipcon.db.core.TransliteratorI
getInstanceSpecificPaths() - Method in class de.ipcon.db.core.Transliterator
Returns the paths (l10n bundles, classes) to use for l10n look-up.
getInstanceSpecificPaths() - Method in interface de.ipcon.db.core.TransliteratorI
getInstanz() - Method in class de.ipcon.db.core.BF
getInstanz() - Method in class de.ipcon.db.feature.AbstractLicense
getInstanz(boolean) - Method in class de.ipcon.db.feature.AbstractLicense
getInstanz() - Method in class de.ipcon.db.feature.FeatureManager
getInstanz() - Method in interface de.ipcon.db.feature.FeatureManagerI
Returns instance name for the current MyTISM instance.
getInstream() - Method in class de.ipcon.tools.io.InputStreamWrapper
getInstrumentedInstance(BOLoaderI) - Static method in class de.ipcon.db.core.CachingBOLoader
Creates a CachingBOLoader instance with an instrumented schema which allows to dynamically add new virtual attributes.
getInstrumentedSchema() - Method in class de.ipcon.form.FPanel
getInstrumentingSchema() - Method in class de.ipcon.db.core.ArrayZeilenWrapper
getInt(Rexx) - Static method in class de.ipcon.schema.types.CBOAbstractAttributeType
int aus Rexx, ignoriert Nachkommastellen
getInt() - Method in class de.ipcon.tools.BoolAggregator
getInt(int) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of the designated JDBC INTEGER parameter as an int in the Java programming language.
getInt(String) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of a JDBC INTEGER parameter as an int in the Java programming language.
getInt(int) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as an int in the Java programming language.
getInt(String) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as an int in the Java programming language.
getInt(String) - Static method in class de.ipcon.tools.TypeDistiller
getInt(String, int) - Static method in class de.ipcon.tools.TypeDistiller
getIntegerValue() - Method in class de.ipcon.db.core.EinstellungenVariable
getIntegerValue(Benutzer) - Method in class de.ipcon.db.core.EinstellungenVariable
getIntegerValue(Benutzer, Appendable) - Method in class de.ipcon.db.core.EinstellungenVariable
getIntegrityCheckGenerator() - Method in class de.ipcon.schema.generators.StartupConfiguration
getIntercellSpacingX() - Method in class de.ipcon.form.FTable
getIntercellSpacingY() - Method in class de.ipcon.form.FTable
getInterface(String) - Method in class de.ipcon.schema.CBOSchema
getInterface(String) - Method in interface de.ipcon.schema.SchemaI
Returns the SchemaInterfaceI for the passed name.
getInterface(String) - Method in class de.ipcon.schema.SchemaWrapper
getInterfaces() - Method in class de.ipcon.schema.CBOSchema
getInterfaces() - Method in class de.ipcon.schema.InstrumentingSchema
getInterfaces() - Method in interface de.ipcon.schema.SchemaI
Returns a collection of all interfaces defined in the schema.
getInterfaces() - Method in class de.ipcon.schema.SchemaWrapper
getInternalHGap() - Method in class de.ipcon.form.FView
getInternalVGap() - Method in class de.ipcon.form.FView
getInternetAddress() - Method in class de.ipcon.db.core.Benutzer
getInternetAddress() - Method in class de.ipcon.db.core.MyTISMAdresseEmail
getInterpretedBetreff() - Method in class de.ipcon.db.core.MyTISMBenachrichtigung
getInterpretedText() - Method in class de.ipcon.db.core.MyTISMBenachrichtigung
getInterpreter() - Method in class de.ipcon.tools.BeanShellScript
getInterrupt() - Method in class de.ipcon.tools.AbstractScript
getIntObject(String) - Static method in class de.ipcon.tools.TypeDistiller
getIntObject(String, Integer) - Static method in class de.ipcon.tools.TypeDistiller
getInvolvedInProcs() - Method in class de.ipcon.db.core.BO
getInvolvedInProcsIterator() - Method in class de.ipcon.db.core.BO
getIs() - Method in class de.ipcon.db.core.BOLoaderCoercingObjectInputStream
getIsInbetweenRunning() - Method in class de.ipcon.db.fulltext.compass.CompassFTSModule
getISONameFull() - Method in class de.ipcon.db.core.L10nLocale
getIstAngemeldet() - Method in class de.ipcon.db.core.Benutzer
Tells if this Benutzer is currently logged in.
getIstAsciidocReport() - Method in class de.ipcon.db.core.Report
getIstAutomatikNN() - Method in interface de.ipcon.db.core.ParameterizedStrukturI
FIXME TH 2022-08-22: This method might be deprecated or removed.
getIstZeitumstellungSommerNachWinter(Date) - Static method in class de.ipcon.tools.date.DateTimeTools
getIstZeitumstellungWinterNachSommer(Date) - Static method in class de.ipcon.tools.date.DateTimeTools
getItem(int) - Method in class de.ipcon.db.oql.ListNode
getItem() - Method in class de.ipcon.form.combobox.FComboBoxEditor
Retrieves the converted value from the editor component.
getItemAttribute() - Method in class de.ipcon.form.FTable
getItemAttribute() - Method in interface de.ipcon.form.table.FTableConfigurationI
getItemClass() - Method in class de.ipcon.form.FScheduler
getItemCount() - Method in class de.ipcon.db.oql.ListNode
getItemEnd() - Method in class de.ipcon.db.core.tx.TransactionFormatter
getItemEnd() - Method in class de.ipcon.db.core.tx.TransactionFormatterGrouped
getItemEnd(boolean) - Method in class de.ipcon.db.core.tx.TransactionFormatterGrouped
getItemEnd() - Method in class de.ipcon.db.core.tx.TransactionFormatterGroupedHTML
getItemEnd() - Method in class de.ipcon.db.core.tx.TransactionFormatterGroupedPlain
getItemEnd() - Method in class de.ipcon.db.core.tx.TransactionFormatterHTML
getItemEnd() - Method in class de.ipcon.db.core.tx.TransactionFormatterPlain
getItemEnd() - Method in class de.ipcon.db.core.tx.TransactionFormatterSummarizedPlain
getItemProperty() - Method in class de.ipcon.form.FTable
getItemProperty() - Method in interface de.ipcon.form.table.FTableConfigurationI
getItemProperty() - Method in interface de.ipcon.schema.AttributeI
getItemProperty() - Method in class de.ipcon.schema.AttributeTemplate
getItemProperty() - Method in interface de.ipcon.schema.AttributeWithUIConfigurationI
getItemProperty() - Method in class de.ipcon.schema.AttributeWrapper
getItemProperty() - Method in class de.ipcon.schema.CBOAttribute
getItemProperty() - Method in class de.ipcon.schema.ScriptedAttribute
getItemsInRange(LocalDateTime, LocalDateTime) - Method in class de.ipcon.form.scheduler.FSchedulerBOModel
getItemStart() - Method in class de.ipcon.db.core.tx.TransactionFormatter
getItemStart() - Method in class de.ipcon.db.core.tx.TransactionFormatterGrouped
getItemStart(boolean) - Method in class de.ipcon.db.core.tx.TransactionFormatterGrouped
getItemStart(boolean) - Method in class de.ipcon.db.core.tx.TransactionFormatterGroupedHTML
getItemStart(boolean) - Method in class de.ipcon.db.core.tx.TransactionFormatterGroupedPlain
getItemStart() - Method in class de.ipcon.db.core.tx.TransactionFormatterHTML
getItemStart() - Method in class de.ipcon.db.core.tx.TransactionFormatterPlain
getItemStart() - Method in class de.ipcon.db.core.tx.TransactionFormatterSummarizedPlain
getIterator(Object) - Method in interface de.ipcon.schema.AttributeAccessorI
getJasperPrint() - Method in class de.ipcon.db.core.Druckziel.OutputDsl
getJavaClass() - Method in enum de.ipcon.db.oql.ValueType
getJavaClass() - Method in interface de.ipcon.schema.CBOAttributeTypeI
The not null type/Class of the field in the Java object (the MyTISM BO).
getJavaClass() - Method in class de.ipcon.schema.types.AbstractStringType
getJavaClass() - Method in class de.ipcon.schema.types.BooleanType
getJavaClass() - Method in class de.ipcon.schema.types.DatetimeType
getJavaClass() - Method in class de.ipcon.schema.types.DecimalType
getJavaClass() - Method in class de.ipcon.schema.types.DoubleType
getJavaClass() - Method in class de.ipcon.schema.types.DurationType
getJavaClass() - Method in class de.ipcon.schema.types.FloatType
getJavaClass() - Method in class de.ipcon.schema.types.IntegerType
getJavaClass() - Method in class de.ipcon.schema.types.LongType
getJavaClass() - Method in class de.ipcon.schema.types.PasswordType
getJavaClass() - Method in class de.ipcon.schema.types.TimespanType
getJavaClass() - Method in class de.ipcon.schema.types.URIType
getJavaClass() - Method in class de.ipcon.schema.types.WrappingArrayType
getJavaClass() - Method in class de.ipcon.schema.types.XMLType
getJavaClassFQNForImport() - Method in interface de.ipcon.schema.CBOAttributeTypeI
Return the fully qualified java class name in an import [result] compatible for.
getJavaClassnameForCode() - Method in interface de.ipcon.schema.CBOAttributeTypeI
Return the java class name as used in fields declarations with this class.
getJavaCodeGen(String) - Method in interface de.ipcon.schema.CBOAttributeTypeI
getJavaCodeGen(String) - Method in class de.ipcon.schema.types.AbstractStringType
getJavaCodeGen(String) - Method in class de.ipcon.schema.types.BooleanType
getJavaCodeGen(String) - Method in class de.ipcon.schema.types.PasswordType
getJavaCodeGen(String) - Method in class de.ipcon.schema.types.WrappingArrayType
getJavaSyntaxImports(List) - Method in class de.ipcon.tools.AbstractScript
Generates a string of Java import statements from a list of ScriptImport objects.
getJavaSyntaxImports(List, boolean) - Method in class de.ipcon.tools.AbstractScript
getJcomp() - Method in class de.ipcon.form.FElement
getJComponent() - Method in class de.ipcon.form.AbstractClientDesktopElement
getJComponent() - Method in class de.ipcon.form.AbstractMDIManager
getJComponent() - Method in class de.ipcon.form.ClientDesktopManager
getJComponent() - Method in class de.ipcon.form.FBooleanInputComponent
getJComponent() - Method in class de.ipcon.form.FButton
getJComponent() - Method in class de.ipcon.form.FComboBox
getJComponent() - Method in class de.ipcon.form.FDetailView
getJComponent() - Method in class de.ipcon.form.FInputPanel
Returns the "JComponent" associated with this form element.
getJComponent() - Method in class de.ipcon.form.FPopup
getJComponent() - Method in class de.ipcon.form.FStyledText
getJComponent() - Method in class de.ipcon.form.FText
getJComponent() - Method in class de.ipcon.form.FTextInputComponent
getJComponent() - Method in class de.ipcon.form.FTimespanChooser
getJComponent() - Method in interface de.ipcon.form.MDIManagerI
getJdbcConnection() - Method in class de.ipcon.db.CastorPersistenceHandler
getJDBCConnection() - Method in interface de.ipcon.db.core.KernelDatabaseAccessorI
Returns a JDBC connection for direct access to the DBManLocalIs underlying
database.
getJdbcConnection() - Method in interface de.ipcon.db.core.PersistenceHandlerI
getJDBCConnection() - Method in class de.ipcon.db.module.KernelModule
getJdbcDriver() - Method in class de.ipcon.db.DBMan
Custom class for an exception which sould be signalled in the closure of a save-procedure of cauldron.
getJdbcDriver() - Method in interface de.ipcon.db.DBManLocalI
getJdbcPass() - Method in class de.ipcon.db.DBMan
getJdbcPass() - Method in interface de.ipcon.db.DBManLocalI
getJdbcType() - Method in interface de.ipcon.schema.CBOAttributeTypeI
Type/Class that the JDBC driver returns for the column/field.
getJdbcType() - Method in class de.ipcon.schema.types.AbstractStringType
getJdbcType() - Method in class de.ipcon.schema.types.BooleanType
getJdbcType() - Method in class de.ipcon.schema.types.DatetimeType
getJdbcType() - Method in class de.ipcon.schema.types.DecimalType
getJdbcType() - Method in class de.ipcon.schema.types.DoubleType
getJdbcType() - Method in class de.ipcon.schema.types.DurationType
getJdbcType() - Method in class de.ipcon.schema.types.FloatType
getJdbcType() - Method in class de.ipcon.schema.types.IntegerType
getJdbcType() - Method in class de.ipcon.schema.types.LongType
getJdbcType() - Method in class de.ipcon.schema.types.PasswordType
getJdbcType() - Method in class de.ipcon.schema.types.TimespanType
getJdbcType() - Method in class de.ipcon.schema.types.URIType
getJdbcType() - Method in class de.ipcon.schema.types.WrappingArrayType
getJdbcType() - Method in class de.ipcon.schema.types.XMLType
getJdbcUrl() - Method in class de.ipcon.db.DBMan
getJdbcUrl() - Method in interface de.ipcon.db.DBManLocalI
getJdbcUrlFromConf() - Method in class de.ipcon.db.DBMan
getJdbcUser() - Method in class de.ipcon.db.DBMan
getJdbcUser() - Method in interface de.ipcon.db.DBManLocalI
getJlabel() - Method in class de.ipcon.form.FElement
getJMenu() - Method in class de.ipcon.form.AbstractMDIManager
getJMenu() - Method in class de.ipcon.form.ClientDesktopManager
getJoin(String) - Method in class de.ipcon.db.oql.QueryNameSpace
getJp() - Method in class de.ipcon.db.report.FillHelper
getJRootPane() - Method in class de.ipcon.form.DefaultFormContext
getJRootPane() - Method in interface de.ipcon.form.FormContextI
getJToolBar() - Method in class de.ipcon.form.FBorder
getJustification() - Method in class de.ipcon.form.table.FTableColumn
getJVMPid() - Static method in class de.ipcon.tools.OSTools
Retrieves the Process ID (PID) of the current Java Virtual Machine (JVM) instance.
getKeepAliveInterval() - Method in class de.ipcon.db.protocol.socket.SocketTransport
getKeepAliveInterval() - Method in interface de.ipcon.db.protocol.TransportI
Returns the current keep-alive interval of the underlying output or -1 if no keep-alive is possible or active there.
getKeepAliveTimeout() - Method in class de.ipcon.db.sync.AbstractSync
getKeepClasses() - Method in class de.ipcon.db.core.CachingBOLoaderRegistration
getKeepEntities() - Method in class de.ipcon.db.core.CachingBOLoaderRegistration
getKernel() - Method in class de.ipcon.db.protocol.PerformanceMeter
getKernelDatabaseAccessor() - Method in class de.ipcon.db.alarm.AlarmHandler
getKernelDatabaseAccessor() - Method in interface de.ipcon.db.alarm.BOMonitoringAlarmHandlerI
getKernelDatabaseSaver() - Method in class de.ipcon.db.alarm.AlarmHandler
getKernelModule() - Method in class de.ipcon.db.module.HandleEventTimerTask
getKernelTime() - Method in class de.ipcon.db.protocol.AbstractBackendSession
getKernelTime() - Method in class de.ipcon.db.protocol.BackendSession
getKernelTime() - Method in interface de.ipcon.db.protocol.BackendSessionI
getKernelTime() - Method in class de.ipcon.db.protocol.BackendSessionInfo
getKey() - Method in class de.ipcon.db.core.CollidingBPQueryClauseBuilder
Generates a unique key for this CollidingBPQueryClauseBuilder instance.
getKey() - Method in class de.ipcon.db.event.EventMessage
getKey() - Method in class de.ipcon.db.feature.FeatureDefinition
getKey(int) - Method in class de.ipcon.form.DoubleList
Returns an object in this DoubleList
getKey(Object) - Method in class de.ipcon.form.DoubleList
Returns the object corresponding to the given object
getKey() - Method in class de.ipcon.schema.generators.PostgreSQLIndex
getKey() - Method in class de.ipcon.tools.cache.ObjectInfo
getKeyAttributeName() - Method in interface de.ipcon.db.cache.CacheKeyCalculatorI
Returns the attribute name of the attribute, the value of which is taken as key for caching a value.
getKeyAttributeName() - Method in class de.ipcon.db.cache.SingleAttributeCacheKeyCalculator
getKeyForBackend() - Method in class de.ipcon.db.event.DBManEventSubscription
getKeyForBackend() - Method in interface de.ipcon.db.event.DBManEventSubscriptionI
getKeyForDuplicatePrevention() - Method in class de.ipcon.db.core.MyTISMAdresse
getKeyForDuplicatePrevention() - Method in class de.ipcon.db.core.MyTISMAdresseEmail
getKeyForDuplicatePrevention() - Method in class de.ipcon.db.core.MyTISMAdresseSolstice
getKeyImage() - Method in class de.ipcon.db.core.TOTPSchluessel
getKeyImage(int) - Method in class de.ipcon.db.core.TOTPSchluessel
getKeyImage(int, String) - Method in class de.ipcon.db.core.TOTPSchluessel
getKeyName(Class, boolean, boolean, boolean) - Method in class de.ipcon.form.navtree.ClientNavigationTreeCellRenderer
getKeyName(Class, boolean, boolean, boolean, boolean) - Method in class de.ipcon.form.navtree.ClientNavigationTreeCellRenderer
getKeyName(Class, boolean, boolean) - Method in class de.ipcon.form.selectiontree.PolymorphicTemplateSelectionTreeCellRenderer
getKeys() - Method in class de.ipcon.tools.L10nPack
Returns a copy of all keys present in this L10n pack, typically used for verification purposes.
getKeyUri() - Method in class de.ipcon.db.core.TOTPSchluessel
getKeyUri(String) - Method in class de.ipcon.db.core.TOTPSchluessel
getKindFromString(String) - Static method in class de.ipcon.tools.L10nDateFormat
returns internal int type of the given String.
getKnown(Long) - Method in interface de.ipcon.db.core.BOLoaderWithCacheI
getKnown(Class<? extends BOI>) - Method in interface de.ipcon.db.core.BOLoaderWithCacheI
getKnown(Long) - Method in class de.ipcon.db.core.CachingBOLoader
getKnown(Class<? extends BOI>) - Method in class de.ipcon.db.core.CachingBOLoader
getKnown(Long) - Method in class de.ipcon.db.core.Transaction
Returns the cached BO with this id.
getKnown(Class<? extends BOI>) - Method in class de.ipcon.db.core.Transaction
getKnownBOs() - Method in class de.ipcon.db.core.Transaction
Returns an unmodifiable map with all known BOs.
getKnownBOs(Class<? extends BOI>) - Method in class de.ipcon.db.core.Transaction
getKnownBOs(Class<? extends BOI>, int) - Method in class de.ipcon.db.core.Transaction
getKnownFtxs() - Method in class de.ipcon.form.AbstractMDIManager
getKnownFtxs() - Method in class de.ipcon.form.ClientDesktopManager
getKnownFtxs() - Method in interface de.ipcon.form.MDIManagerI
getKontextBOs() - Method in class de.ipcon.db.core.MyTISMBenachrichtigung
getKurztext(String) - Static method in class de.ipcon.tools.TextTools
Returns a string that is at most maxLength characters long without trailing punctuation
or whitespace, and with an ellipsis (...) appended if the string really was shortened.
getKurztext(String, int) - Static method in class de.ipcon.tools.TextTools
getL10nBeschreibung() - Method in class de.ipcon.db.core.Benannt
getL10nBeschreibung() - Method in class de.ipcon.db.core.IssueUrgency
getL10nBundle() - Method in class de.ipcon.form.FRootPane
getL10nEntityName(BO[]) - Method in class de.ipcon.form.FormContextMenuSelection
getL10nEntityName() - Method in interface de.ipcon.schema.AttributeI
Returns the localized name of the entity to which this attribute belongs.
getL10nEntityName() - Method in class de.ipcon.schema.AttributeWrapper
getL10nEntityName() - Method in class de.ipcon.schema.CBOAttribute
getL10nEntityName() - Method in class de.ipcon.schema.ScriptedAttribute
getL10nFolderPathElements(String) - Static method in class de.ipcon.schema.generators.coredata.OrdnerFactory
getL10nMessage() - Method in class de.ipcon.db.event.EventMessage
getL10nName() - Method in class de.ipcon.db.core.Benannt
getL10nName() - Method in class de.ipcon.db.core.BOT
getL10nName() - Method in class de.ipcon.db.core.Druckziel
getL10nName() - Method in class de.ipcon.db.core.IssueUrgency
getL10nName() - Method in interface de.ipcon.schema.AttributeI
Returns the localized name of this AttributeI.
getL10nName() - Method in class de.ipcon.schema.AttributeWrapper
getL10nName() - Method in class de.ipcon.schema.CBOAttribute
getL10nName() - Method in class de.ipcon.schema.CBOEntity
getL10nName(boolean) - Method in class de.ipcon.schema.CBOEntity
getL10nName() - Method in interface de.ipcon.schema.EntityI
Returns the localized singular name of this entity.
getL10nName(boolean) - Method in interface de.ipcon.schema.EntityI
Returns the localized singular name of this entity, with configurable fallback behavior.
getL10nName() - Method in class de.ipcon.schema.EntityWrapper
getL10nName(boolean) - Method in class de.ipcon.schema.EntityWrapper
getL10nName() - Method in class de.ipcon.schema.ScriptedAttribute
getL10nName() - Method in class de.ipcon.schema.VirtualEntity
getL10nName(boolean) - Method in class de.ipcon.schema.VirtualEntity
getL10nNameKey() - Method in interface de.ipcon.schema.AttributeI
Returns the localization name key for this AttributeI.
getL10nNameKey() - Method in class de.ipcon.schema.AttributeWrapper
getL10nNameKey() - Method in class de.ipcon.schema.CBOAttribute
getL10nNameKey() - Method in class de.ipcon.schema.CBOEntity
getL10nNameKey() - Method in interface de.ipcon.schema.EntityI
Returns the localization key for the singular name of this entity.
getL10nNameKey() - Method in class de.ipcon.schema.EntityWrapper
getL10nNameKey() - Method in class de.ipcon.schema.ScriptedAttribute
getL10nNameKey() - Method in class de.ipcon.schema.VirtualEntity
getL10nNameVar() - Method in interface de.ipcon.schema.AttributeI
Returns a localizable String variable reference for the name of this AttributeI.
getL10nNameVar() - Method in class de.ipcon.schema.AttributeWrapper
getL10nNameVar() - Method in class de.ipcon.schema.CBOAttribute
getL10nNameVar() - Method in class de.ipcon.schema.CBOEntity
getL10nNameVar() - Method in interface de.ipcon.schema.EntityI
Returns a localizable String variable reference for the singular name of this entity.
getL10nNameVar() - Method in class de.ipcon.schema.EntityWrapper
getL10nNameVar() - Method in class de.ipcon.schema.ScriptedAttribute
getL10nNameVar() - Method in class de.ipcon.schema.VirtualEntity
getL10nPack(String, String) - Method in class de.ipcon.db.BackendConnectionManager
getL10nPack(String, Locale) - Method in class de.ipcon.db.BackendConnectionManager
getL10nPack(String) - Method in class de.ipcon.db.BackendConnectionManager
getL10nPack(String, String) - Method in class de.ipcon.db.cache.L10nCache
getL10nPack(String, String) - Method in class de.ipcon.db.DBMan
getL10nPack(String, String) - Method in class de.ipcon.db.protocol.AbstractBackendConnection
getL10nPack(String, String) - Method in class de.ipcon.tools.L10n
getL10nPack(String, String) - Method in interface de.ipcon.tools.L10nPackProviderI
Retrieves a specific
L10nPack by its bundle name and locale.
getL10nPackPreload(String) - Method in class de.ipcon.db.BackendConnectionManager
getL10nPackPreload(String) - Method in interface de.ipcon.db.BackendL10nProviderI
getL10nPackPreload(String) - Method in class de.ipcon.db.cache.L10nCache
getL10nPackPreload(String) - Method in class de.ipcon.db.protocol.BackendConnection
getL10nPackPreload(String) - Method in interface de.ipcon.db.protocol.ServerConnectionI
getL10nPacks(String[], String) - Method in class de.ipcon.db.BackendConnectionManager
getL10nPacks(String[], Locale) - Method in class de.ipcon.db.BackendConnectionManager
getL10nPacks(String[]) - Method in class de.ipcon.db.BackendConnectionManager
getL10nPacks(String[], String) - Method in class de.ipcon.db.cache.L10nCache
getL10nPacks(String[], String) - Method in class de.ipcon.db.DBMan
getL10nPacks(String[], String) - Method in class de.ipcon.db.protocol.BackendConnection
getL10nPacks(String[], String) - Method in class de.ipcon.tools.L10n
getL10nPacks(String[], String) - Method in interface de.ipcon.tools.L10nPackProviderI
Retrieves an array of
L10nPack objects for multiple specified bundle names and a single locale.
getL10nPath() - Method in class de.ipcon.db.BackendConnectionManager
getL10nPath(int) - Method in class de.ipcon.db.BackendConnectionManager
getL10nPath() - Method in interface de.ipcon.db.BackendConnectionManagerI
getL10nPath() - Method in class de.ipcon.db.cache.L10nCache
getL10nPath() - Method in class de.ipcon.db.DBMan
getL10nPath() - Method in class de.ipcon.db.protocol.BackendConnection
getL10nPath() - Method in class de.ipcon.tools.L10n
getL10nPath() - Method in interface de.ipcon.tools.L10nPackProviderI
Retrieves the localization path entries provided by this pack provider.
getL10nPlural() - Method in class de.ipcon.db.core.BOT
getL10nPlural() - Method in class de.ipcon.schema.CBOEntity
getL10nPlural(boolean) - Method in class de.ipcon.schema.CBOEntity
getL10nPlural() - Method in interface de.ipcon.schema.EntityI
Returns the localized plural name of this entity.
getL10nPlural(boolean) - Method in interface de.ipcon.schema.EntityI
Returns the localized plural name of this entity, with configurable fallback behavior.
getL10nPlural() - Method in class de.ipcon.schema.EntityWrapper
getL10nPlural(boolean) - Method in class de.ipcon.schema.EntityWrapper
getL10nPlural() - Method in class de.ipcon.schema.VirtualEntity
getL10nPlural(boolean) - Method in class de.ipcon.schema.VirtualEntity
getL10nPluralKey() - Method in class de.ipcon.schema.CBOEntity
getL10nPluralKey() - Method in interface de.ipcon.schema.EntityI
Returns the localization key for the plural name of this entity.
getL10nPluralKey() - Method in class de.ipcon.schema.EntityWrapper
getL10nPluralKey() - Method in class de.ipcon.schema.VirtualEntity
getL10nPluralVar() - Method in class de.ipcon.schema.CBOEntity
getL10nPluralVar() - Method in interface de.ipcon.schema.EntityI
Returns a localizable String variable reference for the plural name of this entity.
getL10nPluralVar() - Method in class de.ipcon.schema.EntityWrapper
getL10nPluralVar() - Method in class de.ipcon.schema.VirtualEntity
getL10nProvider() - Method in class de.ipcon.db.DBMan
getL10nProvider() - Method in interface de.ipcon.db.DBManLocalI
getL10nSingular() - Method in interface de.ipcon.schema.AttributeI
Returns the localized singular form of this AttributeI.
getL10nSingular() - Method in class de.ipcon.schema.AttributeWrapper
getL10nSingular() - Method in class de.ipcon.schema.CBOAttribute
getL10nSingular() - Method in class de.ipcon.schema.ScriptedAttribute
getL10nSingularKey() - Method in interface de.ipcon.schema.AttributeI
Returns the singular key of this AttributeI, used for localization.
getL10nSingularKey() - Method in class de.ipcon.schema.AttributeWrapper
getL10nSingularKey() - Method in class de.ipcon.schema.CBOAttribute
getL10nSingularKey() - Method in class de.ipcon.schema.ScriptedAttribute
getL10nSingularVar() - Method in interface de.ipcon.schema.AttributeI
Returns a localizable String for the singular key of this AttributeI (i.e.
getL10nSingularVar() - Method in class de.ipcon.schema.AttributeWrapper
getL10nSingularVar() - Method in class de.ipcon.schema.CBOAttribute
getL10nSingularVar() - Method in class de.ipcon.schema.ScriptedAttribute
getL10nViaString() - Method in class de.ipcon.db.BackendConnectionManager
getL10nViaString() - Method in class de.ipcon.db.cache.L10nCache
getL10nViaString() - Method in class de.ipcon.db.DBMan
getL10nViaString() - Method in class de.ipcon.db.protocol.BackendConnection
getL10nViaString() - Method in interface de.ipcon.db.protocol.ServerConnectionI
getL10nViaString() - Method in class de.ipcon.tools.L10n
getL10nViaString() - Method in interface de.ipcon.tools.L10nPackProviderI
Provides a descriptive string indicating the means by which localization (L10n) data was delivered.
getLabel() - Method in class de.ipcon.form.FElement
getLabelBackground() - Method in class de.ipcon.form.FElement
getLabelComponent() - Method in class de.ipcon.form.FLabel
getLabelForeground() - Method in class de.ipcon.form.FElement
getLanguage() - Method in class de.ipcon.db.BOEnvironmentBuilder.Script
getLanguage() - Method in class de.ipcon.form.combobox.ScriptBasedModel
getLanguage(Element) - Static method in class de.ipcon.form.FScript
Retrieves the scripting language from an XML element's 'language' attribute.
getLanguage() - Method in class de.ipcon.tools.AbstractScript
Returns the scripting language of this script instance.
getLanguage() - Method in class de.ipcon.tools.BeanShellScript
getLanguage() - Method in class de.ipcon.tools.GroovyScript
getLanguageSeperatedByDash(String, int) - Static method in class de.ipcon.tools.L10n
this method takes a String where the languages are seperated by |
it returns the _lang'th language of this string, beginning at 1
getLast() - Method in class de.ipcon.db.protocol.PerformanceMeter
getLastActiveFrameComponent() - Method in class de.ipcon.form.ClientDesktopManager
getLastActiveFrameComponent() - Method in class de.ipcon.form.ClientNativeWindowManager
getLastActiveFrameComponent() - Method in class de.ipcon.form.ClientSDIManager
getLastActiveFrameComponent() - Method in interface de.ipcon.form.MDIManagerI
getLastActivity() - Method in class de.ipcon.db.protocol.AbstractBackendSession
getLastActivity(String) - Method in class de.ipcon.db.protocol.AbstractBackendSession
getLastActivity() - Method in class de.ipcon.db.protocol.BackendSession
getLastActivity(String) - Method in class de.ipcon.db.protocol.BackendSession
getLastActivity(String) - Method in interface de.ipcon.db.protocol.BackendSessionI
getLastActivity() - Method in interface de.ipcon.db.protocol.BackendSessionI
getLastActivity() - Method in class de.ipcon.db.protocol.BackendSessionInfo
getLastActivity() - Method in class de.ipcon.form.ClientLoginDialog
getLastAssessmentDate() - Method in class de.ipcon.schema.gdpr.DataRetentionPolicy
Returns the date of the last assessment of the data retention policy.
getLastDayOfMonth(Date) - Static method in class de.ipcon.tools.date.DateTimeTools
Returns a Date being the last day of month and year of the given date.
getLastDayOfMonth(Date, boolean) - Static method in class de.ipcon.tools.date.DateTimeTools
getLastDayOfNextMonth(Date) - Static method in class de.ipcon.tools.date.DateTimeTools
Returns a Date object representing the last day of the month after the given date.
getLastDayOfNextMonth(Date, boolean) - Static method in class de.ipcon.tools.date.DateTimeTools
getLastDayOfPreviousMonth(Date) - Static method in class de.ipcon.tools.date.DateTimeTools
Returns a Date object representing the last day of the month before the given date.
getLastDayOfPreviousMonth(Date, boolean) - Static method in class de.ipcon.tools.date.DateTimeTools
getLastDayOfYear(int) - Static method in class de.ipcon.tools.date.DateTimeTools
Returns a Date object representing the last day of the year represented by the passed int, stripped of time.
getLastDayOfYear(Date) - Static method in class de.ipcon.tools.date.DateTimeTools
Returns a Date object representing the last day of the year of the passed date, stripped of time.
getLastFElement() - Method in class de.ipcon.form.FView
getLastHandledBTId() - Method in class de.ipcon.db.bthandler.BTsHandler
BE AWARE THAT THE VALUE RETURNED HERE IS ONLY FOR THE NODE WHERE THIS METHOD IS CALLED!
getLastHandledId() - Method in class de.ipcon.db.fulltext.compass.IndexerQueryBuilder
getLastItem() - Method in class de.ipcon.form.FTable
getLastItem(BO[]) - Method in class de.ipcon.form.FTable
getLastItemNumber() - Method in class de.ipcon.form.FTable
getLastItemNumber(BO[]) - Method in class de.ipcon.form.FTable
getLastLocalSaveTime() - Method in class de.ipcon.db.event.DBManServerHealthEvent
getLastLookup() - Method in class de.ipcon.db.query.SemiFullTextQueryBuilder
getLastModified() - Method in class de.ipcon.db.blob.VFile
getLastModified() - Method in class de.ipcon.db.event.ConfChangeEvent
Returns the last modified time of the mytism.ini file.
getLastModifiedBy() - Method in class de.ipcon.db.core.BO
Returns the user in the transaction of the most recent BP that affected
this BO or null if the BO is still new and unsaved.
getLastNetworkActivity() - Method in class de.ipcon.db.io.CompactObjectOutput
getLastNetworkActivity() - Method in interface de.ipcon.tools.io.ObjectDataOutputI
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT regarding the last network activity on this ObjectDataOutputI.
getLastNLines(File) - Static method in class de.ipcon.tools.TextTools
Returns the last n lines of a file
Is used when user reports a bug.
getLastNLines(File, int) - Static method in class de.ipcon.tools.TextTools
getLastNLines(File, int, boolean) - Static method in class de.ipcon.tools.TextTools
getLastNLines(String, int) - Static method in class de.ipcon.tools.TextTools
Extracts the last n lines from the input string.
getLastPathPart() - Method in class de.ipcon.db.oql.PathNode
getLastRefreshRequest() - Method in class de.ipcon.form.FPanel
getLastSuccessfulSync() - Method in class de.ipcon.db.event.DBManServerHealthEvent
getLastUsed() - Method in class de.ipcon.db.protocol.socket.PooledSocket
getLastUser() - Method in class de.ipcon.form.navtree.UserNavigationSubCategory
getLastUsername() - Method in class de.ipcon.form.navtree.CategorizedUserNavigationTreeNode
getLatency() - Method in class de.ipcon.db.protocol.AbstractBackendConnection
getLatencyClientToServer() - Method in class de.ipcon.db.protocol.TransportProtocolServerClientChallengeResponse
getLatencyServerToClient() - Method in class de.ipcon.db.protocol.TransportProtocolServerClientChallengeResponse
getLatestSavepoint(Object) - Method in class de.ipcon.db.core.Transaction
Get the latest valid (read:youngest) savepoint filed under the given owner
getLatitude() - Method in class de.ipcon.tools.geo.GeoCoordinate
getLaws() - Method in class de.ipcon.schema.gdpr.DataRetentionPolicy
Returns the collection of laws associated with this data retention policy.
getLazy(Object) - Method in interface de.ipcon.schema.AttributeAccessorI
getLazyChanges() - Method in class de.ipcon.db.core.LazyRelationMap
getLazyData() - Method in class de.ipcon.db.core.BO
getLazyData() - Method in interface de.ipcon.db.core.LazyDataProviderI
getLazyStruktur(Long) - Method in class de.ipcon.db.BackendConnectionManager
getLazyStruktur(Long) - Method in class de.ipcon.db.protocol.BackendConnection
getLazyStruktur(Long) - Method in interface de.ipcon.db.protocol.ServerConnectionI
getLcdEnt() - Method in class de.ipcon.form.FormContextMenu
getLdel() - Method in class de.ipcon.db.core.Synchable
getLdel() - Method in class de.ipcon.db.core.TransactionConflictAnswer
getLeaf() - Method in class de.ipcon.form.FormElementPath
getLeastEffortBOMaskeComparator() - Static method in class de.ipcon.db.core.BOMaske
getLeastEffortRechteZuweisungComparator() - Static method in class de.ipcon.db.core.BOMaske
getLeastRecentIndexLmod() - Method in class de.ipcon.db.fulltext.compass.MetaDataHolder
getLeftBound() - Method in class de.ipcon.form.ClientDesktopManager
getLeftOperand() - Method in class de.ipcon.db.oql.BinaryExpressionNode
getLegalBases() - Method in class de.ipcon.schema.gdpr.ProcessingPurpose
Returns the collection of processing legal bases associated with this data category.
getLength() - Method in class de.ipcon.db.blob.ManagedFile
getLength() - Method in interface de.ipcon.db.blob.ManagedFileI
getLength() - Method in class de.ipcon.db.blob.VFile
getLength() - Method in class de.ipcon.tools.io.InputStreamWrapper
getLength() - Method in class de.ipcon.tools.xbase.XBaseField
getLengthForLine(int) - Method in class de.ipcon.tools.TextBreaker
Returns the desired line length for a given line number.
getLetzteVersendungOderSendeversuchAm() - Method in class de.ipcon.db.core.MyTISMBenachrichtigung
getLevel() - Method in class de.ipcon.db.event.DBManLogEvent
getLevel() - Method in class de.ipcon.schema.DefaultSortDefinitionEntry
Returns the sorting level
getLevelString() - Method in class de.ipcon.db.event.DBManLogEvent
getLhalign() - Method in class de.ipcon.form.FElement
getLicense(String) - Method in class de.ipcon.db.feature.FeatureManager
getLicense(String, boolean) - Method in class de.ipcon.db.feature.FeatureManager
getLicense(String) - Method in interface de.ipcon.db.feature.FeatureManagerI
Returns the currently active License for feature _feature or null if no
such license is available.
getLicense(String, boolean) - Method in interface de.ipcon.db.feature.FeatureManagerI
getLicenseStringFromUserString(String) - Static method in class de.ipcon.db.feature.LicenseImportExport
Retrieves the encrypted compact license string from the given user string
_str, ignoring the "header data".
getLimit() - Method in interface de.ipcon.db.core.InterpretedOQLQueryI
getLimit() - Method in class de.ipcon.db.oql.InterpretedOQLQuery
getLimitPart() - Method in class de.ipcon.db.oql.QueryExpressionNode
getLine(boolean) - Method in class de.ipcon.tools.MettlerToledoIND429ScaleDriver
getLineBorder() - Method in class de.ipcon.form.FBorder
getLineColor() - Method in class de.ipcon.form.FBorder
getLineLength() - Method in class de.ipcon.tools.TextBreaker
getLineOffset() - Method in class de.ipcon.form.combobox.ScriptBasedModel
getLineOffset() - Method in class de.ipcon.tools.BeanShellScript
getLineOffset() - Method in class de.ipcon.tools.GroovyScript
getLinePostfix() - Method in class de.ipcon.tools.TextBreaker
getLinePostfixForLine(int) - Method in class de.ipcon.tools.TextBreaker
Returns the line postfix for a given line number.
getLinePrefix() - Method in class de.ipcon.tools.TextBreaker
getLinePrefixForLine(int) - Method in class de.ipcon.tools.TextBreaker
Returns the line prefix for a given line number.
getLinesCount(String) - Static method in class de.ipcon.tools.FileTools
Convenience frontend for getLinesCount( File ).
getLinesCount(File) - Static method in class de.ipcon.tools.FileTools
Determines and returns the number of lines of a (text) file.
getLink() - Method in class de.ipcon.db.report.AttributeIterator
getLinkOnly() - Method in class de.ipcon.schema.CBOEntity
getLinkOnly() - Method in interface de.ipcon.schema.EntityI
Checks if the linkOnly-flag is set for this EntityI or one of its base EntityI-s.
getLinkOnly() - Method in class de.ipcon.schema.EntityWrapper
getList() - Method in exception de.ipcon.db.core.MultipleMatchingBOsException
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class de.ipcon.form.combobox.FComboBoxRenderer
Returns the component used to render the list cell.
getListener() - Method in class de.ipcon.db.event.DBManEventSubscription
getListTitle() - Method in class de.ipcon.form.AbstractClientDesktopElement
getListTitle() - Method in interface de.ipcon.form.MDIElementI
getLizenz() - Method in class de.ipcon.db.feature.AbstractLicense
getLizenzFuerImport() - Method in class de.ipcon.db.core.BF
getLmod() - Method in class de.ipcon.db.core.FilesystemObject
getLmod(int) - Method in class de.ipcon.db.core.FilesystemObject
getLmod() - Method in class de.ipcon.db.core.Synchable
getLmod() - Method in class de.ipcon.db.core.TransactionConflictAnswer
getLmod() - Method in class de.ipcon.tools.L10nPack
Retrieves the last modification timestamp (lmod) of this L10n pack.
getLoadAverage() - Method in class de.ipcon.db.event.DBManServerHealthEvent
getLoader() - Method in class de.ipcon.db.protocol.BackendCommandHandler
getLoader() - Method in interface de.ipcon.db.protocol.BackendCommandHandlerI
getLoadingBackgroundForRow(int) - Method in class de.ipcon.form.table.FTableBooleanColumnRenderer
getLoadingBackgroundForRow(int) - Method in class de.ipcon.form.table.FTableColumnRenderer
getLoadingTransaction() - Method in class de.ipcon.db.core.BO
Returns the Transaction this BO has been loaded by or is included in.
getLocale() - Method in class de.ipcon.db.core.L10nLocale
getLocale() - Method in class de.ipcon.db.core.MyTISMBenachrichtigung
getLocale() - Method in class de.ipcon.db.protocol.BackendSession
getLocale() - Method in interface de.ipcon.db.protocol.BackendSessionI
getLocale() - Method in class de.ipcon.form.locale.LocalesWrapper
getLocale() - Method in class de.ipcon.tools.L10n.SimpleL10nLocaleProvider
getLocale() - Method in interface de.ipcon.tools.L10nCurrentLocaleProviderI
getLocale() - Method in class de.ipcon.tools.L10nDateFormat
getLocale() - Method in class de.ipcon.tools.L10nDecimalFormat
getLocale() - Method in class de.ipcon.tools.L10nPack
Retrieves the Locale associated with this L10n pack.
getLocale() - Method in class de.ipcon.tools.L10nTimespanFormat
getLocale1() - Method in class de.ipcon.db.core.L10nBundle
getLocale1Value() - Method in class de.ipcon.db.core.L10nResource
getLocale2() - Method in class de.ipcon.db.core.L10nBundle
getLocale2Value() - Method in class de.ipcon.db.core.L10nResource
getLocale3() - Method in class de.ipcon.db.core.L10nBundle
getLocale3Value() - Method in class de.ipcon.db.core.L10nResource
getLocaleFromString(String) - Static method in class de.ipcon.tools.L10n
getLocalFile(File) - Method in interface de.ipcon.db.core.BasicClientContextI
getLocalFile(File) - Static method in class de.ipcon.db.sync.AbstractSync
getLocalFile(File) - Method in class de.ipcon.gui.BasicClient
getLocalHostAddress() - Method in class de.ipcon.db.protocol.socket.SocketTransport
getLocalHostAddress() - Method in interface de.ipcon.db.protocol.TransportI
Returns the host address for the local part of the connection.
getLocalLastModifiedBOs() - Method in class de.ipcon.db.core.Transaction
getLocalLmodOfBO() - Method in class de.ipcon.db.core.BOProc
getLocalPort() - Method in class de.ipcon.db.protocol.socket.SocketTransport
getLocalPort() - Method in interface de.ipcon.db.protocol.TransportI
Returns the port for the local part of the connection.
getLocalSchema() - Method in class de.ipcon.db.BackendConnectionManager
getLocalSchema() - Method in interface de.ipcon.db.BackendConnectionManagerI
getLocationInfo() - Method in class de.ipcon.db.importer.CSVInputReader
getLocationInfo() - Method in interface de.ipcon.db.importer.InputReaderI
getLock() - Method in interface de.ipcon.db.ServiceInstanceI
getLog() - Method in class de.ipcon.db.core.LazyImageIcon
getLoggedInSince() - Method in class de.ipcon.db.protocol.AbstractBackendSession
getLoggedInSince(String) - Method in class de.ipcon.db.protocol.AbstractBackendSession
getLoggedInSince() - Method in class de.ipcon.db.protocol.BackendSession
getLoggedInSince(String) - Method in class de.ipcon.db.protocol.BackendSession
getLoggedInSince(String) - Method in interface de.ipcon.db.protocol.BackendSessionI
getLoggedInSince() - Method in interface de.ipcon.db.protocol.BackendSessionI
getLoggedInSince() - Method in class de.ipcon.db.protocol.BackendSessionInfo
getLoggedInUser() - Method in class de.ipcon.db.protocol.BackendConnection
getLoggedInUser() - Method in interface de.ipcon.db.protocol.ServerConnectionI
getLogger() - Method in class de.ipcon.db.alarm.AlarmHandler
getLogger() - Method in class de.ipcon.db.alarm.BenachrichtigungsScriptAPI
getLogger() - Method in class de.ipcon.db.alarm.BOBasierterTerminHandler
getLogger() - Method in class de.ipcon.db.alarm.EinfacherTerminHandler
getLogger() - Method in class de.ipcon.db.alarm.WiedervorlageHandler
getLogger() - Method in interface de.ipcon.db.bthandler.BTHandlerI
getLogger() - Method in class de.ipcon.db.core.BedingterAlarm
getLogger() - Method in class de.ipcon.db.core.BOBasierterTermin
getLogger() - Method in interface de.ipcon.db.core.BOMonitoringAlarmI
getLogger() - Method in class de.ipcon.db.core.Wiedervorlage
getLogger() - Method in class de.ipcon.db.notification.NotificationModule
getLogger() - Method in class de.ipcon.db.notification.TemplateScriptAPI
getLogger() - Method in class de.ipcon.tools.scheduler.FixedTimeScheduler
getLogger() - Method in interface de.ipcon.tools.scheduler.SchedulableHandlerI
getLogLevel() - Method in class de.ipcon.db.core.Transaction
getLogLevel() - Method in class de.ipcon.tools.progress.ProgressHandler
Returns the current log level.
getLogLevel() - Method in class de.ipcon.tools.progress.ProgressHandlerWithTotal
getLogLevelForDisableAttributeWriteConstraints() - Method in class de.ipcon.schema.WriteConstraintsDisabler
Returns the log level to use when logging the disabling of attribute write constraints.
getLogLevelForDisableAttributeWriteConstraints() - Method in interface de.ipcon.schema.WriteConstraintsOverriderI
Returns the log level to use when logging the disabling of attribute write constraints.
getLogo() - Method in interface de.ipcon.form.ClientContextI
getLogo() - Method in class de.ipcon.gui.BasicClient
getLogPrefix() - Method in class de.ipcon.db.protocol.socket.PooledSocket
getLogPrefixForProgress() - Method in class de.ipcon.db.core.Transaction
getLong(Rexx) - Static method in class de.ipcon.schema.types.CBOAbstractAttributeType
long aus Rexx
getLong(int) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of the designated JDBC BIGINT parameter as a long in the Java programming language.
getLong(String) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of a JDBC BIGINT parameter as a long in the Java programming language.
getLong(int) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a long in the Java programming language.
getLong(String) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a long in the Java programming language.
getLong(String) - Static method in class de.ipcon.tools.TypeDistiller
getLong(String, long) - Static method in class de.ipcon.tools.TypeDistiller
getLongDescription() - Method in class de.ipcon.form.FormAction
getLongestDescription() - Method in class de.ipcon.form.FormAction
getLongitude() - Method in class de.ipcon.tools.geo.GeoCoordinate
getLongObject(String) - Static method in class de.ipcon.tools.TypeDistiller
getLongObject(String, Long) - Static method in class de.ipcon.tools.TypeDistiller
getLongProperty(EntityI, String) - Method in class de.ipcon.db.core.BT
getLongsV() - Method in class de.ipcon.db.core.ArrayTestBO
Some random dummy implementation for use in unittests
getLongValue() - Method in class de.ipcon.db.core.EinstellungenVariable
getLongValue(Benutzer) - Method in class de.ipcon.db.core.EinstellungenVariable
getLongValue(Benutzer, Appendable) - Method in class de.ipcon.db.core.EinstellungenVariable
getLookup() - Method in class de.ipcon.db.core.BOPivot
getLookupCaseSensitive() - Method in interface de.ipcon.schema.AttributeI
getLookupCaseSensitive() - Method in class de.ipcon.schema.AttributeWrapper
getLookupCaseSensitive() - Method in class de.ipcon.schema.CBOAttribute
getLookupCaseSensitive() - Method in class de.ipcon.schema.ScriptedAttribute
getLookupProperty() - Method in interface de.ipcon.schema.AttributeI
getLookupProperty() - Method in class de.ipcon.schema.AttributeWrapper
getLookupProperty() - Method in class de.ipcon.schema.CBOAttribute
Returns a comma-separated list of attributes/attribute chains to be searched during
"fast input"; if the result is unique, the system automatically selects it upon entering
a "fast input".
getLookupProperty() - Method in class de.ipcon.schema.ScriptedAttribute
getLookupStartingWith() - Method in interface de.ipcon.schema.AttributeI
getLookupStartingWith() - Method in class de.ipcon.schema.AttributeWrapper
getLookupStartingWith() - Method in class de.ipcon.schema.CBOAttribute
getLookupStartingWith() - Method in class de.ipcon.schema.ScriptedAttribute
getLookupSubstring() - Method in interface de.ipcon.schema.AttributeI
getLookupSubstring() - Method in class de.ipcon.schema.AttributeWrapper
getLookupSubstring() - Method in class de.ipcon.schema.CBOAttribute
getLookupSubstring() - Method in class de.ipcon.schema.ScriptedAttribute
getLowerFetchLimitId() - Method in class de.ipcon.db.fulltext.compass.IndexerQueryResultsBP
getLowestCommonDenominateEntity() - Method in class de.ipcon.form.DefaultFormContext
getLowestCommonDenominateEntity() - Method in interface de.ipcon.form.FormContextI
getLowestCommonDenominateEntity(BOI[]) - Method in class de.ipcon.schema.CBOSchema
getLowestCommonDenominateEntity(BOI[]) - Method in class de.ipcon.schema.InstrumentingSchema
getLowestCommonDenominateEntity(BOI[]) - Method in interface de.ipcon.schema.SchemaI
getLowestCommonDenominateEntity(BOI[]) - Method in class de.ipcon.schema.SchemaWrapper
getLvalign() - Method in class de.ipcon.form.FElement
getMachine() - Method in class de.ipcon.db.tools.AuthToken
get a textual description of the machine the request came from
getMailId() - Method in class de.ipcon.tools.MailImporterMessage
getMails() - Method in class de.ipcon.tools.MailImporter
getMainFrame() - Method in class de.ipcon.form.ClientLoginDialog
getMajorVersion() - Method in class de.ipcon.tools.DataSourceDriver
getMajorVersion() - Method in class de.ipcon.tools.jdbc.DriverAdaptor
Deprecated.
Retrieves the driver's major version number.
getMakeLowerCase() - Method in class de.ipcon.schema.types.PasswordType
getMakeLowerCase() - Method in class de.ipcon.schema.types.StringType
getMakeUpperCase() - Method in class de.ipcon.schema.types.PasswordType
getMakeUpperCase() - Method in class de.ipcon.schema.types.StringType
getManager() - Method in class de.ipcon.db.CastorPersistenceHandler
getManager() - Method in class de.ipcon.db.protocol.AbstractBackendConnection
getManager() - Method in interface de.ipcon.db.protocol.ServerConnectionI
getManager() - Method in class de.ipcon.form.ClientDesktopElement
getMandatory() - Method in class de.ipcon.schema.AttributeDefinition
Returns if this CBOAttribute is mandatory
getMandatory() - Method in class de.ipcon.schema.CBOAttribute
Tells if this CBOAttribute is mandatory
getManyColumn1() - Method in class de.ipcon.schema.generators.PostgreSQLIndex
getManyColumn2() - Method in class de.ipcon.schema.generators.PostgreSQLIndex
getMapping() - Method in class de.ipcon.db.importer.CSVDataSet
getMapping() - Method in interface de.ipcon.db.importer.DataSetI
getMappingBuilder() - Method in class de.ipcon.db.fulltext.compass.CompassFTSModule
getMaskeWithChecks() - Method in class de.ipcon.db.core.BOAssociatedAlarm
Frontend for getMaske() which checks if "Maske" is actually set and if it has an "Entitaet" set.
getMaskeWithChecks() - Method in interface de.ipcon.db.core.BOMonitoringAlarmI
getMatchingStrukturen(EntityI, Gruppe[]) - Method in interface de.ipcon.db.cache.StrukturCacheI
getMatchingStrukturen(EntityI[], Gruppe[]) - Method in interface de.ipcon.db.cache.StrukturCacheI
getMatchingStrukturen(EntityI, Map<Long, Gruppe>) - Method in interface de.ipcon.db.cache.StrukturCacheI
getMatchingStrukturen(EntityI[], Map<Long, Gruppe>) - Method in interface de.ipcon.db.cache.StrukturCacheI
getMatchingStrukturen(EntityI[], Gruppe[]) - Method in class de.ipcon.db.protocol.BackendProtocolServer
getMatchingStrukturen(EntityI[], Gruppe[]) - Method in interface de.ipcon.db.protocol.BackendProtocolServerI
getMaxAllowedEvents() - Method in class de.ipcon.tools.RecentEventsCounter
getMaxBPId() - Method in class de.ipcon.db.fulltext.compass.IndexerQueryResultsBP
getMaxCount() - Method in class de.ipcon.tools.cache.ObjectCache
getMaxCount() - Method in class de.ipcon.tools.progress.CounterWatchdog
getMaxDimension(Point) - Method in class de.ipcon.form.AbstractClientDesktopElement
Calculates the maximum possible Dimension at the given coordinates.
getMaxDimension(Point) - Method in class de.ipcon.form.ClientDesktopElement
getMaxElements() - Method in class de.ipcon.schema.types.WrappingArrayType
getMaxElementsForCategory() - Method in class de.ipcon.form.navtree.AllUsersNavigationTreeNode
getMaxFieldSize() - Method in class de.ipcon.tools.jdbc.StatementAdaptor
Retrieves the maximum number of bytes that can be returned for character and binary column values in a ResultSet object produced by this Statement object.
getMaxHeapMemory() - Method in class de.ipcon.db.event.DBManServerHealthEvent
getMaximumInitialWindowWidth() - Method in class de.ipcon.form.ClientDesktopManager
getMaximumSize() - Method in class de.ipcon.form.FEditor
getMaximumSize() - Method in class de.ipcon.form.FPanel
getMaximumSize() - Method in class de.ipcon.form.FStyledText
getMaxInclusiveLimit() - Method in class de.ipcon.schema.types.DatetimeType
getMaxInclusiveLimit() - Method in class de.ipcon.schema.types.NumberType
getMaxInclusiveLimit() - Method in class de.ipcon.schema.types.TimespanType
getMaxKeep() - Method in class de.ipcon.db.core.CachingBOLoaderRegistration
getMaxLength() - Method in class de.ipcon.schema.types.AbstractStringType
getMaxLength() - Method in class de.ipcon.schema.types.PasswordType
getMaxLevel() - Method in class de.ipcon.db.event.DBManLogEventFilter
getMaxNonHeapMemory() - Method in class de.ipcon.db.event.DBManServerHealthEvent
getMaxPool() - Method in class de.ipcon.db.protocol.BackendConnection
getMaxPool() - Method in interface de.ipcon.db.protocol.ServerConnectionI
getMaxRowHeight() - Method in class de.ipcon.form.FTable
getMaxRowHeight() - Method in interface de.ipcon.form.table.FTableConfigurationI
getMaxRows() - Method in class de.ipcon.form.FTable
getMaxRows() - Method in interface de.ipcon.form.table.FTableConfigurationI
getMaxRows() - Method in class de.ipcon.tools.jdbc.StatementAdaptor
Retrieves the maximum number of rows that a ResultSet object produced by this Statement object can contain.
getMaxSessions() - Method in class de.ipcon.db.event.DBManServerHealthEvent
getMaxSize() - Method in class de.ipcon.form.FButton
getMaxSize() - Method in class de.ipcon.form.FToggleButton
getMaxSize() - Method in class de.ipcon.tools.cache.ObjectCache
getMaxSubCategoriesInCategory() - Method in class de.ipcon.form.navtree.AllUsersNavigationTreeNode
getMDIElement(BO) - Method in class de.ipcon.form.AbstractMDIManager
getMDIElement(BO, boolean) - Method in class de.ipcon.form.AbstractMDIManager
getMDIElement(FormContextI) - Method in class de.ipcon.form.AbstractMDIManager
getMDIElement(FormContextI) - Method in class de.ipcon.form.ClientDesktopManager
getMDIElement(BO) - Method in class de.ipcon.form.ClientDesktopManager
Get the MDIElementI which is associated with (and thus displays)
the given BO.
getMDIElement(BO, boolean) - Method in class de.ipcon.form.ClientDesktopManager
getMDIElement(FormContextI) - Method in class de.ipcon.form.ClientNativeWindowManager
getMDIElement(BO) - Method in class de.ipcon.form.ClientNativeWindowManager
Get the MDIElementI which is associated with (and thus displays)
the given BO.
getMDIElement(BO, boolean) - Method in class de.ipcon.form.ClientNativeWindowManager
getMDIElement(BO) - Method in class de.ipcon.form.ClientSDIManager
getMDIElement(BO, boolean) - Method in class de.ipcon.form.ClientSDIManager
getMDIElement(FormContextI) - Method in class de.ipcon.form.ClientSDIManager
getMDIElement(BO) - Method in interface de.ipcon.form.MDIManagerI
getMDIElement(BO, boolean) - Method in interface de.ipcon.form.MDIManagerI
getMDIElement(FormContextI) - Method in interface de.ipcon.form.MDIManagerI
getMDIElementForBO(BO) - Method in interface de.ipcon.form.ClientContextI
getMDIElementForBO(BO) - Method in class de.ipcon.gui.BasicClient
getMDIHeight() - Method in class de.ipcon.form.FRootPane
getMDIHeight() - Method in class de.ipcon.form.FTable
getMDIHeight() - Method in class de.ipcon.form.FTree
getMDIHeight() - Method in interface de.ipcon.form.MDISizeI
getMDIManager() - Method in interface de.ipcon.form.ClientContextI
getMDIManager() - Method in class de.ipcon.gui.BasicClient
getMDIWidth() - Method in class de.ipcon.form.FRootPane
FIXME!
getMDIWidth() - Method in class de.ipcon.form.FTable
getMDIWidth() - Method in class de.ipcon.form.FTree
getMDIWidth() - Method in interface de.ipcon.form.MDISizeI
getMeanEvaluationTimeMeasurements() - Method in class de.ipcon.form.table.FTableColumn
getMeanEvaluationTimeMicros() - Method in class de.ipcon.form.table.FTableColumn
getMediumCommandsTimeoutSeconds() - Method in class de.ipcon.db.protocol.BackendConnection
getMediumCommandsTimeoutSeconds() - Method in interface de.ipcon.db.protocol.ServerConnectionI
getMeinPfad() - Method in class de.ipcon.db.core.Struktur
getMeinPfad(Set) - Method in class de.ipcon.db.core.Struktur
getMenu(String) - Method in interface de.ipcon.form.ClientContextI
getMenu(String) - Method in class de.ipcon.form.ClientMenuManager
getMenu() - Method in class de.ipcon.form.FormAction
getMenu(String) - Method in class de.ipcon.gui.BasicClient
getMenuArrayFromActionArray(FormAction[]) - Method in class de.ipcon.form.navtree.ClientNavigationTree
returns a StringArray with the Menu-Values from the given FormActionArray
getMenuBar() - Method in class de.ipcon.form.ClientMenuManager
getMenuIcon() - Method in class de.ipcon.form.FormContextMenuSelection
getMenuitem() - Method in class de.ipcon.form.ClientDesktopElement
getMenuKey() - Method in class de.ipcon.form.FormAction
getMenuTitle() - Method in class de.ipcon.form.FormContextMenuSelection
getMenuTitle(boolean) - Method in class de.ipcon.form.FormContextMenuSelection
getMessage() - Method in exception de.ipcon.db.core.TransactionConflictException
getMessage() - Method in class de.ipcon.db.event.DBManServerEvent
getMessage() - Method in exception de.ipcon.db.importer.InvalidNumberOfCSVColumnsException
getMessage() - Method in exception de.ipcon.db.importer.InvalidNumberOfCSVColumnsInLineException
getMessage() - Method in exception de.ipcon.db.InitializationException
getMessage() - Method in exception de.ipcon.db.ObjectsNotPersistentException
getMessage() - Method in exception de.ipcon.db.oql.OQLSyntaxException
getMessage() - Method in exception de.ipcon.form.SaveVetoExceptionWithConflictingBOs
Creates a specialized message that lists the conflicting BOs in a customized way.
getMessage() - Method in exception de.ipcon.schema.AttributeResolveException
getMessage() - Method in exception de.ipcon.schema.types.ImmutableInstanceException
getMessage(String, String, String, String, String, String, String, String, String) - Method in exception de.ipcon.tools.AbstractScriptException
getMessage(String, String, String, String, String, String, String, String, String, int) - Method in exception de.ipcon.tools.AbstractScriptException
getMessage(String, String, String, String, String, String, String, String, String, int, int) - Method in exception de.ipcon.tools.AbstractScriptException
getMessage(String, String, String, String, String, String, String, String, String, int, int, boolean) - Method in exception de.ipcon.tools.AbstractScriptException
getMessage() - Method in exception de.ipcon.tools.AbstractScriptException
getMessage() - Method in class de.ipcon.tools.ErrorCollector.ErrorInfo
getMessage() - Method in exception de.ipcon.tools.io.ServerSideException
getMessage(String) - Method in class de.ipcon.tools.progress.ProgressHandler
Returns a standard progress message (FIXME in english only) with all the
info from the current state of this ProgressHandler.
getMessage(String, boolean) - Method in class de.ipcon.tools.progress.ProgressHandler
getMessage(String, boolean, String) - Method in class de.ipcon.tools.progress.ProgressHandler
getMessage(String) - Method in class de.ipcon.tools.progress.ProgressHandlerWithTotal
getMessage(String, boolean) - Method in class de.ipcon.tools.progress.ProgressHandlerWithTotal
getMessage(String, boolean, String) - Method in class de.ipcon.tools.progress.ProgressHandlerWithTotal
getMessage() - Method in exception de.ipcon.tools.XMLDefinitionException
getMessageBus() - Method in class de.ipcon.db.core.Transaction
getMessageFormat(String) - Method in class de.ipcon.db.core.L10nLocale
getMessagePrefix(BasicAttributeI) - Static method in exception de.ipcon.schema.AttributeDefinitionException
Generates a human-readable prefix for an `BasicAttributeI`.
getMessagePrefix(BasicEntityI) - Static method in exception de.ipcon.schema.EntityDefinitionException
Generates a message prefix for the specified `BasicEntityI`.
getMessagePrefix(SchemaInterfaceI) - Static method in exception de.ipcon.schema.EntityDefinitionException
Generates a message prefix for the specified `SchemaInterfaceI`.
getMessagePrefix(GDPRConfigurationElementI) - Static method in exception de.ipcon.schema.GDPRConfigurationElementDefinitionException
Generates a message prefix for the specified `GDPRConfigurationElementI`.
getMessagePrefix(SchemaInterfaceI) - Static method in exception de.ipcon.schema.InterfaceDefinitionException
Generates a message prefix for the specified `SchemaInterfaceI`.
getMessagePrefix(Attribute) - Static method in exception de.ipcon.schema.SchemaDefinitionException
Generates a human-readable prefix for an XML `Attribute`.
getMessagePrefix(Element) - Static method in exception de.ipcon.schema.SchemaDefinitionException
Generates a human-readable prefix for an XML `Element`.
getMessageString(int) - Static method in class de.ipcon.db.protocol.BackendProtocolCommandTools
getMessageWithoutBackendPrefix() - Method in class de.ipcon.tools.io.ServerSideException.Cause
getMessageWithoutBackendPrefix() - Method in exception de.ipcon.tools.io.ServerSideException
getMetaData() - Method in class de.ipcon.db.fulltext.compass.MyTISMGpsDevice
Retrieves and returns the custom meta data stored in the index by the MyTISM
fulltext system; null if none could be found.
getMetaData() - Method in class de.ipcon.tools.jdbc.ConnectionAdaptor
Retrieves a DatabaseMetaData object that contains metadata about the database to which this Connection object represents a connection.
getMetaData() - Method in class de.ipcon.tools.jdbc.PreparedStatementAdaptor
Deprecated.
Retrieves a ResultSetMetaData object that contains information about the columns of the ResultSet object that will be returned when this PreparedStatement object is executed.
getMetaData() - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the number, types and properties of this ResultSet object's columns.
getMetaDataGenerator() - Method in class de.ipcon.schema.generators.StartupConfiguration
getMethod(Class, String) - Static method in class de.ipcon.tools.ReflectionTools
Convenience version of the standard Java API method which only throws (unchecked) RuntimeExceptions.
getMethod(Class, String, Class[]) - Static method in class de.ipcon.tools.ReflectionTools
getMethod(Class, String, Class[], boolean) - Static method in class de.ipcon.tools.ReflectionTools
getMethod(Class, String, Class[], boolean, String) - Static method in class de.ipcon.tools.ReflectionTools
getMethod(Object, String) - Static method in class de.ipcon.tools.ReflectionTools
Convenience version of the standard Java API method which only throws (unchecked) RuntimeExceptions.
getMethod(Object, String, Class[]) - Static method in class de.ipcon.tools.ReflectionTools
getMethod(Object, String, Class[], boolean) - Static method in class de.ipcon.tools.ReflectionTools
getMethod(Object, String, Class[], boolean, String) - Static method in class de.ipcon.tools.ReflectionTools
getMethodname() - Method in exception de.ipcon.tools.NotImplementedException
getMethodsAnnotatedWith(Class, Class) - Static method in class de.ipcon.tools.ReflectionTools
Return all methods for a passed class, that were annotated with the respective annotation class.
getMethodsAnnotatedWith(Class, Class, boolean) - Static method in class de.ipcon.tools.ReflectionTools
getMethodsAnnotatedWith(Object, Class) - Static method in class de.ipcon.tools.ReflectionTools
Return all methods for the class of the passed object, that were annotated with the respective annotation class.
getMethodsAnnotatedWith(Object, Class, boolean) - Static method in class de.ipcon.tools.ReflectionTools
getMFAErforderlichViaGruppe() - Method in class de.ipcon.db.core.BenutzerMFAAspects
getMFALoginStatus() - Method in class de.ipcon.db.core.BenutzerMFAAspects
getMFATodo() - Method in class de.ipcon.db.core.BenutzerMFAAspects
getMIMEType() - Method in interface de.ipcon.tools.ObjectsExchangerI
Returns the MIME type for this ObjectsExchangerI.
getMinDelayBetweenLoggingInMs() - Method in class de.ipcon.tools.progress.CounterWatchdog
getMinElements() - Method in class de.ipcon.schema.types.WrappingArrayType
getMinElementsForCategory() - Method in class de.ipcon.form.navtree.AllUsersNavigationTreeNode
getMiniDesc(BO) - Method in class de.ipcon.db.core.CachingBOLoader
getMiniDesc(BO) - Method in class de.ipcon.db.core.Transaction
getMiniLog() - Method in class de.ipcon.db.core.DateiSystemSync
getMinimumSize() - Method in class de.ipcon.form.FEditor
getMinimumSize() - Method in class de.ipcon.form.FPanel
getMinimumSize() - Method in class de.ipcon.form.FStyledText
getMinimumSize() - Method in class de.ipcon.form.FView
getMinimumSize() - Method in class de.ipcon.form.table.FTableBooleanColumnRenderer
getMinimumSize() - Method in class de.ipcon.form.table.FTableTextColumnRenderer
Overwritten getMinimumSize() to correctly handle height for HTML content.
getMinInclusiveLimit() - Method in class de.ipcon.schema.types.DatetimeType
getMinInclusiveLimit() - Method in class de.ipcon.schema.types.NumberType
getMinInclusiveLimit() - Method in class de.ipcon.schema.types.TimespanType
getMinLength() - Method in class de.ipcon.schema.types.AbstractStringType
getMinLength() - Method in class de.ipcon.schema.types.PasswordType
getMinLevel() - Method in class de.ipcon.db.event.DBManLogEventFilter
getMinorVersion() - Method in class de.ipcon.tools.DataSourceDriver
getMinorVersion() - Method in class de.ipcon.tools.jdbc.DriverAdaptor
Deprecated.
Gets the driver's minor version number.
getMinPool() - Method in class de.ipcon.db.protocol.BackendConnection
getMinPool() - Method in interface de.ipcon.db.protocol.ServerConnectionI
getMinSearchLength() - Method in class de.ipcon.db.query.SemiFullTextQueryBuilder
getMinSize() - Method in class de.ipcon.form.FButton
getMinSize() - Method in class de.ipcon.form.FToggleButton
getMinuteAsInt(Date) - Static method in class de.ipcon.tools.date.DateTimeTools
Returns an int with the minute of the given date, -1 if the given date is null
getMissingPropertiesPolicy() - Method in class de.ipcon.form.FPanel
getMitScreenshot() - Method in class de.ipcon.db.core.IssueReport
Retrieves the current state of the "mitScreenshot" flag, which indicates whether or not a screenshot is present.
getMname() - Method in class de.ipcon.tools.BeanShellScript
getMnemonic() - Method in class de.ipcon.form.FormAction
getMocks() - Method in exception de.ipcon.db.ObjectsNotPersistentException
getMode() - Method in class de.ipcon.form.FElement
getMode() - Method in class de.ipcon.schema.ExportDefinitionEntry
Returns the mode for this export definition entry
getMode() - Method in enum de.ipcon.tools.SimpleRoundingMode
Returns the integer value representing the rounding mode.
getModel() - Method in class de.ipcon.form.combobox.FComboBoxEditor
getModel() - Method in class de.ipcon.form.FTable
getModel() - Method in class de.ipcon.form.FTree
getModel() - Method in interface de.ipcon.form.table.FTableConfigurationI
getModel() - Method in interface de.ipcon.form.tree.FTreeConfigurationI
getModel() - Method in class de.ipcon.form.tree.FTreeNode
getModel() - Method in class de.ipcon.schema.tools.JGraphDataStructures
getModification() - Method in class de.ipcon.db.core.BP
getModification(boolean) - Method in class de.ipcon.db.core.BP
getModification(boolean, int) - Method in class de.ipcon.db.core.BP
getModificationWithoutBO() - Method in class de.ipcon.db.core.BP
getModificationWithoutBO(int) - Method in class de.ipcon.db.core.BP
getModifiers() - Method in class de.ipcon.schema.generators.java.JavaFieldGen
getModuleEntityList() - Method in interface de.ipcon.schema.SchemaI
Retrieves a list of entities that were initially defined in the schema of any module.
getModuleIntegrator() - Method in class de.ipcon.schema.CBOSchema
getModulePackages() - Method in interface de.ipcon.schema.AttributeI
Returns the names of the module packages this AttributeI is appearing in.
getModulePackages() - Method in class de.ipcon.schema.AttributeWrapper
getModulePackages() - Method in interface de.ipcon.schema.BasicEntityI
Returns the names of the module packages this BasicEntityI is appearing in.
getModulePackages() - Method in class de.ipcon.schema.CBOAttribute
getModulePackages() - Method in class de.ipcon.schema.EntityDefinition
getModulePackages() - Method in class de.ipcon.schema.EntityWrapper
getModulePackages() - Method in class de.ipcon.schema.ScriptedAttribute
getModulePath() - Method in interface de.ipcon.schema.Initialdata
getModulePath() - Method in class de.ipcon.schema.InitialdataReader.Data
getModulePath() - Method in class de.ipcon.schema.InitialdataReader
getModules() - Method in class de.ipcon.schema.ModuleProvider
getMonth(Date) - Static method in class de.ipcon.tools.date.DateTimeTools
Returns an int with the month of the given date, -1 if the given date is null.
getMonth(Date, boolean) - Static method in class de.ipcon.tools.date.DateTimeTools
getMonthsList() - Static method in class de.ipcon.tools.date.DateTimeTools
Returns an ordered list of String month representations with 2 digits for usage e.g. in a ComboBox.
getMonthsList(boolean) - Static method in class de.ipcon.tools.date.DateTimeTools
getMonthsList(boolean, Date) - Static method in class de.ipcon.tools.date.DateTimeTools
getMoreResults() - Method in class de.ipcon.tools.jdbc.StatementAdaptor
Moves to this Statement object's next result, returns true if it is a ResultSet object, and implicitly closes any current ResultSet object(s) obtained with the method getResultSet.
getMoreResults(int) - Method in class de.ipcon.tools.jdbc.StatementAdaptor
Moves to this Statement object's next result, deals with any current ResultSet object(s) according to the instructions specified by the given flag, and returns true if the next result is a ResultSet object.
getMostRecentBLOBChangeForBO(BO) - Static method in class de.ipcon.db.core.BP
Returns the most recent BP that affected the given affectedBO or null if no BP
affecting the affectedBO was found.
getMostRecentBLOBChangeForBO(BO, BOLoaderI) - Static method in class de.ipcon.db.core.BP
getMostRecentForBO(BO) - Static method in class de.ipcon.db.core.BP
Returns the most recent BP that affected the given targetBO or null if no BP
affecting the affectedBO was found.
getMostRecentForBO(BO, BOLoaderI) - Static method in class de.ipcon.db.core.BP
getMPMHeight(JComponent) - Method in class de.ipcon.form.FTable
getMsgDebuggingActiveForKey() - Static method in class de.ipcon.tools.L10n
getMultiClickThreshold() - Method in class de.ipcon.form.FButton
getMultiClickThreshold() - Method in class de.ipcon.form.FToggleButton
getMustMatch() - Method in class de.ipcon.schema.types.StringType
getMyFView() - Method in class de.ipcon.form.FElement
getMyManager() - Method in class de.ipcon.form.ClientDesktopElement
getMyManager() - Method in interface de.ipcon.form.MDIElementI
getMyTISMBildURI() - Method in class de.ipcon.db.core.Bild
getN1Depth() - Method in interface de.ipcon.db.io.BOSerializationDepthI
Current depth just regarding n-1 relations
getN1Depth() - Method in class de.ipcon.db.tools.DeepCloneHelper
getNaechsteAusloesung() - Method in class de.ipcon.db.core.EinfacherTermin
getNaechsteAusloesung(Date) - Method in class de.ipcon.db.core.EinfacherTermin
getName() - Method in class de.ipcon.db.core.BF
getName() - Method in class de.ipcon.db.core.DateiSystemSyncEintrag
getName() - Method in class de.ipcon.db.core.FilesystemObject
getName() - Method in class de.ipcon.db.core.Transaction.Savepoint
Retrieves the name associated with this savepoint.
getName() - Method in class de.ipcon.db.feature.AbstractLicense
FIXME!
getName() - Method in interface de.ipcon.db.feature.BenutzerI
Returns the name of this BenutzerI
getName() - Method in class de.ipcon.db.feature.FeatureDefinition
getName() - Method in class de.ipcon.db.fulltext.compass.IndexEntityImpl
getName() - Method in class de.ipcon.db.oql.PathPart
getName() - Method in class de.ipcon.db.protocol.socket.SocketTransport
getName() - Method in interface de.ipcon.db.protocol.TransportI
Returns an identifier for this TransportI.
getName() - Method in class de.ipcon.db.query.AbstractFilterGUI
getName() - Method in interface de.ipcon.db.query.QueryGUIElementI
Gets the name of the filter which is used for a few error messages and in the context of "dependentOn" filters.
getName() - Method in class de.ipcon.db.query.SemiFullTextQueryBuilder
getName() - Method in class de.ipcon.db.report.PDFDataSource
getName() - Method in class de.ipcon.db.report.PDFTextField
getName() - Method in class de.ipcon.db.tools.DoubleIdFixer
getName() - Method in class de.ipcon.form.AbstractClientPlugin
getName() - Method in class de.ipcon.form.AbstractMDIManager
getName() - Method in class de.ipcon.form.ClientDesktopManager
getName() - Method in class de.ipcon.form.ClientMenuManager
getName() - Method in interface de.ipcon.form.ClientPluginI
getName() - Method in class de.ipcon.form.ClientToolBarManager
getName() - Method in class de.ipcon.form.ConnectionMonitor
getName() - Method in class de.ipcon.form.ForcedClientDisconnectWarner
getName() - Method in class de.ipcon.form.FormAction
getName() - Method in interface de.ipcon.form.FormElementI
getName() - Method in class de.ipcon.form.navtree.BenanntNavigationTreeNode
getName() - Method in class de.ipcon.form.navtree.ClientNavigationTree
getName() - Method in interface de.ipcon.form.navtree.NavigationItemI
getName() - Method in class de.ipcon.form.navtree.NavigationTreeNode
getName() - Method in class de.ipcon.form.notification.ClientNotificationManager
getName() - Method in class de.ipcon.form.ServerHealthMonitor
getName() - Method in class de.ipcon.form.ShutdownWarner
getName() - Method in class de.ipcon.form.table.FTableColumn
getName() - Method in interface de.ipcon.schema.ActionI
getName() - Method in class de.ipcon.schema.AttributeDefinition
getName() - Method in class de.ipcon.schema.AttributeTemplate
getName() - Method in class de.ipcon.schema.AttributeWrapper
getName() - Method in interface de.ipcon.schema.BasicAttributeI
getName() - Method in interface de.ipcon.schema.BasicEntityI
Returns the name of this BasicEntityI instance.
getName() - Method in class de.ipcon.schema.CBOAction
getName() - Method in class de.ipcon.schema.CBOAttribute
getName() - Method in interface de.ipcon.schema.CBOAttributeTypeI
getName() - Method in interface de.ipcon.schema.CBOGeneratorI
getName() - Method in class de.ipcon.schema.EntityDefinition
getName() - Method in class de.ipcon.schema.EntityWrapper
getName() - Method in class de.ipcon.schema.ExportDefinitionEntry
Returns the name of this export definition entry
getName() - Method in class de.ipcon.schema.generators.AbstractCode
getName() - Method in class de.ipcon.schema.generators.AbstractSource
getName() - Method in class de.ipcon.schema.generators.AbstractSQL
getName() - Method in class de.ipcon.schema.generators.CastorMapping
getName() - Method in class de.ipcon.schema.generators.coredata.BenanntTemplate
getName() - Method in class de.ipcon.schema.generators.coredata.CodebausteinArgumentTemplate
getName() - Method in class de.ipcon.schema.generators.CoreData
getName() - Method in class de.ipcon.schema.generators.DiscriminatorSync
getName() - Method in class de.ipcon.schema.generators.IntegrityCheck
getName() - Method in class de.ipcon.schema.generators.java.JavaFieldGen
getName() - Method in class de.ipcon.schema.generators.java.JavaGen
getName() - Method in class de.ipcon.schema.generators.java.JavaMethodGen
getName() - Method in class de.ipcon.schema.generators.java.JavaPersistenceCode
getName() - Method in class de.ipcon.schema.generators.PersistenceCode
Deprecated.
getName() - Method in class de.ipcon.schema.generators.PostgreSQL
getName() - Method in class de.ipcon.schema.generators.PostgreSQLFirstNodeStart
getName() - Method in class de.ipcon.schema.generators.PostgreSQLIndex
getName() - Method in class de.ipcon.schema.generators.SQLColumn
getName() - Method in class de.ipcon.schema.generators.SQLMapping
getName() - Method in class de.ipcon.schema.generators.SQLTable
getName() - Method in class de.ipcon.schema.Module
getName() - Method in class de.ipcon.schema.ModuleProvider
getName() - Method in class de.ipcon.schema.nrxgen
getName() - Method in class de.ipcon.schema.SchemaInterface
getName() - Method in interface de.ipcon.schema.SchemaInterfaceI
Returns the name of this SchemaInterfaceI instance.
getName() - Method in class de.ipcon.schema.ScriptedAttribute
getName() - Method in interface de.ipcon.schema.SQLColumnI
getName() - Method in interface de.ipcon.schema.SQLMappingI
getName() - Method in interface de.ipcon.schema.SQLTableI
getName() - Method in class de.ipcon.schema.types.BooleanType
getName() - Method in class de.ipcon.schema.types.DatetimeType
getName() - Method in class de.ipcon.schema.types.DecimalType
getName() - Method in class de.ipcon.schema.types.DoubleType
getName() - Method in class de.ipcon.schema.types.DurationType
getName() - Method in class de.ipcon.schema.types.EmailType
getName() - Method in class de.ipcon.schema.types.FloatType
getName() - Method in class de.ipcon.schema.types.IntegerType
getName() - Method in class de.ipcon.schema.types.LongType
getName() - Method in class de.ipcon.schema.types.PasswordType
getName() - Method in class de.ipcon.schema.types.PhoneNumberType
getName() - Method in class de.ipcon.schema.types.StringType
getName() - Method in class de.ipcon.schema.types.TimespanType
getName() - Method in class de.ipcon.schema.types.URIType
getName() - Method in class de.ipcon.schema.types.WrappingArrayType
getName() - Method in class de.ipcon.schema.types.XMLType
getName() - Method in class de.ipcon.schema.VirtualEntity
getName() - Method in class de.ipcon.tools.cache.StringCache
getName() - Method in interface de.ipcon.tools.cache.StringCacheI
Returns the name of this StringCache instance.
getName() - Method in interface de.ipcon.tools.concurrent.NamedRunnableI
Returns the name of this NamedRunnableI.
getName(Object) - Method in class de.ipcon.tools.DataSourceStream
getName() - Method in class de.ipcon.tools.L10nPack
Retrieves the name of this L10n pack.
getName() - Method in class de.ipcon.tools.progress.CounterWatchdog
getName() - Method in class de.ipcon.tools.ScriptImport
getName() - Method in class de.ipcon.tools.xbase.XBaseField
getNamedArgs() - Method in class de.ipcon.db.core.Druckziel
getNamedArgs() - Method in class de.ipcon.db.core.Druckziel.OutputDsl
getNamedElement(String) - Method in class de.ipcon.form.DefaultFormContext
getNamedElement(String) - Method in interface de.ipcon.form.FormContextI
getNamedIntFromMap(Map, String, int) - Static method in class de.ipcon.form.PaintGroovyScript
getNameForLog() - Method in class de.ipcon.db.module.ListeningKernelModule
Thread implementation containing the standard code to be executed for starting the module.
getNameKey() - Method in class de.ipcon.form.FormAction
getNameL10nKey() - Method in class de.ipcon.db.feature.FeatureDefinition
getNameOfSuitableAttributeForClass(Class) - Static method in class de.ipcon.db.core.BX
getNameOrigin() - Method in class de.ipcon.tools.msgdisp.MessageDisplay
getNameSpace() - Method in class de.ipcon.db.oql.Parser
the query namespace, which holds information about roots and joins.
getNameSpace() - Method in class de.ipcon.db.oql.PathNode
getNamespace(AttributeI) - Static method in class de.ipcon.schema.ArraySchemaTools
Generates a unique namespace name to be used as name for the virtual entity of the ArrayZeilenDelegate,
which uses this attribute as the only source array.
getNamespace(AttributeI[]) - Static method in class de.ipcon.schema.ArraySchemaTools
Generates a unique but fixed namespace name for an ordered list of attributes
getNativeNewValue() - Method in class de.ipcon.db.core.BOProc
getNativeNewValue() - Method in interface de.ipcon.db.core.BOProcI
getNativeNewValue() - Method in class de.ipcon.db.core.BP
Returns the NewValue as unmarshalled, native value (such as Integer, String, Date or BO)
rather than the marshalled value returned by getNewValue
getNativeNewValue(BOLoaderI) - Method in class de.ipcon.db.core.BP
getNativeNewValueDescription() - Method in class de.ipcon.db.core.BP
For showing the new value in the GUI, use BO describe for BOs, the text of the value otherwise
getNativeOldValue() - Method in class de.ipcon.db.core.BOProc
getNativeOldValue() - Method in interface de.ipcon.db.core.BOProcI
getNativeOldValue() - Method in class de.ipcon.db.core.BP
Returns the OldValue as unmarshalled, native value (such as Integer, String, Date or BO)
rather than the marshalled value returned by getOldValue
getNativeOldValue(BOLoaderI) - Method in class de.ipcon.db.core.BP
getNativeValue(String) - Method in class de.ipcon.db.core.BP
getNativeValue(String, boolean) - Method in class de.ipcon.db.core.BP
getNativeValue(String, boolean, BOLoaderI) - Method in class de.ipcon.db.core.BP
getNavmodel() - Method in class de.ipcon.form.navtree.NavigationTreeNode
getNCharacterStream(int) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of the designated parameter as a java.io.Reader object in the Java programming language.
getNCharacterStream(String) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of the designated parameter as a java.io.Reader object in the Java programming language.
getNCharacterStream(int) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
getNCharacterStream(String) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
getNClob(int) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of the designated JDBC NCLOB parameter as a java.sql.NClob object in the Java programming language.
getNClob(String) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of a JDBC NCLOB parameter as a java.sql.NClob object in the Java programming language.
getNClob(int) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
getNClob(String) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
getNetwork(BO, Set<String>, boolean) - Static method in class de.ipcon.db.tools.UnlazyUpdateStrategy
This method iterates over the provided BO and returns all currently unlazy relations of the accessible network.
getNetworkAddress() - Static method in class de.ipcon.tools.net.NetworkTools
Determines and returns the external InetAddress of the current machine
by crawling trough the InetAdresses from NetworkInterface.
getNetworkAddress(boolean) - Static method in class de.ipcon.tools.net.NetworkTools
getNetworkTimeout() - Method in class de.ipcon.tools.jdbc.ConnectionAdaptor
getNeuesteVersendungProAdresse() - Method in class de.ipcon.db.core.MyTISMBenachrichtigung
getNewBOCount() - Method in interface de.ipcon.db.core.BOProcHolderI
Returns the number of new BOs created within this holder.
getNewBOCount() - Method in class de.ipcon.db.core.Transaction
Returns the number of new BOs created within this Transaction.
getNewBOCount() - Method in class de.ipcon.db.core.Transaction.Savepoint
getNewBOs() - Method in class de.ipcon.db.core.Transaction
getNewBOs() - Method in class de.ipcon.db.core.TransactionCanonification
Returns an unmodifiable view of the set of new BOs created during the transaction.
getNewBOsRemoved() - Method in class de.ipcon.db.core.TransactionCanonification
A map of new BOs that previously existed in the newBOs set that now dropped by the canonization.
getNewCachingBOLoader() - Method in class de.ipcon.db.module.KernelModule
Returns a newly built CachingBOLoader for usage in the context of this KernelModule.
getNewestValid(Collection) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getNewestValid(Collection, Class) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getNewestValid(Collection<T>) - Static method in class de.ipcon.tools.date.TimespanTools
getNewestValid(Collection<T>, Class<? extends T>) - Static method in class de.ipcon.tools.date.TimespanTools
getNewestValidAfter(Collection, Date) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getNewestValidAfter(Collection, Date, Class) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getNewestValidAfter(Collection<T>, Date) - Static method in class de.ipcon.tools.date.TimespanTools
getNewestValidAfter(Collection<T>, Date, Class<? extends T>) - Static method in class de.ipcon.tools.date.TimespanTools
getNewestValidBefore(Collection, Date) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getNewestValidBefore(Collection, Date, Class) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getNewestValidBefore(Collection<T>, Date) - Static method in class de.ipcon.tools.date.TimespanTools
getNewestValidBefore(Collection<T>, Date, Class<? extends T>) - Static method in class de.ipcon.tools.date.TimespanTools
getNewFormTransaction() - Method in interface de.ipcon.form.FormTransactionBuilderI
getNewFormTransaction(String) - Method in interface de.ipcon.form.FormTransactionBuilderI
getNewFormTransaction() - Method in class de.ipcon.gui.BasicClient
convenience method for getting typical 'form transaction' used throughout the client.
getNewFormTransaction(String) - Method in class de.ipcon.gui.BasicClient
getNewParagraphChar() - Method in class de.ipcon.tools.TextBreaker
getNewParm() - Method in class de.ipcon.db.core.BOProc
getNewPath() - Method in class de.ipcon.db.event.L10nCacheEvent
getNewTransaction(SchemaI) - Method in class de.ipcon.db.BackendConnectionManager
getNewTransaction(SchemaI, String) - Method in class de.ipcon.db.BackendConnectionManager
getNewTransaction(SchemaI, String, TemporaryIdSupplierI) - Method in class de.ipcon.db.BackendConnectionManager
getNewTransaction(String) - Method in class de.ipcon.db.BackendConnectionManager
getNewTransaction(String, TemporaryIdSupplierI) - Method in class de.ipcon.db.BackendConnectionManager
getNewTransaction() - Method in class de.ipcon.db.BackendConnectionManager
getNewTransaction(TemporaryIdSupplierI) - Method in class de.ipcon.db.BackendConnectionManager
getNewTransaction() - Method in class de.ipcon.db.BOSaver
getNewTransaction(String) - Method in class de.ipcon.db.BOSaver
getNewTransaction() - Method in interface de.ipcon.db.core.TransactionBuilderI
getNewTransaction(TemporaryIdSupplierI) - Method in interface de.ipcon.db.core.TransactionBuilderI
getNewTransaction(String) - Method in interface de.ipcon.db.core.TransactionBuilderI
getNewTransaction(String, TemporaryIdSupplierI) - Method in interface de.ipcon.db.core.TransactionBuilderI
getNewTransaction(String) - Method in class de.ipcon.db.DBManLocalTransactionProvider
Deprecated.
getNewTransaction(String, TemporaryIdSupplierI) - Method in class de.ipcon.db.DBManLocalTransactionProvider
Deprecated.
getNewTransaction() - Method in class de.ipcon.db.DBManLocalTransactionProvider
Deprecated.
getNewTransaction(TemporaryIdSupplierI) - Method in class de.ipcon.db.DBManLocalTransactionProvider
Deprecated.
getNewTransaction() - Method in interface de.ipcon.db.SaveBOImplementationI
Convenience method for getting a new Transaction instance.
getNewTransaction(String) - Method in interface de.ipcon.db.SaveBOImplementationI
Convenience method for getting a new Transaction instance.
getNewTransaction(String) - Method in class de.ipcon.db.sync.AbstractSync
getNewTransaction(String, TemporaryIdSupplierI) - Method in class de.ipcon.db.sync.AbstractSync
getNewTransaction() - Method in class de.ipcon.db.sync.AbstractSync
getNewTransaction(TemporaryIdSupplierI) - Method in class de.ipcon.db.sync.AbstractSync
getNewTransaction() - Method in class de.ipcon.db.testing.TestBOLoaderV2
getNewTransaction(TemporaryIdSupplierI) - Method in class de.ipcon.db.testing.TestBOLoaderV2
getNewTransaction(String) - Method in class de.ipcon.db.testing.TestBOLoaderV2
getNewTransaction(String, TemporaryIdSupplierI) - Method in class de.ipcon.db.testing.TestBOLoaderV2
getNewTransaction(BOLoaderI) - Method in class de.ipcon.gui.BasicClient
getNewTransaction(BOLoaderI, SchemaI) - Method in class de.ipcon.gui.BasicClient
getNewTransaction(BOLoaderI, SchemaI, String) - Method in class de.ipcon.gui.BasicClient
getNewTransaction(BOLoaderI, SchemaI, String, TemporaryIdSupplierI) - Method in class de.ipcon.gui.BasicClient
getNewTransaction(String) - Method in class de.ipcon.gui.BasicClient
getNewTransaction(String, TemporaryIdSupplierI) - Method in class de.ipcon.gui.BasicClient
getNewTransaction() - Method in class de.ipcon.gui.BasicClient
getNewTransaction(TemporaryIdSupplierI) - Method in class de.ipcon.gui.BasicClient
getNewTransactionWithInstrumentedSchema(String) - Method in class de.ipcon.db.BackendConnectionManager
getNewTransactionWithInstrumentedSchema(String, TemporaryIdSupplierI) - Method in class de.ipcon.db.BackendConnectionManager
getNewTransactionWithInstrumentedSchema() - Method in class de.ipcon.db.BackendConnectionManager
getNewTransactionWithInstrumentedSchema(TemporaryIdSupplierI) - Method in class de.ipcon.db.BackendConnectionManager
getNewTransactionWithInstrumentedSchema() - Method in interface de.ipcon.db.core.TransactionBuilderI
getNewTransactionWithInstrumentedSchema(TemporaryIdSupplierI) - Method in interface de.ipcon.db.core.TransactionBuilderI
getNewTransactionWithInstrumentedSchema(String) - Method in interface de.ipcon.db.core.TransactionBuilderI
getNewTransactionWithInstrumentedSchema(String, TemporaryIdSupplierI) - Method in interface de.ipcon.db.core.TransactionBuilderI
getNewTransactionWithInstrumentedSchema(String) - Method in class de.ipcon.db.DBManLocalTransactionProvider
Deprecated.
getNewTransactionWithInstrumentedSchema(String, TemporaryIdSupplierI) - Method in class de.ipcon.db.DBManLocalTransactionProvider
Deprecated.
getNewTransactionWithInstrumentedSchema() - Method in class de.ipcon.db.DBManLocalTransactionProvider
Deprecated.
getNewTransactionWithInstrumentedSchema(TemporaryIdSupplierI) - Method in class de.ipcon.db.DBManLocalTransactionProvider
Deprecated.
getNewTransactionWithInstrumentedSchema(String) - Method in class de.ipcon.db.sync.AbstractSync
getNewTransactionWithInstrumentedSchema(String, TemporaryIdSupplierI) - Method in class de.ipcon.db.sync.AbstractSync
getNewTransactionWithInstrumentedSchema() - Method in class de.ipcon.db.sync.AbstractSync
getNewTransactionWithInstrumentedSchema(TemporaryIdSupplierI) - Method in class de.ipcon.db.sync.AbstractSync
getNewTransactionWithInstrumentedSchema() - Method in class de.ipcon.db.testing.TestBOLoaderV2
getNewTransactionWithInstrumentedSchema(TemporaryIdSupplierI) - Method in class de.ipcon.db.testing.TestBOLoaderV2
getNewTransactionWithInstrumentedSchema(String) - Method in class de.ipcon.db.testing.TestBOLoaderV2
getNewTransactionWithInstrumentedSchema(String, TemporaryIdSupplierI) - Method in class de.ipcon.db.testing.TestBOLoaderV2
getNewTransactionWithInstrumentedSchema(String) - Method in class de.ipcon.gui.BasicClient
getNewTransactionWithInstrumentedSchema(String, TemporaryIdSupplierI) - Method in class de.ipcon.gui.BasicClient
getNewTransactionWithInstrumentedSchema() - Method in class de.ipcon.gui.BasicClient
getNewTransactionWithInstrumentedSchema(TemporaryIdSupplierI) - Method in class de.ipcon.gui.BasicClient
getNewTx(String) - Method in class de.ipcon.db.sync.AbstractSync
Retrieves a new Transaction object, providing a description.
getNewTx() - Method in class de.ipcon.db.sync.AbstractSync
Retrieves a new Transaction object.
getNewUserContext() - Method in class de.ipcon.db.DBMan
Fabrik-Routine fuer Sicherheits-Manager.
getNewUserContext() - Method in interface de.ipcon.db.DBManLocalI
getNewValue() - Method in class de.ipcon.db.core.BOProc
getNewValue() - Method in interface de.ipcon.db.core.BOProcI
getNewValue(BO, String) - Method in class de.ipcon.db.core.Transaction
Calculates and returns the new value of a specified attribute of a given Business Object (BO)
within the context of this transaction.
getNewValue() - Method in interface de.ipcon.schema.AddRemoveEventI
getNewValue() - Method in class de.ipcon.schema.ScriptedAttribute.AddRemoveEvent
getNewValue() - Method in class de.ipcon.schema.ScriptedAttribute.SetValueEvent
getNewValue() - Method in interface de.ipcon.schema.SetValueEventI
getNewValueAsAlphaNumeric() - Method in class de.ipcon.db.core.BP
getNewValueAsBO() - Method in class de.ipcon.db.core.BP
getNewValueAsBoolean() - Method in class de.ipcon.db.core.BP
getNewValueAsDate() - Method in class de.ipcon.db.core.BP
getNext() - Method in class de.ipcon.tools.PermutationGenerator
Generate next permutation (algorithm from Rosen p. 284).
getNextAliasName() - Method in class de.ipcon.schema.generators.SQLStatement
getNextBit() - Method in class de.ipcon.tools.BoolAggregator
getNextId() - Method in class de.ipcon.db.AbstractKeyGenerator
getNextId() - Method in class de.ipcon.db.BackendConnectionManager
getNextId() - Method in interface de.ipcon.db.core.BOLoaderI
get a unique Long id from the backend.
getNextId() - Method in class de.ipcon.db.core.BOLoaderWrapper
getNextId() - Method in class de.ipcon.db.core.Transaction
getNextId() - Method in class de.ipcon.db.DBMan
getNextId() - Method in interface de.ipcon.db.DBManI
getNextId() - Method in class de.ipcon.db.DBManLocalBOLoader
getNextId() - Method in interface de.ipcon.db.DBManLocalI
getNextId() - Method in interface de.ipcon.db.DBManUserContextI
getNextId() - Method in class de.ipcon.db.DBManUserContextImpl
getNextId() - Method in class de.ipcon.db.JDBCKeyGenerator
getNextId() - Method in class de.ipcon.db.protocol.BackendCommandHandler
getNextId() - Method in interface de.ipcon.db.protocol.BackendCommandHandlerI
getNextId() - Method in class de.ipcon.db.protocol.BackendConnection
getNextId() - Method in interface de.ipcon.db.protocol.ServerConnectionI
getNextId() - Method in class de.ipcon.db.testing.TestBOLoader
getNextId() - Method in class de.ipcon.db.testing.TestBOLoaderV2
getNextId() - Method in class de.ipcon.db.testing.TestTransaction
getNextId() - Method in class de.ipcon.db.testing.TestTransactionV2
getNextId() - Method in class de.ipcon.schema.generators.CoreData
getNextId() - Method in interface de.ipcon.schema.generators.coredata.SQLCoreDataStoreI
getNextIdentifier() - Method in class de.ipcon.db.oql.QueryNameSpace
getNextLegacySlot() - Method in class de.ipcon.db.protocol.BackendConnection
getNextMatchingDate(String) - Static method in class de.ipcon.tools.date.DateTimeTools
Evaluates a cron definition and returns the next date the definition matches on.
getNextMatchingDate(String, Date) - Static method in class de.ipcon.tools.date.DateTimeTools
getNextMatchingDate(String, Date, TimeZone) - Static method in class de.ipcon.tools.date.DateTimeTools
getNextToken() - Method in class de.ipcon.db.oql.Parser
getNextTriggeringDateWithInfo() - Method in class de.ipcon.db.alarm.BOBasierterTerminHandler
getNextTriggeringDateWithInfo() - Method in class de.ipcon.db.alarm.EinfacherTerminHandler
getNextTriggeringDateWithInfo() - Method in interface de.ipcon.db.alarm.ScheduledAlarmHandlerI
getNextTriggeringDateWithInfo() - Method in class de.ipcon.db.alarm.WiedervorlageHandler
getNextUpcomingStates() - Method in class de.ipcon.db.core.BOAlarmStatusManager
getNMDepth() - Method in interface de.ipcon.db.io.BOSerializationDepthI
Current depth just regarding n-m relations
getNMDepth() - Method in class de.ipcon.db.tools.DeepCloneHelper
getNoCheckedExceptions() - Method in class de.ipcon.tools.ThreadAwareCompletableFuture
Waits if necessary for this future to complete, and then returns its result.
getNode() - Method in interface de.ipcon.db.DBManLocalI
Returns the BN object represented by the NodeNumber of this DBManLocalI or null if no NodeNumber is set or no BN with that Id can be loaded.
getNodecache() - Method in class de.ipcon.form.navtree.ClientNavigationTreeModel
getNodecache() - Method in interface de.ipcon.form.navtree.NavigationTreeModelI
getNodecache() - Method in class de.ipcon.form.navtree.NavigationTreeNode
getNodeConf() - Method in class de.ipcon.db.DBManBootstrapHelper
getNodeID() - Method in class de.ipcon.db.core.BF
getNodeId() - Method in class de.ipcon.db.core.SyncServiceTools.SyncAccountConfiguration
getNodeID() - Method in class de.ipcon.db.feature.AbstractLicense
getNodeID(boolean) - Method in class de.ipcon.db.feature.AbstractLicense
getNodeID() - Method in class de.ipcon.db.feature.FeatureManager
getNodeID() - Method in interface de.ipcon.db.feature.FeatureManagerI
Returns NodeID of the current MyTISM instance.
getNodeIdOfLogOrigin() - Method in class de.ipcon.schema.generators.FirstNodeStart
getNodeIds() - Method in class de.ipcon.db.event.DBManBOChangeEvent
getNodeIds() - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getNodeInstance(BO) - Method in class de.ipcon.form.navtree.NavigationTreeNode
getNodeLocalStatusValue(String) - Method in class de.ipcon.db.DBMan
getNodeLocalStatusValue(String) - Method in interface de.ipcon.db.DBManLocalI
Returns the value set for the given key or null if no matching entry does exist from the table for "status values"
(see StatusValueManager for a bit more info).
getNodeName() - Method in class de.ipcon.db.core.SyncServiceTools.SyncAccountConfiguration
getNodeName() - Method in class de.ipcon.db.DBManInfo
getNodeNumber() - Method in class de.ipcon.db.BackendConnectionManager
getNodeNumber() - Method in interface de.ipcon.db.BackendConnectionManagerI
Expose the current node number to allow the client to do some node-specific checks, e.g. is a needed BU available with the current connection.
getNodeNumber() - Method in interface de.ipcon.db.core.KernelDatabaseAccessorI
getNodeNumber() - Method in class de.ipcon.db.DBMan
getNodeNumber() - Method in interface de.ipcon.db.DBManI
getNodeNumber() - Method in class de.ipcon.db.DBManInfo
getNodeNumber() - Method in interface de.ipcon.db.DBManLocalI
getNodeNumber() - Method in class de.ipcon.db.event.DBManServerHealthEvent
getNodeNumber() - Method in class de.ipcon.db.module.KernelModule
getNodeNumber() - Method in class de.ipcon.db.protocol.AbstractBackendConnection
getNodeNumber() - Method in interface de.ipcon.db.protocol.ServerConnectionI
getNodeNumber() - Method in class de.ipcon.db.testing.TestBOLoaderV2
getNodes() - Method in class de.ipcon.form.navtree.ClientNavigationTreeClipboard
getNodeSets() - Method in class de.ipcon.form.navtree.ClientNavigationTreeModel.NodeCache
getNodeSets() - Method in interface de.ipcon.form.navtree.NavigationTreeModelNodeCacheI
getNodesForDelete() - Method in class de.ipcon.form.navtree.BenanntNavigationTreeNode
getNodesForDelete() - Method in class de.ipcon.form.navtree.NavigationTreeNode
getNonAdminBenutzer(BOLoaderI) - Static method in class de.ipcon.db.core.BenutzerGroupAspects
Retrieves all "Benutzer" (user) objects except the administrator.
getNonEmptyElseNullString(String) - Method in class de.ipcon.db.event.DBManMessageEventFilter
getNonHeapMemoryUsage() - Method in class de.ipcon.db.event.DBManServerHealthEvent
getNonLabelComponent() - Method in class de.ipcon.form.FElement
getNonNullDefaultValue() - Method in interface de.ipcon.schema.CBOAttributeTypeI
getNonNullDefaultValue() - Method in class de.ipcon.schema.types.AbstractStringType
getNonNullDefaultValue() - Method in class de.ipcon.schema.types.BooleanType
getNonNullDefaultValue() - Method in class de.ipcon.schema.types.DecimalType
getNonNullDefaultValue() - Method in class de.ipcon.schema.types.NumberType
getNonNullDefaultValue() - Method in class de.ipcon.schema.types.TimespanType
getNonPersistentAttributes(BOI) - Method in class de.ipcon.schema.CBOSchema
getNonPersistentAttributes() - Method in class de.ipcon.schema.EntityDefinition
getNonPersistentAttributes(BOI) - Method in interface de.ipcon.schema.SchemaI
getNonPersistentAttributes(BOI) - Method in class de.ipcon.schema.SchemaWrapper
getNormalFont() - Method in class de.ipcon.form.table.FTableTextColumnRenderer
getNorthBound() - Method in class de.ipcon.form.AbstractMDIManager
getNorthBound() - Method in class de.ipcon.form.ClientDesktopManager
getNorthPanel() - Method in class de.ipcon.form.AbstractMDIManager
getNorthPanel() - Method in class de.ipcon.form.ClientDesktopManager
getNorthPanel() - Method in interface de.ipcon.form.MDIManagerI
getNoString() - Method in class de.ipcon.schema.types.BooleanType
getNotCompletedTaskCount() - Method in class de.ipcon.tools.RangedThreadPool
getNotFoundKeys() - Static method in class de.ipcon.tools.GroovyScriptClassLoader
This method is for debugging to return the current keys (classnames) in the notFound map.
getNotification() - Method in class de.ipcon.db.notification.AddressWithInfo
getNotificationMode() - Method in exception de.ipcon.db.core.SaveVetoException
getNotificationModule() - Method in class de.ipcon.db.DBMan
getNotificationModule() - Method in class de.ipcon.db.notification.NotificationHandler
getNotImplementedIn() - Method in exception de.ipcon.tools.NotImplementedException
getNoWords() - Method in class de.ipcon.schema.types.BooleanType
getNr() - Method in class de.ipcon.db.notification.ReceiverDeterminationResult
getNRXCodeGen(String) - Method in interface de.ipcon.schema.CBOAttributeTypeI
getNRXCodeGen(String) - Method in class de.ipcon.schema.types.AbstractStringType
getNRXCodeGen(String) - Method in class de.ipcon.schema.types.BooleanType
getNRXCodeGen(String) - Method in class de.ipcon.schema.types.PasswordType
getNRXCodeGen(String) - Method in class de.ipcon.schema.types.WrappingArrayType
getNs() - Method in class de.ipcon.tools.BeanShellScript
getNSName() - Method in class de.ipcon.tools.BeanShellScript
getNString(int) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of the designated NCHAR, NVARCHAR or LONGNVARCHAR parameter as a String in the Java programming language.
getNString(String) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of the designated NCHAR, NVARCHAR or LONGNVARCHAR parameter as a String in the Java programming language.
getNString(int) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
getNString(String) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
getNT(String) - Method in class de.ipcon.tools.AbstractScript
Gets the value of a variable from the script context.
getNT(String, Object) - Method in class de.ipcon.tools.AbstractScript
Gets the value of a variable from the script context.
getNT(String, Object) - Method in class de.ipcon.tools.BeanShellScript
getNT(String, Object) - Method in class de.ipcon.tools.GroovyScript
getNullable() - Method in class de.ipcon.schema.types.CBOAbstractAttributeType
getNullChoiceTitle() - Method in class de.ipcon.form.combobox.FComboBoxEditor
getNullChoiceTitle() - Method in class de.ipcon.form.combobox.FComboBoxRenderer
getNullChoiceTitle() - Method in class de.ipcon.form.FComboBox
getNullChoiceTitle() - Method in class de.ipcon.form.FPopup
getNullDefaultType() - Method in interface de.ipcon.schema.CBOAttributeTypeI
gives the code generator an indication on how the provided default value needs to be fit into the code,
e.g.
getNullDefaultType() - Method in class de.ipcon.schema.types.AbstractStringType
getNulledOldValueInstance() - Method in class de.ipcon.db.core.BOProc
getNulledOldValueInstance() - Method in interface de.ipcon.db.core.BOProcI
getNulledOldValueInstance() - Method in class de.ipcon.db.core.BP
getNullIterator() - Method in class de.ipcon.db.core.BO
getNullOnPath() - Method in class de.ipcon.schema.AnnotatedValue
getNullString() - Method in class de.ipcon.schema.types.DatetimeType
getNullString() - Method in class de.ipcon.schema.types.DurationType
getNullString() - Method in class de.ipcon.schema.types.TimespanType
getNullString() - Method in class de.ipcon.schema.types.URIType
getNumberOfFields() - Method in class de.ipcon.db.importer.CSVConfiguration
getNumberOfMillis(Date, Date) - Static method in class de.ipcon.tools.date.DateTimeTools
Returns the number of milliseconds that the passed Date objects cover
getNumberOfMonths(Date, Date) - Static method in class de.ipcon.tools.date.DateTimeTools
Returns the number of months that the passed Date objects cover,
rounded up
getNumberOfMonths(Calendar, Calendar) - Static method in class de.ipcon.tools.date.DateTimeTools
Returns the number of months that the passed Calendar objects cover,
rounded up
getNumberOfMonths(Date, Date) - Static method in class de.ipcon.tools.date.DateTimeToolsNG
Returns the number of conceptual months between two dates, rounded up.
getNumberOfMonths(Calendar, Calendar) - Static method in class de.ipcon.tools.date.DateTimeToolsNG
Returns the number of conceptual months between two calendars, rounded up.
getNumberOfMonths(Period) - Static method in class de.ipcon.tools.date.DateTimeToolsNG
Returns the number of conceptual months covered by a period, rounded up.
getNumberOfSeconds(Date, Date) - Static method in class de.ipcon.tools.date.DateTimeTools
Returns the number of seconds that the passed Date objects cover
getNumberOfSeconds(Date, Date, int) - Static method in class de.ipcon.tools.date.DateTimeTools
getNumberOfTouchedYears(Date, Date) - Static method in class de.ipcon.tools.date.DateTimeTools
Returns the number of years the passed dates touch.
getNumericRangeEnd() - Method in class de.ipcon.form.navtree.UserNavigationSubCategory
getNumericRangeIdentifier() - Method in class de.ipcon.form.navtree.UserNavigationSubCategory
getNumericRangeOfSubcategory() - Method in class de.ipcon.form.navtree.AllUsersNavigationTreeNode
getNumericRangeStart() - Method in class de.ipcon.form.navtree.UserNavigationSubCategory
getNumLeft() - Method in class de.ipcon.tools.PermutationGenerator
Return number of permutations not yet generated.
getObj() - Method in exception de.ipcon.schema.types.MarshallingException
getObject() - Method in class de.ipcon.tools.cache.ObjectInfo
getObject(int) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of the designated parameter as an Object in the Java programming language.
getObject(int, Map) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Returns an object representing the value of OUT parameter parameterIndex and uses map for the custom mapping of the parameter value.
getObject(String) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of a parameter as an Object in the Java programming language.
getObject(String, Map) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Returns an object representing the value of OUT parameter parameterName and uses map for the custom mapping of the parameter value.
getObject(int, Class) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
getObject(String, Class) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
getObject(int) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Gets the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getObject(int, Map) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getObject(String) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Gets the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getObject(String, Map) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getObject(int, Class) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
getObject(String, Class) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
getObjectCount() - Method in class de.ipcon.db.protocol.AbstractBackendSession
getObjectCount() - Method in class de.ipcon.db.protocol.BackendSession
getObjectCount() - Method in interface de.ipcon.db.protocol.BackendSessionI
getObjectCount() - Method in class de.ipcon.db.protocol.BackendSessionInfo
getObjectCount() - Method in class de.ipcon.form.FTable
Method to retrieve the row count of the current table.
getObjectEntity() - Method in class de.ipcon.form.FTable
getObjectEntity() - Method in interface de.ipcon.form.table.FTableConfigurationI
getObjectForRow(int) - Method in class de.ipcon.form.FTable
getObjectForRow(int) - Method in class de.ipcon.form.table.FTableAtm
Retrieves the Business Object (BO) associated with the specified row index in the table model.
getObjectForRow(int) - Method in interface de.ipcon.form.table.FTableAtmI
Retrieves the domain object associated with the specified row index in the table.
getObjectForRow(int) - Method in interface de.ipcon.form.table.FTableConfigurationI
getObjectId() - Method in class de.ipcon.db.query.MultipleChoiceFilterChoice
getObjectInfo() - Method in exception de.ipcon.schema.AttributeResolveException
getObjectInput() - Method in class de.ipcon.db.core.ExternalizedObjectBlock
getObjectPendingFinalizationCount() - Method in class de.ipcon.db.event.DBManServerHealthEvent
getObjects() - Method in class de.ipcon.db.protocol.PerformanceMeter
getObjectValue() - Method in class de.ipcon.db.core.EinstellungenVariable
getObjectValue(Benutzer) - Method in class de.ipcon.db.core.EinstellungenVariable
getObjectValue(Benutzer, Appendable) - Method in class de.ipcon.db.core.EinstellungenVariable
getObjectWithId(Long) - Method in class de.ipcon.form.table.FTableAtm
Returns the Business Object (BO) that has the specified ID.
getOborder() - Method in class de.ipcon.form.FTable
getOffset() - Method in class de.ipcon.tools.xbase.XBaseField
getOldestAllowedTriggerDate() - Method in class de.ipcon.db.core.Alarm
If this alarm has a MaxAlterAusloesung set, return the date longest in the past for which the alarm is
still allowed to trigger.
getOldestAllowedTriggerDate(Date) - Method in class de.ipcon.db.core.Alarm
getOldestAt() - Method in class de.ipcon.tools.ErrorCollector.ErrorInfo
getOldestError() - Method in class de.ipcon.tools.ErrorCollector.ErrorInfos
Gets stored info about the oldest stored error.
getOldestIndexLmod(IndexEntity[]) - Method in class de.ipcon.db.fulltext.compass.MyTISMIndexEntitiesUpdater
getOldestOrNewestValidBeforeOrAfter(Collection<IdentifiableTimespanI>, Date, Class, boolean, boolean) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getOldestOrNewestValidBeforeOrAfter(Collection<IdentifiableTimespanI>, Date, Class, boolean, boolean, boolean) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getOldestOrNewestValidBeforeOrAfter(Collection<T>, Date, Class<? extends T>, boolean, boolean) - Static method in class de.ipcon.tools.date.TimespanTools
getOldestOrNewestValidBeforeOrAfter(Collection<T>, Date, Class<? extends T>, boolean, boolean, boolean) - Static method in class de.ipcon.tools.date.TimespanTools
getOldestValid(Collection) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getOldestValid(Collection, Class) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getOldestValid(Collection<T>) - Static method in class de.ipcon.tools.date.TimespanTools
getOldestValid(Collection<T>, Class<? extends T>) - Static method in class de.ipcon.tools.date.TimespanTools
getOldestValidAfter(Collection, Date) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getOldestValidAfter(Collection, Date, Class) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getOldestValidAfter(Collection<T>, Date) - Static method in class de.ipcon.tools.date.TimespanTools
getOldestValidAfter(Collection<T>, Date, Class<? extends T>) - Static method in class de.ipcon.tools.date.TimespanTools
getOldestValidBefore(Collection, Date) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getOldestValidBefore(Collection, Date, Class) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getOldestValidBefore(Collection<T>, Date) - Static method in class de.ipcon.tools.date.TimespanTools
getOldestValidBefore(Collection<T>, Date, Class<? extends T>) - Static method in class de.ipcon.tools.date.TimespanTools
getOldParm() - Method in class de.ipcon.db.core.BOProc
getOldValue() - Method in class de.ipcon.db.core.BOProc
getOldValue() - Method in interface de.ipcon.db.core.BOProcI
getOldValue(BO, String) - Method in class de.ipcon.db.core.Transaction
Calculates and returns the old value of a specified attribute of a given Business Object (BO)
within the context of this transaction.
getOldValueAsAlphaNumeric() - Method in class de.ipcon.db.core.BP
getOldValueAsBO() - Method in class de.ipcon.db.core.BP
getOldValueAsBoolean() - Method in class de.ipcon.db.core.BP
getOldValueAsDate() - Method in class de.ipcon.db.core.BP
getOneBOByAttr(Class<? extends BOI>, String, Object) - Method in interface de.ipcon.db.core.BOQueryLoaderI
Looks up a BO by the given attribute or null, if no such BO exists.
getOnlyDefaultPlafThemes() - Method in class de.ipcon.db.protocol.BackendRequestInitSession
getOnlyElement(Iterable<T>) - Static method in class de.ipcon.tools.CollectionTools
Returns the single element contained in iterable.
getOnlyElement(Iterable<T>, boolean) - Static method in class de.ipcon.tools.CollectionTools
Returns the single element contained in iterable.
getOnlyElement(Iterable<T>, boolean, Supplier<? extends RuntimeException>) - Static method in class de.ipcon.tools.CollectionTools
Returns the single element contained in iterable.
getOnlyElementInternal(Iterable<T>, boolean, Supplier<? extends RuntimeException>) - Static method in class de.ipcon.tools.CollectionTools
Internal method for getting the single element contained in iterable.
getOnlyEntry(Map<K, V>) - Static method in class de.ipcon.tools.MapTools
Returns the single key contained in Map.
getOnlyKey(Map<K, V>) - Static method in class de.ipcon.tools.MapTools
Returns the single key contained in Map.
getOnlyValue(Map<K, V>) - Static method in class de.ipcon.tools.MapTools
Returns the single value contained in Map.
getOpenFormTid() - Method in class de.ipcon.form.FPopup
getOpenFormTid() - Method in class de.ipcon.form.FTable
getOpenPGPPublicKey() - Method in class de.ipcon.db.core.MyTISMAdresse
getOpenPGPPublicKey() - Method in interface de.ipcon.db.notification.CryptoConfigurationProviderI
Returns the OpenPGP public key to use when notifications for this recipient
should be encrypted.
getOpenPGPSecretKey() - Method in class de.ipcon.db.notification.NotificationModule
Executed when a relevant DBManBOChangeEvent is received.
getOpenProperty() - Method in class de.ipcon.form.FLabel
getOpenProperty() - Method in class de.ipcon.form.FTable
getOperand() - Method in class de.ipcon.db.oql.UnaryExpressionNode
getOperatorName() - Method in class de.ipcon.db.oql.BinaryExpressionNode
getOperatorName() - Method in class de.ipcon.db.oql.UnaryExpressionNode
getOperatorPrecedence() - Method in class de.ipcon.db.oql.BinaryExpressionNode
getOperatorPrecedence() - Method in class de.ipcon.db.oql.LiteralNode
getOperatorPrecedence() - Method in class de.ipcon.db.oql.ParameterNode
getOperatorPrecedence() - Method in class de.ipcon.db.oql.ParseTreeNode
getOperatorPrecedence() - Method in class de.ipcon.db.oql.PathNode
getOperatorPrecedence() - Method in class de.ipcon.db.oql.QueryExpressionNode
getOperatorPrecedence() - Method in class de.ipcon.db.oql.Token
getOperatorPrecedence() - Method in enum de.ipcon.db.oql.TokenType
getOperatorPrecedence() - Method in class de.ipcon.db.oql.UnaryExpressionNode
getOptional() - Method in class de.ipcon.db.core.CodebausteinArgument
getOQLQuery() - Method in class de.ipcon.db.grooql.GrooqlFilter
Builds and returns an OQL query that will retrieve a superset of
the BOs that would result if all existing BOs
would be filtered by this filter's fits() method.
getOQLQuery(Map) - Method in class de.ipcon.db.grooql.GrooqlFilter
getOQLQuery(Map, String) - Method in class de.ipcon.db.grooql.GrooqlFilter
getOQLQuery(Map, String, Object[]) - Method in class de.ipcon.db.grooql.GrooqlFilter
getOQLQuery(Map, String, Object[], String) - Method in class de.ipcon.db.grooql.GrooqlFilter
getOQLString() - Method in class de.ipcon.db.core.BOQuery
Returns the OQL string that results from this BOQuery and which
will be used on the database.
getOQLString(boolean) - Method in class de.ipcon.db.core.BOQuery
getOrCreate(Class<? extends BOI>, BOLoaderI, Map) - Static method in class de.ipcon.db.core.BO
Checks if one of the given _bosHave matches the given _attrs2values; if yes
returns that; if not creates a new instance of _clazz with newInstance() and
returns that.
getOrCreate(Class<? extends BOI>, BOLoaderI, Map, BO[]) - Static method in class de.ipcon.db.core.BO
getOrCreate(Class<? extends BOI>, BOLoaderI, Map, BO[], Set) - Static method in class de.ipcon.db.core.BO
getOrCreate(Class<? extends BOI>, BOLoaderI, Map, BO[], Set, boolean) - Static method in class de.ipcon.db.core.BO
getOrCreate(Class<? extends BOI>, BOLoaderI, Map, BO[], Set, boolean, Class<? extends BOI>) - Static method in class de.ipcon.db.core.BO
getOrCreate(Class<? extends BOI>, Transaction, Map) - Static method in class de.ipcon.db.core.BO
Method version that takes the set of (possibly) existing matching BOs from
the TX.
getOrCreate(Class<? extends BOI>, Transaction, Map, Set) - Static method in class de.ipcon.db.core.BO
getOrCreate(BOLoaderI, String) - Static method in class de.ipcon.db.core.MyTISMAdresseEmail
getOrCreateAccount(Transaction, String) - Static method in class de.ipcon.db.core.SyncServiceTools
Finds and returns Benutzer for sync of machine with given hostname or
creates and returns new one.
getOrCreateByName(BOLoaderI, String) - Static method in class de.ipcon.db.core.L10nBundle
Finds an existing L10n bundle by its name, or creates a new one if no matching bundle is found.
getOrCreateByName(BOLoaderI, String, boolean) - Static method in class de.ipcon.db.core.L10nBundle
getOrCreateByName(BOLoaderI, String, boolean, Integer) - Static method in class de.ipcon.db.core.L10nBundle
getOrCreateCustomClassInModulesOrProjectSet() - Method in interface de.ipcon.schema.BasicEntityI
getOrCreateCustomClassInModulesOrProjectSet() - Method in class de.ipcon.schema.EntityDefinition
getOrCreateCustomClassInModulesOrProjectSet() - Method in class de.ipcon.schema.EntityWrapper
getOrCreateModulePackagesSet() - Method in interface de.ipcon.schema.AttributeI
getOrCreateModulePackagesSet() - Method in class de.ipcon.schema.AttributeWrapper
getOrCreateModulePackagesSet() - Method in interface de.ipcon.schema.BasicEntityI
Returns the names of the modules this BasicEntityI is appearing in.
getOrCreateModulePackagesSet() - Method in class de.ipcon.schema.CBOAttribute
getOrCreateModulePackagesSet() - Method in class de.ipcon.schema.EntityDefinition
getOrCreateModulePackagesSet() - Method in class de.ipcon.schema.EntityWrapper
getOrCreateModulePackagesSet() - Method in class de.ipcon.schema.ScriptedAttribute
getOrCreateNewItemInMenu(String) - Method in class de.ipcon.form.navtree.ClientNavigationTree
returns an already existing JMenu from Cache by the Menu-Path of the Node in Menu,
if no JMenu exists for the given Menu-Path of the Node, a new JMenu, include all not
already existing parent JMenus, will be created, cached and returned
getOrCreateNotifiables(Transaction, Collection<String>) - Static method in interface de.ipcon.db.core.NotifiableI
Static helper method for getting or creating new instances of MyTISMAdresseEmail for a passed collection of email strings.
getOrder() - Method in exception de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag.BenachrichtigungsAuftragDefinitionException
getOrderByComparator() - Method in class de.ipcon.db.oql.InterpretedOQLQuery
getOrderOfMagnitude(BigDecimal) - Static method in class de.ipcon.tools.BigDecimalTools
Returns the order of magnitude, i.e., the nearest power of ten, for the given BigDecimal.
getOrderPart() - Method in class de.ipcon.db.oql.QueryExpressionNode
getOrigBTId() - Method in class de.ipcon.db.core.Transaction
getOrigin() - Method in class de.ipcon.db.core.L10nResource
getOrigin() - Method in class de.ipcon.db.core.Transaction
getOriginalEl() - Method in class de.ipcon.schema.SchemaInterface
Returns a copy of the original XML element that defined this schema interface.
getOriginalFormat() - Method in class de.ipcon.form.combobox.DescribeValueExtractor
getOriginHash() - Method in interface de.ipcon.db.OriginHashProviderI
getOrigNode() - Method in class de.ipcon.db.core.Transaction
getOrigNodeNN() - Method in class de.ipcon.db.core.Transaction
getOrigTime() - Method in class de.ipcon.db.core.Transaction
getOrigUser() - Method in class de.ipcon.db.core.Transaction
getOSArch() - Static method in class de.ipcon.tools.OSTools
Retrieves the architecture of the operating system as reported by the Java Virtual Machine.
getOSName() - Method in class de.ipcon.db.event.DBManServerHealthEvent
getOSName() - Static method in class de.ipcon.tools.OSTools
Retrieves the operating system's name as reported by the Java Virtual Machine.
getOSVersion() - Method in class de.ipcon.db.event.DBManServerHealthEvent
getOut() - Method in class de.ipcon.db.protocol.socket.SocketTransport
getOut() - Method in interface de.ipcon.db.protocol.TransportI
Exposes the underlying SecureObjectOutputI.
getOutgoing() - Method in class de.ipcon.schema.tools.EntityBox
getOutgoingEdges() - Method in interface de.ipcon.schema.EntityI
getOutgoingEdges() - Method in interface de.ipcon.tools.graph.OnlyToDirectedGraphNodeI
Retrieves all outgoing directed edges that originate from this node.
getOutputFunction() - Method in class de.ipcon.db.core.Druckziel
getOwner() - Method in class de.ipcon.db.core.Transaction.Savepoint
Retrieves the owner associated with this savepoint.
getOwner() - Method in class de.ipcon.gui.ClientFeatureManager
getOwner() - Method in class de.ipcon.tools.ThreadAwareReentrantReadWriteLock
getPack(Locale) - Method in class de.ipcon.db.core.L10nBundle
getPack(L10nLocale) - Method in class de.ipcon.db.core.L10nBundle
getPack(String[], int) - Static method in class de.ipcon.tools.L10n
Retrieves a localization pack (L10nPack) based on the provided path, index, and locale.
getPack(String[], int, String) - Static method in class de.ipcon.tools.L10n
getPackage() - Method in class de.ipcon.schema.EntityDefinition
getPackage() - Method in interface de.ipcon.schema.EntityI
Returns the package of the current EntityI
getPackage() - Method in class de.ipcon.schema.EntityWrapper
getPackage() - Method in class de.ipcon.schema.generators.java.JavaGen
getPackage() - Method in interface de.ipcon.schema.generators.SourceGeneratorI
getPackage() - Method in class de.ipcon.schema.Module
getPackage() - Method in class de.ipcon.schema.ModuleProvider
getPackage() - Method in class de.ipcon.schema.nrxgen
getPackageAsPath() - Method in class de.ipcon.schema.EntityDefinition
getPackageAsPath() - Method in interface de.ipcon.schema.EntityI
Returns the package of the current EntityI,
but as a relative file system path
getPackageAsPath() - Method in class de.ipcon.schema.EntityWrapper
getPackageList() - Method in class de.ipcon.schema.CBOSchema
getPackageList() - Method in interface de.ipcon.schema.SchemaI
getPackageList(SchemaI) - Static method in class de.ipcon.schema.SchemaTools
getPackageList() - Method in class de.ipcon.schema.SchemaWrapper
getPackageName() - Method in class de.ipcon.schema.SchemaInterface
getPackageName() - Method in interface de.ipcon.schema.SchemaInterfaceI
Returns the name of the package this interface belongs into.
getPackageOfModule(String) - Method in class de.ipcon.schema.ModuleProvider
getPackNames() - Method in class de.ipcon.db.event.L10nCacheEvent
getPacks() - Method in class de.ipcon.tools.L10nInfoContainer
getPadding(String) - Static method in class de.ipcon.form.FPanelValueReader
getPairs() - Method in class de.ipcon.tools.PairStorage
getPairStorage(Element) - Method in class de.ipcon.db.core.Benannt
getPairStorage(Element) - Method in class de.ipcon.db.core.L10nLocale
getPairStorage() - Method in exception de.ipcon.db.core.MultipleMatchingBOsException
getPairStorage(Element) - Method in class de.ipcon.db.core.Struktur
getPairStorage() - Method in class de.ipcon.db.core.UnresolvedReferencesResolver.Warning
getPairStorage(Element) - Method in interface de.ipcon.db.core.XMLExportableI
Creates and returns an PairStorage out of the info from Element _el.
getPairStorages() - Method in class de.ipcon.db.importer.CSVDataSet
getPairStorages() - Method in interface de.ipcon.db.importer.DataSetI
getPanel() - Method in class de.ipcon.tools.msgdisp.TextAreaMessageDisplay
getParagraph() - Method in class de.ipcon.schema.gdpr.Law
Returns the paragraph or section of the law.
getParagraphTag(String) - Static method in class de.ipcon.tools.WikiTextTools
getParameter() - Method in class de.ipcon.db.core.Codebaustein
getParameter() - Method in class de.ipcon.db.core.Formular
getParameter() - Method in class de.ipcon.db.core.Lesezeichen
getParameter() - Method in interface de.ipcon.db.core.ParameterizedStrukturI
Retrieves and returns the value of the "Parameter" property.
getParameter() - Method in class de.ipcon.db.core.Report
getParameter() - Method in class de.ipcon.db.core.Schablone
getParameter(ParameterizedStrukturI) - Static method in class de.ipcon.db.core.Struktur
Helper method to avoid common code for ParameterizedStrukturI instances.
getParameter(int) - Method in class de.ipcon.db.oql.LimitNode
getParameter() - Method in class de.ipcon.schema.generators.coredata.CodebausteinTemplate
getParameter() - Method in class de.ipcon.schema.generators.coredata.EntityStrukturTemplate
getParameterCount() - Method in class de.ipcon.db.oql.LimitNode
getParameterDefaults(JasperReport) - Static method in class de.ipcon.form.ClientPrintDialog
getParameterizedQuery(Object[]) - Method in class de.ipcon.db.query.RawOQLQueryBuilder
getParameterMetaData() - Method in class de.ipcon.tools.jdbc.PreparedStatementAdaptor
Deprecated.
Retrieves the number, types and properties of this PreparedStatement object's parameters.
getParameterObjects() - Method in class de.ipcon.db.core.BOQuery
Returns an array of the parameter objects that will be inserted for the
"wildcards" in the OQL string (if any).
getParameters() - Method in class de.ipcon.db.grooql.GroovyAST2OQLVisitor
getParameters() - Method in interface de.ipcon.db.oql.OQLQueryInstanceI
Returns the query parameters.
getParameters() - Method in class de.ipcon.db.oql.SimpleOQLQueryHolder
getParameters() - Method in class de.ipcon.db.query.ParameterizedQuery
getParameters(int) - Method in class de.ipcon.db.query.ParameterizedQuery
getParameters() - Method in class de.ipcon.db.report.PrintingPreparer
getParametersFromDialog(JasperReport, BX[], SchemaI) - Static method in class de.ipcon.form.ClientPrintDialog
Helper method for printing dialog which extracts the values for the report
parameters from the given set of BXs.
getParams() - Method in class de.ipcon.db.event.EventMessage
getParams(int) - Method in class de.ipcon.db.event.EventMessage
getParent() - Method in class de.ipcon.db.oql.ParseTreeNode
Accessor method for the parent of this node.
getParent() - Method in class de.ipcon.form.DefaultFormContext
getParent() - Method in interface de.ipcon.form.FormContextI
getParent() - Method in class de.ipcon.tools.BeanShellScript
getParent() - Method in class de.ipcon.tools.cache.ObjectCache
getParent() - Method in class de.ipcon.tools.GroovyScript
getParentBO() - Method in class de.ipcon.db.core.LazyRelationMap
The parent BO for this LazyRelationMap
getParentBreadcrumbContext() - Method in interface de.ipcon.form.FormContextI
getParentBreadcrumbContext() - Method in interface de.ipcon.schema.BreadcrumbContextI
Gets the parent context of the current context, returning the value directly.
getParentClass() - Method in class de.ipcon.form.FTable
getParentClass() - Method in interface de.ipcon.form.table.FTableConfigurationI
getParentContext() - Method in class de.ipcon.tools.progress.ProgressContext
getParentItem() - Method in interface de.ipcon.form.navtree.NavigationItemI
getParentItem() - Method in class de.ipcon.form.navtree.NavigationTreeNode
getParentLoader() - Method in class de.ipcon.db.BackendConnectionManager
getParentLoader() - Method in interface de.ipcon.db.core.BOLoaderI
returns the BOLoader which this BOLoader uses to load its objects.
getParentLoader() - Method in class de.ipcon.db.core.BOLoaderWrapper
getParentLoader() - Method in class de.ipcon.db.core.Transaction
getParentLoader() - Method in class de.ipcon.db.DBMan
getParentLoader() - Method in class de.ipcon.db.DBManLocalBOLoader
getParentLoader() - Method in class de.ipcon.db.testing.TestBOLoader
getParentLoader() - Method in class de.ipcon.db.testing.TestBOLoaderV2
getParentLogger() - Method in class de.ipcon.tools.DataSourceDriver
getParentLogger() - Method in class de.ipcon.tools.jdbc.DriverAdaptor
Deprecated.
getParentMap() - Method in class de.ipcon.schema.tools.JGraphDataStructures
getParentProperty() - Method in class de.ipcon.form.FTree
getParentProperty() - Method in interface de.ipcon.form.tree.FTreeConfigurationI
getParentTabbedView(FormContextI) - Method in class de.ipcon.form.FTabbedView
getParentTable() - Method in class de.ipcon.schema.generators.SQLTable
getParentTable() - Method in interface de.ipcon.schema.SQLTableI
getParms() - Method in class de.ipcon.db.fulltext.compass.IndexerQueryBuilder
getParms() - Method in class de.ipcon.db.protocol.BackendSession
getParms() - Method in class de.ipcon.form.FTable
getParmsString() - Method in class de.ipcon.db.fulltext.compass.IndexerQueryBuilder
getParmsString(Object[]) - Static method in class de.ipcon.db.fulltext.compass.IndexerQueryBuilder
getParmTypeClass() - Method in class de.ipcon.db.core.BOProc
getParmTypeClass() - Method in interface de.ipcon.db.core.BOProcI
getParmTypeClass() - Method in class de.ipcon.db.core.BP
getParmTypeClass(BOLoaderI) - Method in class de.ipcon.db.core.BP
getParsedTree() - Method in class de.ipcon.db.oql.OQLQuery
getParseTree() - Method in class de.ipcon.db.oql.Parser
getPart() - Method in class de.ipcon.db.oql.SelectNode
getPart() - Method in class de.ipcon.db.oql.WhereNode
getPass() - Method in class de.ipcon.schema.generators.AbstractSQL
getPass() - Method in class de.ipcon.schema.generators.CoreData
getPass() - Method in class de.ipcon.tools.MailImporter
getPassenderTyp() - Method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
Returns the set type.
getPassenderTyp() - Method in class de.ipcon.db.core.MyTISMBenAuftragMitVorlage
If the type is set for this Auftrag, use that.
getPassword() - Method in class de.ipcon.db.tools.AbstractToolClient.ConnectionArguments
getPassword() - Method in class de.ipcon.form.ClientLoginDialog
getPassword1() - Method in class de.ipcon.form.ClientLoginDialog
getPassword2() - Method in class de.ipcon.form.ClientLoginDialog
getPasswortOld() - Method in class de.ipcon.db.core.Benutzer
getPasswortTmp() - Method in class de.ipcon.db.core.Benutzer
getPasswortTmpOK() - Method in class de.ipcon.db.core.Benutzer
getPasswortTmpRep() - Method in class de.ipcon.db.core.Benutzer
getPasteMode() - Method in class de.ipcon.form.navtree.ClientNavigationTreeClipboard
getPath() - Method in class de.ipcon.db.blob.VFile
getPath() - Method in class de.ipcon.form.DefaultFormContext
getPath(StringBuilder) - Method in class de.ipcon.form.DefaultFormContext
getPath() - Method in interface de.ipcon.form.FormContextI
getPath(StringBuilder) - Method in interface de.ipcon.form.FormContextI
getPath(EntityI) - Method in class de.ipcon.schema.generators.AbstractSource
getPath() - Method in class de.ipcon.schema.Module
getPath() - Method in class de.ipcon.schema.ModuleProvider
getPath(Module) - Method in class de.ipcon.schema.ModuleProvider
getPath() - Method in class de.ipcon.tools.jdbc.DriverAdaptor.URLData
Deprecated.
getPath() - Method in class de.ipcon.tools.L10nInfoContainer
getPath() - Method in class de.ipcon.tools.L10nPathEntry
Returns the path string of this localization path entry.
getPath(String) - Method in class de.ipcon.tools.UnixPasswd
getPathElementAt(int) - Method in class de.ipcon.form.FormElementPath
getPathElementCount() - Method in class de.ipcon.form.FormElementPath
getPathElementIndex(FormContextI) - Method in class de.ipcon.form.FormElementPath
getPathNodes() - Method in class de.ipcon.db.oql.QueryNameSpace
getPathParts() - Method in class de.ipcon.db.oql.PathNode
getPathPartsAsString(int) - Method in class de.ipcon.db.oql.PathNode
getPathPartsCount() - Method in class de.ipcon.db.oql.PathNode
getPathPos() - Method in class de.ipcon.tools.L10nPack
Retrieves the position in the path for this L10n pack.
getPathToBO(BO) - Method in class de.ipcon.form.tree.FTreeModel
getPathToModule(String) - Method in class de.ipcon.schema.ModuleProvider
getPathToProviderDefinition() - Method in class de.ipcon.schema.ModuleProvider
getPathToRelatedBO() - Method in class de.ipcon.form.tree.FTreeModel
getPathToRoot(DirectedGraphNodeI) - Static method in class de.ipcon.tools.graph.GraphTools
Retrieves the path from the given node up to a "root" node.
getPattern() - Method in class de.ipcon.schema.types.AbstractStringType
getPattern() - Method in class de.ipcon.schema.types.EmailType
getPattern() - Method in class de.ipcon.schema.types.StringType
getPattern() - Method in class de.ipcon.tools.L10nDateFormat
getPattern() - Method in class de.ipcon.tools.L10nDecimalFormat
getPattern() - Method in interface de.ipcon.tools.L10nFormatI
getPattern() - Method in class de.ipcon.tools.L10nTimespanFormat
getPattern(String) - Static method in class de.ipcon.tools.SimpleRegex
Compiles a simple regular expression into a suitable
java.util.regex.Pattern.
getPattern(String, int) - Static method in class de.ipcon.tools.SimpleRegex
getPatterns() - Method in exception de.ipcon.tools.MultipleParseException
getPausedFiringNewProcsAt() - Method in class de.ipcon.db.core.TransactionCanonification
Returns the new index at which firing procedures was paused, if applicable.
getPdfIS() - Method in class de.ipcon.db.core.Druckziel.OutputDsl
getPendingShowLimit() - Method in class de.ipcon.db.module.ListeningKernelModule
getPercent() - Method in class de.ipcon.tools.progress.AcceleratingProgressHandlerWithTotal
Returns the percentage of progress done, taking into account the accelerating effect.
getPercent() - Method in class de.ipcon.tools.progress.ProgressHandlerWithTotal
getPercentDefaultFormatted() - Method in class de.ipcon.tools.progress.ProgressHandlerWithTotal
getPeriod() - Method in class de.ipcon.schema.gdpr.DataRetentionPolicy
Returns the the data retention period.
getPermissionHandler() - Method in class de.ipcon.db.core.BO
getPermissionHandler() - Method in interface de.ipcon.db.DBManUserContextI
getPermissionHandler() - Method in class de.ipcon.db.DBManUserContextImpl
getPermissionHandler() - Method in class de.ipcon.db.protocol.BackendConnection
getPermissionHandler() - Method in class de.ipcon.db.protocol.BackendRequestLogin
getPermissionHandler() - Method in interface de.ipcon.db.protocol.BackendRequestLoginI
getPermissionHandler() - Method in interface de.ipcon.db.protocol.ServerConnectionI
getPermissionHandler() - Method in class de.ipcon.schema.CBOSchema
getPermissionHandler() - Method in interface de.ipcon.schema.SchemaI
Retrieves the PermissionHandlerI of this schema.
getPermissionHandler() - Method in class de.ipcon.schema.SchemaWrapper
getPermittedTypesAsString() - Method in interface de.ipcon.db.core.LimitableToMyTISMAdresstypI
Returns a comma separated list of Strings representing the explicitly allowed MyTISMAdressetyp-s,
or the empty String if no such limitation is in place.
getPermittedTypesAsString() - Method in class de.ipcon.db.core.MyTISMBenachrichtigung
Returns a comma separated list of Strings representing the explicitly allowed MyTISMAdressetyp-s,
or the empty String if no such limitation is in place or if we are not connected to a
MyTISMBenachrichtigungsAuftrag at all.
getPersistenceAspectClass() - Method in class de.ipcon.schema.CBOEntity
getPersistenceAspectClass() - Method in interface de.ipcon.schema.EntityI
Returns the generateAs-class for the current EntityI
getPersistenceAspectClass() - Method in class de.ipcon.schema.EntityWrapper
getPersistenceHandler(AbstractKeyGenerator) - Method in class de.ipcon.db.AbstractPersistenceManager
getPersistenceHandler(AbstractKeyGenerator) - Method in class de.ipcon.db.CastorPersistenceManager
getPersistenceHandler() - Method in class de.ipcon.db.CastorPersistenceManager
getPersistenceHandler() - Method in interface de.ipcon.db.core.BackendBOLoaderWithPersistenceHandlerI
getPersistenceHandler() - Method in interface de.ipcon.db.core.QueryHandlerI
getPersistenceHandler() - Method in class de.ipcon.db.DBMan
getPersistenceHandler() - Method in class de.ipcon.db.DBManLocalBOLoader
getPersistenceHandler() - Method in interface de.ipcon.db.DBManLocalI
getPersistenceHandler() - Method in interface de.ipcon.db.DBManUserContextI
getPersistenceHandler() - Method in class de.ipcon.db.DBManUserContextImpl
getPersistenceHandler() - Method in class de.ipcon.db.DefaultQueryHandler
getPersistenceHandlerForSaving(AbstractKeyGenerator) - Method in class de.ipcon.db.AbstractPersistenceManager
getPersistenceHandlerForSaving(AbstractKeyGenerator) - Method in class de.ipcon.db.CastorPersistenceManager
getPersistenceHandlerForSaving() - Method in class de.ipcon.db.CastorPersistenceManager
getPersistenceHandlerForSaving() - Method in class de.ipcon.db.DBMan
getPersistenceHandlerForSaving() - Method in interface de.ipcon.db.DBManLocalI
getPersistenceHandlerForSaving() - Method in interface de.ipcon.db.DBManUserContextI
getPersistenceHandlerForSaving() - Method in class de.ipcon.db.DBManUserContextImpl
getPersistenceHandlerInSavePhase() - Method in class de.ipcon.db.core.Transaction
getPersistentBaseEntity() - Method in interface de.ipcon.schema.StructuredEntityI
Returns the persistent base entity for this EntityDefinition, returns null
if persistent base couldn't be retrieved from the base entity of this EntityDefinition wasn't
set or no persistent base entity was retrievable.
getPersistentBooleanProperty(EntityI, String) - Method in class de.ipcon.db.core.Transaction
getPersistentDecimalProperty(EntityI, String) - Method in class de.ipcon.db.core.Transaction
getPersistentLongProperty(EntityI, String) - Method in class de.ipcon.db.core.Transaction
getPersistentPropertyKey(EntityI, String) - Static method in class de.ipcon.db.core.Transaction
getPersistentStringProperty(EntityI, String) - Method in class de.ipcon.db.core.Transaction
getPfad() - Method in class de.ipcon.db.core.DateiSystemSync
getPh() - Method in class de.ipcon.db.DBManLocalBOLoader
getPid() - Method in class de.ipcon.db.protocol.BackendCommandHandler
getPid() - Method in interface de.ipcon.db.protocol.BackendCommandHandlerI
getPid() - Method in class de.ipcon.db.protocol.BackendRequestLogin
getPid() - Method in interface de.ipcon.db.protocol.BackendRequestLoginI
getPid() - Method in class de.ipcon.db.protocol.socket.PooledSocket
getPid() - Method in class de.ipcon.db.protocol.socket.SocketTransport
getPid() - Method in interface de.ipcon.db.protocol.TransportI
Returns the pid that was assigned by the server-side.
getPlafman() - Method in class de.ipcon.form.ClientLoginDialog
getPlainData() - Method in class de.ipcon.form.FTransferable
Fetch the data in a text/plain format.
getPlugins() - Method in interface de.ipcon.form.ClientContextI
getPlugins() - Method in class de.ipcon.gui.BasicClient
getPlural() - Method in interface de.ipcon.schema.BasicEntityI
getPlural() - Method in class de.ipcon.schema.EntityDefinition
getPlural() - Method in class de.ipcon.schema.EntityWrapper
getPlural() - Method in class de.ipcon.schema.VirtualEntity
getPointerBPId() - Method in class de.ipcon.db.fulltext.compass.MetaDataHolder
getPolymorphic() - Method in interface de.ipcon.db.core.PolymorphicStrukturI
Gets and returns the value of the Polymorphic property.
getPopupMenu() - Method in class de.ipcon.form.FormContextSubMenu
getPort() - Method in class de.ipcon.db.protocol.BackendConnection
getPort() - Method in interface de.ipcon.db.protocol.ServerConnectionI
getPort() - Method in class de.ipcon.db.protocol.socket.BackendSocketServer
getPosition() - Method in class de.ipcon.db.core.ArrayZeilenDelegate
Getter for position-, i.e. 1-based, numbering of these lines
getPosition() - Method in class de.ipcon.db.oql.ParameterNode
getPosition() - Method in class de.ipcon.db.protocol.BackendConnection
getPosition() - Method in class de.ipcon.form.FDetailView
getPosition() - Method in class de.ipcon.tools.L10nPathEntry
Returns the position of this localization path entry in the lookup order.
getPositionNN() - Method in class de.ipcon.db.core.ArrayZeilenDelegate
getPositiveInt(Rexx) - Static method in class de.ipcon.schema.types.CBOAbstractAttributeType
int aus Rexx, ignoriert Nachkommastellen
getPositiveIntValue(BOLoaderI) - Method in interface de.ipcon.db.core.EinstellungenVariableBasedConfigurationValueI
Returns the int value of the
EinstellungenVariable having our "value" as name or -1 if that value is null.
getPreCachingHook() - Method in class de.ipcon.schema.CBOAttribute
Returns the preCachingHook for this CBOAttribute
I.e. the name of a method to apply to a cached scalar value before it is cached.
getPrecision(int) - Method in class de.ipcon.tools.jdbc.ResultSetMetaDataAdaptor
Get the designated column's number of decimal digits.
getPredecessor() - Method in class de.ipcon.schema.generators.PostgreSQLColumn
getPredecessor(Map) - Method in interface de.ipcon.tools.date.IdentifiableTimespanI
Returns the temporal predecessor among the passed Map of IdentifiableTimespanI-s regarding the DateStart of the passed candidate.
getPredecessor(Collection) - Method in interface de.ipcon.tools.date.IdentifiableTimespanI
Returns the temporal predecessor among the passed Collection of IdentifiableTimespanI-s regarding the DateStart of the passed candidate.
getPredicate() - Method in class de.ipcon.db.oql.InterpretedOQLQuery
getPreferredInitialSize(AbstractClientDesktopElement) - Method in interface de.ipcon.form.desktop.WindowPlacementStrategyI
Calculates the preferred initial size of the window.
getPreferredLocale() - Method in class de.ipcon.db.core.Benutzer
getPreferredLocale() - Method in class de.ipcon.db.core.MyTISMAdresse
getPreferredLocale() - Method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
getPreferredLocale() - Method in class de.ipcon.db.core.MyTISMBenAuftragMitVorlage
getPreferredLocale() - Method in interface de.ipcon.db.core.NotificationReceiverI
Returns the locale that should be used when interpreting subject and text body templates of the notification and
probably attachements as well.
getPreferredSize() - Method in class de.ipcon.form.FComboBox
getPreferredSize() - Method in class de.ipcon.form.FPanel
getPreferredSize() - Method in class de.ipcon.form.FStyledText
getPreferredSize() - Method in class de.ipcon.form.navtree.ClientNavigationTree
getPreferredSize() - Method in class de.ipcon.form.navtree.ClientNavigationTreeCellRenderer
Overrides JComponent.getPreferredSize to return slightly wider preferred size value,
just like @see javax.swing.tree.DefaultTreeCellRenderer.
getPrefetch() - Method in class de.ipcon.db.query.SemiFullTextQueryBuilder
getPrefixTerms() - Method in class de.ipcon.db.query.SemiFullTextQueryBuilder
getPrefSize() - Method in class de.ipcon.form.FButton
getPrefSize() - Method in class de.ipcon.form.FToggleButton
getPreselectIdx() - Method in class de.ipcon.db.query.MultipleChoiceFilterChoiceList
getPrimary() - Method in class de.ipcon.db.BOEnvironmentBuilder.Column
getPrimary() - Method in class de.ipcon.db.importer.CSVDataSet
getPrimary() - Method in interface de.ipcon.db.importer.DataSetI
getPrimary() - Method in class de.ipcon.schema.InitialdataReader.Column
getPrimaryIx() - Method in class de.ipcon.schema.InitialdataReader.Data
getPrimaryKey() - Method in class de.ipcon.schema.ExportDefinitionEntry
Returns the primary key for this export definition entry
getPrimaryKey() - Method in interface de.ipcon.schema.Initialdata
getPrimaryKey() - Method in class de.ipcon.schema.InitialdataReader.Data
getPrimaryKeyType() - Method in interface de.ipcon.schema.Initialdata
getPrimaryKeyType() - Method in class de.ipcon.schema.InitialdataReader.Data
getPrimitiveOrOriginalType() - Method in class de.ipcon.schema.generators.AttributeTypeCodeGen
getPrintAttributes() - Method in class de.ipcon.db.core.Druckziel
getPrintAttributes() - Method in class de.ipcon.db.core.Druckziel.OutputDsl
getPrioritaet() - Method in interface de.ipcon.db.core.EntityStrukturI
getPrioritaet() - Method in class de.ipcon.db.core.MyTISMBenachrichtigung
getPrioritaet() - Method in interface de.ipcon.db.core.PrioritizableStrukturI
Gets and returns the value of the Prioritaet property.
getPrioritaet() - Method in class de.ipcon.schema.generators.coredata.EntityStrukturTemplate
getPriority() - Method in class de.ipcon.form.FormAction
getProcCount() - Method in class de.ipcon.db.core.Transaction
Gets the number of changes recorded in this transaction.
getProcCount() - Method in class de.ipcon.db.core.Transaction.Savepoint
getProcessingPurposes() - Method in class de.ipcon.schema.gdpr.DataCategory
Returns the collection of processing purposes associated with this data category.
getProcessors() - Method in class de.ipcon.db.event.DBManServerHealthEvent
getProcs() - Method in class de.ipcon.db.core.BO
getProcs() - Method in class de.ipcon.db.core.Transaction.Additional
getProcs(int) - Method in class de.ipcon.db.core.Transaction.Additional
getProcs() - Method in class de.ipcon.db.core.Transaction
getProcs(BO) - Method in class de.ipcon.db.core.Transaction
Gets all recorded Procs for a bo and the provided attribute.
getProcs(BO, String) - Method in class de.ipcon.db.core.Transaction
getProcs() - Method in class de.ipcon.db.core.TransactionCanonification
Returns an unmodifiable view of the canonized list of BOProc-s.
getProcsCount() - Method in class de.ipcon.db.protocol.AbstractBackendSession
getProcsCount() - Method in class de.ipcon.db.protocol.BackendSession
getProcsCount() - Method in interface de.ipcon.db.protocol.BackendSessionI
getProcsCount() - Method in class de.ipcon.db.protocol.BackendSessionInfo
getProcsIterator() - Method in class de.ipcon.db.core.BO
getProgress() - Method in class de.ipcon.db.report.AttributeIterator
getProgressCount() - Method in class de.ipcon.db.report.AttributeIterator
getProgressCount() - Method in interface de.ipcon.db.report.BOCursorI
getProgressCount() - Method in class de.ipcon.db.report.BODataSource
Da der Aufbau ja eigentlich immer gleich ist, naemlich BODataSource -> AttributeIterator*,
koennen wir durch die Kette sausen und den derzeitigen Progress recht genau ermitteln.
getProgressCurrent() - Method in class de.ipcon.db.report.AttributeIterator
getProgressCurrent() - Method in interface de.ipcon.db.report.BOCursorI
getProgressCurrent() - Method in class de.ipcon.db.report.BODataSource
getProgressDisplay() - Method in class de.ipcon.db.protocol.AbstractBackendRequest
getProgressDisplay() - Method in class de.ipcon.tools.progress.ProgressContext
getProgressHandler(long, boolean) - Static method in class de.ipcon.db.grooql.ProgressHandlingQueryResults
getProgressShowDelay() - Method in class de.ipcon.form.FormAction
getProjectConfiguration() - Method in class de.ipcon.db.DBMan
getProjectConfiguration() - Method in interface de.ipcon.db.DBManLocalI
getProjectDir() - Method in class de.ipcon.gui.BasicClient
getProjectEntityList() - Method in interface de.ipcon.schema.SchemaI
Retrieves a list of entities that were initially defined in the schema of the current project.
getProjectId() - Method in class de.ipcon.db.DBMan
getProjectInterfaces() - Method in class de.ipcon.schema.CBOSchema
getProjectInterfaces() - Method in class de.ipcon.schema.InstrumentingSchema
getProjectInterfaces() - Method in interface de.ipcon.schema.SchemaI
Returns a collection of all project-specific interfaces defined in the schema.
getProjectInterfaces() - Method in class de.ipcon.schema.SchemaWrapper
getProjection() - Method in class de.ipcon.db.query.SemiFullTextQueryBuilder
getProjectNick() - Method in class de.ipcon.db.DBManBootstrapHelper
getProjectPackage() - Method in interface de.ipcon.db.core.BasicClientContextI
Returns the project package of the current project.
getProjectPackage() - Method in class de.ipcon.gui.BasicClient
getProjectPackage() - Method in class de.ipcon.schema.CBOSchema
getProjectPackage() - Method in interface de.ipcon.schema.SchemaI
getProjectPackage() - Method in class de.ipcon.schema.SchemaWrapper
getProjectPackageName() - Method in class de.ipcon.gui.BasicClient
getProjectPath() - Method in class de.ipcon.db.DBManBootstrapHelper
getProjekt() - Method in class de.ipcon.db.core.BF
getProjekt() - Method in class de.ipcon.db.feature.AbstractLicense
getProjekt(boolean) - Method in class de.ipcon.db.feature.AbstractLicense
getProjekt() - Method in class de.ipcon.db.feature.FeatureManager
getProjekt() - Method in interface de.ipcon.db.feature.FeatureManagerI
Returns project name for the current MyTISM instance.
getPrompt() - Method in class de.ipcon.db.textclient.PromptMessageDisplay
getProperty(String, ImageObserver) - Method in class de.ipcon.db.core.LazyBildImage
getProperty(String) - Method in class de.ipcon.db.core.Transaction
Returns object represented by name or null, if no property with the passed name is found.
getProperty(String) - Method in class de.ipcon.db.core.Transaction.Savepoint
Retrieves a property value, searching within this savepoint, previous savepoints, and the enclosing transaction.
getProperty(Rexx, Rexx) - Method in interface de.ipcon.form.ClientContextI
getProperty() - Method in class de.ipcon.form.combobox.AbstractModel
getProperty() - Method in class de.ipcon.form.FComboBox
A private, immutable container for passing the mandatory and enabled state
of a component's display value between asynchronous operations.
getProperty() - Method in class de.ipcon.form.FScheduler
getProperty() - Method in class de.ipcon.form.FTextInputComponent
getProperty(Rexx, Rexx) - Method in class de.ipcon.gui.BasicClient
getProperty(String) - Method in class de.ipcon.schema.CBOSchema
getProperty(String, String) - Method in class de.ipcon.schema.CBOSchema
getProperty(String, String) - Method in interface de.ipcon.schema.SchemaI
getProperty(String) - Method in interface de.ipcon.schema.SchemaI
getProperty(String, String) - Method in class de.ipcon.schema.SchemaWrapper
getProperty(String) - Method in class de.ipcon.schema.SchemaWrapper
getProperty(String) - Method in class de.ipcon.tools.GroovyScript.HGB
getPropertyClass() - Method in class de.ipcon.form.combobox.ScriptBasedModel
getPropertyInfo(String, Properties) - Method in class de.ipcon.tools.DataSourceDriver
getPropertyInfo(String, Properties) - Method in class de.ipcon.tools.jdbc.DriverAdaptor
Deprecated.
Gets information about the possible properties for this driver.
getPropertyName() - Method in class de.ipcon.db.fulltext.compass.TermInfo
getPropertyName() - Method in interface de.ipcon.db.fulltext.TermInfoI
Returns the name of the property the term is associated with.
getProtocol() - Method in class de.ipcon.tools.jdbc.DriverAdaptor.URLData
Deprecated.
getProtocolDrivers() - Method in class de.ipcon.db.DBMan
getProtocolParameters() - Method in class de.ipcon.db.protocol.AbstractBackendSession
getProtocolParameters() - Method in class de.ipcon.db.protocol.BackendSession
getProtocolParameters() - Method in interface de.ipcon.db.protocol.BackendSessionI
getProtocolParameters() - Method in class de.ipcon.db.protocol.BackendSessionInfo
getProtocolVersion() - Method in class de.ipcon.db.protocol.AbstractBackendSession
getProtocolVersion() - Method in class de.ipcon.db.protocol.BackendRequestGetProtocolVersion
getProtocolVersion() - Method in class de.ipcon.db.protocol.BackendSession
getProtocolVersion() - Method in interface de.ipcon.db.protocol.BackendSessionI
getProtocolVersion() - Method in class de.ipcon.db.protocol.BackendSessionInfo
getProvider() - Method in class de.ipcon.db.core.Transaction
getPtyp() - Method in class de.ipcon.db.core.BOProc
getPurgedBOCount() - Method in class de.ipcon.db.core.Transaction
Returns the number of Business Objects (BOs) purged from the database within this transaction.
getPurgedBOCount(int) - Method in class de.ipcon.db.core.Transaction
getPurgedBOCount() - Method in class de.ipcon.db.core.Transaction.Savepoint
getPurgedBOsByEntity(Collection<BOProcI>) - Method in class de.ipcon.db.core.tx.TransactionFormatterSummarizedPlain
getPurgeForBO(BO) - Static method in class de.ipcon.db.core.BP
Finds the Business Object Procedure (BP) responsible for purging the given `affectedBO` from the database.
getPurgeForBO(BO, BOLoaderI) - Static method in class de.ipcon.db.core.BP
getPurges() - Method in class de.ipcon.db.core.TransactionCanonification
Returns an unmodifiable view of the set of BOs marked for removal (purging) from the database during the transaction.
getPWString(String) - Method in interface de.ipcon.tools.CryptoHandlerI
getQName() - Method in interface de.ipcon.schema.AttributeI
Returns the qualified name of this attribute.
getQName(BOI) - Method in interface de.ipcon.schema.AttributeI
Returns the qualified name of this attribute, prefixed with a concise description of a specific
Business Object (BO) instance.
getQRCodeImage(String) - Static method in class de.ipcon.tools.BarCode
Takes a String and a size and returns an Image showing the correct QR code in the given size.
getQRCodeImage(String, int) - Static method in class de.ipcon.tools.BarCode
getQRCodeImage(String, int, boolean) - Static method in class de.ipcon.tools.BarCode
getQrData() - Method in class de.ipcon.db.core.TOTPSchluessel
getQrData(String) - Method in class de.ipcon.db.core.TOTPSchluessel
getQuartal(Date) - Static method in class de.ipcon.tools.date.DateTimeTools
Returns String object with quarter and year of given date, empty string if date is null
getQuery() - Method in class de.ipcon.db.DefaultQueryHandler
getQuery() - Method in class de.ipcon.db.fulltext.compass.IndexerQueryBuilder
getQuery() - Method in class de.ipcon.db.oql.InterpretedOQLQuery
getQuery() - Method in class de.ipcon.db.oql.SQLQuery
getQuery() - Method in class de.ipcon.db.protocol.BackendQueryRequest
Returns the query this BackendQueryRequest will execute.
getQuery() - Method in class de.ipcon.db.query.ParameterizedQuery
getQuery() - Method in class de.ipcon.form.FTable
getQuery() - Method in class de.ipcon.form.FTree
getQuery() - Method in interface de.ipcon.form.PopupableFormElementI
getQueryAsString(Object[]) - Method in class de.ipcon.db.query.QueryBuilder
getQueryBuilder() - Method in class de.ipcon.form.FTable
getQueryBuilderInstance(SchemaI, Element, String) - Static method in class de.ipcon.db.query.QueryBuilderFactory
getQueryBuilderInstance(SchemaI, Element, String, BOLoaderI) - Static method in class de.ipcon.db.query.QueryBuilderFactory
getQueryBuilderInstance(SchemaI, Element, String, BOLoaderI, Map) - Static method in class de.ipcon.db.query.QueryBuilderFactory
getQueryBuilderInstance(SchemaI, Element, String, BOLoaderI, Map, FulltextSearcherI) - Static method in class de.ipcon.db.query.QueryBuilderFactory
getQueryBuilderInstance(SchemaI, Element, String, BOLoaderI, Map, FulltextSearcherI, boolean) - Static method in class de.ipcon.db.query.QueryBuilderFactory
getQueryExpressionNode() - Method in class de.ipcon.db.oql.predicate.OQLQueryPredicate
getQueryGUI() - Method in class de.ipcon.db.query.AbstractFilterGUI
getQueryGUI() - Method in class de.ipcon.db.query.AbstractStringFilterGUI
getQueryGUI() - Method in class de.ipcon.db.query.BoolFilterGUI
getQueryGUI() - Method in class de.ipcon.db.query.DateFilterGUI
getQueryGUI() - Method in class de.ipcon.db.query.MultipleChoiceFilterGUI
getQueryGUI() - Method in interface de.ipcon.db.query.QueryGUIElementI
Gets the JComponent that represents the GUI part of this filter.
getQueryGUI() - Method in class de.ipcon.db.query.SemiFullTextQueryBuilder
getQueryGUI() - Method in class de.ipcon.form.LiquidSeparatorLabel
getQueryGUIElementsMap() - Method in class de.ipcon.db.query.QueryBuilder
getQueryGUIElementsMap() - Method in class de.ipcon.db.query.RawOQLQueryBuilder
getQueryGUIElementsMap() - Method in class de.ipcon.db.query.SemiFullTextQueryBuilder
getQueryParameters() - Method in class de.ipcon.db.protocol.BackendQueryRequest
Returns an unmodifiable list containing the query parameters in the correct order they are used in the query.
getQueryString() - Method in class de.ipcon.db.oql.Parser
getQueryTimeout() - Method in class de.ipcon.tools.jdbc.StatementAdaptor
Retrieves the number of seconds the driver will wait for a Statement object to execute.
getQueueInputStream() - Method in class de.ipcon.tools.io.QueueOutputStream
Return the QueueInputStream connected to this stream.
getRandom() - Static method in class de.ipcon.tools.CryptoTools
Returns a Random for generating random numbers for usage in a shared
or unshared scenario.
getRandomColor() - Static method in class de.ipcon.tools.UITools
Returns a random generated Color in HSB model
getRange() - Method in class de.ipcon.form.FScheduler
getRangeEnd() - Method in class de.ipcon.tools.progress.ProgressContext
getRangeStart() - Method in class de.ipcon.tools.progress.ProgressContext
getRaw() - Method in enum de.ipcon.db.oql.TokenType
getRawParameter() - Method in class de.ipcon.db.core.Alias
getRawParameter() - Method in class de.ipcon.db.core.Codebaustein
getRawParameter() - Method in class de.ipcon.db.core.Formular
getRawParameter() - Method in class de.ipcon.db.core.Lesezeichen
getRawParameter() - Method in interface de.ipcon.db.core.ParameterizedStrukturI
Simply retrieves and returns the raw, unprocessed value of the "Parameter" property.
getRawParameter() - Method in class de.ipcon.db.core.Report
getRawParameter() - Method in class de.ipcon.db.core.Schablone
getRawString() - Method in class de.ipcon.tools.xbase.XBaseField
getRawString(int) - Method in class de.ipcon.tools.xbase.XBaseTable
getRawStringValue() - Method in class de.ipcon.db.core.EinstellungenVariable
Gets and returns the value of this EinstellungenVariable.
getRawStringValue(Benutzer) - Method in class de.ipcon.db.core.EinstellungenVariable
getRawStringValue(Benutzer, Appendable) - Method in class de.ipcon.db.core.EinstellungenVariable
getRawTitle() - Method in class de.ipcon.form.AbstractClientDesktopElement
getRawTitle(boolean) - Method in class de.ipcon.form.AbstractClientDesktopElement
getRawTitle() - Method in interface de.ipcon.form.MDIElementI
getRcl() - Method in class de.ipcon.db.sync.AbstractSync
getReader() - Method in class de.ipcon.db.importer.CSVConfiguration
getRealBO() - Method in class de.ipcon.form.FPDFViewer
getRealClass() - Method in class de.ipcon.tools.io.ServerSideException.Cause
getRealFtx() - Method in class de.ipcon.form.FElement
getRealImageIcon() - Method in class de.ipcon.db.core.Bild
getRealImageIcon(BO) - Static method in class de.ipcon.db.core.Bild
getRealInstance() - Method in class de.ipcon.db.core.LazyImageIcon
getRealInstanceImpl() - Method in class de.ipcon.db.core.LazyImageIcon
getReason() - Method in class de.ipcon.db.event.ConnectionEvent
getReasonableParallelity() - Static method in class de.ipcon.tools.concurrent.ConcurrencyTools
Returns the number of parallel tasks the system can handle without overloading,
based on the number of available processors and predefined rules to reserve CPUs
for system tasks.
getReceived() - Method in class de.ipcon.db.api.websockets.DatedDBManEvent
getReceived() - Method in class de.ipcon.tools.MailImporterMessage
getReceiver() - Method in class de.ipcon.db.notification.ReceiverDeterminationResult
getReceiverDeterminationResult() - Method in class de.ipcon.db.core.MyTISMBenachrichtigung
getReceiversMatchingRelationType(AttributeI) - Method in class de.ipcon.db.core.Alarm
getReceiversMatchingRelationTypeBCC(AttributeI) - Method in class de.ipcon.db.core.Alarm
getReceiversMatchingRelationTypeCC(AttributeI) - Method in class de.ipcon.db.core.Alarm
getReceivertype() - Method in class de.ipcon.db.notification.ReceiverDeterminationResult
getRechteZuweisungen() - Method in class de.ipcon.db.core.Benutzer
Collects any
Rechtezuweisung from every
Gruppe THIS is attached to.
getRechteZuweisungenDigest() - Method in class de.ipcon.db.core.Benutzer
Collects any
Rechtezuweisung for every
BOMaske this user was assigned rights for,
summarizing these rights across all groups.
getRechteZuweisungenFiltered() - Method in class de.ipcon.db.core.Gruppe
Returns all RechteZuweisungen in the relation that are not deleted and have an undeleted Maske.
getRecordCount() - Method in class de.ipcon.tools.xbase.XBaseTable
getRect() - Method in class de.ipcon.db.report.PDFTextField
getRef(int) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of the designated JDBC REF() parameter as a Ref object in the Java programming language.
getRef(String) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of a JDBC REF() parameter as a Ref object in the Java programming language.
getRef(int) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a Ref object in the Java programming language.
getRef(String) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a Ref object in the Java programming language.
getReferenceCount() - Method in interface de.ipcon.db.blob.TransactionalFileI
Gets the current reference count.
getRefresher() - Method in class de.ipcon.form.navtree.ClientNavigationTreeModel
getRefreshRequestsPending() - Method in class de.ipcon.form.FPanel
getRefs() - Method in class de.ipcon.db.core.TransactionCanonification
Returns an unmodifiable view of the set of references encountered during transaction processing
getRefs() - Method in class de.ipcon.schema.CBOEntity
getRegex() - Method in class de.ipcon.db.fulltext.lucene.SplitTokenFilterProvider
getRegex() - Method in class de.ipcon.db.fulltext.lucene.StripTokenPartsTokenFilterProvider
getRegisteredModuleProviders() - Method in class de.ipcon.schema.CBOSchema
returns an unmodifiable Map with all registered module providers as values and their names as keys
getRegisteredModuleProviders() - Method in interface de.ipcon.schema.SchemaI
getRegisteredModuleProviders() - Method in class de.ipcon.schema.SchemaWrapper
getRelatedBO() - Method in class de.ipcon.form.FPopup
getRelatedBO() - Method in class de.ipcon.form.tree.FTreeModel
getRelationBOs(Long, Class<? extends BOI>, String) - Method in class de.ipcon.db.BackendConnectionManager
getRelationBOs(Long, Class<? extends BOI>, String) - Method in interface de.ipcon.db.core.BOLoaderI
this method is used by the lazy loading map/list implementation to load related
objects when needed.
getRelationBOs(Long, Class<? extends BOI>, String) - Method in class de.ipcon.db.core.BOLoaderWrapper
getRelationBOs(Long, Class<? extends BOI>, String) - Method in class de.ipcon.db.core.Transaction
getRelationBOs(Long, Class<? extends BOI>, String) - Method in class de.ipcon.db.DBMan
getRelationBOs(Long, Class<? extends BOI>, String, BOLoaderI) - Method in class de.ipcon.db.DBMan
getRelationBOs(Long, Class<? extends BOI>, String) - Method in class de.ipcon.db.DBManLocalBOLoader
getRelationBOs(Long, Class<? extends BOI>, String) - Method in class de.ipcon.db.protocol.AbstractBackendConnection
getRelationBOs(Long, Class<? extends BOI>, String) - Method in class de.ipcon.db.protocol.BackendConnection
getRelationBOs(Long, Class<? extends BOI>, String) - Method in interface de.ipcon.db.protocol.ServerConnectionI
getRelationBOs(Long, Class<? extends BOI>, String) - Method in class de.ipcon.db.testing.TestBOLoader
getRelationBOs(Long, Class<? extends BOI>, String) - Method in class de.ipcon.db.testing.TestBOLoaderV2
getRelationBOs(Long, Class, String) - Method in class de.ipcon.db.tools.CachingBOLoaderExtended
Makes unlazies from LazyRelationMap automatically loaded if possible
getRelationDiscriminator() - Method in class de.ipcon.schema.CBOAttribute
getRelationEntity() - Method in class de.ipcon.db.BOEnvironmentBuilder.Column
getRelationEntity() - Method in class de.ipcon.schema.AttributeTemplate
getRelationEntity() - Method in class de.ipcon.schema.AttributeWrapper
getRelationEntity() - Method in interface de.ipcon.schema.BasicAttributeI
getRelationEntity() - Method in class de.ipcon.schema.CBOAttribute
getRelationEntity() - Method in class de.ipcon.schema.InitialdataReader.Column
getRelationEntity() - Method in class de.ipcon.schema.InstrumentingAttribute
getRelationEntity() - Method in class de.ipcon.schema.ScriptedAttribute
getRelationIterator(Object) - Method in interface de.ipcon.schema.AttributeI
getRelationIterator(Object) - Method in class de.ipcon.schema.AttributeWrapper
getRelationIterator(Object) - Method in class de.ipcon.schema.CBOAttribute
Returns the iterator containing the relational objects from the given BO
getRelationIterator(Object) - Method in class de.ipcon.schema.ScriptedAttribute
getRelationObjects(Object) - Method in interface de.ipcon.schema.AttributeI
getRelationObjects(Object) - Method in class de.ipcon.schema.AttributeWrapper
getRelationObjects(Object) - Method in class de.ipcon.schema.CBOAttribute
Returns the relational objects from the given bo as TreeMap
getRelationObjects(Object, String) - Method in class de.ipcon.schema.CBOEntity
getRelationObjects(Object, AttributeI[]) - Method in class de.ipcon.schema.CBOSchema
getRelationObjects(Object, String) - Method in class de.ipcon.schema.CBOSchema
getRelationObjects(Object, String) - Method in interface de.ipcon.schema.EntityI
Returns a map containing the relation for a single attribute of a bo of this EntityI
getRelationObjects(Object, String) - Method in class de.ipcon.schema.EntityWrapper
getRelationObjects(Object, String) - Method in interface de.ipcon.schema.SchemaI
getRelationObjects(SchemaI, Object, String) - Static method in class de.ipcon.schema.SchemaTools
Returns the relation objects from a attribute specified
by the attributepath
getRelationObjects(Object, String) - Method in class de.ipcon.schema.SchemaWrapper
getRelationObjects(Object) - Method in class de.ipcon.schema.ScriptedAttribute
getRelations() - Method in interface de.ipcon.schema.BasicEntityI
Returns a list of all relational attributes defined on this BasicEntityI,
including virtual ones.
getRelationsForDateiSystemSync() - Method in class de.ipcon.db.core.Formular
getRelationsForDateiSystemSync() - Method in class de.ipcon.db.core.Lesezeichen
getRelationsForDateiSystemSync() - Method in class de.ipcon.db.core.Report
getRelationsForDateiSystemSync() - Method in class de.ipcon.db.core.Schablone
getRelationsForDateiSystemSync() - Method in class de.ipcon.db.core.Struktur
getRelationsForDateiSystemSyncCache() - Method in class de.ipcon.db.core.Codebaustein
getRelationsForDateiSystemSyncCache() - Method in class de.ipcon.db.core.Report
getRelationsForDateiSystemSyncCache() - Method in class de.ipcon.db.core.Struktur
getRelationsToUnlazy() - Method in class de.ipcon.db.core.DateiSystemSyncEintrag
getRelationType() - Method in class de.ipcon.schema.AttributeDefinition
getRelationType() - Method in class de.ipcon.schema.AttributeTemplate
getRelationType() - Method in class de.ipcon.schema.AttributeWrapper
getRelationType() - Method in interface de.ipcon.schema.BasicAttributeI
getRelationType() - Method in class de.ipcon.schema.CBOAttribute
getRelationType() - Method in class de.ipcon.schema.ScriptedAttribute
getRelevantChangesFor(BOLoaderWithCacheI) - Method in interface de.ipcon.db.core.BOProcI
Retrieves the relevant changes for a cached BO within the given `BOLoaderWithCacheI`.
getRelevantIndices(DBManEventFilter) - Method in class de.ipcon.db.event.DBManBOChangeEvent
returns an int-array containing all indices at which actually requested,
i.e. fitting, objects are found in this event
getRelevantTimespan(Date, Date, Date, Date) - Static method in class de.ipcon.tools.date.DateTimeTools
determines and returns the relevant part of a given timespan, i.e. the part which lies within a given global time-frame
getRemainingTimeInMillis() - Method in class de.ipcon.db.protocol.TransportProtocolServerClientChallengeResponse
getRemark() - Method in class de.ipcon.db.notification.ReceiverDeterminationResult
getRemarks() - Method in class de.ipcon.db.core.Transaction
Returns a String containing all remarks that were set for this transaction.
getRemoteHostAddress() - Method in class de.ipcon.db.protocol.socket.SocketTransport
Returns the host address for the remote part of the connection.
getRemotePort() - Method in class de.ipcon.db.protocol.socket.SocketTransport
Returns the port for the remote part of the connection.
getRemoteSchema() - Method in class de.ipcon.db.protocol.BackendConnection
getRemoteSchema() - Method in interface de.ipcon.db.protocol.ServerConnectionI
getRemoteSchemaFingerprint() - Method in class de.ipcon.db.protocol.BackendConnection
getRemoteSchemaFingerprint() - Method in interface de.ipcon.db.protocol.ServerConnectionI
getRemoteSchemaUIDs() - Method in class de.ipcon.db.protocol.BackendConnection
getRemoteSchemaUIDs() - Method in interface de.ipcon.db.protocol.ServerConnectionI
getRemoteSchemaVersion() - Method in class de.ipcon.db.protocol.BackendConnection
getRemoteSchemaVersion() - Method in interface de.ipcon.db.protocol.ServerConnectionI
getRemovedEntities() - Method in class de.ipcon.db.fulltext.compass.SchemaVsIndexDiff
getRemovedValues(BO, String) - Method in class de.ipcon.db.core.Transaction
Calculates and returns a Map of Business Objects (BOs) that were removed from a specified
many-relation attribute of a given BO within the context of this transaction.
getRenderedColumnTitle(int) - Method in class de.ipcon.form.FTable
getRenderedValueAt(int, int) - Method in class de.ipcon.form.FTable
getRenderedValueAt(int, int, boolean) - Method in class de.ipcon.form.FTable
getRenderer() - Method in class de.ipcon.form.table.FTableColumn
getReplaceEscaped() - Method in class de.ipcon.db.BOEnvironmentBuilder.Column
getReplaceEscaped() - Method in class de.ipcon.schema.InitialdataReader.Column
getReport() - Method in class de.ipcon.db.core.Druckziel.OutputDsl
getReport(BOLoaderI, String) - Static method in class de.ipcon.db.core.Report
getReport() - Method in class de.ipcon.db.report.PrintingPreparer
getReport(FormContextI, String) - Static method in class de.ipcon.db.report.PrintingServices
Retrieves the Report for the given EntityI-name with the given name and optionally the given istListe-status.
getReport(FormContextI, String, String) - Static method in class de.ipcon.db.report.PrintingServices
getReport(FormContextI, String, String, Boolean) - Static method in class de.ipcon.db.report.PrintingServices
getReport(ClientContextI, String) - Static method in class de.ipcon.db.report.PrintingServices
Retrieves the Report for the given EntityI-name with the given name and optionally the given istListe-status.
getReport(ClientContextI, String, String) - Static method in class de.ipcon.db.report.PrintingServices
getReport(ClientContextI, String, String, Boolean) - Static method in class de.ipcon.db.report.PrintingServices
getReport(BOLoaderI, String) - Static method in class de.ipcon.db.report.PrintingServices
Retrieves the Report with the given name using a query
getReportAlias() - Method in interface de.ipcon.schema.AttributeI
If a report alias is given, this is the sign for us to generate a group in the report
and show the data of this many-relation.
getReportAlias() - Method in class de.ipcon.schema.AttributeWrapper
getReportAlias() - Method in class de.ipcon.schema.CBOAttribute
getReportAlias() - Method in class de.ipcon.schema.ScriptedAttribute
getReportByTid(FormContextI, String) - Static method in class de.ipcon.db.report.PrintingServices
Retrieves the Report for the given EntityI-name with the given Tid and optionally the given istListe-status.
getReportByTid(FormContextI, String, String) - Static method in class de.ipcon.db.report.PrintingServices
getReportByTid(FormContextI, String, String, Boolean) - Static method in class de.ipcon.db.report.PrintingServices
getReportByTid(ClientContextI, String) - Static method in class de.ipcon.db.report.PrintingServices
Retrieves the Report for the given EntityI-name with the given Tid and optionally the given istListe-status.
getReportByTid(ClientContextI, String, String) - Static method in class de.ipcon.db.report.PrintingServices
getReportByTid(ClientContextI, String, String, Boolean) - Static method in class de.ipcon.db.report.PrintingServices
getReportByTid(BOLoaderI, String) - Static method in class de.ipcon.db.report.PrintingServices
Retrieves the Report with the given name using a query
getReportByWhatever(BOLoaderI, String, String) - Static method in class de.ipcon.db.core.Report
Retrieves the Report with the given name using a query
getReportByWhatever(ClientContextI, String, String) - Static method in class de.ipcon.db.report.PrintingServices
Retrieves the Report for the given EntityI-name for the given criteria and optionally also the given istListe-status.
getReportByWhatever(ClientContextI, String, String, String) - Static method in class de.ipcon.db.report.PrintingServices
getReportByWhatever(ClientContextI, String, String, String, Boolean) - Static method in class de.ipcon.db.report.PrintingServices
getReportDef() - Method in class de.ipcon.schema.generators.coredata.ReportTemplate
getReportDefinition() - Method in class de.ipcon.db.core.Report
getReportFontSizeBig() - Method in class de.ipcon.schema.CBOEntity
getReportFontSizeBig() - Method in interface de.ipcon.schema.EntityI
getReportFontSizeBig() - Method in class de.ipcon.schema.EntityWrapper
getReportFontSizeBig(EntityI) - Method in class de.ipcon.schema.generators.CoreData
getReportFontSizeBig(EntityI) - Method in class de.ipcon.schema.generators.coredata.ReportTemplate
getReportFontSizeNormal() - Method in class de.ipcon.schema.CBOEntity
getReportFontSizeNormal() - Method in interface de.ipcon.schema.EntityI
getReportFontSizeNormal() - Method in class de.ipcon.schema.EntityWrapper
getReportFontSizeNormal(EntityI) - Method in class de.ipcon.schema.generators.CoreData
getReportFontSizeNormal(EntityI) - Method in class de.ipcon.schema.generators.coredata.ReportTemplate
getReportManySort() - Method in interface de.ipcon.schema.AttributeI
getReportManySort() - Method in class de.ipcon.schema.AttributeWrapper
getReportManySort() - Method in class de.ipcon.schema.CBOAttribute
getReportManySort() - Method in class de.ipcon.schema.ScriptedAttribute
getReportOrientation() - Method in class de.ipcon.schema.CBOEntity
getReportOrientation() - Method in interface de.ipcon.schema.EntityI
getReportOrientation() - Method in class de.ipcon.schema.EntityWrapper
getReportOrientation(EntityI) - Method in class de.ipcon.schema.generators.CoreData
getReportOrientation(EntityI) - Method in class de.ipcon.schema.generators.coredata.ReportTemplate
getReportPosition() - Method in interface de.ipcon.schema.AttributeI
Returns the expected position of the attribute in the automatic reports.
getReportPosition() - Method in class de.ipcon.schema.AttributeWrapper
getReportPosition() - Method in class de.ipcon.schema.CBOAttribute
getReportPosition() - Method in class de.ipcon.schema.ScriptedAttribute
getReportRelativeWidth() - Method in interface de.ipcon.schema.AttributeI
Return the relative width of the attribute in the automatic reports, defaults to 1.
getReportRelativeWidth() - Method in class de.ipcon.schema.AttributeWrapper
getReportRelativeWidth() - Method in class de.ipcon.schema.CBOAttribute
getReportRelativeWidth() - Method in class de.ipcon.schema.ScriptedAttribute
getReports(EntityI, boolean) - Method in interface de.ipcon.form.ClientContextI
getReports(EntityI) - Method in interface de.ipcon.form.ClientContextI
getReports(EntityI, boolean) - Method in class de.ipcon.gui.BasicClient
getReports(EntityI) - Method in class de.ipcon.gui.BasicClient
getReportSort() - Method in interface de.ipcon.schema.AttributeI
getReportSort() - Method in class de.ipcon.schema.AttributeWrapper
getReportSort() - Method in class de.ipcon.schema.CBOAttribute
getReportSort() - Method in class de.ipcon.schema.ScriptedAttribute
getReportTitle() - Method in class de.ipcon.schema.CBOEntity
getReportTitle() - Method in interface de.ipcon.schema.EntityI
getReportTitle() - Method in class de.ipcon.schema.EntityWrapper
getRepresentingClass() - Method in class de.ipcon.db.core.BOT
Gets the class representing this BOT, nonnull.
getRepresentingClass(boolean) - Method in class de.ipcon.db.core.BOT
getRepresentingEntity(BOLoaderI) - Method in class de.ipcon.db.core.BOT
getResetPrefs() - Method in class de.ipcon.form.ClientLoginDialog
getResizeMode() - Method in class de.ipcon.form.FTable
getResizeMode() - Method in interface de.ipcon.form.table.FTableConfigurationI
getResizeWeight() - Method in class de.ipcon.form.FDetailView
getResolved(PairStorage) - Method in class de.ipcon.db.core.UnresolvedReferencesResolver
Returns the actual object for psTo (if a matching mapping is available).
getResolvedL10nName() - Method in class de.ipcon.db.core.Struktur
getResolvedName() - Method in class de.ipcon.db.core.Alias
getResolvedName() - Method in class de.ipcon.db.core.Struktur
Returns the "visible" name of the Struktur with all required processing
already done; mainly interesting for Aliase.
getResolvedNameNN() - Method in class de.ipcon.db.core.Struktur
getResource(String) - Method in class de.ipcon.db.core.L10nBundle
getResourceAnchors() - Method in class de.ipcon.form.FormAction
getResourceAnchors(int) - Method in class de.ipcon.form.FormAction
getResponseException() - Method in class de.ipcon.db.protocol.AbstractBackendRequest
getResponseException() - Method in interface de.ipcon.db.protocol.BackendRequestI
getRestrictToEntity() - Method in class de.ipcon.form.FTree
getResult() - Method in interface de.ipcon.db.core.BatchedBackendRequestI
getResult() - Method in class de.ipcon.db.mex.MEXTransformer
getResult() - Method in class de.ipcon.db.protocol.BatchedBackendRequest
getResult() - Method in interface de.ipcon.schema.AggregateFunctionI
Returns the result of the aggregation based on the objects that have been processed.
getResult() - Method in class de.ipcon.schema.generators.IndexQueryJob
Deprecated.
getResult() - Method in class de.ipcon.tools.ReflectiveRunner
getResultClass() - Method in class de.ipcon.db.oql.BinaryExpressionNode
FIXME 2020-01 ps: only explicitly implemented for Arrays, check default fallback functionality for arbitrary binary expressions.
getResultClass() - Method in class de.ipcon.db.oql.ExplainNode
getResultClass() - Method in class de.ipcon.db.oql.ParseTreeNode
Calculates the resulting Java class of this node, which is used if it is part of the select expression.
getResultClass() - Method in class de.ipcon.db.oql.PathNode
getResultClass() - Method in class de.ipcon.db.oql.QueryExpressionNode
getResultClass() - Method in class de.ipcon.db.oql.SelectNode
Calculates the resulting Java class of this node.
getResultClass() - Method in class de.ipcon.db.oql.SQLQuery
getResultingAttribute(EntityI) - Method in class de.ipcon.db.oql.PathPart
getResultingAttribute(EntityI, boolean) - Method in class de.ipcon.db.oql.PathPart
getResultingEntity(EntityI) - Method in class de.ipcon.db.oql.PathPart
getResultingEntity(EntityI, boolean) - Method in class de.ipcon.db.oql.PathPart
getResultingPid() - Method in class de.ipcon.db.protocol.BackendRequestAuthenticateTransport
getResultingPid() - Method in interface de.ipcon.db.protocol.BackendRequestAuthenticateTransportI
getResults() - Method in class de.ipcon.db.cache.QueryResultCache
getResults(boolean) - Method in class de.ipcon.db.cache.QueryResultCache
getResults() - Method in class de.ipcon.db.protocol.AbstractBackendRequest
getResults() - Method in interface de.ipcon.db.protocol.BackendRequestI
getResults() - Method in class de.ipcon.db.protocol.SimpleBackendRequest
getResultsAsMap() - Method in class de.ipcon.db.cache.QueryResultCache
getResultsAsMap(boolean) - Method in class de.ipcon.db.cache.QueryResultCache
getResultsEntity() - Method in class de.ipcon.db.query.QueryBuilder
Returns the EntityI of the objects this query returns.
getResultsEntity() - Method in interface de.ipcon.db.query.QueryInfoI
getResultsEntity() - Method in class de.ipcon.db.query.SemiFullTextQueryBuilder
getResultSet() - Method in class de.ipcon.tools.jdbc.StatementAdaptor
Retrieves the current result as a ResultSet object.
getResultSetConcurrency() - Method in class de.ipcon.tools.jdbc.StatementAdaptor
Retrieves the result set concurrency for ResultSet objects generated by this Statement object.
getResultSetHoldability() - Method in class de.ipcon.tools.jdbc.StatementAdaptor
Retrieves the result set holdability for ResultSet objects generated by this Statement object.
getResultSetType() - Method in class de.ipcon.tools.jdbc.StatementAdaptor
Retrieves the result set type for ResultSet objects generated by this Statement object.
getRetentionPurposes() - Method in class de.ipcon.schema.gdpr.DataCategory
Returns the collection of retention purposes associated with this data category.
getRetentionStartDatePath() - Method in class de.ipcon.schema.gdpr.GDPRPolicy
Returns the path to the retention start date.
getRetentionVetoPaths() - Method in class de.ipcon.schema.gdpr.GDPRPolicy
Returns the set of paths to objects within the entity that are eligible to utter a retention veto.
getRfe() - Method in class de.ipcon.form.AbstractClientDesktopElement
getRicherData(DataFlavor) - Method in class de.ipcon.form.FTransferable
getRicherFlavors() - Method in class de.ipcon.form.FTransferable
Some subclasses will have flavors that are more descriptive than HTML
or plain text.
getRightBound() - Method in class de.ipcon.form.ClientDesktopManager
getRightFill() - Method in class de.ipcon.form.FElement
getRightOperand() - Method in class de.ipcon.db.oql.BinaryExpressionNode
getRoot(String) - Method in class de.ipcon.db.oql.QueryNameSpace
getRoot(String, boolean) - Method in class de.ipcon.db.oql.QueryNameSpace
getRoot() - Method in class de.ipcon.db.query.QueryBuilder
getRoot() - Method in class de.ipcon.form.DefaultFormContext
Gets the Root-FormContextI which has no parent.
getRoot() - Method in interface de.ipcon.form.FormContextI
getRoot() - Method in class de.ipcon.schema.tools.SchemaTreeModel
getRoot() - Method in class de.ipcon.tools.GroovyScript.HGB
getRootAlias() - Method in class de.ipcon.db.oql.Parser
getRootCause() - Method in interface de.ipcon.tools.InspectableThrowableI
Returns the root cause of this Throwable.
getRootCause(Throwable) - Static method in exception de.ipcon.tools.IRuntimeException
Deprecated.
getRootCause(Throwable) - Static method in class de.ipcon.tools.ThrowableTools
Recursively retrieves the root cause of a Throwable.
getRootCauseIfOfType(Object, Class) - Static method in exception de.ipcon.tools.io.ServerSideException
Retrieves the root cause of the given object if it is a ServerSideException and the root cause
is of the specified type.
getRootCauseIfOfType(Class) - Method in exception de.ipcon.tools.io.ServerSideException
Retrieves the root cause of this exception if it is a ServerSideException and the original
exception on the server was of the specified type.
getRootLoader() - Method in class de.ipcon.db.BackendConnectionManager
getRootLoader() - Method in interface de.ipcon.db.core.BOLoaderI
Returns the root BOLoader of this BOLoader or this if there is no more parent loader.
getRootLoader() - Method in class de.ipcon.db.core.BOLoaderWrapper
getRootLoader() - Method in class de.ipcon.db.core.Transaction
getRootLoader() - Method in class de.ipcon.db.DBMan
getRootLoader() - Method in class de.ipcon.db.DBManLocalBOLoader
getRootLoader() - Method in class de.ipcon.db.testing.TestBOLoader
getRootLoader() - Method in class de.ipcon.db.testing.TestBOLoaderV2
getRootLoaderSchema() - Method in class de.ipcon.db.core.BO
Returns the SchemaI of the root loader of this BO's BOLoaderI.
getRootLoaderSchema() - Method in interface de.ipcon.schema.BOI
getRootObjects() - Method in class de.ipcon.schema.tools.JGraphDataStructures
getRootPane() - Method in class de.ipcon.form.AbstractClientDesktopElement
getRootPane() - Method in interface de.ipcon.form.MDIElementI
getRootPaneContainer() - Method in class de.ipcon.form.DefaultFormContext
getRootPaneContainer() - Method in interface de.ipcon.form.FormContextI
getRootPaneToLockOnConnectionInterrupt() - Method in class de.ipcon.db.core.BOLoaderWrapper
getRootPaneToLockOnConnectionInterrupt() - Method in class de.ipcon.db.core.Transaction
getRoundingMode(String) - Static method in class de.ipcon.tools.TypeDistiller
getRoundtripCount() - Method in class de.ipcon.db.protocol.AbstractBackendSession
getRoundtripCount() - Method in class de.ipcon.db.protocol.BackendSession
getRoundtripCount() - Method in interface de.ipcon.db.protocol.BackendSessionI
getRoundtripCount() - Method in class de.ipcon.db.protocol.BackendSessionInfo
getRoundTrips() - Method in class de.ipcon.db.protocol.BackendConnection
getRoundTrips() - Method in interface de.ipcon.db.protocol.ServerConnectionI
getRoundtrips() - Method in class de.ipcon.db.protocol.socket.SocketPool
getRoundtrips() - Method in interface de.ipcon.db.protocol.TransportProviderI
Returns the current number of client-server roundtrips.
getRoundtripsInternal() - Method in class de.ipcon.db.protocol.socket.SocketPool
getRow(Object[]) - Method in class de.ipcon.db.core.BOPivot
retrieves all values from the stored BOPivot which reside in the given row
getRow() - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the current row number.
getRowCount() - Method in class de.ipcon.form.table.FTableAtm
getRowCount() - Method in class de.ipcon.gui.console.SessionsJTableModel
getRowCount() - Method in class de.ipcon.schema.tools.SchemaTableModel
getRowDragLast() - Method in class de.ipcon.form.navtree.ClientNavigationTree
getRowForObject(Object) - Method in class de.ipcon.form.table.FTableAtm
Returns the model row index for a given Business Object (BO).
getRowForObject(Object) - Method in interface de.ipcon.form.table.FTableAtmI
Retrieves the row index corresponding to a given domain object in the table.
getRowHeight() - Method in class de.ipcon.form.FTable
getRowHeight(int) - Method in class de.ipcon.form.FTable
getRowHeight() - Method in interface de.ipcon.form.table.FTableConfigurationI
getRowHeight(int) - Method in interface de.ipcon.form.table.FTableConfigurationI
getRowId(int) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of the designated JDBC ROWID parameter as a java.sql.RowId object.
getRowId(String) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of the designated JDBC ROWID parameter as a java.sql.RowId object.
getRowId(int) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
getRowId(String) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
getRowLimit(Object[]) - Method in class de.ipcon.db.oql.LimitNode
getRowObjects() - Method in class de.ipcon.form.table.FTableAtm
Returns a defensive copy of the internal array of all Business Objects (BOs)
currently in the table model.
getRowObjectsViewSorted() - Method in class de.ipcon.form.FTable
getRows() - Method in class de.ipcon.form.FElement
getRowSpan(List) - Method in class de.ipcon.db.core.BOPivot
getRowSpan(Object[]) - Method in class de.ipcon.db.core.BOPivot
getRowStructure(Object[]) - Method in class de.ipcon.db.core.BOPivot
retrieves the meta-values of the direct sub-rows in the structure at the given location
getRowStructureAsBOs(Object[]) - Method in class de.ipcon.db.core.BOPivot
getRunner() - Method in class de.ipcon.tools.progress.AbstractProgressThread
getRunningTime() - Method in class de.ipcon.tools.progress.ProgressHandler
getSafety() - Method in class de.ipcon.form.navtree.ClientNavigationTree
getSaveException() - Method in interface de.ipcon.db.core.SaveResultI
getSaveException() - Method in class de.ipcon.db.DBMan.SaveResult
FIXME!!
getSaveHandler() - Method in class de.ipcon.form.DefaultFormContext
getSaveHandler() - Method in interface de.ipcon.form.FormContextI
getSaveOrFunctionException() - Method in interface de.ipcon.db.core.SaveResultI
getSavepoints(Object) - Method in class de.ipcon.db.core.Transaction
Get all valid savepoints filed under the given owner in a list, the latest snapshot at index 0.
getSavesCount() - Method in class de.ipcon.db.core.Transaction
getSavesCountNN() - Method in class de.ipcon.db.core.Transaction
getScale(int) - Method in class de.ipcon.tools.jdbc.ResultSetMetaDataAdaptor
Gets the designated column's number of digits to right of the decimal point.
getScaledInstance(int, int, int) - Method in class de.ipcon.db.core.LazyBildImage
getSchabsForView() - Method in class de.ipcon.form.FTable
getScheduler() - Method in class de.ipcon.db.alarm.BOBasierterTerminHandler
getScheduler() - Method in class de.ipcon.db.alarm.EinfacherTerminHandler
getScheduler() - Method in interface de.ipcon.db.alarm.ScheduledAlarmHandlerI
getScheduler() - Method in class de.ipcon.db.alarm.WiedervorlageHandler
getSchema() - Method in class de.ipcon.db.alarm.AlarmHandler
getSchema() - Method in class de.ipcon.db.BackendConnectionManager
getSchema() - Method in class de.ipcon.db.BOSaver
getSchema() - Method in class de.ipcon.db.CastorPersistenceHandler
getSchema() - Method in class de.ipcon.db.CastorPersistenceManager
getSchema() - Method in interface de.ipcon.db.core.BasicClientContextI
getSchema() - Method in class de.ipcon.db.core.BO
Returns the currently used SchemaI, i.e. the SchemaI of this BO's BOLoaderI.
getSchema() - Method in interface de.ipcon.db.core.BOLoaderI
gets a reference to the schema which is used by this BOLoader.
getSchema() - Method in class de.ipcon.db.core.BOLoaderWrapper
getSchema() - Method in class de.ipcon.db.core.BP
Returns SchemaI of this BP, determined via its BOLoaderI or null if there is no BOLoaderI.
getSchema() - Method in class de.ipcon.db.core.CachingBOLoader
getSchema() - Method in interface de.ipcon.db.core.KernelDatabaseAccessorI
Convenience method for getting the current SchemaI.
getSchema() - Method in interface de.ipcon.db.core.PersistenceHandlerI
getSchema() - Method in class de.ipcon.db.core.Transaction
getSchema() - Method in class de.ipcon.db.core.TransactionConflictReport
Convenience method for getting the current SchemaI.
getSchema() - Method in class de.ipcon.db.CryptoManager
getSchema() - Method in class de.ipcon.db.DBMan
getSchema() - Method in interface de.ipcon.db.DBManI
getSchema() - Method in class de.ipcon.db.DBManLocalBOLoader
getSchema() - Method in interface de.ipcon.db.DBManLocalI
getSchema() - Method in interface de.ipcon.db.DBManUserContextI
getSchema() - Method in class de.ipcon.db.DBManUserContextImpl
getSchema() - Method in class de.ipcon.db.fulltext.compass.SchemaMappingBuilder
getSchema() - Method in class de.ipcon.db.module.KernelModule
getSchema() - Method in class de.ipcon.db.oql.OQLQuery
getSchema() - Method in class de.ipcon.db.oql.predicate.BOPredicate
getSchema() - Method in class de.ipcon.db.oql.predicate.OQLQueryPredicate
getSchema() - Method in class de.ipcon.db.oql.QueryNameSpace
getSchema() - Method in class de.ipcon.db.PermissionHandler
getSchema() - Method in class de.ipcon.db.protocol.BackendCommandHandler
getSchema() - Method in interface de.ipcon.db.protocol.BackendCommandHandlerI
getSchema() - Method in class de.ipcon.db.protocol.BackendProtocolServer
getSchema() - Method in class de.ipcon.db.query.QueryBuilder
getSchema() - Method in class de.ipcon.db.report.BODataSource
getSchema() - Method in interface de.ipcon.db.SaveBOImplementationI
Convenience method for getting the current SchemaI.
getSchema() - Method in class de.ipcon.db.sync.AbstractSync
getSchema() - Method in class de.ipcon.db.testing.TestBOLoader
getSchema() - Method in class de.ipcon.db.testing.TestBOLoaderV2
getSchema() - Method in class de.ipcon.db.tools.UnlazyUpdateStrategy
getSchema() - Method in class de.ipcon.form.FormAction
getSchema() - Method in class de.ipcon.form.FormContextMenu
getSchema() - Method in interface de.ipcon.form.FormElementI
getSchema() - Method in class de.ipcon.form.FPanel
getSchema() - Method in class de.ipcon.form.table.FTableColumn
getSchema() - Method in class de.ipcon.form.tree.FTreeModel
getSchema() - Method in class de.ipcon.gui.BasicClient
getSchema() - Method in interface de.ipcon.schema.AttributeI
Returns the schema associated with this attribute.
getSchema() - Method in class de.ipcon.schema.AttributeWrapper
getSchema() - Method in interface de.ipcon.schema.BasicEntityI
getSchema() - Method in interface de.ipcon.schema.BOI
getSchema() - Method in class de.ipcon.schema.CBOAttribute
Returns the schema associated with this attribute.
getSchema() - Method in class de.ipcon.schema.EntityDefinition
getSchema() - Method in class de.ipcon.schema.EntityWrapper
getSchema() - Method in class de.ipcon.schema.generators.SQLMapping
getSchema() - Method in class de.ipcon.schema.InstrumentingAttribute
getSchema() - Method in class de.ipcon.schema.InstrumentingEntity
getSchema() - Method in interface de.ipcon.schema.InstrumentingSchemaProviderI
getSchema() - Method in class de.ipcon.schema.SchemaInterface
Returns the schema to which this interface belongs.
getSchema() - Method in interface de.ipcon.schema.SchemaInterfaceI
Returns the schema this interface is a part of
getSchema() - Method in interface de.ipcon.schema.SchemaProviderI
getSchema() - Method in class de.ipcon.schema.ScriptedAttribute
getSchema() - Method in class de.ipcon.tools.jdbc.ConnectionAdaptor
getSchema1Version() - Method in exception de.ipcon.schema.SchemaIncompatibleException
getSchema2Version() - Method in exception de.ipcon.schema.SchemaIncompatibleException
getSchemaAsString() - Method in class de.ipcon.db.fulltext.compass.MetaDataHolder
getSchemaFingerprint() - Method in class de.ipcon.db.protocol.ServerConnectionInfo
getSchemaName(int) - Method in class de.ipcon.tools.jdbc.ResultSetMetaDataAdaptor
Get the designated column's table's schema.
getSchemaRepresentation() - Method in enum de.ipcon.schema.AttributeRelationType
getSchemaVersion() - Method in class de.ipcon.db.protocol.ServerConnectionInfo
getScope() - Method in class de.ipcon.schema.CBOEntity
getScreenshotTmp() - Method in class de.ipcon.db.core.IssueReport
getScreenshotTmpThumb() - Method in class de.ipcon.db.core.IssueReport
getScript() - Method in class de.ipcon.db.BOEnvironmentBuilder
getScript() - Method in interface de.ipcon.db.core.BasicClientContextI
getScript() - Method in class de.ipcon.db.core.EinstellungenVariable
getScript(Benutzer) - Method in class de.ipcon.db.core.EinstellungenVariable
getScript() - Method in class de.ipcon.db.query.QueryBuilder
getScript(String) - Method in class de.ipcon.db.query.QueryBuilder
getScript() - Method in class de.ipcon.db.sync.AbstractSync
getScript(String) - Method in class de.ipcon.db.update.AbstractUpdateHandler
getScript(String, List) - Method in class de.ipcon.db.update.AbstractUpdateHandler
getScript() - Method in class de.ipcon.form.combobox.ScriptBasedModel
getScript() - Method in class de.ipcon.form.DefaultFormContext
getScript() - Method in interface de.ipcon.form.FormContextI
getScript() - Method in class de.ipcon.form.table.FTableColumn
getScript() - Method in class de.ipcon.gui.BasicClient
getScript() - Method in class de.ipcon.schema.CBOFormatter
getScript() - Method in class de.ipcon.schema.CBOSchema
getScript(String) - Method in class de.ipcon.schema.CBOSchema
getScript() - Method in class de.ipcon.schema.InstrumentingSchema
getScript(String) - Method in class de.ipcon.schema.InstrumentingSchema
getScript() - Method in interface de.ipcon.schema.SchemaI
Script support for instrumenting etc.
getScript(String) - Method in interface de.ipcon.schema.SchemaI
getScript() - Method in class de.ipcon.schema.SchemaWrapper
getScript(String) - Method in class de.ipcon.schema.SchemaWrapper
getScript() - Method in class de.ipcon.tools.GroovyScript.Function
getScript() - Method in class de.ipcon.tools.GroovyScript
getScriptEvictionCount() - Static method in class de.ipcon.tools.GroovyScriptClassLoader.EvictionCounter
getScriptLanguage() - Method in class de.ipcon.db.sync.AbstractSync
getScriptParameters() - Method in class de.ipcon.form.DefaultFormContext
getScriptParameters() - Method in interface de.ipcon.form.FormContextI
getScripts() - Method in class de.ipcon.db.core.SolsticeCacheElement
getScriptVariables() - Method in class de.ipcon.db.query.QueryBuilder
getScrollingMode() - Method in class de.ipcon.form.FTab
getScrollingMode() - Method in class de.ipcon.form.FView
getsDateFromAttribute() - Method in interface de.ipcon.db.core.BOMonitoringAlarmI
getSearchEntities() - Method in class de.ipcon.db.core.DynamischerOrdner
getSearchEntities(int) - Method in class de.ipcon.db.core.DynamischerOrdner
getSearchString() - Method in class de.ipcon.db.core.DynamischerOrdner
getSearchType() - Method in class de.ipcon.db.core.DynamischerOrdner
getSecret(Object) - Method in class de.ipcon.schema.types.PasswordType
getSection() - Method in class de.ipcon.db.AbstractKeyGenerator
getSection() - Method in class de.ipcon.db.AbstractPersistenceManager
getSection() - Method in class de.ipcon.db.CryptoManager
getSection() - Method in class de.ipcon.db.DefaultServiceManager
A WatchDog class that waits for a certain amount of time and looks
after a service.
getSection() - Method in class de.ipcon.db.protocol.BackendProtocolServer
getSectionAsProperties(String) - Method in class de.ipcon.db.configuration.DBManConfigurationHelper
Get a complete section wrapped into a Properties object
getSectionAsProperties(String, Properties) - Method in class de.ipcon.db.configuration.DBManConfigurationHelper
getSectionAsProperties(String) - Method in class de.ipcon.tools.bini
getSectionAsProperties(String, Properties) - Method in class de.ipcon.tools.bini
getSections(String) - Method in class de.ipcon.tools.bini
Sections may contain of two parts like "ThisIsTheMainPart.ThisIsTheSuffix".
getSelectAllStatement(EntityI) - Method in class de.ipcon.schema.generators.SQLMapping
getSelectAllStatement(EntityI) - Method in interface de.ipcon.schema.SQLMappingI
getSelectedColor() - Method in class de.ipcon.form.FToggleButton
getSelectedColumns() - Method in class de.ipcon.form.FTable
getSelectedColumns() - Method in interface de.ipcon.tools.CellDataProviderI
Returns an int array with the indexes of the selected columns.
getSelectedItem() - Method in class de.ipcon.form.combobox.AbstractModel
getSelectedItem() - Method in class de.ipcon.form.locale.LocalesComboModel
getSelectedItems() - Method in class de.ipcon.form.FScheduler
getSelectedLines() - Method in class de.ipcon.form.FTable
Get the (view) line indexes of the currently selected rows.
getSelectedLocale() - Method in class de.ipcon.form.ClientLoginDialog
getSelectedLocale() - Method in class de.ipcon.form.locale.LocalesComboModel
getSelectedLocale() - Method in class de.ipcon.form.locale.LocaleSelector
getSelectedNodes() - Method in class de.ipcon.form.navtree.ClientNavigationTree
Returns a List of all the currently selected nodes, including different
nodes that reference the same BO, if _ignoreDuplicates is not true.
getSelectedNodes(boolean) - Method in class de.ipcon.form.navtree.ClientNavigationTree
getSelectedObjectIds() - Method in class de.ipcon.form.FTable
Returns an array of the IDs of the selected Business Objects (BOs) from the table.
getSelectedObjects() - Method in class de.ipcon.form.FTable
Returns an array of selected Business Objects (BOs) from the table.
getSelectedObjects() - Method in class de.ipcon.form.FTree
getSelectedRows() - Method in class de.ipcon.form.FTable
getSelectedRows() - Method in interface de.ipcon.tools.CellDataProviderI
Returns an int array with the indexes of the selected rows.
getSelectedText() - Method in class de.ipcon.form.FEditor
getSelectedText() - Method in class de.ipcon.form.FTextInputComponent
getSelectedTheme() - Method in class de.ipcon.form.ClientLoginDialog
getSelectedValue() - Method in class de.ipcon.form.selectiontree.PolymorphicTemplateSelectionTree
getSelectedValue() - Method in interface de.ipcon.tools.SelectionTreeI
getSelectEntity() - Method in class de.ipcon.form.combobox.DBQueryModel
getSelectEntity() - Method in class de.ipcon.form.FComboBox
getSelectionCount() - Method in class de.ipcon.form.navtree.ClientNavigationTree
Returns how many "objects" are selected; as one object may be referenced by
multiple nodes (because of Aliases and search results) this may be lesser
than the number of selected *nodes*.
getSelectionCount(boolean) - Method in class de.ipcon.form.navtree.ClientNavigationTree
getSelectionEnd() - Method in class de.ipcon.form.FTextInputComponent
getSelectionFilter() - Method in interface de.ipcon.schema.AttributeI
Returns a filter-clause that acts as a non-interactive filter within a query.
getSelectionFilter() - Method in class de.ipcon.schema.AttributeTemplate
getSelectionFilter() - Method in interface de.ipcon.schema.AttributeWithUIConfigurationI
getSelectionFilter() - Method in class de.ipcon.schema.AttributeWrapper
getSelectionFilter() - Method in class de.ipcon.schema.CBOAttribute
getSelectionFilter() - Method in class de.ipcon.schema.ScriptedAttribute
getSelectionLeadNode() - Method in class de.ipcon.form.navtree.ClientNavigationTree
getSelectionStart() - Method in class de.ipcon.form.FTextInputComponent
getSelector() - Method in class de.ipcon.form.LocaleSelectionDialog
getSelectOutOf() - Method in class de.ipcon.form.combobox.RelationAttributeModel
getSelectOutOf() - Method in class de.ipcon.form.FComboBox
getSelectPart() - Method in class de.ipcon.db.oql.QueryExpressionNode
getSelfAndAllAliases() - Method in class de.ipcon.db.core.Struktur
getSelfAndAllAliases(boolean) - Method in class de.ipcon.db.core.Struktur
getSender() - Method in class de.ipcon.db.event.DBManServerEvent
getSenders() - Method in class de.ipcon.db.notification.EmailNotificationHandler
When a notification should be sent to multiple recipients, including multiple
different addresses for the same recipient, the requested settings for
signing, encryption or use of inline PGP style may differ between them.
getSent() - Method in class de.ipcon.tools.MailImporterMessage
getSeparator() - Method in class de.ipcon.db.importer.CSVConfiguration
getSerializationRelevantDescription() - Method in class de.ipcon.schema.CBOEntity
Returns the serialization relevant description for this CBOEntity
The description will be calculated by concatinating relevant informations of this
CBOEntity, means the full qualified name, the base entity, the attributes,...
getSerializationRelevantDiff(EntityI) - Method in class de.ipcon.schema.CBOEntity
Returns the serialization relevant difference between a given EntityI
and this CBOEntity, while the given EntityI will be taken
as the "newer" schema
getSerializationRelevantDiff(SchemaI) - Method in class de.ipcon.schema.CBOSchema
getSerializationRelevantDiff(SchemaI) - Method in interface de.ipcon.schema.SchemaI
getSerializationRelevantDiff(SchemaI) - Method in class de.ipcon.schema.SchemaWrapper
getSerialVersionUID() - Method in class de.ipcon.schema.CBOEntity
Returns the serial version unique ID for this CBOEntity by
using only the first 8 digits from a SHA-message digest of the serialization
relevant description of this CBOEntity
getSerialVersionUIDs() - Method in class de.ipcon.schema.CBOSchema
getSerialVersionUIDs() - Method in interface de.ipcon.schema.SchemaI
Text with line per entity in the form "entity.fqname':'entity.getSerialVersionUID".
getSerialVersionUIDs() - Method in class de.ipcon.schema.SchemaWrapper
getServer() - Method in class de.ipcon.db.sync.AbstractSync
getServerConnection() - Method in class de.ipcon.db.protocol.socket.SocketPool
A class for maintaining and interacting with all necessary data structures for handling PooledSockets in a SocketPool.
getServerConnectionInfo() - Method in class de.ipcon.db.DBMan
getServerConnectionInfo() - Method in interface de.ipcon.db.DBManLocalI
getServerConnectionInfo() - Method in class de.ipcon.db.protocol.BackendRequestGetServerConnectionInfo
getServerConnectionInfoReceiver() - Method in class de.ipcon.db.protocol.AbstractBackendConnection
getServerConnectionInfoReceiver() - Method in interface de.ipcon.db.protocol.ServerConnectionI
getServerCryptoHandler() - Method in class de.ipcon.db.DBMan
getServerCryptoHandler() - Method in interface de.ipcon.db.DBManLocalI
getServerCryptoHandler() - Method in class de.ipcon.db.protocol.BackendProtocolServer
getServerEndPoint() - Method in class de.ipcon.db.protocol.AbstractBackendSession
getServerEndPoint() - Method in class de.ipcon.db.protocol.BackendSession
getServerEndPoint() - Method in interface de.ipcon.db.protocol.BackendSessionI
getServerEndPoint() - Method in class de.ipcon.db.protocol.BackendSessionInfo
getServerEndpoint() - Method in class de.ipcon.db.protocol.socket.SocketTransport
getServerEndpoint() - Method in interface de.ipcon.db.protocol.TransportI
Returns a String representation of the server-endpoint of this TransportI.
getServerFileVault() - Method in class de.ipcon.db.DBMan
getServerFileVault() - Method in interface de.ipcon.db.DBManLocalI
getServerHandler() - Method in class de.ipcon.db.CryptoManager
getServerInetAddress() - Method in class de.ipcon.db.protocol.BackendConnection
getServerInetAddress() - Method in interface de.ipcon.db.protocol.ServerConnectionI
getServerLocalTransaction() - Method in class de.ipcon.db.DBMan
getServerLocalTransaction(String) - Method in class de.ipcon.db.DBMan
getServerLocalTransaction(String, int) - Method in class de.ipcon.db.DBMan
getServerLocalTransaction(String, int, TemporaryIdSupplierI) - Method in class de.ipcon.db.DBMan
getServerLocalTransaction(String, int, TemporaryIdSupplierI, boolean) - Method in class de.ipcon.db.DBMan
getServerLocalTransaction(String, int, TemporaryIdSupplierI, boolean, boolean) - Method in class de.ipcon.db.DBMan
getServerLocalTransaction(Benutzer, BackendSessionI) - Method in class de.ipcon.db.DBMan
getServerLocalTransaction(Benutzer, BackendSessionI, String) - Method in class de.ipcon.db.DBMan
getServerLocalTransaction(Benutzer, BackendSessionI, String, int) - Method in class de.ipcon.db.DBMan
getServerLocalTransaction(Benutzer, BackendSessionI, String, int, TemporaryIdSupplierI) - Method in class de.ipcon.db.DBMan
getServerLocalTransaction(Benutzer, BackendSessionI, String, int, TemporaryIdSupplierI, boolean) - Method in class de.ipcon.db.DBMan
getServerLocalTransaction(Benutzer, BackendSessionI, String, int, TemporaryIdSupplierI, boolean, boolean) - Method in class de.ipcon.db.DBMan
getServerLocalTransaction() - Method in interface de.ipcon.db.DBManLocalI
Convenience method for getting a new ServerLocalTransactionI instance
which is prepared for saving on server-side.
getServerLocalTransaction(String) - Method in interface de.ipcon.db.DBManLocalI
Convenience method for getting a new ServerLocalTransactionI instance
which is prepared for saving on server-side.
getServerLocalTransaction(String, int) - Method in interface de.ipcon.db.DBManLocalI
Convenience method for getting a new ServerLocalTransactionI instance
which is prepared for saving on server-side.
getServerLocalTransaction(String, int, TemporaryIdSupplierI) - Method in interface de.ipcon.db.DBManLocalI
Convenience method for getting a new ServerLocalTransactionI instance
which is prepared for saving on server-side.
getServerLocalTransaction(String, int, TemporaryIdSupplierI, boolean) - Method in interface de.ipcon.db.DBManLocalI
Convenience method for getting a new ServerLocalTransactionI instance
which is prepared for saving on server-side.
getServerLocalTransaction(String, int, TemporaryIdSupplierI, boolean, boolean) - Method in interface de.ipcon.db.DBManLocalI
Convenience method for getting a new ServerLocalTransactionI instance
which is prepared for saving on server-side.
getServerLocalTransaction(Benutzer, BackendSessionI) - Method in interface de.ipcon.db.DBManLocalI
Convenience method for getting a new ServerLocalTransactionI instance
for the passed Benutzer and BackendSessionI which is prepared for saving on
server-side.
getServerLocalTransaction(Benutzer, BackendSessionI, String) - Method in interface de.ipcon.db.DBManLocalI
Convenience method for getting a new ServerLocalTransactionI instance
for the passed Benutzer and BackendSessionI which is prepared for saving on
server-side.
getServerLocalTransaction(Benutzer, BackendSessionI, String, int) - Method in interface de.ipcon.db.DBManLocalI
Convenience method for getting a new ServerLocalTransactionI instance
for the passed Benutzer and BackendSessionI which is prepared for saving on
server-side.
getServerLocalTransaction(Benutzer, BackendSessionI, String, int, TemporaryIdSupplierI) - Method in interface de.ipcon.db.DBManLocalI
Convenience method for getting a new ServerLocalTransactionI instance
for the passed Benutzer and BackendSessionI which is prepared for saving on
server-side.
getServerLocalTransaction(Benutzer, BackendSessionI, String, int, TemporaryIdSupplierI, boolean) - Method in interface de.ipcon.db.DBManLocalI
Convenience method for getting a new ServerLocalTransactionI instance
for the passed Benutzer and BackendSessionI which is prepared for saving on
server-side.
getServerLocalTransaction(Benutzer, BackendSessionI, String, int, TemporaryIdSupplierI, boolean, boolean) - Method in interface de.ipcon.db.DBManLocalI
Convenience method for getting a new ServerLocalTransactionI instance
for the passed Benutzer and BackendSessionI which is prepared for saving on
server-side.
getServerLocalTransaction() - Method in class de.ipcon.db.logging.MyTISMAppender
Convenience method for getting a new ServerLocalTransactionI.
getServerLocalTransaction(String) - Method in class de.ipcon.db.logging.MyTISMAppender
getServerName() - Method in class de.ipcon.db.BackendConnectionManager
getServerName(boolean) - Method in class de.ipcon.db.protocol.AbstractBackendConnection
getServerName() - Method in class de.ipcon.db.protocol.BackendConnection
getServerName(boolean) - Method in class de.ipcon.db.protocol.BackendConnection
getServerName() - Method in interface de.ipcon.db.protocol.ServerConnectionI
getServerName(boolean) - Method in interface de.ipcon.db.protocol.ServerConnectionI
getServerName() - Method in interface de.ipcon.form.ClientContextI
getServerName() - Method in class de.ipcon.gui.BasicClient
getServerNodeNumber() - Method in class de.ipcon.db.event.DBManEvent
getServerNodeNumber() - Method in class de.ipcon.db.protocol.BackendRequestLogin
getServerNodeNumber() - Method in interface de.ipcon.db.protocol.BackendRequestLoginI
getServerNodeNumber() - Method in class de.ipcon.db.protocol.ClientSessionInfo
getServers() - Method in class de.ipcon.db.DBManServerlist
getServerSideAuthenticationException() - Method in exception de.ipcon.db.AuthenticationException
Return the underlying root cause as an AuthenticationException,
if the root cause is a ServerSideException that has wrapped an AuthenticationException.
getServerSideBackendRequest(int, Integer, BackendCommandHandler) - Static method in class de.ipcon.db.protocol.BackendRequestFactory
getServerSideCalculatedInformation() - Method in class de.ipcon.db.event.DBManEvent
getServerSideCalculatedInformationForClass(Class, DBManEventFilter) - Method in class de.ipcon.db.event.DBManBOChangeEvent
getServerSideCalculatedInformationForClasses(Class[], DBManEventFilter) - Method in class de.ipcon.db.event.DBManBOChangeEvent
getServerSideEventInformationCalculator() - Method in class de.ipcon.db.event.DBManEventFilter
getServersideTransactionProvider(BOLoaderI) - Static method in class de.ipcon.db.DBManLocalTransactionProvider
Deprecated.
Returns a TransactionProviderI on server-side.
getServerThread() - Method in class de.ipcon.db.protocol.BackendProtocolServer
getServerUrl() - Method in class de.ipcon.db.BackendConnectionManager
getServerURL() - Method in class de.ipcon.db.event.ConnectionEvent
getServerUrl() - Method in class de.ipcon.db.protocol.AbstractBackendConnection
getServerUrl() - Method in exception de.ipcon.db.protocol.ServerConnectionException
getServerUrl() - Method in interface de.ipcon.db.protocol.ServerConnectionI
getServerUrl() - Method in exception de.ipcon.db.protocol.ServerConnectionTimeoutException
getService() - Method in class de.ipcon.db.core.Druckziel
getService() - Method in class de.ipcon.db.core.Druckziel.OutputDsl
getService() - Method in class de.ipcon.db.ExecutionPolicy
getServiceI() - Method in interface de.ipcon.db.ServiceInstanceI
getServices() - Method in class de.ipcon.db.DefaultServiceManager
getServiceThread() - Method in class de.ipcon.db.DefaultServiceManager
getSessid() - Method in class de.ipcon.db.BackendConnectionManager
getSession() - Method in class de.ipcon.db.DBManLocalBOLoader
getSession() - Method in class de.ipcon.db.protocol.AbstractBackendRequest
getSession() - Method in class de.ipcon.db.protocol.BackendCommandHandler
getSession() - Method in interface de.ipcon.db.protocol.BackendCommandHandlerI
getSession(Long) - Method in class de.ipcon.db.protocol.BackendProtocolServer
getSessionCount() - Method in class de.ipcon.db.event.DBManServerHealthEvent
getSessionId(boolean) - Method in class de.ipcon.db.protocol.BackendConnection
getSessionId() - Method in class de.ipcon.db.protocol.BackendRequestAuthenticateTransport
getSessionId() - Method in class de.ipcon.db.protocol.BackendRequestLogin
getSessionId() - Method in interface de.ipcon.db.protocol.BackendRequestLoginI
getSessionId() - Method in class de.ipcon.db.protocol.ClientSessionInfo
getSessionId(boolean) - Method in interface de.ipcon.db.protocol.ServerConnectionI
getSessionId(boolean) - Method in class de.ipcon.db.protocol.socket.SocketPool
getSessionId(boolean) - Method in interface de.ipcon.db.protocol.TransportProviderI
Returns the Id of the current server-connection.
getSessionInfos() - Method in class de.ipcon.db.BackendConnectionManager
getSessionInfos() - Method in class de.ipcon.db.protocol.BackendConnection
getSessionInfos() - Method in interface de.ipcon.db.protocol.ServerConnectionI
getSessionInfos() - Method in class de.ipcon.gui.console.SessionsManager
getSessionInfos(int) - Method in class de.ipcon.gui.console.SessionsManager
getSessions() - Method in class de.ipcon.db.DBMan
getSessions() - Method in interface de.ipcon.db.DBManLocalI
getSetLaf() - Method in class de.ipcon.form.ClientLoginDialog
getSeverity() - Method in class de.ipcon.db.configuration.ErrorHandler
getSharedSecureRandom() - Static method in class de.ipcon.tools.CryptoTools
Returns a shared SecureRandom object.
getShell() - Method in class de.ipcon.tools.GroovyScript
getShort() - Method in class de.ipcon.tools.BoolAggregator
getShort(int) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of the designated JDBC SMALLINT parameter as a short in the Java programming language.
getShort(String) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of a JDBC SMALLINT parameter as a short in the Java programming language.
getShort(int) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a short in the Java programming language.
getShort(String) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a short in the Java programming language.
getShortDesc(Element) - Static method in class de.ipcon.form.FormElementFactory
Gibt kurze XML-Ausgabe aus einem Element zurueck.
getShortDescription() - Method in class de.ipcon.form.FormAction
getShortestDescription() - Method in class de.ipcon.form.FormAction
getShouldStartSetting(DBManConfigurationHelperI) - Method in class de.ipcon.db.alarm.AlarmModule
getShouldStartSetting(DBManConfigurationHelperI) - Method in class de.ipcon.db.fulltext.compass.CompassFTSModule
getShouldStartSetting(DBManConfigurationHelperI) - Method in class de.ipcon.db.module.ListeningKernelModule
Retrieves and returns if this module should actually be started from the MyTISM configuration.
getShouldStartSetting(DBManConfigurationHelperI) - Method in class de.ipcon.db.notification.NotificationModule
getShowBOProperties() - Method in class de.ipcon.form.ClientStatusDisplay
getShowHiddenProperties() - Method in class de.ipcon.form.ClientStatusDisplay
getShowHistory() - Method in class de.ipcon.form.ClientStatusDisplay
getShutdownDate() - Method in class de.ipcon.db.DBMan
getShutdownDate() - Method in interface de.ipcon.db.DBManLocalI
getShutdownDelayInSeconds() - Method in class de.ipcon.db.DBManInfo
getSi() - Method in class de.ipcon.db.ExecutionPolicy
getSidebandCount() - Method in class de.ipcon.db.io.SidebandHandlingCompactObjectInput
Returns the number of sideband-infos that have been received so far.
getSimpleBackendRequest(int, Object[], Class[], Class[], Class[], String, int) - Static method in class de.ipcon.db.protocol.BackendRequestFactory
getSimpleCommandsTimeoutSeconds() - Method in class de.ipcon.db.protocol.BackendConnection
getSimpleCommandsTimeoutSeconds(int) - Method in class de.ipcon.db.protocol.BackendConnection
getSimpleCommandsTimeoutSeconds() - Method in interface de.ipcon.db.protocol.ServerConnectionI
getSimpleName(nrxgen, String) - Static method in class de.ipcon.schema.generators.AbstractSource
getSimpleName(String) - Static method in interface de.ipcon.schema.generators.SourceGeneratorI
getSimpleName(String) - Method in class de.ipcon.schema.nrxgen
getSimpleNames(Set<String>) - Static method in interface de.ipcon.schema.generators.SourceGeneratorI
getSingleAttribute(String) - Method in interface de.ipcon.schema.BasicEntityI
Returns the AttributeI for the specified name, which must match either
the plural or singular form.
getSingleAttribute(String) - Method in class de.ipcon.schema.EntityDefinition
getSingleAttribute(String) - Method in class de.ipcon.schema.EntityWrapper
getSingleAttribute(String) - Method in class de.ipcon.schema.InstrumentingEntity
getSingleAttribute(EntityI, String) - Static method in class de.ipcon.schema.SchemaTools
Returns an attribute from a given entity by attribute name
getSingleAttributeRelationObjects(SchemaI, Object, String) - Static method in class de.ipcon.schema.SchemaTools
Returns a map with the relations for a single
attribute of a bo by the given schema
getSingleAttributeRelationObjects(EntityI, Object, String) - Static method in class de.ipcon.schema.SchemaTools
Returns a map with the relations for a single
attribute of a bo by the given schema
getSingleAttributeValue(SchemaI, Object, String) - Static method in class de.ipcon.schema.SchemaTools
Retrieves the value of an attribute by its name from a given schema and business object.
getSingleAttributeValue(SchemaI, Object, String, boolean) - Static method in class de.ipcon.schema.SchemaTools
Retrieves the value of an attribute from a given schema and business object by the attribute name.
getSingleAttributeValue(EntityI, Object, String) - Static method in class de.ipcon.schema.SchemaTools
Retrieves the value of an attribute from a given entity and business object by the specified attribute name.
getSingleAttributeValue(EntityI, Object, String, boolean) - Static method in class de.ipcon.schema.SchemaTools
Retrieves the value of an attribute from a given entity and business object by the specified attribute name.
getSingleAttributeValueAsString(SchemaI, Object, String) - Static method in class de.ipcon.schema.SchemaTools
Returns the value of an attribute as String from
a given schema and bo by the given attribute name
getSingleAttributeValueAsString(EntityI, Object, String) - Static method in class de.ipcon.schema.SchemaTools
Returns the value of an attribute as String from a
given entity and bo by the given attribute name, if the attribute
is transient it will be returned from the transient properties
getSingular() - Method in class de.ipcon.schema.AttributeDefinition
getSingular() - Method in class de.ipcon.schema.AttributeTemplate
getSingular() - Method in class de.ipcon.schema.AttributeWrapper
getSingular() - Method in interface de.ipcon.schema.BasicAttributeI
getSingular() - Method in class de.ipcon.schema.CBOAttribute
getSingular() - Method in class de.ipcon.schema.ScriptedAttribute
getSize() - Method in interface de.ipcon.db.core.DBManBOChangeEventI
getSize() - Method in class de.ipcon.db.event.DBManBLOBChangeEvent
getSize() - Method in class de.ipcon.db.event.DBManBOChangeEvent
getSize() - Method in class de.ipcon.db.event.DBManBOEvent
getSize() - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getSize() - Method in class de.ipcon.form.combobox.AbstractModel
getSize() - Method in class de.ipcon.form.locale.LocalesComboModel
getSize() - Method in class de.ipcon.tools.cache.ObjectInfo
getSizeFast(String) - Method in class de.ipcon.db.core.BO
Determines the size of a many-relation, if still lazy by querying the database (i.e. sizeFast) thus not reflecting changes being made in the current transaction!
getSlash() - Method in class de.ipcon.db.sync.AbstractSync
getSlot() - Method in interface de.ipcon.db.core.BatchedBackendRequestI
getSlot() - Method in class de.ipcon.db.protocol.AbstractBackendRequest
getSlot() - Method in interface de.ipcon.db.protocol.BackendRequestI
getSlot() - Method in class de.ipcon.db.protocol.BatchedBackendRequest
getSlowConnectionThreshold() - Method in class de.ipcon.db.protocol.BackendConnection
getSmallIcon() - Method in class de.ipcon.form.FormAction
getSnapUnit() - Method in class de.ipcon.form.FScheduler
getSnapUnitCount() - Method in class de.ipcon.form.FScheduler
getSocketPool() - Method in class de.ipcon.db.protocol.socket.PooledSocket
getSoleSubContext() - Method in class de.ipcon.form.DefaultFormContext
getSolsticeElement() - Method in class de.ipcon.db.core.SolsticeCacheElement
getSolsticeId() - Static method in class de.ipcon.db.core.MyTISMAdresstyp
getSort() - Method in class de.ipcon.form.table.FTableColumn
getSortBy() - Method in class de.ipcon.db.core.SortEntry
getSortBy() - Method in class de.ipcon.form.combobox.AbstractModel
getSortBy() - Method in class de.ipcon.form.FComboBox
getSortedArray(Map) - Static method in class de.ipcon.form.FormAction
getSortedItemList() - Method in class de.ipcon.form.FTable
Get sorted Posten-objects.
getSortedList(Map, String[], String[], Locale) - Method in class de.ipcon.schema.CBOSorter
Returns the given Map sorted by the given attribute names in the given order.
getSortedList(Map, String[], String[], Locale, Class<? extends BOI>) - Method in class de.ipcon.schema.CBOSorter
Returns the given Map sorted by the given attribute names in the given order.
getSortedList(Map, String[], String[], Locale, Class<? extends BOI>, Comparator) - Method in class de.ipcon.schema.CBOSorter
Returns the given Map sorted by the given attribute names in the given order.
getSortedList(Collection<? extends BOI>, String[], String[], Locale) - Method in class de.ipcon.schema.CBOSorter
Returns the given Collection sorted by the given attribute names in the given order.
getSortedList(Collection<? extends BOI>, String[], String[], Locale, Class<? extends BOI>) - Method in class de.ipcon.schema.CBOSorter
Returns the given Collection sorted by the given attribute names in the given order.
getSortedList(Collection<? extends BOI>, String[], String[], Locale, Class<? extends BOI>, Comparator) - Method in class de.ipcon.schema.CBOSorter
Returns the given Collection sorted by the given attribute names in the given order.
getSortedList(Collection, String[], String[], Locale, Class, Comparator) - Method in class de.ipcon.schema.SchemaSelfInitializingCBOSorter
getSortedList(Collection, String[], String[], Locale, Class) - Method in class de.ipcon.schema.SchemaSelfInitializingCBOSorter
getSortedList(Collection, String[], String[], Locale) - Method in class de.ipcon.schema.SchemaSelfInitializingCBOSorter
getSorter() - Method in class de.ipcon.form.FTable
getSorter() - Method in interface de.ipcon.form.table.FTableConfigurationI
getSortLevel() - Method in class de.ipcon.form.table.FTableColumn
getSortMultiplier() - Method in class de.ipcon.db.core.SortEntry
getSource() - Method in class de.ipcon.db.BOEnvironmentBuilder.Script
getSource() - Method in class de.ipcon.db.core.LazyBildImage
getSource() - Method in class de.ipcon.db.mex.MEXTransformer
Parses for "name=value" expressions and adds a variable named "name" with value
"value" to the MEXTransformer's variable context.
getSource() - Method in class de.ipcon.form.PanelVisibility
getSource() - Method in interface de.ipcon.form.VisibilityI
getSource() - Method in class de.ipcon.schema.generators.java.JavaFieldGen
getSource() - Method in class de.ipcon.schema.generators.java.JavaGen
Returns java class code as a string
getSource() - Method in class de.ipcon.schema.generators.java.JavaMethodGen
getSource() - Method in interface de.ipcon.schema.generators.SourceGeneratorI
getSource() - Method in class de.ipcon.schema.nrxgen
getSource() - Method in class de.ipcon.schema.nrxmethod
getSource() - Method in class de.ipcon.schema.nrxminor
getSource() - Method in class de.ipcon.tools.AbstractScript
Returns the source code of this script.
getSource() - Method in class de.ipcon.tools.BeanShellScript
getSource() - Method in class de.ipcon.tools.GroovyScript
getSourceAsString() - Method in class de.ipcon.form.PanelVisibility
getSourceFilename() - Method in interface de.ipcon.schema.SchemaInterfaceI
getSourceFilePath() - Method in class de.ipcon.db.configuration.DBManConfigurationHelper
getSourceFilePath() - Method in interface de.ipcon.db.configuration.DBManConfigurationHelperI
Returns the path where the configuration file is located.
getSouthBound() - Method in class de.ipcon.form.AbstractMDIManager
getSouthBound() - Method in class de.ipcon.form.ClientDesktopManager
getSouthPanel() - Method in class de.ipcon.form.AbstractMDIManager
getSouthPanel() - Method in class de.ipcon.form.ClientDesktopManager
getSouthPanel() - Method in interface de.ipcon.form.MDIManagerI
getSpLocals() - Method in class de.ipcon.db.core.Transaction.Savepoint
Returns an unmodifiable map of the current properties (transaction locals) within this savepoint.
getSQL(String, Long) - Static method in class de.ipcon.db.core.BOAlarmStatusManager
Helper method to create an SQL clause in a consistent manner for getting a defined set of states.
getSQL(String, Long, Long) - Static method in class de.ipcon.db.core.BOAlarmStatusManager
getSQL(String, Long, Long, boolean) - Static method in class de.ipcon.db.core.BOAlarmStatusManager
getSQL(String, Long, Long, boolean, boolean) - Static method in class de.ipcon.db.core.BOAlarmStatusManager
getSQL(String, Long, Long, boolean, boolean, boolean) - Static method in class de.ipcon.db.core.BOAlarmStatusManager
getSQL(String, Long, Long, boolean, boolean, boolean, boolean) - Static method in class de.ipcon.db.core.BOAlarmStatusManager
getSQL(String, Long, Long, boolean, boolean, boolean, boolean, boolean) - Static method in class de.ipcon.db.core.BOAlarmStatusManager
getSQL(String, Long, Long, boolean, boolean, boolean, boolean, boolean, String) - Static method in class de.ipcon.db.core.BOAlarmStatusManager
getSqlManyTable() - Method in class de.ipcon.schema.CBOAttribute
Returns the name for the sqltable
getSQLMapping() - Method in class de.ipcon.schema.CBOSchema
getSqlName() - Method in class de.ipcon.schema.CBOAttribute
Returns the sqlname of this CBOAttribute, if the sqlname is empty
the singular of this CBOAttribute will be returned in lowercase
getSqlName() - Method in class de.ipcon.schema.EntityDefinition
getSqlName(boolean) - Method in class de.ipcon.schema.EntityDefinition
getSqlType() - Method in interface de.ipcon.schema.CBOAttributeTypeI
SQL column type in the relational database.
getSqlType() - Method in class de.ipcon.schema.types.AbstractStringType
getSqlType() - Method in class de.ipcon.schema.types.BooleanType
getSqlType() - Method in class de.ipcon.schema.types.DatetimeType
getSqlType() - Method in class de.ipcon.schema.types.DecimalType
getSqlType() - Method in class de.ipcon.schema.types.DoubleType
getSqlType() - Method in class de.ipcon.schema.types.DurationType
getSqlType() - Method in class de.ipcon.schema.types.FloatType
getSqlType() - Method in class de.ipcon.schema.types.IntegerType
getSqlType() - Method in class de.ipcon.schema.types.LongType
getSqlType() - Method in class de.ipcon.schema.types.PasswordType
getSqlType() - Method in class de.ipcon.schema.types.TimespanType
getSqlType() - Method in class de.ipcon.schema.types.URIType
getSqlType() - Method in class de.ipcon.schema.types.WrappingArrayType
getSqlType() - Method in class de.ipcon.schema.types.XMLType
getSQLXML(int) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of the designated SQL XML parameter as a java.sql.SQLXML object in the Java programming language.
getSQLXML(String) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of the designated SQL XML parameter as a java.sql.SQLXML object in the Java programming language.
getSQLXML(int) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
getSQLXML(String) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
getSrc() - Method in class de.ipcon.form.combobox.ScriptBasedModel
getSrc() - Method in class de.ipcon.tools.BeanShellScript
getSrcDir() - Method in class de.ipcon.tools.compile.LogProgressWeaver
getSrvman() - Method in class de.ipcon.db.DBMan
getStableValue() - Method in class de.ipcon.tools.MettlerToledoIND429ScaleDriver
getStacktrace() - Method in class de.ipcon.tools.Log4j1_ANSIColorLayout
getStackTraceAsString() - Method in exception de.ipcon.tools.ExceptionWithFilteredStacktrace
getStackTraceAsString(Throwable, boolean) - Static method in exception de.ipcon.tools.IRuntimeException
Deprecated.
getStackTraceAsString(Throwable) - Static method in exception de.ipcon.tools.IRuntimeException
Deprecated.
getStackTraceAsString(Throwable, OutputConfiguration) - Static method in exception de.ipcon.tools.IRuntimeException
Deprecated.
getStackTraceAsString(Thread, boolean) - Static method in exception de.ipcon.tools.IRuntimeException
Deprecated.
getStackTraceAsString(Thread) - Static method in exception de.ipcon.tools.IRuntimeException
Deprecated.
getStackTraceAsString(Thread, OutputConfiguration) - Static method in exception de.ipcon.tools.IRuntimeException
Deprecated.
getStackTraceAsString(Throwable, boolean) - Static method in class de.ipcon.tools.ThrowableTools
Returns stacktrace of the given Throwable as String
filtering out certain stack frames with default filtering if requested.
getStackTraceAsString(Throwable) - Static method in class de.ipcon.tools.ThrowableTools
Returns stacktrace of the given Throwable as String
filtering out certain stack frames if requested.
getStackTraceAsString(Throwable, OutputConfiguration) - Static method in class de.ipcon.tools.ThrowableTools
getStackTraceAsString(Thread, boolean) - Static method in class de.ipcon.tools.ThrowableTools
getStackTraceAsString(Thread) - Static method in class de.ipcon.tools.ThrowableTools
getStackTraceAsString(Thread, OutputConfiguration) - Static method in class de.ipcon.tools.ThrowableTools
getStackTraceElement(Throwable, String, String) - Static method in exception de.ipcon.tools.IRuntimeException
Deprecated.
getStackTraceElement(Throwable, String, String, String) - Static method in exception de.ipcon.tools.IRuntimeException
Deprecated.
getStackTraceElement(Throwable, String, String) - Static method in class de.ipcon.tools.ThrowableTools
Helper method to extract a certain element/part of a stacktrace
getStackTraceElement(Throwable, String, String, String) - Static method in class de.ipcon.tools.ThrowableTools
getStandardCacheSize() - Method in class de.ipcon.schema.CBOSchema
getStandardEditorFont() - Static method in class de.ipcon.form.FEditor
getStandardExpectedWidth() - Method in interface de.ipcon.schema.CBOAttributeTypeI
getStandardExpectedWidth() - Method in class de.ipcon.schema.types.AbstractStringType
getStandardExpectedWidth() - Method in class de.ipcon.schema.types.BooleanType
getStandardExpectedWidth() - Method in class de.ipcon.schema.types.DatetimeType
getStandardExpectedWidth() - Method in class de.ipcon.schema.types.DecimalType
getStandardExpectedWidth() - Method in class de.ipcon.schema.types.DoubleType
getStandardExpectedWidth() - Method in class de.ipcon.schema.types.DurationType
getStandardExpectedWidth() - Method in class de.ipcon.schema.types.FloatType
getStandardExpectedWidth() - Method in class de.ipcon.schema.types.IntegerType
getStandardExpectedWidth() - Method in class de.ipcon.schema.types.LongType
getStandardExpectedWidth() - Method in class de.ipcon.schema.types.PasswordType
getStandardExpectedWidth() - Method in class de.ipcon.schema.types.PhoneNumberType
getStandardExpectedWidth() - Method in class de.ipcon.schema.types.TimespanType
getStandardExpectedWidth() - Method in class de.ipcon.schema.types.URIType
getStandardExpectedWidth() - Method in class de.ipcon.schema.types.WrappingArrayType
getStandardExpectedWidth() - Method in class de.ipcon.schema.types.XMLType
getStandardParameter() - Static method in class de.ipcon.db.core.Report
Liefert Standardwert fuer das Parameter-Attribut fuer Report-Objekte
zurueck.
getStandardwert(BOLoaderI, String) - Static method in class de.ipcon.db.core.EinstellungenVariable
getStandardwert(BOLoaderI, String, String) - Static method in class de.ipcon.db.core.EinstellungenVariable
getStandardwert(BOLoaderI, String, String, Appendable) - Static method in class de.ipcon.db.core.EinstellungenVariable
getStandardwert() - Method in class de.ipcon.schema.generators.coredata.CodebausteinArgumentTemplate
getStart() - Method in class de.ipcon.db.protocol.PerformanceMeter
getStart() - Method in class de.ipcon.schema.gdpr.DataRetentionPolicy
Returns the start of the data retention period.
getStart() - Method in class de.ipcon.tools.time.TimeSpan
Returns the start instant of the time span.
getStartAttr() - Method in class de.ipcon.form.scheduler.ItemBOMapper
getStarted() - Method in class de.ipcon.tools.progress.ProgressContext
getStartedAt() - Method in class de.ipcon.tools.progress.ProgressHandler
getStartId() - Method in class de.ipcon.db.fulltext.compass.IndexerQueryResultsBP
getStartingDateForChecks() - Method in class de.ipcon.db.alarm.AlarmHandler
getStartingDateForChecks() - Method in class de.ipcon.db.alarm.BedingterAlarmHandler
getStartingDateForChecks() - Method in interface de.ipcon.db.bthandler.BTHandlerI
getStartingDateForChecks() - Method in class de.ipcon.db.core.BedingterAlarm
Returns the date from which on the BedingterAlarm should check, if the
condition it watches for took place.
getStartingDateForChecks() - Method in class de.ipcon.db.notification.NotificationModule
getStartNode() - Method in class de.ipcon.tools.graph.GraphPath
Returns the starting node of this path.
getStartupConfiguration(String, HashMap) - Static method in class de.ipcon.schema.generators.GeneratorFactory
getStartupConfiguration(String, HashMap, File) - Static method in class de.ipcon.schema.generators.GeneratorFactory
getState(Long, Long) - Method in class de.ipcon.db.core.BOAlarmStatusManager
getState() - Method in class de.ipcon.db.notification.NotificationHandler
getState(String) - Method in class de.ipcon.schema.nrxmethod
Returns the state for the passed key or false if no such state exists.
getStatement() - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
getStates() - Method in class de.ipcon.db.core.BOBasierterTermin
Simply passes through to the corresponding BOAlarmStatusManager method.
getStates() - Method in interface de.ipcon.db.core.BOMonitoringAlarmI
getStates() - Method in class de.ipcon.db.core.Wiedervorlage
Simply passes through to the corresponding BOAlarmStatusManager method.
getStatesForAlarm(Long) - Method in class de.ipcon.db.core.BOAlarmStatusManager
getStatesForBO(Long) - Method in class de.ipcon.db.core.BOAlarmStatusManager
getStaticField(Class, String) - Static method in class de.ipcon.tools.ReflectionTools
Returns the value of the static field with the specified name for the passed class.
getStaticField(Class, String, boolean) - Static method in class de.ipcon.tools.ReflectionTools
getStaticField(Class, String, boolean, String) - Static method in class de.ipcon.tools.ReflectionTools
getStaticProperty(Class, String) - Static method in class de.ipcon.tools.ConfigureInfo
Convenience method to get a (static) property from a given class.
getStatus() - Method in class de.ipcon.db.core.DateiSystemSyncEintrag
getStatus() - Method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
getStatus() - Method in class de.ipcon.db.core.TransactionConflictAnswer
getStatusDesc(NotificationSendingState) - Static method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
getStatusManager() - Method in class de.ipcon.db.core.BOBasierterTermin
getStatusManager() - Method in interface de.ipcon.db.core.BOMonitoringAlarmI
getStatusManager() - Method in class de.ipcon.db.core.Wiedervorlage
getStatusManagerStatic() - Static method in class de.ipcon.db.core.BOBasierterTermin
getStatusManagerStatic() - Static method in class de.ipcon.db.core.Wiedervorlage
getStatusText() - Method in class de.ipcon.db.core.DateiSystemSyncEintrag
getStatustext() - Method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
getStemByArgs(String[], int) - Static method in class de.ipcon.schema.CBOSchema
Parses the command line arguments (starting from number 'first') and
stores the key-value pairs in a Rexx indexed string which is returned.
getStmt(Connection) - Method in class de.ipcon.db.JDBCKeyGenerator
getStoreProtocol() - Method in class de.ipcon.tools.MailImporter
getStr() - Method in exception de.ipcon.schema.types.UnmarshallingException
getStrategyFor(CachingBOLoader, Class[], int[]) - Method in class de.ipcon.db.core.CachingBOLoaderLRUStrategy.ClassLimitedLRUContainer
getStream(Long) - Method in class de.ipcon.db.blob.ServerFileVault
getStream(Long, Long) - Method in class de.ipcon.db.blob.ServerFileVault
getStream(Long) - Method in interface de.ipcon.db.blob.ServerFileVaultI
get the BLOB belonging to BO[id].
getStream(Long, Long) - Method in interface de.ipcon.db.blob.ServerFileVaultI
get the BLOB belonging to BO[id].
getString(BackendSessionInfo) - Method in class de.ipcon.gui.console.SessionsJListModel
getString(int) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of the designated JDBC CHAR, VARCHAR, or LONGVARCHAR parameter as a String in the Java programming language.
getString(String) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of a JDBC CHAR, VARCHAR, or LONGVARCHAR parameter as a String in the Java programming language.
getString(int) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getString(String) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getString(String) - Method in class de.ipcon.tools.L10nPack
Retrieves the localized string value for a given key from this L10n pack.
getString() - Method in class de.ipcon.tools.xbase.XBaseField
getString(boolean) - Method in class de.ipcon.tools.xbase.XBaseField
getString(int) - Method in class de.ipcon.tools.xbase.XBaseTable
getString(int, boolean) - Method in class de.ipcon.tools.xbase.XBaseTable
getStringProperty(EntityI, String) - Method in class de.ipcon.db.core.BT
getStringValue() - Method in class de.ipcon.db.core.EinstellungenVariable
getStringValue(Benutzer) - Method in class de.ipcon.db.core.EinstellungenVariable
getStringValue(Benutzer, Appendable) - Method in class de.ipcon.db.core.EinstellungenVariable
getStringValue(BOLoaderI) - Method in interface de.ipcon.db.core.EinstellungenVariableBasedConfigurationValueI
getStrippedTextForWidth(String, int) - Static method in class de.ipcon.tools.TextTools
Returns a line-breaked String by a StringUtils.LF with the determined length for every row.
getStruktur() - Method in class de.ipcon.form.FormContextMenuSelection
getStrukturDatum() - Method in class de.ipcon.db.core.DateiSystemSyncEintrag
getStrukturenForEntity(String, boolean, boolean, EntityI[]) - Method in interface de.ipcon.form.ClientContextI
Returns all structures for a given entity-name
getStrukturenForEntity(String, boolean, boolean) - Method in interface de.ipcon.form.ClientContextI
Returns all structures for a given entity-name
getStrukturenForEntity(String, boolean) - Method in interface de.ipcon.form.ClientContextI
Returns all structures for a given entity-name
getStrukturenForEntity(String) - Method in interface de.ipcon.form.ClientContextI
Returns all structures for a given entity-name
getStrukturenForEntity(String, boolean, boolean, EntityI[]) - Method in class de.ipcon.gui.BasicClient
getStrukturenForEntity(String, boolean, boolean) - Method in class de.ipcon.gui.BasicClient
getStrukturenForEntity(String, boolean) - Method in class de.ipcon.gui.BasicClient
getStrukturenForEntity(String) - Method in class de.ipcon.gui.BasicClient
getStrukturenForSearchString(String, int, boolean, boolean, EntityI[]) - Method in interface de.ipcon.form.ClientContextI
Searches entities for a given string and generates/retrieves the structures for them
getStrukturenForSearchString(String, int, boolean, boolean, EntityI[]) - Method in class de.ipcon.gui.BasicClient
getStrukturForFtx(FormContextI) - Method in class de.ipcon.form.AbstractMDIManager
getStrukturForFtx(FormContextI) - Method in class de.ipcon.form.ClientDesktopManager
getStrukturForFtx(FormContextI) - Method in interface de.ipcon.form.MDIManagerI
getStrukturId(String, String) - Method in class de.ipcon.schema.generators.CoreData
getStrukturId(String, String, long) - Method in class de.ipcon.schema.generators.CoreData
getStrukturId(String, String, long, boolean) - Method in class de.ipcon.schema.generators.CoreData
getStrukturId(String, String, long, boolean, boolean) - Method in class de.ipcon.schema.generators.CoreData
getStrukturId(String, String, long, boolean, boolean) - Method in interface de.ipcon.schema.generators.coredata.SQLCoreDataStoreI
getStrukturTmp() - Method in class de.ipcon.db.core.DateiSystemSyncEintrag
getStubbedInstance() - Method in class de.ipcon.db.core.BOProc
getStufe() - Method in class de.ipcon.db.core.MyTISMBenachrichtigung
getStufe() - Method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
getStufeNN() - Method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
getStyle() - Method in class de.ipcon.form.table.FTableColumn
getSubContexts() - Method in class de.ipcon.form.DefaultFormContext
getSubContexts() - Method in interface de.ipcon.form.FormContextI
getSubContextsIterator() - Method in class de.ipcon.form.DefaultFormContext
getSubContextsIterator() - Method in interface de.ipcon.form.FormContextI
getSubentitiesToExclude() - Method in class de.ipcon.db.core.Schablone
Returns a Set containing the EntityI-s to exclude in the dialog that asks for the entity to create in case our BOTyp is user-abstract.
getSubentitiesToExclude(BOLoaderI) - Method in class de.ipcon.db.core.Schablone
getSubentitiesToExclude() - Method in class de.ipcon.form.FTable
getSubEntity() - Method in class de.ipcon.db.core.ArrayZeilenDelegate
getSubEntity() - Method in class de.ipcon.db.core.BX
getSubEntity() - Method in interface de.ipcon.schema.InstrumentingBO
getSubEntityList() - Method in class de.ipcon.schema.EntityDefinition
getSubEntityList() - Method in class de.ipcon.schema.EntityWrapper
getSubEntityList() - Method in class de.ipcon.schema.InstrumentingEntity
getSubEntityList() - Method in interface de.ipcon.schema.StructuredEntityI
getSubEntityList() - Method in class de.ipcon.schema.VirtualEntity
getSubGroupFooter(BOProcI) - Method in class de.ipcon.db.core.tx.TransactionFormatterGrouped
getSubGroupHeader(BOProcI, int) - Method in class de.ipcon.db.core.tx.TransactionFormatterGroupedHTML
getSubGroupHeader(BOProcI, int) - Method in class de.ipcon.db.core.tx.TransactionFormatterGroupedPlain
getSubIndex(String) - Static method in class de.ipcon.db.fulltext.compass.LdelSubIndexHash
getSubIndexes() - Method in class de.ipcon.db.fulltext.compass.IndexEntityImpl
getSubIndexes() - Method in class de.ipcon.db.fulltext.compass.LdelSubIndexHash
getSubIndexes(String) - Static method in class de.ipcon.db.fulltext.compass.LdelSubIndexHash
getSubIndexLdel(String) - Static method in class de.ipcon.db.fulltext.compass.LdelSubIndexHash
getSubject() - Method in class de.ipcon.db.event.DBManMessageEvent
getSubject() - Method in class de.ipcon.tools.MailImporterMessage
getSubScript() - Method in class de.ipcon.schema.CBOSchema
getSubScript(String) - Method in class de.ipcon.schema.CBOSchema
getSubScript(List<ScriptImport>) - Method in class de.ipcon.schema.CBOSchema
getSubScript(List<ScriptImport>, String) - Method in class de.ipcon.schema.CBOSchema
getSubScript(List<ScriptImport>, Class) - Method in class de.ipcon.schema.CBOSchema
getSubScript(List<ScriptImport>, Class, String) - Method in class de.ipcon.schema.CBOSchema
getSubScript() - Method in class de.ipcon.schema.InstrumentingSchema
getSubScript(String) - Method in class de.ipcon.schema.InstrumentingSchema
getSubScript(List<ScriptImport>) - Method in class de.ipcon.schema.InstrumentingSchema
getSubScript(List<ScriptImport>, String) - Method in class de.ipcon.schema.InstrumentingSchema
getSubScript(List<ScriptImport>, Class) - Method in class de.ipcon.schema.InstrumentingSchema
getSubScript(List<ScriptImport>, Class, String) - Method in class de.ipcon.schema.InstrumentingSchema
getSubScript() - Method in interface de.ipcon.schema.SchemaI
getSubScript(String) - Method in interface de.ipcon.schema.SchemaI
getSubScript(List<ScriptImport>) - Method in interface de.ipcon.schema.SchemaI
getSubScript(List<ScriptImport>, String) - Method in interface de.ipcon.schema.SchemaI
getSubScript(List<ScriptImport>, Class) - Method in interface de.ipcon.schema.SchemaI
getSubScript(List<ScriptImport>, Class, String) - Method in interface de.ipcon.schema.SchemaI
getSubScript() - Method in class de.ipcon.schema.SchemaWrapper
getSubScript(String) - Method in class de.ipcon.schema.SchemaWrapper
getSubScript(List<ScriptImport>) - Method in class de.ipcon.schema.SchemaWrapper
getSubScript(List<ScriptImport>, String) - Method in class de.ipcon.schema.SchemaWrapper
getSubScript(List<ScriptImport>, Class) - Method in class de.ipcon.schema.SchemaWrapper
getSubScript(List<ScriptImport>, Class, String) - Method in class de.ipcon.schema.SchemaWrapper
getSubscriptions() - Method in class de.ipcon.db.event.DBManEventSubscriptionManager
getSubscriptions() - Method in class de.ipcon.db.event.DBManEventSubscriptionManager.SubscriptionContainer
getSubscriptionsWithoutListener() - Method in class de.ipcon.db.event.DBManEventSubscriptionManager.SubscriptionContainer
Retrieves an array of DBManEventSubscription objects that were subscribed but no longer have
active listeners (GCed WeakReference).
getSubVersion() - Method in class de.ipcon.db.protocol.BackendConnection
getSubVersion() - Method in interface de.ipcon.db.protocol.ServerConnectionI
getSubVersion() - Method in class de.ipcon.db.protocol.socket.SocketTransport
getSubVersion() - Method in interface de.ipcon.db.protocol.TransportI
Returns the protocol subversion, namely the additional parameters for the connection.
getSuccessor(Map) - Method in interface de.ipcon.tools.date.IdentifiableTimespanI
Returns the temporal successor among the passed Map of IdentifiableTimespanI-s regarding our DateStart.
getSuccessor(Collection) - Method in interface de.ipcon.tools.date.IdentifiableTimespanI
Returns the temporal successor among the passed Collection of IdentifiableTimespanI-s regarding our DateEnd.
getSuccessors() - Method in class de.ipcon.db.report.AttributeIteratorLink
getSummary() - Method in class de.ipcon.db.core.Transaction
Prints a summary of this transaction (procs in a summarized, simplified form), e.g.
getSuperMenuTitle(int) - Method in class de.ipcon.form.FormContextMenuSelection
Returns the name of the next parent menu.
getSuperTableNames(String) - Method in class de.ipcon.schema.generators.PostgreSQL
Retrieves and returns the "parent" table(s) from which the given table inherits in the SQL database.
getSVUID(Class) - Method in class de.ipcon.schema.SVUIDChecker
Returns the serialVersionUID of the given _clazz by finding and calling
getSerialVersionUID method of the class or one of its parents.
getSwingElementClass(String) - Static method in class de.ipcon.form.FormElementFactory
Holt eine Klasse aus einem Tag-Namen...
getSyncGruppe(BOLoaderI) - Static method in class de.ipcon.db.core.SyncServiceTools
Loads and returns the Gruppe that all sync Benutzer must be a member of.
getSystemFilterAt(int) - Method in class de.ipcon.db.query.QueryBuilder
getSystemFilterCount() - Method in class de.ipcon.db.query.QueryBuilder
getTabbedPane() - Method in class de.ipcon.form.FTabbedView
getTabLayoutPolicy(String) - Static method in class de.ipcon.form.FPanelValueReader
getTabLayoutPolicy() - Method in class de.ipcon.form.FTabbedView
getTable() - Method in class de.ipcon.form.FTable
getTable() - Method in class de.ipcon.schema.generators.IndexQueryJob
Deprecated.
getTable() - Method in class de.ipcon.schema.generators.PostgreSQLIndex
getTable() - Method in class de.ipcon.schema.generators.SQLStatementTable
getTable() - Method in class de.ipcon.tools.xbase.XBaseField
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class de.ipcon.form.table.FTableBooleanColumnRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class de.ipcon.form.table.FTableColumnRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class de.ipcon.form.table.FTableImageColumnRenderer
Returns the component used for rendering the cell.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class de.ipcon.form.table.FTableScriptedColumnRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class de.ipcon.form.table.FTableTextColumnRenderer
getTableClause() - Method in class de.ipcon.schema.generators.SQLStatementJoinedTable
getTableClause(boolean) - Method in class de.ipcon.schema.generators.SQLStatementJoinedTable
getTableClause() - Method in class de.ipcon.schema.generators.SQLStatementTable
getTableClause(boolean) - Method in class de.ipcon.schema.generators.SQLStatementTable
getTableColumnDef() - Method in class de.ipcon.db.core.ArrayZeilenWrapper
Default column definition based on the provided aliase list
getTableCountEstimationForEntity(CBOEntity) - Method in class de.ipcon.schema.generators.IntegrityCheck
getTablename() - Method in class de.ipcon.schema.generators.coredata.BOFactory
getTableName(int) - Method in class de.ipcon.tools.jdbc.ResultSetMetaDataAdaptor
Gets the designated column's table name.
getTableNameForOid(long) - Method in class de.ipcon.schema.generators.PostgreSQL
getTableResizeMode(String) - Static method in class de.ipcon.form.FPanelValueReader
getTables() - Method in class de.ipcon.schema.generators.SQLMapping
getTables() - Method in class de.ipcon.schema.generators.SQLStatement
getTables() - Method in interface de.ipcon.schema.SQLMappingI
getTabPlacement(String) - Static method in class de.ipcon.form.FPanelValueReader
getTabPlacement() - Method in class de.ipcon.form.FTabbedView
getTabs() - Method in class de.ipcon.form.FTabbedView
getTag() - Method in class de.ipcon.db.protocol.TagWrapper
getTaskbarHeight() - Method in class de.ipcon.form.AbstractMDIManager
getTaskbarHeight() - Method in class de.ipcon.form.ClientDesktopManager
getTaskbarHeight() - Method in class de.ipcon.form.ClientNativeWindowManager
getTaskbarHeight() - Method in class de.ipcon.form.ClientSDIManager
getTaskbarHeight() - Method in interface de.ipcon.form.MDIManagerI
getTcr() - Method in class de.ipcon.db.core.TransactionAnswer
getTcr() - Method in exception de.ipcon.db.core.TransactionConflictException
getTdfNode() - Method in class de.ipcon.form.navtree.RootNavigationTreeNode
getTempDir() - Static method in class de.ipcon.tools.FileTools
getTempDirPath() - Static method in class de.ipcon.tools.FileTools
returns the temporary directory, where temporary files containing information
for the Asciidoc report (images, theme file) are to be placed in
getTemplate() - Method in class de.ipcon.db.query.SemiFullTextQueryBuilder
getTemplate() - Method in class de.ipcon.form.selectiontree.AliasTemplateSelectionTreeNode
getTemplate() - Method in class de.ipcon.form.selectiontree.SchabloneTemplateSelectionTreeNode
getTemplateByTid(String, String) - Method in interface de.ipcon.form.ClientContextI
getTemplateByTid(String, String) - Method in class de.ipcon.gui.BasicClient
getTemplateInstance() - Method in class de.ipcon.schema.generators.coredata.OrdnerFactory
getTemplateInstance(Document, long, StringBuilder) - Method in class de.ipcon.schema.generators.coredata.OrdnerFactory
getTemplateInstance() - Method in class de.ipcon.schema.generators.coredata.StrukturFactory
Creates and returns an instance of the specific BOTemplate (sub)class
which the *Factory (sub)class needs.
getTemplateInstance(Document, long, StringBuilder) - Method in class de.ipcon.schema.generators.coredata.StrukturFactory
Creates and returns an instance of the specific BOTemplate (sub)class
which the *Factory (sub)class needs.
getTemplates(EntityI, boolean) - Method in interface de.ipcon.form.ClientContextI
getTemplates(EntityI) - Method in interface de.ipcon.form.ClientContextI
getTemplates(EntityI, boolean) - Method in class de.ipcon.gui.BasicClient
getTemplates(EntityI) - Method in class de.ipcon.gui.BasicClient
getTemplatesForSubEntitiesInAdminsOrdner(EntityI, boolean, boolean, Set) - Method in interface de.ipcon.form.ClientContextI
getTemplatesForSubEntitiesInAdminsOrdner(EntityI, Set) - Method in interface de.ipcon.form.ClientContextI
getTemplatesForSubEntitiesInAdminsOrdner(EntityI) - Method in interface de.ipcon.form.ClientContextI
getTemplatesForSubEntitiesInAdminsOrdner(EntityI, boolean, boolean, Set) - Method in class de.ipcon.gui.BasicClient
getTemplateSource() - Method in class de.ipcon.form.FTable
getTemporaryFtx() - Method in class de.ipcon.gui.BasicClient
getTemporaryIdSupplier() - Method in class de.ipcon.db.core.Transaction
getTerm() - Method in class de.ipcon.db.fulltext.compass.TermInfo
getTerm() - Method in interface de.ipcon.db.fulltext.TermInfoI
Returns the term value.
getTerms() - Method in class de.ipcon.db.BackendConnectionManager
getTerms(EntityI) - Method in class de.ipcon.db.BackendConnectionManager
getTerms(EntityI, String) - Method in class de.ipcon.db.BackendConnectionManager
getTerms(EntityI, String, int) - Method in class de.ipcon.db.BackendConnectionManager
getTerms(EntityI, String, int, boolean) - Method in class de.ipcon.db.BackendConnectionManager
getTerms(EntityI, String, int, boolean, String[]) - Method in class de.ipcon.db.BackendConnectionManager
getTerms(EntityI, String, int, boolean, String[], boolean) - Method in class de.ipcon.db.BackendConnectionManager
getTerms(EntityI, String, int, boolean, String[], boolean, boolean) - Method in class de.ipcon.db.BackendConnectionManager
getTerms() - Method in class de.ipcon.db.fulltext.compass.CompassFTSModule
Allows to get information about most frequently occuring (search) terms
in/from the fulltext search index.
getTerms(EntityI) - Method in class de.ipcon.db.fulltext.compass.CompassFTSModule
getTerms(EntityI, String) - Method in class de.ipcon.db.fulltext.compass.CompassFTSModule
getTerms(EntityI, String, int) - Method in class de.ipcon.db.fulltext.compass.CompassFTSModule
getTerms(EntityI, String, int, boolean) - Method in class de.ipcon.db.fulltext.compass.CompassFTSModule
getTerms(EntityI, String, int, boolean, String[]) - Method in class de.ipcon.db.fulltext.compass.CompassFTSModule
getTerms(EntityI, String, int, boolean, String[], boolean) - Method in class de.ipcon.db.fulltext.compass.CompassFTSModule
getTerms(EntityI, String, int, boolean, String[], boolean, boolean) - Method in class de.ipcon.db.fulltext.compass.CompassFTSModule
getTerms() - Method in interface de.ipcon.db.fulltext.FulltextSearcherI
getTerms(EntityI) - Method in interface de.ipcon.db.fulltext.FulltextSearcherI
getTerms(EntityI, String) - Method in interface de.ipcon.db.fulltext.FulltextSearcherI
getTerms(EntityI, String, int) - Method in interface de.ipcon.db.fulltext.FulltextSearcherI
getTerms(EntityI, String, int, boolean) - Method in interface de.ipcon.db.fulltext.FulltextSearcherI
getTerms(EntityI, String, int, boolean, String[]) - Method in interface de.ipcon.db.fulltext.FulltextSearcherI
getTerms(EntityI, String, int, boolean, String[], boolean) - Method in interface de.ipcon.db.fulltext.FulltextSearcherI
getTerms(EntityI, String, int, boolean, String[], boolean, boolean) - Method in interface de.ipcon.db.fulltext.FulltextSearcherI
getTerms() - Method in class de.ipcon.db.fulltext.TermInfoCache
getTerms(EntityI) - Method in class de.ipcon.db.fulltext.TermInfoCache
getTerms(EntityI, String) - Method in class de.ipcon.db.fulltext.TermInfoCache
getTerms(EntityI, String, int) - Method in class de.ipcon.db.fulltext.TermInfoCache
getTerms(EntityI, String, int, boolean) - Method in class de.ipcon.db.fulltext.TermInfoCache
getTerms(EntityI, String, int, boolean, String[]) - Method in class de.ipcon.db.fulltext.TermInfoCache
getTerms(EntityI, String, int, boolean, String[], boolean) - Method in class de.ipcon.db.fulltext.TermInfoCache
getTerms(EntityI, String, int, boolean, String[], boolean, boolean) - Method in class de.ipcon.db.fulltext.TermInfoCache
getTerms() - Method in class de.ipcon.db.protocol.AbstractBackendConnection
getTerms(EntityI) - Method in class de.ipcon.db.protocol.AbstractBackendConnection
getTerms(EntityI, String) - Method in class de.ipcon.db.protocol.AbstractBackendConnection
getTerms(EntityI, String, int) - Method in class de.ipcon.db.protocol.AbstractBackendConnection
getTerms(EntityI, String, int, boolean) - Method in class de.ipcon.db.protocol.AbstractBackendConnection
getTerms(EntityI, String, int, boolean, String[]) - Method in class de.ipcon.db.protocol.AbstractBackendConnection
getTerms(EntityI, String, int, boolean, String[], boolean) - Method in class de.ipcon.db.protocol.AbstractBackendConnection
getTerms(EntityI, String, int, boolean, String[], boolean, boolean) - Method in class de.ipcon.db.protocol.AbstractBackendConnection
getTermsFromServer() - Method in class de.ipcon.db.protocol.BackendConnection
getTermsFromServer(EntityI) - Method in class de.ipcon.db.protocol.BackendConnection
getTermsFromServer(EntityI, String) - Method in class de.ipcon.db.protocol.BackendConnection
getTermsFromServer(EntityI, String, int) - Method in class de.ipcon.db.protocol.BackendConnection
getTermsFromServer(EntityI, String, int, boolean) - Method in class de.ipcon.db.protocol.BackendConnection
getTermsFromServer(EntityI, String, int, boolean, String[]) - Method in class de.ipcon.db.protocol.BackendConnection
getTermsFromServer(EntityI, String, int, boolean, String[], boolean) - Method in class de.ipcon.db.protocol.BackendConnection
getTermsFromServer(EntityI, String, int, boolean, String[], boolean, boolean) - Method in class de.ipcon.db.protocol.BackendConnection
getTermsRaw() - Method in interface de.ipcon.db.fulltext.FTSTermInfoProviderI
getTermsRaw(EntityI) - Method in interface de.ipcon.db.fulltext.FTSTermInfoProviderI
getTermsRaw(EntityI, int) - Method in interface de.ipcon.db.fulltext.FTSTermInfoProviderI
getTermsRaw(EntityI, int, boolean) - Method in interface de.ipcon.db.fulltext.FTSTermInfoProviderI
getTermsRaw(EntityI, int, boolean, String[]) - Method in interface de.ipcon.db.fulltext.FTSTermInfoProviderI
getTermsRaw(EntityI, int, boolean, String[], boolean) - Method in interface de.ipcon.db.fulltext.FTSTermInfoProviderI
getTermsRaw(EntityI, int, boolean, String[], boolean, boolean) - Method in interface de.ipcon.db.fulltext.FTSTermInfoProviderI
getTermsRaw() - Method in class de.ipcon.db.protocol.BackendConnection
getTermsRaw(EntityI) - Method in class de.ipcon.db.protocol.BackendConnection
getTermsRaw(EntityI, int) - Method in class de.ipcon.db.protocol.BackendConnection
getTermsRaw(EntityI, int, boolean) - Method in class de.ipcon.db.protocol.BackendConnection
getTermsRaw(EntityI, int, boolean, String[]) - Method in class de.ipcon.db.protocol.BackendConnection
getTermsRaw(EntityI, int, boolean, String[], boolean) - Method in class de.ipcon.db.protocol.BackendConnection
getTermsRaw(EntityI, int, boolean, String[], boolean, boolean) - Method in class de.ipcon.db.protocol.BackendConnection
getTermSuggestions(EntityI, String) - Method in class de.ipcon.db.BackendConnectionManager
getTermSuggestions(EntityI, String, int) - Method in class de.ipcon.db.BackendConnectionManager
getTermSuggestions(EntityI, String, int, boolean) - Method in class de.ipcon.db.BackendConnectionManager
getTermSuggestions(EntityI, String, int, boolean, boolean) - Method in class de.ipcon.db.BackendConnectionManager
getTermSuggestions(EntityI, String, int, boolean, boolean, float) - Method in class de.ipcon.db.BackendConnectionManager
getTermSuggestions(EntityI, String, int, boolean, boolean, float, String) - Method in class de.ipcon.db.BackendConnectionManager
getTermSuggestions(EntityI, String, int, boolean, boolean, float, String, boolean) - Method in class de.ipcon.db.BackendConnectionManager
getTermSuggestions(EntityI, String) - Method in class de.ipcon.db.fulltext.compass.CompassFTSModule
Returns terms that exist in the index that are similar to the given _term.
getTermSuggestions(EntityI, String, int) - Method in class de.ipcon.db.fulltext.compass.CompassFTSModule
getTermSuggestions(EntityI, String, int, boolean) - Method in class de.ipcon.db.fulltext.compass.CompassFTSModule
getTermSuggestions(EntityI, String, int, boolean, boolean) - Method in class de.ipcon.db.fulltext.compass.CompassFTSModule
getTermSuggestions(EntityI, String, int, boolean, boolean, float) - Method in class de.ipcon.db.fulltext.compass.CompassFTSModule
getTermSuggestions(EntityI, String, int, boolean, boolean, float, String) - Method in class de.ipcon.db.fulltext.compass.CompassFTSModule
getTermSuggestions(EntityI, String, int, boolean, boolean, float, String, boolean) - Method in class de.ipcon.db.fulltext.compass.CompassFTSModule
getTermSuggestions(EntityI, String) - Method in interface de.ipcon.db.fulltext.FulltextSearcherI
getTermSuggestions(EntityI, String, int) - Method in interface de.ipcon.db.fulltext.FulltextSearcherI
getTermSuggestions(EntityI, String, int, boolean) - Method in interface de.ipcon.db.fulltext.FulltextSearcherI
getTermSuggestions(EntityI, String, int, boolean, boolean) - Method in interface de.ipcon.db.fulltext.FulltextSearcherI
getTermSuggestions(EntityI, String, int, boolean, boolean, float) - Method in interface de.ipcon.db.fulltext.FulltextSearcherI
getTermSuggestions(EntityI, String, int, boolean, boolean, float, String) - Method in interface de.ipcon.db.fulltext.FulltextSearcherI
getTermSuggestions(EntityI, String, int, boolean, boolean, float, String, boolean) - Method in interface de.ipcon.db.fulltext.FulltextSearcherI
getTermSuggestions(EntityI, String) - Method in class de.ipcon.db.protocol.BackendConnection
getTermSuggestions(EntityI, String, int) - Method in class de.ipcon.db.protocol.BackendConnection
getTermSuggestions(EntityI, String, int, boolean) - Method in class de.ipcon.db.protocol.BackendConnection
getTermSuggestions(EntityI, String, int, boolean, boolean) - Method in class de.ipcon.db.protocol.BackendConnection
getTermSuggestions(EntityI, String, int, boolean, boolean, float) - Method in class de.ipcon.db.protocol.BackendConnection
getTermSuggestions(EntityI, String, int, boolean, boolean, float, String) - Method in class de.ipcon.db.protocol.BackendConnection
getTermSuggestions(EntityI, String, int, boolean, boolean, float, String, boolean) - Method in class de.ipcon.db.protocol.BackendConnection
getText() - Method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
getText() - Method in class de.ipcon.db.core.MyTISMBenAuftragMitVorlage
getText() - Method in class de.ipcon.db.core.MyTISMBenAuftragOhneVorlage
getText() - Method in class de.ipcon.db.event.DBManLogEvent
getText() - Method in class de.ipcon.db.event.DBManMessageEvent
getText() - Method in class de.ipcon.db.grooql.GroovyAST2OQLVisitor
Gets the OQL query text this visitor has generated (so far).
getText(String) - Method in class de.ipcon.db.grooql.GroovyAST2OQLVisitor
getText() - Method in interface de.ipcon.db.oql.OQLQueryInstanceI
Returns the query text.
getText(String) - Method in interface de.ipcon.db.oql.OQLQueryInstanceI
Returns the query text including the passed additional clauses.
getText() - Method in class de.ipcon.db.oql.SimpleOQLQueryHolder
getText(String) - Method in class de.ipcon.db.oql.SimpleOQLQueryHolder
getText() - Method in class de.ipcon.form.FBooleanInputComponent
getText() - Method in class de.ipcon.form.FButton
getText() - Method in class de.ipcon.form.FStyledText
getText() - Method in class de.ipcon.form.FTextInputComponent
getText() - Method in class de.ipcon.form.FUri
getText() - Method in interface de.ipcon.schema.ActionI
getText() - Method in class de.ipcon.schema.CBOAction
getText() - Method in class de.ipcon.tools.progress.ProgressContext
getTextComponent() - Method in class de.ipcon.form.FDateChooser
getTextComponent() - Method in class de.ipcon.form.FEditor
getTextComponent() - Method in class de.ipcon.form.FSimpleDurationChooser
getTextComponent() - Method in class de.ipcon.form.FText
getTextComponent() - Method in class de.ipcon.form.FTextInputComponent
getTextField() - Method in class de.ipcon.form.navtree.StrukturSearchDialog
getTextInput() - Method in class de.ipcon.db.query.SemiFullTextQueryBuilder
getTextIstFest() - Method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
getTextIstFest() - Method in class de.ipcon.db.core.MyTISMBenAuftragMitVorlage
getTextIstFest() - Method in class de.ipcon.db.core.MyTISMBenAuftragOhneVorlage
getTextWhileLoading() - Method in class de.ipcon.form.FLabel
getTheInstance() - Static method in class de.ipcon.db.core.InternalNotificationRetryWV
getThemes() - Method in class de.ipcon.form.ClientLoginDialog
getThemes(int) - Method in class de.ipcon.form.ClientLoginDialog
getThisAndAllSubContextsAsArray() - Method in class de.ipcon.form.DefaultFormContext
getThisAndAllSubContextsAsArray() - Method in interface de.ipcon.form.FormContextI
getThisAsThrowable() - Method in interface de.ipcon.tools.InspectableThrowableI
getThreadCount() - Method in class de.ipcon.db.event.DBManServerHealthEvent
getThreadDump() - Static method in class de.ipcon.tools.OSTools
Captures a formatted thread dump of all live threads in the current JVM.
getThreadPosition() - Method in class de.ipcon.db.core.MyTISMBenachrichtigung
getThreadPosition() - Method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
getThreadPositionNN() - Method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
getThreads() - Method in class de.ipcon.db.ExecutionPolicyCronJob
getTicketSystemRecipient(Transaction) - Method in class de.ipcon.db.core.IssueReport
Returns the NotificationReceiverI instance for the email address of the OAshi ticketsystem.
getTid() - Method in interface de.ipcon.db.core.EntityStrukturI
getTid() - Method in class de.ipcon.schema.generators.coredata.StrukturTemplate
getTime(int) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of the designated JDBC TIME parameter as a java.sql.Time object.
getTime(int, Calendar) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of the designated JDBC TIME parameter as a java.sql.Time object, using the given Calendar object to construct the time.
getTime(String) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of a JDBC TIME parameter as a java.sql.Time object.
getTime(String, Calendar) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of a JDBC TIME parameter as a java.sql.Time object, using the given Calendar object to construct the time.
getTime(int) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTime(int, Calendar) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTime(String) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTime(String, Calendar) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTimeout() - Method in class de.ipcon.db.protocol.socket.SocketTransport
getTimeout() - Method in interface de.ipcon.db.protocol.TransportI
Returns the current connection-timeout or -1 if a TransportException occurred while getting that value.
getTimespanFormat() - Static method in class de.ipcon.tools.L10n
getTimespanFormat(String) - Static method in class de.ipcon.tools.L10n
getTimespanFormat(String, Locale) - Static method in class de.ipcon.tools.L10n
getTimestamp() - Method in class de.ipcon.db.event.DBManServerHealthEvent
getTimestamp(int) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of the designated JDBC TIMESTAMP parameter as a java.sql.Timestamp object.
getTimestamp(int, Calendar) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of the designated JDBC TIMESTAMP parameter as a java.sql.Timestamp object, using the given Calendar object to construct the Timestamp object.
getTimestamp(String) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of a JDBC TIMESTAMP parameter as a java.sql.Timestamp object.
getTimestamp(String, Calendar) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of a JDBC TIMESTAMP parameter as a java.sql.Timestamp object, using the given Calendar object to construct the Timestamp object.
getTimestamp(int) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
getTimestamp(int, Calendar) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
getTimestamp(String) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object.
getTimestamp(String, Calendar) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
getTimeWithoutDate(Calendar) - Static method in class de.ipcon.tools.date.DateTimeTools
Returns a copy of the passed Calendar, stripped of its date
getTimeZone() - Method in class de.ipcon.db.core.Zeitzone
Returns the corresponding Java TimeZone
getTimeZone() - Method in class de.ipcon.tools.L10nDateFormat
getTimeZoneChangesIn1Day(Date) - Static method in class de.ipcon.tools.date.DateTimeTools
Uses the java time framework to decide if there is a change of time offset compared to UTC,
i.e. from summer to winter time on that date or vice versa.
getTimeZoneChangesIn1Day(ZonedDateTime) - Static method in class de.ipcon.tools.date.DateTimeTools
Method checks if there is a time zone change between the provided datetime and the datetime 1 day later.
getTimeZoneProperty() - Method in interface de.ipcon.schema.AttributeI
getTimeZoneProperty() - Method in class de.ipcon.schema.AttributeTemplate
getTimeZoneProperty() - Method in interface de.ipcon.schema.AttributeWithUIConfigurationI
getTimeZoneProperty() - Method in class de.ipcon.schema.AttributeWrapper
getTimeZoneProperty() - Method in class de.ipcon.schema.CBOAttribute
getTimeZoneProperty() - Method in class de.ipcon.schema.ScriptedAttribute
getTint(Color, String) - Static method in class de.ipcon.form.FPanelValueReader
getTint() - Method in class de.ipcon.form.FView
getTitle() - Method in class de.ipcon.db.query.AbstractFilterGUI
getTitle() - Method in class de.ipcon.db.query.MultipleChoiceFilterChoice
getTitle() - Method in class de.ipcon.form.AbstractClientDesktopElement
getTitle() - Method in class de.ipcon.form.combobox.EntryValueWrapper
getTitle() - Method in class de.ipcon.form.FBorder
getTitle() - Method in class de.ipcon.form.FTab
getTitle() - Method in interface de.ipcon.form.MDIElementI
getTitle() - Method in class de.ipcon.form.table.FTableColumn
getTitle() - Method in class de.ipcon.schema.gdpr.DataCategory
Returns the title of the data category.
getTitle() - Method in class de.ipcon.tools.Wrapper
Returns the "command" we are running as a String suitable for
use as a window title or similar.
getTitleBorder() - Method in class de.ipcon.form.FBorder
getTitleColor() - Method in class de.ipcon.form.FBorder
getTitledBorderJustification(String) - Static method in class de.ipcon.form.FPanelValueReader
getTitledBorderPosition(String) - Static method in class de.ipcon.form.FPanelValueReader
getTitleFont() - Method in class de.ipcon.form.FBorder
getTitleJustification() - Method in class de.ipcon.form.FBorder
getTitlePosition() - Method in class de.ipcon.form.FBorder
getTlsPort() - Method in class de.ipcon.db.protocol.socket.BackendSocketServer
getTLSServerSocketFactory() - Method in interface de.ipcon.tools.ServerCryptoHandlerI
getToday() - Static method in class de.ipcon.tools.date.DateTimeTools
Returns a Date object representing today, stripped of time.
getTodoTime() - Method in class de.ipcon.tools.progress.ProgressHandlerWithTotal
getToken() - Method in class de.ipcon.db.oql.ParseTreeNode
Accessor method for the token.
getToken() - Method in class de.ipcon.db.protocol.AbstractBackendConnection
getToken() - Method in interface de.ipcon.db.protocol.ServerConnectionI
getToken() - Method in enum de.ipcon.tools.BooleanToken
Returns the string representation of the token.
getToMachines() - Method in class de.ipcon.db.event.DBManMessageEvent
getTomorrow() - Static method in class de.ipcon.tools.date.DateTimeTools
Returns a Date object representing tomorrow, stripped of time.
getToNode() - Method in interface de.ipcon.schema.AttributeI
getToNode() - Method in class de.ipcon.schema.AttributeWrapper
getToNode() - Method in class de.ipcon.schema.CBOAttribute
getToNode() - Method in class de.ipcon.schema.InstrumentingAttribute
getToNode() - Method in class de.ipcon.schema.ScriptedAttribute
getToNode() - Method in class de.ipcon.tools.graph.DefaultGraphEdge
Retrieves the target node to which this directed edge points.
getToNode() - Method in interface de.ipcon.tools.graph.GraphEdgeI
Retrieves the target node to which this directed edge points.
getToNodes() - Method in interface de.ipcon.schema.EntityI
getToNodes() - Method in interface de.ipcon.tools.graph.OnlyToDirectedGraphNodeI
Retrieves all direct successor nodes to which outgoing edges from this node lead.
getToolBar() - Method in class de.ipcon.form.ClientToolBarManager
getToolBar() - Method in class de.ipcon.form.FBorder
getToolBar() - Method in class de.ipcon.form.FormAction
getToolBarBackground() - Method in class de.ipcon.form.FBorder
getToolBarLayout() - Method in class de.ipcon.form.FBorder
getToolBarLayout(String) - Static method in class de.ipcon.form.FPanelValueReader
getToolBarName() - Method in class de.ipcon.form.ClientToolBarManager
getToolBarOrientation() - Method in class de.ipcon.form.ClientToolBarManager
getToolBarOrientation() - Method in class de.ipcon.form.FBorder
getToolBarOrientation(String) - Static method in class de.ipcon.form.FPanelValueReader
getToolbarPluginElement() - Method in class de.ipcon.form.ClientNativeWindowManager
getToolBarPosition() - Method in class de.ipcon.form.ClientToolBarManager
getToolBarPosition() - Method in class de.ipcon.form.FBorder
getToolBarPosition(String) - Static method in class de.ipcon.form.FPanelValueReader
getToolTipBundleLookupPath() - Method in class de.ipcon.schema.CBOSchema
getToolTipBundleLookupPath() - Method in interface de.ipcon.schema.SchemaI
getToolTipBundleLookupPath() - Method in class de.ipcon.schema.SchemaWrapper
getToolTipFormat() - Method in class de.ipcon.form.table.FTableColumn
getToolTipLocation(MouseEvent) - Method in class de.ipcon.form.TaskbarIcon
getToolTipText() - Method in class de.ipcon.form.FCanvas
getToolTipText() - Method in class de.ipcon.form.FTab
getToolTipText(Object) - Method in class de.ipcon.form.table.FTableColumn
Renders and possibly caches the tooltip-text to be shown for that object
getToolTipText(Object, boolean) - Method in class de.ipcon.form.table.FTableColumn
getToolTipTextForAttribute(AttributeI) - Method in interface de.ipcon.schema.EntityI
getTopGridAlign() - Method in class de.ipcon.form.FView
getToRow() - Method in class de.ipcon.schema.generators.SQLStatementJoinedTable
getToStringWrapper() - Method in class de.ipcon.schema.CBOEntity
Returns the EntityToStringWrapper for this CBOEntity
getTotal() - Method in class de.ipcon.db.blob.InitialBLOBTransferMetaDataContainer
getTotal() - Method in class de.ipcon.db.protocol.PerformanceMeter
getTotal() - Method in class de.ipcon.tools.PermutationGenerator
Return total number of permutations.
getTotal() - Method in class de.ipcon.tools.progress.ProgressContext
getTotalBytes() - Method in exception de.ipcon.tools.io.IncompleteTransferException
getTotalEvaluationTimeMeasured() - Method in class de.ipcon.form.table.FTableColumn
getTotalEvictionCount() - Static method in class de.ipcon.tools.GroovyScriptClassLoader.EvictionCounter
getTotalMemory() - Method in class de.ipcon.db.event.DBManServerHealthEvent
getTotalRows() - Method in class de.ipcon.form.FormContextMenu
getTotalTime() - Method in class de.ipcon.db.protocol.AbstractBackendSession
getTotalTime() - Method in class de.ipcon.db.protocol.BackendSession
getTotalTime() - Method in interface de.ipcon.db.protocol.BackendSessionI
getTotalTime() - Method in class de.ipcon.db.protocol.BackendSessionInfo
getToUsers() - Method in class de.ipcon.db.event.DBManMessageEvent
getTraceQueryOnEntity() - Method in class de.ipcon.db.testing.TestBOLoader
getTransaction() - Method in class de.ipcon.db.alarm.BenachrichtigungsScriptAPI
Gets the Transaction provided by this api instance that can be
used to persist changes in the database.
getTransaction(String) - Method in class de.ipcon.db.alarm.BenachrichtigungsScriptAPI
Gets the Transaction provided by this api instance that can be
used to persist changes in the database.
getTransaction() - Method in class de.ipcon.db.core.BO
Returns the Transaction this BO is included in, null otherwise.
getTransaction() - Method in interface de.ipcon.db.core.ServerLocalTransactionI
Returns the underlying Transaction that is used for recording server local changes.
getTransaction() - Method in class de.ipcon.db.core.Transaction.Savepoint
returns Transaction associated with this Savepoint
getTransaction() - Method in class de.ipcon.db.core.TransactionMessageBus
getTransaction() - Method in class de.ipcon.db.ServerLocalTransaction
getTransaction() - Method in class de.ipcon.form.DefaultFormContext
getTransaction() - Method in interface de.ipcon.form.FormContextI
getTransactionAnswer() - Method in interface de.ipcon.db.core.SaveResultI
If the save-process was successful the TransactionAnswer is available via this method.
getTransactionAnswer() - Method in class de.ipcon.db.DBMan.SaveResult
getTransactionAnswer() - Method in class de.ipcon.db.protocol.BackendRequestSave
getTransactionAnswer() - Method in interface de.ipcon.db.protocol.BackendRequestSaveI
getTransactionBuilder() - Method in class de.ipcon.db.DBManLocalBOLoader
getTransactionConflictReport() - Method in interface de.ipcon.db.core.SaveResultI
If the save-process was successful a TransactionConflictReport is available via this method.
getTransactionCount() - Method in class de.ipcon.db.protocol.AbstractBackendSession
getTransactionCount() - Method in class de.ipcon.db.protocol.BackendSession
getTransactionCount() - Method in interface de.ipcon.db.protocol.BackendSessionI
getTransactionCount() - Method in class de.ipcon.db.protocol.BackendSessionInfo
getTransactionIsolation() - Method in class de.ipcon.tools.jdbc.ConnectionAdaptor
Retrieves this Connection object's current transaction isolation level.
getTransactionProvider() - Method in class de.ipcon.db.DBManLocalBOLoader
getTransferData(DataFlavor) - Method in class de.ipcon.form.FTransferable
Returns an object which represents the data to be transferred.
getTransferDataFlavors() - Method in class de.ipcon.form.FTransferable
Returns an array of DataFlavor objects indicating the flavors the data
can be provided in.
getTransientProperty(String) - Method in class de.ipcon.db.core.BO
Returns the value that was saved using the given transient property name.
getTransientProperty(String, boolean) - Method in class de.ipcon.db.core.BO
getTransientProperty(String) - Method in interface de.ipcon.schema.BOI
Returns the value that was saved using the given transient property name.
getTranslatedColumn(int) - Method in class de.ipcon.form.FTable
getTranslatedColumn(int) - Method in interface de.ipcon.form.table.FTableConfigurationI
getTranslatedRow(int) - Method in class de.ipcon.form.FTable
getTranslatedRow(int) - Method in interface de.ipcon.form.table.FTableConfigurationI
getTransport() - Method in class de.ipcon.db.protocol.PerformanceMeter
getTransport() - Method in class de.ipcon.db.protocol.socket.PooledSocket
Returns the underlying TransportI used by this PooledSocket.
getTransport(String, boolean) - Method in class de.ipcon.db.protocol.socket.SocketPool
getTransport(String, boolean) - Method in interface de.ipcon.db.protocol.TransportProviderI
Returns a usable TransportI for client-server communication.
getTransportProtocol() - Method in class de.ipcon.tools.MailImporter
getTransportProvider(ServerConnectionI) - Method in class de.ipcon.db.protocol.socket.TransportProviderFactory
getTransportProvider(ServerConnectionI) - Method in interface de.ipcon.db.protocol.TransportProviderFactoryI
getTransportTime() - Method in class de.ipcon.db.protocol.AbstractBackendSession
getTransportTime() - Method in class de.ipcon.db.protocol.BackendSession
getTransportTime() - Method in interface de.ipcon.db.protocol.BackendSessionI
getTransportTime() - Method in class de.ipcon.db.protocol.BackendSessionInfo
getTree() - Method in class de.ipcon.form.navtree.StrukturSearchDialog
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class de.ipcon.form.navtree.ClientNavigationTreeCellRenderer
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class de.ipcon.form.selectiontree.PolymorphicTemplateSelectionTreeCellRenderer
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class de.ipcon.form.tree.FTreeCellRenderer
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class de.ipcon.schema.tools.SchemaTreeCellRenderer
getTreeNodeForBO(BO) - Method in class de.ipcon.form.tree.FTreeModel
getTreeNodeForBO(BO) - Method in class de.ipcon.form.tree.FTreeNode
getTrigger() - Method in class de.ipcon.schema.gdpr.DataRetentionPolicy
Returns the trigger for initiating the data retention period.
getTriggerActionScript() - Method in class de.ipcon.db.core.Alarm
getTriggeringBO() - Method in class de.ipcon.db.alarm.BOMonitoringAlarmBenachrichtigungsScriptAPI
Gets the BO that triggered the current Alarm invocation.
getTriggeringBOForChanges() - Method in class de.ipcon.db.alarm.BOMonitoringAlarmBenachrichtigungsScriptAPI
Gets the BO that triggered the current Alarm invocation already
included in the API's transaction.
getTriggeringBOForChanges(String) - Method in class de.ipcon.db.alarm.BOMonitoringAlarmBenachrichtigungsScriptAPI
getTrimmedSize() - Method in class de.ipcon.db.event.DBManEvent
returns the number of true-values in requestedInAnyFilter and caches that value locally in a variable
getTrueIcon() - Method in class de.ipcon.form.FToggleButton
getTs() - Method in class de.ipcon.db.core.TransactionConflictReport
getTs() - Method in class de.ipcon.db.event.DBManMessageEvent
getTx() - Method in class de.ipcon.db.core.DateiSystemSync
getTx() - Method in class de.ipcon.db.sync.AbstractSync
Returns the current Transaction
getTx() - Method in class de.ipcon.db.testing.TestBOLoader
getTxId() - Method in class de.ipcon.db.core.TransactionConflictReport
getTxIds() - Method in interface de.ipcon.db.core.DBManBOChangeEventI
getTxIds() - Method in class de.ipcon.db.event.DBManBOChangeEvent
getTxIds() - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getTyp() - Method in class de.ipcon.db.core.DateiSystemSyncEintrag
getTyp() - Method in class de.ipcon.db.core.FilesystemObject
getType() - Method in class de.ipcon.db.core.BOProc
getType() - Method in interface de.ipcon.db.core.BOProcI
getType() - Method in class de.ipcon.db.core.BP
getType() - Method in class de.ipcon.db.event.DBManBLOBChangeEvent
getType() - Method in class de.ipcon.db.event.DBManBLOBChangeEventFilter
getType() - Method in class de.ipcon.db.event.DBManBOChangeEvent
getType() - Method in class de.ipcon.db.event.DBManBOChangeEventFilter
getType() - Method in class de.ipcon.db.event.DBManEvent
getType() - Method in class de.ipcon.db.event.DBManEventFilter
getType() - Method in class de.ipcon.db.event.DBManLogEvent
getType() - Method in class de.ipcon.db.event.DBManLogEventFilter
getType() - Method in class de.ipcon.db.event.DBManMessageEvent
getType() - Method in class de.ipcon.db.event.DBManMessageEventFilter
getType() - Method in class de.ipcon.db.event.DBManServerEvent
getType() - Method in class de.ipcon.db.event.DBManServerEventFilter
getType() - Method in class de.ipcon.db.event.DBManServerHealthEvent
getType() - Method in class de.ipcon.db.event.DBManServerHealthEventFilter
getType() - Method in class de.ipcon.db.event.DBManSessionEvent
getType() - Method in class de.ipcon.db.event.DBManSessionEventFilter
getType() - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getType() - Method in class de.ipcon.db.event.L10nCacheEvent
getType() - Method in class de.ipcon.db.event.L10nCacheEventFilter
getType() - Method in class de.ipcon.db.oql.ExplainNode
getType() - Method in class de.ipcon.db.oql.ParseTreeNode
getType() - Method in class de.ipcon.db.oql.Token
getType() - Method in class de.ipcon.db.PermissionHandlerDecision
getType() - Method in class de.ipcon.form.FElement
getType() - Method in class de.ipcon.form.PaintGroovyScript
getType() - Method in class de.ipcon.schema.AttributeTemplate
getType() - Method in class de.ipcon.schema.AttributeWrapper
getType() - Method in interface de.ipcon.schema.BasicAttributeI
getType() - Method in class de.ipcon.schema.CBOAttribute
getType(String) - Method in class de.ipcon.schema.CBOSchema
getType(String) - Method in interface de.ipcon.schema.SchemaI
Type factory.
getType(String) - Method in class de.ipcon.schema.SchemaWrapper
getType() - Method in class de.ipcon.schema.ScriptedAttribute
getType() - Method in exception de.ipcon.schema.types.MarshallingException
getType() - Method in exception de.ipcon.schema.types.UnmarshallingException
getType() - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the type of this ResultSet object.
getType() - Method in class de.ipcon.tools.xbase.XBaseField
getTypeCast() - Method in class de.ipcon.db.oql.PathPart
getTypeCode() - Method in class de.ipcon.db.core.BOProc
getTypeCode() - Method in interface de.ipcon.db.core.BOProcI
getTypeCode() - Method in class de.ipcon.db.core.BP
getTypedQName() - Method in interface de.ipcon.schema.AttributeI
Returns the qualified name of this attribute, appended with its type postfix.
getTypedQName(BOI) - Method in interface de.ipcon.schema.AttributeI
Returns the qualified name of this attribute, prefixed with a concise description of a specific
Business Object (BO) instance and appended with its type postfix.
getTypedQName() - Method in class de.ipcon.schema.CBOAttribute
Returns a nicely formatted String containing the entity name, the name of the attribute, and its type or
relation information.
getTypedQName(BOI) - Method in class de.ipcon.schema.CBOAttribute
Returns a nicely formatted String containing the entity name or a concise description of the given BOI,
the name of the attribute, and its type or relation information.
getTypeFilter() - Method in class de.ipcon.db.core.AttributeSelector
getTypeMap() - Method in class de.ipcon.tools.jdbc.ConnectionAdaptor
Retrieves the Map object associated with this Connection object.
getTypeName() - Method in class de.ipcon.db.core.BOProc
getTypeName() - Method in interface de.ipcon.db.core.BOProcI
getTypeName() - Method in class de.ipcon.db.core.BP
getTypeName() - Method in class de.ipcon.schema.AttributeDefinition
getTypeName() - Method in class de.ipcon.schema.AttributeTemplate
getTypeName() - Method in class de.ipcon.schema.AttributeWrapper
getTypeName() - Method in interface de.ipcon.schema.BasicAttributeI
Returns the type information of this attribute.
getTypeName() - Method in class de.ipcon.schema.CBOAttribute
getTypeName() - Method in class de.ipcon.schema.ScriptedAttribute
getUnhandledBTsQuery(Long, Date, Long[]) - Static method in class de.ipcon.db.bthandler.BTsHandler
getUnhandledBTsQuery(Long, Date, Long[], boolean) - Static method in class de.ipcon.db.bthandler.BTsHandler
getUnicodeStream(int) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Deprecated. use getCharacterStream in place of getUnicodeStream
getUnicodeStream(String) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Deprecated. use getCharacterStream instead
getUnifiedDiff() - Method in class de.ipcon.db.core.DateiSystemSyncEintrag
getUnifiedDiff() - Method in class de.ipcon.db.core.FilesystemObject
getUnifiedDiff(boolean) - Method in class de.ipcon.db.core.FilesystemObject
getUnifiedDiff(boolean, int) - Method in class de.ipcon.db.core.FilesystemObject
getUninitializedGDPRRelevantBOs(BOLoaderI, EntityI) - Static method in class de.ipcon.db.gdpr.GDPRTools
Retrieves all not already initialized BOs of the given type that are relevant for GDPR processing.
getUninitializedGDPRRelevantBOsCount(BOLoaderI, EntityI) - Static method in class de.ipcon.db.gdpr.GDPRTools
Counts the number of not already initialized BOs of the given type that are relevant for GDPR processing.
getUnique() - Method in interface de.ipcon.schema.CBOAttributeTypeI
getUnique() - Method in class de.ipcon.schema.types.CBOAbstractAttributeType
getUniqueBOByAttr(Class<? extends BOI>, String, Object) - Method in interface de.ipcon.db.core.BOQueryLoaderI
Looks up a BO with a unique attribute-value-pair.
getUniquePrefix() - Method in interface de.ipcon.form.ClientContextI
getUniquePrefix() - Method in class de.ipcon.gui.BasicClient
getUnit() - Method in class de.ipcon.schema.types.NumberType
getUnitText() - Method in class de.ipcon.form.table.FTableColumn
getUnlazyManyrelations(Class) - Method in class de.ipcon.db.tools.UnlazyUpdateStrategy
getUnlazyManyrelations(EntityI) - Method in class de.ipcon.db.tools.UnlazyUpdateStrategy
getUnmodifiedPercent() - Method in class de.ipcon.tools.progress.AcceleratingProgressHandlerWithTotal
Returns the raw percentage of progress done, without the accelerating effect applied.
getUnsharedSecureRandom() - Static method in class de.ipcon.tools.CryptoTools
Returns an unshared SecureRandom object.
getUpdateableEntities() - Method in class de.ipcon.db.core.CachingBOLoaderLRUStrategy
getUpdateableEntities() - Method in interface de.ipcon.db.core.CachingBOLoaderUpdateStrategyI
A Set of EntityI Instances that will be registered in the DBMan listener and
whose procs will be queried on changes.
getUpdateableEntities() - Method in class de.ipcon.db.tools.UnlazyUpdateStrategy
A list of all entities to keep updated, in this case: All entities that are reachable from the provided roots in theory
getUpdateCount() - Method in class de.ipcon.tools.jdbc.StatementAdaptor
Retrieves the current result as an update count; if the result is a ResultSet object or there are no more results, -1 is returned.
getUpperFetchLimitId() - Method in class de.ipcon.db.fulltext.compass.IndexerQueryResultsBP
getUrgency() - Method in class de.ipcon.db.event.DBManMessageEvent
getURI() - Method in class de.ipcon.form.FUri
getUrl() - Method in class de.ipcon.db.DBManServerlist.DBManServerInfo
getUrl() - Method in class de.ipcon.schema.gdpr.Law
Returns a URL referencing the law.
getUrl() - Method in class de.ipcon.schema.generators.AbstractSQL
getUrl() - Method in class de.ipcon.schema.generators.CoreData
getURL(int) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of the designated JDBC DATALINK parameter as a java.net.URL object.
getURL(String) - Method in class de.ipcon.tools.jdbc.CallableStatementAdaptor
Deprecated.
Retrieves the value of a JDBC DATALINK parameter as a java.net.URL object.
getURL(int) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a java.net.URL object in the Java programming language.
getURL(String) - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the value of the designated column in the current row of this ResultSet object as a java.net.URL object in the Java programming language.
getURL(HttpServletRequest) - Static method in class de.ipcon.tools.Jetty
getURLPrefix() - Method in class de.ipcon.db.BackendConnectionManager
getURLPrefix() - Method in class de.ipcon.db.protocol.BackendConnection
getURLPrefix() - Method in interface de.ipcon.db.protocol.ServerConnectionI
getUsage(Long) - Method in class de.ipcon.tools.UsageStatistics
Retrieves the current usage count for the given Id.
getUseComponentsGUIText() - Method in class de.ipcon.schema.types.WrappingArrayType
getUsedInRelation() - Method in class de.ipcon.db.fulltext.compass.SchemaMappingBuilder
getUsedModules() - Method in class de.ipcon.schema.CBOSchema
returns an unmodifiable Map with unmodifiable lists of all actually used modules of each used module provider as values and the names of the corresponding module providers as keys
getUsedModules() - Method in interface de.ipcon.schema.SchemaI
getUsedModules() - Method in class de.ipcon.schema.SchemaWrapper
getUsedPackages() - Method in class de.ipcon.schema.CBOSchema
getUseInlinePGP() - Method in class de.ipcon.db.core.MyTISMBenachrichtigung
getUser() - Method in class de.ipcon.db.alarm.AlarmHandler
Returns the system user that this AlarmHandler is supposed to use/represent.
getUser(BP) - Static method in class de.ipcon.db.core.BP
Returns the user of the given BPs BT or null if no BP was passed.
getUser() - Method in class de.ipcon.db.module.KernelModule
getUser() - Method in class de.ipcon.db.PermissionHandler
The structure of this class is optimized to give a fast yes or no answer to a given permission (read/write/create/delete).
getUser() - Method in class de.ipcon.db.protocol.BackendSession
getUser() - Method in class de.ipcon.db.tools.AbstractToolClient.ConnectionArguments
getUser() - Method in class de.ipcon.schema.generators.AbstractSQL
getUser() - Method in class de.ipcon.schema.generators.CoreData
getUser() - Method in class de.ipcon.tools.MailImporter
getUserContext(Long) - Method in class de.ipcon.db.protocol.BackendProtocolServer
getUserData() - Method in class de.ipcon.db.event.DBManLogEvent
getUserData() - Method in class de.ipcon.db.event.DBManMessageEvent
getUserFilterAt(int) - Method in class de.ipcon.db.query.QueryBuilder
getUserFilterCount() - Method in class de.ipcon.db.query.QueryBuilder
getUserFriendlyMessage(int) - Method in exception de.ipcon.db.BLOBLockNotGrantedException
getUserFriendlyMessage(int) - Method in exception de.ipcon.db.LockNotGrantedException
getUserFriendlyMessage(int) - Method in interface de.ipcon.tools.MightSucceedIfRetriedLaterI
getUserId() - Method in class de.ipcon.db.tools.AuthToken
get the userId associated
getUserInput() - Method in class de.ipcon.db.query.AbstractFilterGUI
Gets the user entered or selected filter value in the native format appropriate for the filter's type.
getUserInput() - Method in class de.ipcon.db.query.BoolFilterGUI
getUserInput() - Method in class de.ipcon.db.query.DateFilterGUI
getUserInput() - Method in class de.ipcon.db.query.DecimalFilterGUI
getUserInput() - Method in class de.ipcon.db.query.MultipleChoiceFilterGUI
getUserInput() - Method in interface de.ipcon.db.query.QueryGUIElementI
Gets the user entered or selected filter value in the native format appropriate for the filter's type.
getUserInput() - Method in class de.ipcon.db.query.SemiFullTextQueryBuilder
Gets the raw text the user (might have) entered in the "search bar".
getUserInput() - Method in class de.ipcon.db.query.StringFilterGUI
getUserInput() - Method in class de.ipcon.form.LiquidSeparatorLabel
getUserInputAsClausePart() - Method in class de.ipcon.db.query.AbstractFilterGUI
getUserInputAsClausePart() - Method in class de.ipcon.db.query.BoolFilterGUI
getUserInputAsClausePart() - Method in class de.ipcon.db.query.DateFilterGUI
getUserInputAsClausePart() - Method in class de.ipcon.db.query.DecimalFilterGUI
getUserInputAsClausePart() - Method in class de.ipcon.db.query.MultipleChoiceFilterGUI
getUserInputAsClausePart() - Method in interface de.ipcon.db.query.QueryGUIElementI
Gets the user entered or selected filter value as a string in a format appropriate for inserting it as a literal
value in an OQL query.
getUserInputAsClausePart() - Method in class de.ipcon.db.query.SemiFullTextQueryBuilder
Gets the text the user (might have) entered in the "search bar" or "NULL" if no text was entered.
getUserInputAsClausePart() - Method in class de.ipcon.db.query.StringFilterGUI
getUserInputAsClausePart() - Method in class de.ipcon.form.LiquidSeparatorLabel
getUsername() - Method in class de.ipcon.form.ClientLoginDialog
getUserRelevantMessage(Throwable) - Static method in class de.ipcon.tools.ThrowableTools
Extracts a user-relevant message from a throwable, optionally prioritizing a specific cause type.
getUserRelevantMessage(Throwable, Class<? extends Throwable>) - Static method in class de.ipcon.tools.ThrowableTools
getUsers(BOLoaderI) - Method in class de.ipcon.db.event.DBManBOChangeEvent
Returns all users which are involved in Transactions included in this event
getUsers(BOLoaderI) - Method in class de.ipcon.db.event.FilteringDBManBOChangeEvent
getUsers() - Method in class de.ipcon.form.navtree.UserNavigationSubCategory
getUsersOrGroupsToNotify(BOQueryLoaderI, Collection<String>) - Static method in interface de.ipcon.db.core.NotifiableI
getUsersOrGroupsToNotifyByCSV(BOQueryLoaderI, String) - Static method in interface de.ipcon.db.core.NotifiableI
getUsersOrGroupsToNotifyByEV(BOLoaderI, String) - Static method in interface de.ipcon.db.core.NotifiableI
getUTF8Bytes(String) - Static method in class de.ipcon.tools.TextTools
getUTF8Bytes(String, boolean) - Static method in class de.ipcon.tools.TextTools
getUTF8EncodedString(byte[]) - Static method in class de.ipcon.tools.TextTools
Returns the passed bytes as a UTF-8 encoded String.
getUtx() - Method in class de.ipcon.db.protocol.AbstractBackendRequest
getUtx() - Method in class de.ipcon.db.protocol.AbstractBackendSession
getUtx() - Method in class de.ipcon.db.protocol.BackendCommandHandler
getUtx() - Method in interface de.ipcon.db.protocol.BackendCommandHandlerI
getUtx() - Method in interface de.ipcon.db.protocol.BackendSessionI
getval(String, String) - Method in class de.ipcon.db.configuration.DBManConfigurationHelper
Get a value from Inifile: Sektion,Variable
getval(String, String, String) - Method in class de.ipcon.db.configuration.DBManConfigurationHelper
Get a value with default from Inifile: Sektion,Variable,Default
getval(String, String, String) - Method in interface de.ipcon.db.configuration.DBManConfigurationHelperI
Get a value with default from Inifile: Sektion,Variable,Default
getval(Rexx, Rexx) - Method in class de.ipcon.tools.bini
Holt Wert aus dem Inifile: Sektion,Variable
getval(Rexx, Rexx, Rexx) - Method in class de.ipcon.tools.bini
Holt Wert mit Default aus dem Inifile: Sektion,Variable,Default
getvalAndVerify(String, String, String, Rexx) - Method in class de.ipcon.db.configuration.DBManConfigurationHelper
getValid(Map, Date) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
Returns the IdentifiableTimespanI object from the values of the passed Map that is valid at the specified date.
getValid(Map, Date, boolean) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getValid(Map, Date, boolean, boolean) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getValid(Map, Date, boolean, boolean, Class) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getValid(Collection, Date) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
Returns the IdentifiableTimespanI object from the values in the passed Collection that is valid at the specified date.
getValid(Collection, Date, boolean) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getValid(Collection, Date, boolean, boolean) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getValid(Collection, Date, boolean, boolean, Class) - Static method in interface de.ipcon.tools.date.IdentifiableTimespanI
getValid(Map<Long, T>, Date, boolean, boolean, Class<? extends T>) - Static method in class de.ipcon.tools.date.TimespanTools
Returns the IdentifiableTimespanI object from the values of the passed Map that is valid at the specified date.
getValid(Map<Long, T>, Date, boolean, boolean) - Static method in class de.ipcon.tools.date.TimespanTools
getValid(Map<Long, T>, Date, boolean) - Static method in class de.ipcon.tools.date.TimespanTools
getValid(Map<Long, T>, Date) - Static method in class de.ipcon.tools.date.TimespanTools
getValid(Collection<T>, Date, boolean, boolean, Class<? extends T>) - Static method in class de.ipcon.tools.date.TimespanTools
Returns the IdentifiableTimespanI object from the values in the passed Collection that is valid at the specified date.
getValid(Collection<T>, Date, boolean, boolean) - Static method in class de.ipcon.tools.date.TimespanTools
getValid(Collection<T>, Date, boolean) - Static method in class de.ipcon.tools.date.TimespanTools
getValid(Collection<T>, Date) - Static method in class de.ipcon.tools.date.TimespanTools
getValidBooleanStrings() - Static method in class de.ipcon.tools.TypeDistiller
Returns a list of all valid boolean strings (case-insensitive).
getValidBUs(BOLoaderI, String) - Static method in class de.ipcon.db.core.BU
Returns all valid BUs that match the passed name and (optionally) node id
getValidBUs(BOLoaderI, String, Long) - Static method in class de.ipcon.db.core.BU
getValidCodes() - Static method in enum de.ipcon.schema.gdpr.GDPRArea
Returns a list of valid codes.
getValidPackDebuggingActiveForKey() - Static method in class de.ipcon.tools.L10n
getValidRoundingModeStrings() - Static method in class de.ipcon.tools.TypeDistiller
Returns a list of all valid rounding mode strings (case-insensitive).
getVAlign() - Method in class de.ipcon.form.FButton
getVAlign() - Method in class de.ipcon.form.FToggleButton
getVAlign() - Method in class de.ipcon.form.table.FTableColumn
getValue(String) - Method in class de.ipcon.db.core.ArrayZeilenDelegate
Raw getter for the component value of the provided alias.
getValue() - Method in class de.ipcon.db.oql.Token
getValue() - Method in enum de.ipcon.db.oql.TokenType
getValue(String) - Method in class de.ipcon.db.StatusValueManager
Returns the value set for the given _key or null if no matching entry does exist.
getValue() - Method in class de.ipcon.form.combobox.EntryValueWrapper
getValue(int) - Method in class de.ipcon.form.DoubleList
Returns an object in this DoubleList
getValue(Object) - Method in class de.ipcon.form.DoubleList
Returns the object corresponding to the given object
getValue() - Method in class de.ipcon.schema.AnnotatedValue
getValue(Object) - Method in interface de.ipcon.schema.AttributeI
getValue(Object) - Method in class de.ipcon.schema.AttributeWrapper
getValue() - Method in class de.ipcon.schema.cache.WrappedValue
getValue(Object) - Method in class de.ipcon.schema.CBOAttribute
Returns the value from the given bo by the AttributeAccessor
getValue(Object, String) - Method in class de.ipcon.schema.CBOEntity
getValue(Object, AttributeI[]) - Method in class de.ipcon.schema.CBOEntity
Deprecated.
getValue(Object, String, boolean, boolean) - Method in class de.ipcon.schema.CBOSchema
getValue(Object, String, boolean) - Method in class de.ipcon.schema.CBOSchema
getValue(Object, String) - Method in class de.ipcon.schema.CBOSchema
getValue(Object, AttributeI[]) - Method in class de.ipcon.schema.CBOSchema
getValue(Object, String) - Method in interface de.ipcon.schema.EntityI
Returns the value contained in the given BO and reached via the given attPath.
getValue(Object, String) - Method in class de.ipcon.schema.EntityWrapper
getValue() - Method in enum de.ipcon.schema.gdpr.DataRetentionEvaluationFrequency
Returns the string representation of the enum value.
getValue() - Method in enum de.ipcon.schema.gdpr.DataRetentionStart
Returns the string representation of the retention start value.
getValue() - Method in enum de.ipcon.schema.gdpr.DataRetentionTrigger
Returns the string representation of the retention trigger value.
getValue(Object, String, boolean, boolean) - Method in interface de.ipcon.schema.SchemaI
Setting/getting Values from Objects.
getValue(Object, String, boolean) - Method in interface de.ipcon.schema.SchemaI
Setting/getting Values from Objects.
getValue(Object, String) - Method in interface de.ipcon.schema.SchemaI
Setting/getting Values from Objects.
getValue(Object, AttributeI[]) - Method in interface de.ipcon.schema.SchemaI
getValue(SchemaI, Object, String) - Static method in class de.ipcon.schema.SchemaTools
Returns the value of an attribute specified by the attribute path.
getValue(SchemaI, Object, String, boolean) - Static method in class de.ipcon.schema.SchemaTools
Returns the value of an attribute specified by the attribute path.
getValue(SchemaI, Object, String, boolean, boolean) - Static method in class de.ipcon.schema.SchemaTools
Returns the value of an attribute specified by the attribute path.
getValue(SchemaI, Object, String, boolean, boolean, boolean) - Static method in class de.ipcon.schema.SchemaTools
Returns the value of an attribute specified by the attribute path.
getValue(Object, String, boolean, boolean) - Method in class de.ipcon.schema.SchemaWrapper
getValue(Object, String, boolean) - Method in class de.ipcon.schema.SchemaWrapper
getValue(Object, String) - Method in class de.ipcon.schema.SchemaWrapper
getValue(Object, AttributeI[]) - Method in class de.ipcon.schema.SchemaWrapper
getValue(Object) - Method in class de.ipcon.schema.ScriptedAttribute
If not caching, then delegates to getValueUncached(Object).
getValue() - Method in enum de.ipcon.tools.BooleanToken
Returns the boolean value associated with the token.
getValue(String) - Method in class de.ipcon.tools.XmlGui
getValueAsBool(String, String) - Method in class de.ipcon.db.configuration.DBManConfigurationHelper
getValueAsBool(String, String, boolean) - Method in class de.ipcon.db.configuration.DBManConfigurationHelper
getValueAsBool(String, String, boolean) - Method in interface de.ipcon.db.configuration.DBManConfigurationHelperI
getValueAsBool(String, String) - Method in interface de.ipcon.db.configuration.DBManConfigurationHelperI
getValueAsBool(String, String) - Method in class de.ipcon.tools.bini
getValueAsBool(String, String, boolean) - Method in class de.ipcon.tools.bini
getValueAsInt(String, String) - Method in class de.ipcon.db.configuration.DBManConfigurationHelper
getValueAsInt(String, String, int) - Method in class de.ipcon.db.configuration.DBManConfigurationHelper
getValueAsInt(String, String, int) - Method in interface de.ipcon.db.configuration.DBManConfigurationHelperI
getValueAsInt(String, String) - Method in class de.ipcon.tools.bini
getValueAsInt(String, String, int) - Method in class de.ipcon.tools.bini
getValueAsObject() - Method in class de.ipcon.db.oql.LiteralNode
getValueAsObject() - Method in class de.ipcon.db.oql.Token
getValueAsString(String, String) - Method in class de.ipcon.db.configuration.DBManConfigurationHelper
getValueAsString(String, String, String) - Method in class de.ipcon.db.configuration.DBManConfigurationHelper
getValueAsString(String, String) - Method in interface de.ipcon.db.configuration.DBManConfigurationHelperI
getValueAsString(String, String, String) - Method in interface de.ipcon.db.configuration.DBManConfigurationHelperI
getValueAsString() - Method in class de.ipcon.db.core.CustomBTProperty
getValueAsString(Object) - Method in class de.ipcon.form.table.FTableColumn
Wird vom FTableColumnRenderer benutzt, um den Text in der Zelle zu kriegen.
getValueAsString(Object, boolean) - Method in class de.ipcon.form.table.FTableColumn
getValueAsString(Object) - Method in interface de.ipcon.schema.AttributeI
getValueAsString(Object) - Method in class de.ipcon.schema.AttributeWrapper
getValueAsString(Object) - Method in class de.ipcon.schema.CBOAttribute
Returns the value from the given bo depending on the relation type of the given bo
getValueAsString(Object, String) - Method in class de.ipcon.schema.CBOEntity
getValueAsString(Object, AttributeI[]) - Method in class de.ipcon.schema.CBOEntity
Deprecated.
getValueAsString(Object, String) - Method in class de.ipcon.schema.CBOSchema
getValueAsString(Object, String, boolean) - Method in class de.ipcon.schema.CBOSchema
getValueAsString(Object, AttributeI[]) - Method in class de.ipcon.schema.CBOSchema
getValueAsString(Object, String) - Method in interface de.ipcon.schema.EntityI
Returns the value contained in the given BO and reached via the given attPath as String.
getValueAsString(Object, String) - Method in class de.ipcon.schema.EntityWrapper
getValueAsString(Object, String, boolean) - Method in interface de.ipcon.schema.SchemaI
Setting/getting Values from Objects.
getValueAsString(Object, String) - Method in interface de.ipcon.schema.SchemaI
Setting/getting Values from Objects.
getValueAsString(Object, AttributeI[]) - Method in interface de.ipcon.schema.SchemaI
getValueAsString(SchemaI, Object, String) - Static method in class de.ipcon.schema.SchemaTools
Returns the value of an attribute specified by the attribute path as a String.
getValueAsString(SchemaI, Object, String, boolean) - Static method in class de.ipcon.schema.SchemaTools
Returns the value of an attribute specified by the attribute path as a String.
getValueAsString(Object, String, boolean) - Method in class de.ipcon.schema.SchemaWrapper
getValueAsString(Object, String) - Method in class de.ipcon.schema.SchemaWrapper
getValueAsString(Object, AttributeI[]) - Method in class de.ipcon.schema.SchemaWrapper
getValueAsString(Object) - Method in class de.ipcon.schema.ScriptedAttribute
getValueAsString(String, String) - Method in class de.ipcon.tools.bini
getValueAsString(String, String, String) - Method in class de.ipcon.tools.bini
getValueAt(int, int) - Method in class de.ipcon.form.table.FTableAtm
Overwritten method getValueAt() from interface TableModel.
getValueAt(int, int, Object) - Method in class de.ipcon.form.table.FTableAtm
Retrieves the raw value at the specified row and column, with options for null handling and visibility.
getValueAt(int, int, Object, boolean) - Method in class de.ipcon.form.table.FTableAtm
getValueAt(int, int) - Method in class de.ipcon.form.table.FTablePivotDataSource
Retrieves the value at the specified row and column.
getValueAt(int, int) - Method in class de.ipcon.gui.console.SessionsJTableModel
getValueAt(int, int) - Method in class de.ipcon.schema.tools.SchemaTableModel
getValueClass() - Method in class de.ipcon.db.core.EinstellungenVariable
getValueClassname() - Method in class de.ipcon.db.core.CustomBTProperty
getValueExtractor() - Method in class de.ipcon.form.combobox.BOBasedModel
getValueForLocale(L10nLocale, boolean) - Method in class de.ipcon.db.core.L10nResource
getValueForSortingAt(int, int) - Method in class de.ipcon.form.table.FTableAtm
Overwritten method getValueForSortingAt() from interface SortingAwareTableModelI.
getValueForSortingAt(int, int) - Method in class de.ipcon.gui.console.SessionsJTableModel
getValueFromObject(Object, Object) - Method in class de.ipcon.form.table.FTableColumn
getValueFromObjectAsString(Object) - Method in class de.ipcon.form.table.FTableColumn
getValueFromObjectAsString(Object, boolean) - Method in class de.ipcon.form.table.FTableColumn
getValueLazy(Object) - Method in interface de.ipcon.schema.AttributeI
getValueLazy(Object) - Method in class de.ipcon.schema.AttributeWrapper
getValueLazy(Object) - Method in class de.ipcon.schema.CBOAttribute
Returns the value from the given bo by the AttributeAccessor, but lazy
getValueLazy(Object) - Method in class de.ipcon.schema.ScriptedAttribute
getValuesAreAlphaNumeric() - Method in class de.ipcon.db.core.BP
getValuesAreBO() - Method in class de.ipcon.db.core.BP
getValuesAreBoolean() - Method in class de.ipcon.db.core.BP
getValuesAreDate() - Method in class de.ipcon.db.core.BP
getValuesAreOneOf(Class[]) - Method in class de.ipcon.db.core.BP
getValuesForAggregating() - Method in class de.ipcon.form.FormContextMenu
getValuesForAggregating(int) - Method in class de.ipcon.form.FormContextMenu
getValueType() - Method in enum de.ipcon.db.oql.TokenType
getValueUncached(Object) - Method in class de.ipcon.schema.ScriptedAttribute
Calls the getter for this attribute on the given BO and returns the calculated object
getvalWithUpdateAllowed(String, String) - Method in class de.ipcon.db.configuration.DBManConfigurationHelper
Get a value from Inifile and updates ini structures before if needed
getvalWithUpdateAllowed(Rexx, Rexx) - Method in class de.ipcon.tools.bini
Holt einen Wert auf dem Inifile und updatet ggfs. die Inistrukturen vorher.
getVar(String) - Method in class de.ipcon.db.mex.MEXTransformer
getVar() - Method in class de.ipcon.schema.CBOAttribute
Returns the name of this CBOAttribute with the first character converted to lowercase
getVar() - Method in interface de.ipcon.schema.CBOAttributeI
getVarCount() - Method in class de.ipcon.db.mex.MEXTransformer
getVarFormatter() - Method in interface de.ipcon.form.ClientContextI
getVarFormatter() - Method in class de.ipcon.gui.BasicClient
getVariable(String) - Method in class de.ipcon.db.grooql.GrooqlBinding
getVariable() - Method in class de.ipcon.db.query.AbstractFilterGUI
getVariable() - Method in interface de.ipcon.db.query.QueryGUIElementI
If given the value entered in/returned by the filter is stored under this name and accessible by this in the query
template.
getVariable() - Method in class de.ipcon.db.query.SemiFullTextQueryBuilder
getVariable() - Method in class de.ipcon.form.LiquidSeparatorLabel
getVariable(String) - Method in class de.ipcon.tools.GroovyScript.HGB
getVariablenWert(String, Benutzer) - Static method in class de.ipcon.db.core.EinstellungenVariable
getVariablenWert(String, Benutzer, Object) - Static method in class de.ipcon.db.core.EinstellungenVariable
getVariablenWert(String, Benutzer, Object, Appendable) - Static method in class de.ipcon.db.core.EinstellungenVariable
getVariablenWert(String, Benutzer, Object, Appendable, boolean) - Static method in class de.ipcon.db.core.EinstellungenVariable
getVariablenWert(BOLoaderI, String) - Static method in class de.ipcon.db.core.EinstellungenVariable
getVariablenWert(BOLoaderI, String, Benutzer) - Static method in class de.ipcon.db.core.EinstellungenVariable
getVariablenWert(BOLoaderI, String, Benutzer, Object) - Static method in class de.ipcon.db.core.EinstellungenVariable
getVariablenWert(BOLoaderI, String, Benutzer, Object, Appendable) - Static method in class de.ipcon.db.core.EinstellungenVariable
getVariablenWert(BOLoaderI, String, Benutzer, Object, Appendable, boolean) - Static method in class de.ipcon.db.core.EinstellungenVariable
getVariables() - Method in class de.ipcon.db.feature.FeatureDefinition
getVariables(int) - Method in class de.ipcon.db.feature.FeatureDefinition
getVarname() - Method in class de.ipcon.schema.CBOAttribute
getVattr2Pkeys() - Method in interface de.ipcon.schema.Initialdata
getVattr2Pkeys() - Method in class de.ipcon.schema.InitialdataReader.Data
getVattrNameColIx() - Method in class de.ipcon.db.BOEnvironmentBuilder.Data
getVattrNameColIx() - Method in class de.ipcon.schema.InitialdataReader.Data
getVerboseDescription() - Method in class de.ipcon.db.core.BT
getVerboseDescriptionHTML() - Method in class de.ipcon.db.core.BT
getVerfuegbareAenderungsTypen() - Method in class de.ipcon.db.core.AusloeseKriterium
getVerfuegbareAttribute(BOMaske, BOLoaderI) - Method in class de.ipcon.db.core.AttributeSelector
getVerfuegbareAttribute(BOMaske, BOLoaderI, boolean) - Method in class de.ipcon.db.core.AttributeSelector
getVerfuegbareAttribute(BOMaske, BOLoaderI, boolean, List<AttributeI>) - Method in class de.ipcon.db.core.AttributeSelector
getVerfuegbareAttribute(BOT, BOLoaderI) - Method in class de.ipcon.db.core.AttributeSelector
getVerfuegbareAttribute(BOT, BOLoaderI, boolean) - Method in class de.ipcon.db.core.AttributeSelector
getVerfuegbareAttribute(BOT, BOLoaderI, boolean, List<AttributeI>) - Method in class de.ipcon.db.core.AttributeSelector
getVerfuegbareAttribute() - Method in class de.ipcon.db.core.AusloeseKriterium
getVerfuegbareAttribute() - Method in class de.ipcon.db.core.BOBasierterTermin
getVerfuegbareAttribute() - Method in class de.ipcon.db.core.BOMaske
getVerfuegbareAttribute() - Method in class de.ipcon.db.core.Wiedervorlage
getVerfuegbareEncodings(BOLoaderI) - Static method in class de.ipcon.db.core.MyTISMBenAuftragOhneVorlage
getVerfuegbareWertAlsAnhang() - Method in class de.ipcon.db.core.BOAssociatedAlarm
getVerschickteBenachrichtigungen() - Method in class de.ipcon.db.core.Benutzer
getVersendenAn() - Method in class de.ipcon.db.core.IssueReport
getVersendenAnCC() - Method in class de.ipcon.db.core.IssueReport
getVersendenAnCCEV() - Method in class de.ipcon.db.core.IssueReport
getVersendenAnEV() - Method in class de.ipcon.db.core.IssueReport
getVersendungen() - Method in class de.ipcon.db.core.Alarm
getVersendungenErfolgreich() - Method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
getVersendungenMitFehler() - Method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
getVersion() - Method in class de.ipcon.schema.cache.VersionedValue
getVersion() - Method in class de.ipcon.schema.CBOSchema
getVersion() - Method in interface de.ipcon.schema.SchemaI
Just version "schema-artikel2008-02-29".
getVersion() - Method in class de.ipcon.schema.SchemaWrapper
getVersion() - Method in interface de.ipcon.tools.ObjectsExchangerI
Returns the version of this ObjectsExchangerI.
getVersionRelevantDescription() - Method in class de.ipcon.schema.CBOAttribute
Returns a Description for this CBOAttribute containing the name and the relationtype,
will contains relevant details like: dependent, linkOnly, viewOnly, virtual, ... too
getVersionRelevantDescription() - Method in class de.ipcon.schema.CBOEntity
Returns the version relevant description for this CBOEntity by concatinating
relevant informations of this CBOEntity as String
getVerticalAlignment(String) - Static method in class de.ipcon.form.FPanelValueReader
getVerticalScrollBarPolicy(String) - Static method in class de.ipcon.form.FPanelValueReader
getVerticalScrollBarPolicy() - Method in class de.ipcon.form.FTable
getViewColumn(int) - Method in class de.ipcon.form.FTable
getViewColumn(int) - Method in interface de.ipcon.form.table.FTableConfigurationI
getViewCommand(File) - Method in interface de.ipcon.tools.MimeActionI
getViewportBorderInsets() - Method in class de.ipcon.form.FCanvas
getViewRow(int) - Method in class de.ipcon.form.FTable
getViewRow(int) - Method in interface de.ipcon.form.table.FTableConfigurationI
getViewType() - Method in class de.ipcon.form.AbstractClientDesktopElement
getVirtual() - Method in class de.ipcon.schema.AttributeDefinition
getVirtualizer() - Method in class de.ipcon.db.report.FillHelper
getVirtualSubEntityList(EntityI) - Method in class de.ipcon.schema.InstrumentingSchema
getVirtualSubEntityList(String) - Method in class de.ipcon.schema.InstrumentingSchema
getVirtualSubEntityList(EntityI) - Method in interface de.ipcon.schema.InstrumentingSchemaI
getVirtualSubEntityList(String) - Method in interface de.ipcon.schema.InstrumentingSchemaI
getVisibility() - Method in class de.ipcon.form.DefaultFormContext
returns the cached value for PanelVisibility or null if visibilityTransient is true
getVisibility() - Method in class de.ipcon.form.FDetailView
getVisibility() - Method in class de.ipcon.form.FElement
getVisibility() - Method in class de.ipcon.form.FHideablePanel
getVisibility() - Method in interface de.ipcon.form.FormContextI
getVisibleCellCount() - Method in class de.ipcon.form.FTable
Returns the count of currently visible cells in the table's viewport.
getVisibleCellCount() - Method in interface de.ipcon.form.table.FTableConfigurationI
getVmName() - Method in class de.ipcon.db.event.DBManServerHealthEvent
getVmUptime() - Method in class de.ipcon.db.event.DBManServerHealthEvent
getVmVersion() - Method in class de.ipcon.db.event.DBManServerHealthEvent
getVon() - Method in class de.ipcon.tools.date.DateContainer
getVoreinstellungenElement() - Method in class de.ipcon.db.core.Benutzer
getVoreinstellungenElement() - Method in class de.ipcon.db.core.Gruppe
getVorlage() - Method in class de.ipcon.db.logging.MyTISMAppender
getVorschau(BOLoaderI) - Static method in class de.ipcon.db.core.Druckziel
Returns Druckziel for the preview
getWaehrungsSymbol(String) - Static method in class de.ipcon.tools.L10n
getWantsEncryption() - Method in class de.ipcon.db.notification.NotificationModule
getWantsSignature() - Method in class de.ipcon.db.notification.NotificationModule
getWarn() - Method in class de.ipcon.tools.Log4j1_ANSIColorLayout
getWarnEvent(String, String) - Static method in class de.ipcon.db.event.DBManLogEvent
getWarnEvent(String, String, Object) - Static method in class de.ipcon.db.event.DBManLogEvent
getWarnings() - Method in class de.ipcon.db.core.UnresolvedReferencesResolver
getWarnings() - Method in class de.ipcon.db.importer.Importer
getWarnings() - Method in class de.ipcon.tools.jdbc.ConnectionAdaptor
Retrieves the first warning reported by calls on this Connection object.
getWarnings() - Method in class de.ipcon.tools.jdbc.ResultSetAdaptor
Deprecated.
Retrieves the first warning reported by calls on this ResultSet object.
getWarnings() - Method in class de.ipcon.tools.jdbc.StatementAdaptor
Retrieves the first warning reported by calls on this Statement object.
getWarnSlowQuery() - Method in class de.ipcon.db.AbstractPersistenceManager
getWartezeitFuerErneutesSendenStartetAb() - Method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
Returns the date and time which is used as the "anchor date" by the InternalNotificationRetryWV to
determine when notifications which could not be sent out for this MyTISMBenachrichtigungsAuftrag should
be tried again.
getWartezeitFuerErneutesSendenStartetAb(Date) - Method in class de.ipcon.db.core.MyTISMBenachrichtigungsAuftrag
getWatchdogTimeout() - Method in interface de.ipcon.db.ServiceInstanceI
getWDTimeoutMillis() - Method in class de.ipcon.db.ExecutionPolicy
getWeekOfYear(Date) - Static method in class de.ipcon.tools.date.DateTimeTools
getWertAlsAnhangBX() - Method in class de.ipcon.db.core.BOAssociatedAlarm
getWertAlsObject() - Method in class de.ipcon.db.core.MyTISMKontextBOEintrag
getWertAlsString() - Method in class de.ipcon.db.core.MyTISMKontextBOEintrag
getWertBX() - Method in class de.ipcon.db.core.AusloeseKriterium
getWertForBenutzer(BOLoaderI, String, Benutzer) - Static method in class de.ipcon.db.core.EinstellungenVariable
getWertForBenutzer(BOLoaderI, String, Benutzer, String) - Static method in class de.ipcon.db.core.EinstellungenVariable
getWertForBenutzer(BOLoaderI, String, Benutzer, String, Appendable) - Static method in class de.ipcon.db.core.EinstellungenVariable
getWestPanel() - Method in class de.ipcon.form.AbstractMDIManager
getWestPanel() - Method in class de.ipcon.form.ClientDesktopManager
getWestPanel() - Method in interface de.ipcon.form.MDIManagerI
getWhere() - Method in class de.ipcon.db.core.BOQuery
getWhereClause() - Method in class de.ipcon.form.combobox.DBQueryModel
getWhereClause() - Method in class de.ipcon.form.FComboBox
getWherePart() - Method in class de.ipcon.db.oql.QueryExpressionNode
getWhitespaceChars() - Method in class de.ipcon.tools.TextBreaker
getWidth() - Method in class de.ipcon.db.core.Bild
getWidth() - Method in class de.ipcon.db.core.LazyBildImage
getWidth(ImageObserver) - Method in class de.ipcon.db.core.LazyBildImage
getWidth() - Method in class de.ipcon.form.table.FTableColumn
getWidth() - Method in class de.ipcon.schema.tools.EntityBox
getWidthArg() - Method in class de.ipcon.form.table.FTableColumn
getWidthForHeight(int) - Method in class de.ipcon.db.core.Bild
getWidthSpec(String) - Method in class de.ipcon.form.FTable
getWidthSpec(String) - Method in interface de.ipcon.form.table.FTableConfigurationI
getWillInlinePGP() - Method in class de.ipcon.db.core.MyTISMAdresse
getWillInlinePGP() - Method in interface de.ipcon.db.notification.CryptoConfigurationProviderI
Returns the setting if the signature for the notifcation should be
inserted inline in the created message using the (rather obsolete) inline
format or if it should be attached using the newer MIME format.
getWillSignatur() - Method in class de.ipcon.db.core.MyTISMAdresse
getWillSignatur() - Method in interface de.ipcon.db.notification.CryptoConfigurationProviderI
Returns the setting if the notification for this recipient should be
signed by the MyTISM node or not.
getWillSolsticeNachrichten() - Method in class de.ipcon.db.core.Benutzer
Tells if this Benutzer wants notification popups in the Solstice
GUI client or not.
getWillVerschluesselung() - Method in class de.ipcon.db.core.MyTISMAdresse
getWillVerschluesselung() - Method in interface de.ipcon.db.notification.CryptoConfigurationProviderI
Returns the setting if the notification for this recipient should be
encrypted or not.
getWin() - Method in class de.ipcon.form.AbstractClientDesktopElement
getWin() - Method in interface de.ipcon.form.MDIElementI
getWinAsComponent() - Method in class de.ipcon.form.AbstractClientDesktopElement
getWinAsComponent() - Method in interface de.ipcon.form.MDIElementI
getWindowTitle(BO, String, boolean) - Method in interface de.ipcon.form.ClientContextI
getWindowTitle(BO) - Method in interface de.ipcon.form.ClientContextI
getWindowTitle(BO, String, boolean) - Method in class de.ipcon.gui.BasicClient
getWindowTitle(BO) - Method in class de.ipcon.gui.BasicClient
getWithInterface() - Method in class de.ipcon.db.query.SemiFullTextQueryBuilder
getWorker() - Method in interface de.ipcon.db.ServiceInstanceI
getWorker() - Method in class de.ipcon.tools.ReflectiveRunner
getWorkstation() - Method in class de.ipcon.db.protocol.AbstractBackendSession
getWorkstation() - Method in class de.ipcon.db.protocol.BackendSession
getWorkstation() - Method in interface de.ipcon.db.protocol.BackendSessionI
Returns the IP-address and port of the workstation associated with this BackendSessionI.
getWorkstation() - Method in class de.ipcon.db.protocol.BackendSessionInfo
getWorkstationAddress() - Method in class de.ipcon.db.protocol.AbstractBackendSession
getWorkstationAddress() - Method in class de.ipcon.db.protocol.BackendSession
getWorkstationAddress() - Method in interface de.ipcon.db.protocol.BackendSessionI
Returns the IP-address of the workstation associated with this BackendSessionI.
getWrappedFormElement() - Method in class de.ipcon.form.FBorder
getWrappedFormElement() - Method in interface de.ipcon.form.SingleFormElementWrapperI
getWrappedTransientProperty(String, boolean) - Method in class de.ipcon.db.core.BO
getWrapper() - Method in class de.ipcon.db.core.ArrayZeilenDelegate
getWrittenBytes() - Method in exception de.ipcon.tools.io.IncompleteTransferException
getX() - Method in class de.ipcon.form.FElement
getXML() - Method in class de.ipcon.schema.AttributeTemplate
getXMLElements() - Method in class de.ipcon.schema.SchemaInterface
getXMLElements() - Method in interface de.ipcon.schema.SchemaInterfaceI
Returns a collection of XML elements representing the attributes defined in this interface.
getY() - Method in class de.ipcon.form.FElement
getYear(Date) - Static method in class de.ipcon.tools.date.DateTimeTools
getYearAsInt(Date) - Static method in class de.ipcon.tools.date.DateTimeTools
Returns an int with the year of the given date, -1 if the given date is null
getYesString() - Method in class de.ipcon.schema.types.BooleanType
getYesterday() - Static method in class de.ipcon.tools.date.DateTimeTools
Returns a Date object representing yesterday, stripped of time.
getYesWords() - Method in class de.ipcon.schema.types.BooleanType
getYoungestAt() - Method in class de.ipcon.tools.ErrorCollector.ErrorInfo
getYoungestError() - Method in class de.ipcon.tools.ErrorCollector.ErrorInfos
Gets stored info about the most recent stored error.
getZeilen() - Method in class de.ipcon.db.core.ArrayZeilenWrapper
The array contents as wrapper objects
getZoneBerlin() - Static method in class de.ipcon.tools.date.DateTimeToolsNG
Returns the ZoneId for Europe/Berlin.
getZoneLuxembourg() - Static method in class de.ipcon.tools.date.DateTimeToolsNG
Returns the ZoneId for Europe/Luxembourg.
gotoDocumentEnd() - Method in class de.ipcon.form.FEditor
gotoLine(int) - Method in class de.ipcon.form.FEditor
gotoLine(int, boolean) - Method in class de.ipcon.form.FEditor
grab(int) - Static method in class de.ipcon.tools.io.LinuxFileAccess
grabFocus() - Method in class de.ipcon.form.FTabbedView
granted() - Method in enum de.ipcon.db.Permission
granted() - Method in class de.ipcon.db.PermissionHandlerDecision
granted() - Method in interface de.ipcon.schema.PermissionHandlerDecisionI
GraphEdgeFilterI - Interface in de.ipcon.tools.graph
Interface to be implemented by classes which can filter GraphEdgeI
instances according to some criteria.
GraphEdgeI - Interface in de.ipcon.tools.graph
Represents a directed edge in a graph, connecting a source (or "from") node
to a target (or "to") node.
GraphNodeMatcherI <N extends OnlyToDirectedGraphNodeI > - Interface in de.ipcon.tools.graph
GraphPath - Class in de.ipcon.tools.graph
GraphPath(OnlyToDirectedGraphNodeI) - Constructor for class de.ipcon.tools.graph.GraphPath
Constructs a GraphPath with a specified start node and no edges.
GraphPath(GraphPath, GraphEdgeI) - Constructor for class de.ipcon.tools.graph.GraphPath
Constructs a new GraphPath by taking a base path and appending a new edge.
GraphTools - Class in de.ipcon.tools.graph
A utility class containing various static graph algorithms.
GreyedAutoStrukturWrapper - Class in de.ipcon.gui
GreyedAutoStrukturWrapper(Struktur, String) - Constructor for class de.ipcon.gui.GreyedAutoStrukturWrapper
GrooqlBinding - Class in de.ipcon.db.grooql
This Binding subclass gets a BO set and will
interpret variable references in scripts that use this binding as references
to attributes of that BO first.
GrooqlBinding() - Constructor for class de.ipcon.db.grooql.GrooqlBinding
GrooqlBinding(GroovyScript.HGB) - Constructor for class de.ipcon.db.grooql.GrooqlBinding
GrooqlBinding(GroovyScript.HGB, Map) - Constructor for class de.ipcon.db.grooql.GrooqlBinding
GrooqlBOLoaderI - Interface in de.ipcon.db.grooql
Needed for build dependency reasons, to be able to build grooql package before
de.ipcon.db.core .
GrooqlBOMaske - Class in de.ipcon.db.core
BOMaske subclass that additionally uses a GrooqlFilter to
check if given objects match.
GrooqlBOMaske() - Constructor for class de.ipcon.db.core.GrooqlBOMaske
GrooqlFilter - Class in de.ipcon.db.grooql
GrooqlFilter allow to query BOs that match given
criteria from the DB and also check if given BOs match these
criteria, both accomplished using only one single criteria definition.
GrooqlFilter(EntityI, String) - Constructor for class de.ipcon.db.grooql.GrooqlFilter
Creates and initializes a new GrooqlFilter.
GrooqlQueryResults - Class in de.ipcon.db.grooql
QueryResultsI wrapper that automatically filters all results from the wrapped
QueryResultsI instance
by the given
GrooqlFilter's
fits() method.
GrooqlQueryResults(GrooqlFilter, QueryResultsI) - Constructor for class de.ipcon.db.grooql.GrooqlQueryResults
GrooqlQueryResults(GrooqlFilter, QueryResultsI, Map) - Constructor for class de.ipcon.db.grooql.GrooqlQueryResults
GrooqlQueryResults(GrooqlFilter, QueryResultsI, Map, long) - Constructor for class de.ipcon.db.grooql.GrooqlQueryResults
GroovyAST2OQLVisitor - Class in de.ipcon.db.grooql
Visitor that transforms Expressions in a Groovy AST to an OQL
query.
GroovyAST2OQLVisitor(EntityI, Map, String) - Constructor for class de.ipcon.db.grooql.GroovyAST2OQLVisitor
GroovyAST2OQLVisitor(EntityI, Map, String, String) - Constructor for class de.ipcon.db.grooql.GroovyAST2OQLVisitor
GroovyAST2OQLVisitor(EntityI, Map, String, String, Object[]) - Constructor for class de.ipcon.db.grooql.GroovyAST2OQLVisitor
GroovyAST2OQLVisitor(EntityI, Map, String, String, Object[], String) - Constructor for class de.ipcon.db.grooql.GroovyAST2OQLVisitor
GroovyASTEvaluationAnalyzerVisitor - Class in de.ipcon.db.grooql
Visitor that determines for the Expressions in the AST if they
can be evaluated "statically" during code parsing or if they must be
converted to OQL and be evaluated by the DB and flags the
Expression objects accordingly.
GroovyASTEvaluationAnalyzerVisitor(EntityI) - Constructor for class de.ipcon.db.grooql.GroovyASTEvaluationAnalyzerVisitor
GroovyASTEvaluationTransformerVisitor - Class in de.ipcon.db.grooql
Visitor that replaces evaluateable Expressions (as determined
by the GroovyASTEvaluationAnalyzerVisitor) with
ConstantExpressions of their evaluated result.
GroovyASTEvaluationTransformerVisitor(Map, String) - Constructor for class de.ipcon.db.grooql.GroovyASTEvaluationTransformerVisitor
GroovyASTTypeAnalyzerVisitor - Class in de.ipcon.db.grooql
Visitor that determines - if possible - the Type of the
Expressions in the AST.
GroovyASTTypeAnalyzerVisitor(EntityI, Map) - Constructor for class de.ipcon.db.grooql.GroovyASTTypeAnalyzerVisitor
GroovyASTUnsupportedAnalyzerVisitor - Class in de.ipcon.db.grooql
Visitor that determines for the Expressions in the AST if they
can be translated to OQL and flags the Expression objects
accordingly.
GroovyASTUnsupportedAnalyzerVisitor(EntityI) - Constructor for class de.ipcon.db.grooql.GroovyASTUnsupportedAnalyzerVisitor
GroovyASTUnsupportedDitcherVisitor - Class in de.ipcon.db.grooql
Visitor that filters out Expressions that are not supported for
transformation to OQL.
GroovyASTUnsupportedDitcherVisitor() - Constructor for class de.ipcon.db.grooql.GroovyASTUnsupportedDitcherVisitor
GroovyClosureScriptFunction - Class in de.ipcon.tools
GroovyClosureScriptFunction(Closure, int) - Constructor for class de.ipcon.tools.GroovyClosureScriptFunction
groovyCompare(Comparable, Comparable) - Static method in class de.ipcon.tools.NullCheckTools
Uses the Groovy compare operator for comparing the given parameters, null-safe.
GroovyScript - Class in de.ipcon.tools
GroovyScript(String, boolean) - Constructor for class de.ipcon.tools.GroovyScript
GroovyScript(String, boolean, GroovyScript) - Constructor for class de.ipcon.tools.GroovyScript
GroovyScript(String, boolean, GroovyScript, ClassLoader) - Constructor for class de.ipcon.tools.GroovyScript
GroovyScript(String, boolean, GroovyScript, ClassLoader, Map) - Constructor for class de.ipcon.tools.GroovyScript
GroovyScript(String, boolean, GroovyScript, ClassLoader, Map, List<ScriptImport>) - Constructor for class de.ipcon.tools.GroovyScript
GroovyScript(String, boolean, GroovyScript, ClassLoader, Map, List<ScriptImport>, String) - Constructor for class de.ipcon.tools.GroovyScript
GroovyScript(String, boolean, GroovyScript, ClassLoader, Map, List<ScriptImport>, String, GroovyScript.HGB) - Constructor for class de.ipcon.tools.GroovyScript
GroovyScript(String, boolean, GroovyScript, ClassLoader, Map, List<ScriptImport>, String, GroovyScript.HGB, String) - Constructor for class de.ipcon.tools.GroovyScript
GroovyScript.Function - Class in de.ipcon.tools
GroovyScript.HGB - Class in de.ipcon.tools
GroovyScriptClassLoader - Class in de.ipcon.tools
A ClassLoader used for loading GroovyScripts and a cached blacklist
for repeated lookups to nonexisting classes, which speeds up dynamic groovy script compilation.
GroovyScriptClassLoader(ClassLoader) - Constructor for class de.ipcon.tools.GroovyScriptClassLoader
GroovyScriptClassLoader.EvictionCounter - Class in de.ipcon.tools
Simple listener to log a warning if the notFound cache appears to be thrashing.
GroovyScriptClosureImpl - Class in de.ipcon.tools
GroovyScriptClosureImpl(Object, Object) - Constructor for class de.ipcon.tools.GroovyScriptClosureImpl
GroovyScriptClosureImpl(Object) - Constructor for class de.ipcon.tools.GroovyScriptClosureImpl
GroovyScriptClosureImpl(Object, String) - Constructor for class de.ipcon.tools.GroovyScriptClosureImpl
GroovyScriptClosureImpl(Object, String, Map) - Constructor for class de.ipcon.tools.GroovyScriptClosureImpl
GroovyScriptClosureImpl(Object, String, Map, List<ScriptImport>) - Constructor for class de.ipcon.tools.GroovyScriptClosureImpl
GroovyScriptException - Exception in de.ipcon.tools
GroovyScriptException(String, String, int, int, Throwable) - Constructor for exception de.ipcon.tools.GroovyScriptException
GroupBOMapper <G > - Class in de.ipcon.form.scheduler
defines how "group" objects are to be mapped.
GroupBOMapper() - Constructor for class de.ipcon.form.scheduler.GroupBOMapper
groupMapper() - Method in class de.ipcon.form.scheduler.FSchedulerBOMapper
This method retrieves the inner GroupMapper of generic type G,
which provides options to configure how MindFusion scheduling
Groups are mapped to the BO-subtype set as generic param G.
groups(String) - Method in class de.ipcon.form.scheduler.ContactBOMapper
groups(String) - Method in class de.ipcon.form.scheduler.ItemBOMapper
Gruppe - Class in de.ipcon.db.core
Gruppe() - Constructor for class de.ipcon.db.core.Gruppe
GRUPPENNAME_SYNC - Static variable in class de.ipcon.db.core.SyncServiceTools
GStringQueryRenderer - Class in de.ipcon.db.query
This class renders and converts a GString query with embedded variables and closures
into a simple Query-String and Parameter-Object[] pair.
GStringQueryRenderer() - Constructor for class de.ipcon.db.query.GStringQueryRenderer
GUIBenutzerNameComparator - Class in de.ipcon.form.navtree
comparator to use for sorting users before displaying them