public interface ClientContextI extends de.ipcon.db.core.BasicClientContextI, FormTransactionBuilderI
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
$0 |
CANCELED, CONFIRMED, DENIED, TYPE_ERROR, TYPE_INFO, TYPE_PLAIN, TYPE_QUESTION, TYPE_WARNING| Modifier and Type | Method and Description |
|---|---|
void |
addAction(javax.swing.Action a)
Adds an action to this ClientContextI.
|
void |
addAction(javax.swing.Action a,
MDIElementI mdie)
Adds an action to this ClientContextI, either globally or for a specific "MDIElementI".
|
default void |
addActions(ClientDesktopElement cde)
Adds all actions associated with the given "ClientDesktopElement" to this ClientContextI.
|
void |
addSaveBOListener(SaveBOListenerI l) |
void |
addVisualComponent(javax.swing.JComponent c,
java.lang.String position) |
void |
addVisualComponent(java.lang.String container,
javax.swing.JComponent c,
java.lang.String position) |
void |
authenticate(java.lang.String username,
java.lang.String password) |
void |
authenticate(java.lang.String username,
java.lang.String password,
boolean inhibitInitFeatureManager) |
void |
authenticate(java.lang.String username,
java.lang.String password,
boolean inhibitInitFeatureManager,
java.lang.String originHash) |
void |
bringUsToFront() |
void |
close() |
javax.swing.JRootPane |
determineRootPane(FormContextI ftx) |
void |
endWaitFeedback() |
java.lang.String |
executeCommand(java.lang.String s) |
java.util.Map |
getAllActions() |
java.util.HashMap |
getAllMenus() |
java.util.HashMap |
getAllToolBars() |
Lesezeichen |
getBookmarkByTid(java.lang.String _tid,
java.lang.String _entityName) |
Lesezeichen[] |
getBookmarks(EntityI ent) |
Lesezeichen[] |
getBookmarks(EntityI ent,
boolean reload) |
CodebausteinStorageI |
getCodebausteinStorage() |
DBManInfo |
getDBManInfo()
Retrieves information about the server.
|
Folder |
getFolder(java.lang.String path) |
Folder[] |
getFolderChildren(Folder parent) |
FormElementI |
getFormElementForBO(BO bo) |
Formular[] |
getForms(EntityI ent) |
Formular[] |
getForms(EntityI ent,
boolean reload) |
FormContextI |
getFtx() |
FulltextSearcherI |
getFulltextSearcher() |
java.util.Map |
getGlobalActions(FormContextI ftx) |
java.awt.Image |
getLogo() |
MDIElementI |
getMDIElementForBO(BO bo) |
MDIManagerI |
getMDIManager() |
javax.swing.JMenu |
getMenu(java.lang.String name) |
java.util.List<ClientPluginI> |
getPlugins() |
Report[] |
getReports(EntityI ent) |
Report[] |
getReports(EntityI ent,
boolean reload) |
java.lang.String |
getServerName() |
Struktur[] |
getStrukturenForEntity(java.lang.String ent)
Returns all structures for a given entity-name
|
Struktur[] |
getStrukturenForEntity(java.lang.String ent,
boolean reload)
Returns all structures for a given entity-name
|
Struktur[] |
getStrukturenForEntity(java.lang.String ent,
boolean reload,
boolean directOnly)
Returns all structures for a given entity-name
|
Struktur[] |
getStrukturenForEntity(java.lang.String ent,
boolean reload,
boolean directOnly,
EntityI[] entitiesOnly)
Returns all structures for a given entity-name
|
Struktur[] |
getStrukturenForSearchString(java.lang.String searchString,
int searchType,
boolean reload,
boolean directOnly,
EntityI[] entitiesOnly)
Searches entities for a given string and generates/retrieves the structures for them
|
Schablone |
getTemplateByTid(java.lang.String _tid,
java.lang.String _entityName) |
Schablone[] |
getTemplates(EntityI ent) |
Schablone[] |
getTemplates(EntityI ent,
boolean reload) |
default Schablone[] |
getTemplatesForSubEntitiesInAdminsOrdner(EntityI ent) |
Schablone[] |
getTemplatesForSubEntitiesInAdminsOrdner(EntityI ent,
boolean reload,
boolean uniqueEntities,
java.util.Set entitiesToExclude) |
default Schablone[] |
getTemplatesForSubEntitiesInAdminsOrdner(EntityI ent,
java.util.Set entitiesToExclude) |
java.lang.String |
getUniquePrefix() |
FormatterI |
getVarFormatter() |
java.lang.String |
getWindowTitle(BO bo) |
java.lang.String |
getWindowTitle(BO bo,
java.lang.String explicitDescription,
boolean skipEntity) |
boolean |
isClosed() |
boolean |
isConnected() |
boolean |
isConnected(boolean failfast) |
boolean |
isMemoryTightClient() |
boolean |
isMemoryTightClient(boolean failfast) |
boolean |
isNotificationSystemActivated() |
boolean |
isShowBOProperties() |
boolean |
isShowHiddenProperties() |
boolean |
isShowHistory() |
void |
logon() |
FormElementI |
openForm(Formular f,
BO bo) |
FormElementI |
openForm(Formular f,
BO bo,
java.util.Map parameters) |
FormElementI |
openForm(Formular form,
BO bo,
java.util.Map parameters,
FormElementI origin) |
FormElementI |
openForm(Formular f,
BO bo,
java.util.Map parameters,
java.lang.String title) |
FormElementI |
openForm(Formular f,
BO bo,
java.util.Map parameters,
java.lang.String title,
FormContextI formContext) |
FormElementI |
openForm(Formular f,
BO bo,
java.util.Map parameters,
java.lang.String title,
FormContextI formContext,
boolean isMassChange) |
FormElementI |
openForm(Formular f,
Transaction tx,
BO bo) |
FormElementI |
openForm(Formular f,
Transaction tx,
BO bo,
java.util.Map parameters) |
FormElementI |
openForm(Formular f,
Transaction tx,
BO bo,
java.util.Map parameters,
java.lang.String title) |
FormElementI |
openForm(Formular f,
Transaction tx,
BO bo,
java.util.Map parameters,
java.lang.String title,
FormContextI formContext) |
FormElementI |
openForm(Formular f,
Transaction tx,
BO bo,
java.util.Map parameters,
java.lang.String title,
FormContextI formContext,
boolean isMassChange) |
FormElementI |
openNew(Schablone s) |
FormElementI |
openNew(Schablone s,
java.util.Map parameters) |
FormElementI |
openNew(Schablone template,
java.util.Map parameters,
FormElementI origin)
Creates a new BO with the given
Schablone and parameters and opens it relative to the optional origin form |
FormElementI |
openView(BO bo) |
FormElementI |
openView(BO bo,
java.util.Map parameters) |
FormElementI |
openView(BO bo,
java.util.Map parameters,
java.lang.String title) |
FormElementI |
openView(BO bo,
java.util.Map parameters,
java.lang.String title,
boolean reloadFormCache) |
FormElementI |
openView(BO bo,
java.util.Map parameters,
java.lang.String title,
boolean reloadFormCache,
boolean useAutomatic) |
FormElementI |
openView(Lesezeichen l) |
FormElementI |
openView(Lesezeichen l,
java.util.Map parameters) |
void |
passwordChangeInLogonDialogInitiated()
Notifies the client that a password change has been initiated in the logon UI.
|
FormElementI |
preparePrinting(Report r,
BO bo) |
FormElementI |
preparePrinting(Report r,
BO[] bos) |
FormElementI |
preparePrinting(Report r,
BO[] bos,
java.lang.String title) |
FormElementI |
preparePrinting(Report r,
BO[] bos,
java.lang.String title,
FormElementI owner) |
FormElementI |
preparePrinting(Report r,
BO bo,
java.lang.String title) |
FormElementI |
preparePrinting(java.lang.String entityName,
java.lang.String reportName,
BO bo) |
FormElementI |
preparePrinting(java.lang.String entityName,
java.lang.String reportName,
BO[] bos) |
FormElementI |
preparePrinting(java.lang.String entityName,
java.lang.String reportName,
BO[] bos,
java.lang.String title) |
FormElementI |
preparePrinting(java.lang.String entityName,
java.lang.String reportName,
BO bo,
java.lang.String title) |
void |
refreshActions() |
void |
registerClientContainer(java.lang.String name,
ClientContainerI cc) |
javax.swing.JFrame |
registerMDIManagerInstance(java.lang.String name,
MDIManagerI manager) |
void |
removeAction(javax.swing.Action a)
Removes an action globally from this ClientContextI.
|
void |
removeAction(javax.swing.Action a,
MDIElementI mdie)
Removes an action from this ClientContextI, either globally or for a specific "MDIElementI".
|
default void |
removeActions(ClientDesktopElement cde)
Removes all actions associated with the given "ClientDesktopElement" from this ClientContextI.
|
void |
removeSaveBOListener(SaveBOListenerI l) |
FormElementI |
reopenView(FormElementI fe) |
FormElementI |
reopenView(FormElementI fe,
Struktur useStruktur) |
FormElementI |
reopenView(FormElementI fe,
Struktur useStruktur,
boolean reloadBO) |
void |
resetPassword(java.lang.String username) |
void |
setDefaultFocusOwner(javax.swing.JComponent c) |
void |
setEmptyMDIFocus() |
void |
setMenuBar(javax.swing.JMenuBar c) |
void |
setTitle() |
void |
setTitle(java.lang.String s) |
void |
startL10nPackPrefetcher() |
void |
startWaitFeedback() |
void |
submitAction(java.awt.event.ActionEvent a) |
void |
suggestGC() |
void |
trackReadAccess(Struktur structure)
Updates the read access statistics for the passed Struktur.
|
FormElementI |
updateView(FormElementI fe) |
getBLOB, getBO, getBOLoader, getCurrentUser, getDialogParent, getEventProvider, getGlobalVar, getGlobalVars, getLocalFile, getProjectPackage, getSchema, getScript, getSession, isServerAuthoritativeSyncServer, putLocalFile, putLocalFile, queryBO, queryBO, setGlobalVar, setScriptsaveBO, saveBO, saveWithRetries, saveWithRetriesgetNewTransaction, getNewTransaction, getNewTransaction, getNewTransaction, getNewTransactionWithInstrumentedSchema, getNewTransactionWithInstrumentedSchema, getNewTransactionWithInstrumentedSchema, getNewTransactionWithInstrumentedSchemashowListChoiceDialog, showListChoiceDialog, showListChoiceDialog, showListChoiceDialog, showListChoiceDialog, showListChoiceDialog, showListChoiceDialog, showMultiListChoiceDialog, showMultiListChoiceDialog, showMultiListChoiceDialogshowBigDecimalInputDialog, showBigDecimalInputDialog, showBigDecimalInputDialog, showBigDecimalInputDialog, showConfirmDialog, showConfirmDialog, showConfirmDialog, showConfirmDialog, showConfirmDialog, showDateInputDialog, showDateInputDialog, showDateInputDialog, showDateInputDialog, showDateInputDialog, showError, showError, showError, showError, showError, showError, showError, showError, showException, showException, showException, showFileChooser, showFileChooser, showFileChooser, showFileChooser, showFileChooser, showFileChooser, showFileChooser, showFileChooser, showFilesChooser, showFilesChooser, showFilesChooser, showFilesChooser, showFilesChooser, showFilesChooser, showIntegerInputDialog, showIntegerInputDialog, showIntegerInputDialog, showIntegerInputDialog, showLongInputDialog, showLongInputDialog, showLongInputDialog, showLongInputDialog, showMessageDialog, showMessageDialog, showMessageDialog, showMessageDialogNonModal, showMessageDialogNonModal, showMessageDialogNonModal, showMultipleChoiceDialog, showMultipleChoiceDialog, showPasswordInputDialog, showPasswordInputDialog, showStringInputDialog, showStringInputDialog, showStringInputDialog, showStringInputDialog, showStringInputDialog, showTimespanInputDialog, showTimespanInputDialog, showTimespanInputDialog, showTimespanInputDialog, showTimespanInputDialog, showTimespanInputDialog, showTimespanInputDialog, showUserLoginDialog, showUserLoginDialog, showYesNoDialogapplyDefaultsgetAutomatikStrukturForPath, getAutomatikStrukturForPath, getAutomatikStrukturForPath, getAutomatikStrukturForPathgetNewFormTransaction, getNewFormTransactionstatic final java.lang.String $0
java.awt.Image getLogo()
void authenticate(java.lang.String username,
java.lang.String password,
boolean inhibitInitFeatureManager,
java.lang.String originHash)
throws AuthenticationException
AuthenticationExceptionvoid authenticate(java.lang.String username,
java.lang.String password,
boolean inhibitInitFeatureManager)
throws AuthenticationException
AuthenticationExceptionvoid authenticate(java.lang.String username,
java.lang.String password)
throws AuthenticationException
AuthenticationExceptionvoid resetPassword(java.lang.String username)
void passwordChangeInLogonDialogInitiated()
void startL10nPackPrefetcher()
void logon()
void close()
boolean isClosed()
java.lang.String getServerName()
boolean isConnected()
boolean isConnected(boolean failfast)
boolean isMemoryTightClient()
boolean isMemoryTightClient(boolean failfast)
void submitAction(java.awt.event.ActionEvent a)
java.lang.String getUniquePrefix()
void setTitle()
void setTitle(java.lang.String s)
FormatterI getVarFormatter()
FormContextI getFtx()
void suggestGC()
FulltextSearcherI getFulltextSearcher()
void bringUsToFront()
FormElementI openView(BO bo, java.util.Map parameters, java.lang.String title, boolean reloadFormCache, boolean useAutomatic)
FormElementI openView(BO bo, java.util.Map parameters, java.lang.String title, boolean reloadFormCache)
FormElementI openView(BO bo, java.util.Map parameters, java.lang.String title)
FormElementI openView(BO bo, java.util.Map parameters)
FormElementI openView(BO bo)
FormElementI openView(Lesezeichen l, java.util.Map parameters)
FormElementI openView(Lesezeichen l)
MDIElementI getMDIElementForBO(BO bo)
FormElementI getFormElementForBO(BO bo)
FormElementI openForm(Formular f, Transaction tx, BO bo, java.util.Map parameters, java.lang.String title, FormContextI formContext, boolean isMassChange)
FormElementI openForm(Formular f, Transaction tx, BO bo, java.util.Map parameters, java.lang.String title, FormContextI formContext)
FormElementI openForm(Formular f, Transaction tx, BO bo, java.util.Map parameters, java.lang.String title)
FormElementI openForm(Formular f, Transaction tx, BO bo, java.util.Map parameters)
FormElementI openForm(Formular f, Transaction tx, BO bo)
FormElementI openForm(Formular f, BO bo, java.util.Map parameters, java.lang.String title, FormContextI formContext, boolean isMassChange)
FormElementI openForm(Formular f, BO bo, java.util.Map parameters, java.lang.String title, FormContextI formContext)
FormElementI openForm(Formular f, BO bo, java.util.Map parameters, java.lang.String title)
FormElementI openForm(Formular form, BO bo, java.util.Map parameters, FormElementI origin)
FormElementI openForm(Formular f, BO bo, java.util.Map parameters)
FormElementI openForm(Formular f, BO bo)
FormElementI openNew(Schablone template, java.util.Map parameters, FormElementI origin)
Schablone and parameters and opens it relative to the optional origin formtemplate - the template to create the new BO with, nonnull.parameters - a nullable map of parameters for the templateorigin - a nullable FormElementI to open the new view relative toFormElementI openNew(Schablone s, java.util.Map parameters)
FormElementI openNew(Schablone s)
FormElementI updateView(FormElementI fe)
FormElementI reopenView(FormElementI fe, Struktur useStruktur, boolean reloadBO)
FormElementI reopenView(FormElementI fe, Struktur useStruktur)
FormElementI reopenView(FormElementI fe)
FormElementI preparePrinting(java.lang.String entityName, java.lang.String reportName, BO bo, java.lang.String title)
FormElementI preparePrinting(java.lang.String entityName, java.lang.String reportName, BO bo)
FormElementI preparePrinting(java.lang.String entityName, java.lang.String reportName, BO[] bos, java.lang.String title)
FormElementI preparePrinting(java.lang.String entityName, java.lang.String reportName, BO[] bos)
FormElementI preparePrinting(Report r, BO bo, java.lang.String title)
FormElementI preparePrinting(Report r, BO bo)
FormElementI preparePrinting(Report r, BO[] bos, java.lang.String title, FormElementI owner)
FormElementI preparePrinting(Report r, BO[] bos, java.lang.String title)
FormElementI preparePrinting(Report r, BO[] bos)
Schablone[] getTemplatesForSubEntitiesInAdminsOrdner(EntityI ent, boolean reload, boolean uniqueEntities, java.util.Set entitiesToExclude)
default Schablone[] getTemplatesForSubEntitiesInAdminsOrdner(EntityI ent, java.util.Set entitiesToExclude)
default Schablone[] getTemplatesForSubEntitiesInAdminsOrdner(EntityI ent)
Lesezeichen[] getBookmarks(EntityI ent, boolean reload)
Lesezeichen[] getBookmarks(EntityI ent)
Schablone getTemplateByTid(java.lang.String _tid, java.lang.String _entityName)
Lesezeichen getBookmarkByTid(java.lang.String _tid, java.lang.String _entityName)
void addSaveBOListener(SaveBOListenerI l)
void removeSaveBOListener(SaveBOListenerI l)
java.util.HashMap getAllMenus()
java.util.HashMap getAllToolBars()
MDIManagerI getMDIManager()
void setEmptyMDIFocus()
java.lang.String getWindowTitle(BO bo, java.lang.String explicitDescription, boolean skipEntity)
java.lang.String getWindowTitle(BO bo)
javax.swing.JRootPane determineRootPane(FormContextI ftx)
java.util.Map getAllActions()
java.util.Map getGlobalActions(FormContextI ftx)
default void addActions(ClientDesktopElement cde)
cde - The "ClientDesktopElement" whose actions should be added.default void removeActions(ClientDesktopElement cde)
cde - The "ClientDesktopElement" whose actions should be removed.void addAction(javax.swing.Action a,
MDIElementI mdie)
This method registers an action with the ClientContextI, making it available either globally or for a specific "MDIElementI". If an "MDIElementI" is provided, the action is associated with that element; otherwise, it is added to the global action map.
a - The action to add.mdie - The "MDIElementI" to associate the action with (optional).java.lang.IllegalArgumentException - If a non-local, non-prototype action is registered in a multi-window environment.void addAction(javax.swing.Action a)
This method registers an action with the ClientContextI, making it available globally by adding it to the global action map.
a - The action to add.void removeAction(javax.swing.Action a,
MDIElementI mdie)
This method unregisters an action from the ClientContextI, either globally or for a specific "MDIElementI". If an "MDIElementI" is provided, the action is removed from that element; otherwise, it is removed from the global action map.
a - The action to remove.mdie - The "MDIElementI" to remove the action from (optional).void removeAction(javax.swing.Action a)
This method unregisters an action globally from the ClientContextI by removing it from the global action map.
a - The action to remove.void refreshActions()
javax.swing.JMenu getMenu(java.lang.String name)
void setMenuBar(javax.swing.JMenuBar c)
void setDefaultFocusOwner(javax.swing.JComponent c)
java.lang.String executeCommand(java.lang.String s)
void addVisualComponent(java.lang.String container,
javax.swing.JComponent c,
java.lang.String position)
void addVisualComponent(javax.swing.JComponent c,
java.lang.String position)
void registerClientContainer(java.lang.String name,
ClientContainerI cc)
javax.swing.JFrame registerMDIManagerInstance(java.lang.String name,
MDIManagerI manager)
void startWaitFeedback()
void endWaitFeedback()
java.util.List<ClientPluginI> getPlugins()
CodebausteinStorageI getCodebausteinStorage()
boolean isShowHiddenProperties()
boolean isShowBOProperties()
boolean isShowHistory()
DBManInfo getDBManInfo()
boolean isNotificationSystemActivated()
Folder getFolder(java.lang.String path)
Struktur[] getStrukturenForSearchString(java.lang.String searchString, int searchType, boolean reload, boolean directOnly, EntityI[] entitiesOnly)
searchString - the String to which the entities are comparedsearchType - defines the type of matching done. see DynamischerOrdnerreload - force a reloaddirectOnly - only return structure that is for the entity directly, that is resolved from the path, no parent class structureentitiesOnly - only returns structure of the passed EntityI; no restriction if nullStruktur[] getStrukturenForEntity(java.lang.String ent, boolean reload, boolean directOnly, EntityI[] entitiesOnly)
ent - The entity name for which to collect the structuresreload - force a reloaddirectOnly - only return structures that are for the entity directly, no parent class structuresentitiesOnly - only adds structures of the passed EntityI; no restriction if nullStruktur[] getStrukturenForEntity(java.lang.String ent, boolean reload, boolean directOnly)
ent - The entity name for which to collect the structuresreload - force a reloaddirectOnly - only return structures that are for the entity directly, no parent class structuresStruktur[] getStrukturenForEntity(java.lang.String ent, boolean reload)
ent - The entity name for which to collect the structuresreload - force a reloadStruktur[] getStrukturenForEntity(java.lang.String ent)
ent - The entity name for which to collect the structuresvoid trackReadAccess(Struktur structure)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.