public class TransactionDumpDialog
extends java.lang.Object
BOProcHolderI in a human-readable format.
This dialog provides a detailed view of the changes (procedures) recorded within a
BOProcHolderI, such as a Transaction or a Transaction.Savepoint.
It can display these procedures in either plain text or HTML format, and it offers filtering
capabilities to show only procedures affecting a specific Business Object (BO).
The dialog also includes summary information, such as the number of newly created and deleted Business Objects, and can display a list of these affected BOs. It is primarily used for debugging, auditing, or providing user feedback on transaction contents.
| Constructor and Description |
|---|
TransactionDumpDialog(de.ipcon.db.core.BOProcHolderI _bph,
ClientContextI _ctx,
java.lang.String _prefix,
java.lang.String _postfix)
Deprecated.
|
TransactionDumpDialog(de.ipcon.db.core.BOProcHolderI _bph,
ClientContextI _ctx,
java.lang.String _prefix,
java.lang.String _postfix,
BO _onlyThisBO)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
show() |
int |
show(boolean html) |
int |
show(boolean html,
int maxProcs)
Shows the dialog with the specified formatting options.
|
@Deprecated
public TransactionDumpDialog(de.ipcon.db.core.BOProcHolderI _bph,
ClientContextI _ctx,
java.lang.String _prefix,
java.lang.String _postfix)
TransactionDumpDialog.Builder instead
for a more flexible and readable way to construct the dialog._bph - The BOProcHolderI containing the procedures to display._ctx - The ClientContextI providing the client context._prefix - A prefix to add to the dialog text._postfix - A postfix to add to the dialog text.@Deprecated
public TransactionDumpDialog(de.ipcon.db.core.BOProcHolderI _bph,
ClientContextI _ctx,
java.lang.String _prefix,
java.lang.String _postfix,
BO _onlyThisBO)
TransactionDumpDialog.Builder instead
for a more flexible and readable way to construct the dialog._bph - The BOProcHolderI containing the procedures to display._ctx - The ClientContextI providing the client context._prefix - A prefix to add to the dialog text._postfix - A postfix to add to the dialog text.public int show()
public int show(boolean html)
public int show(boolean html,
int maxProcs)
html - Whether to format the output as HTML (true) or plain text (false).
Defaults to DEFAULT_HTML.maxProcs - The maximum number of procedures to display. If the actual number
of procedures exceeds this value, they may be truncated.
Defaults to DEFAULT_MAXIMUM_PROCS.JOptionPane.YES_OPTION
or JOptionPane.CANCEL_OPTION).Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.