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(BOProcHolderI _bph,
ClientContextI _ctx,
java.lang.String _prefix,
java.lang.String _postfix)
Deprecated.
|
TransactionDumpDialog(BOProcHolderI _bph,
ClientContextI _ctx,
java.lang.String _prefix,
java.lang.String _postfix,
boolean _showNewBOsMessage)
Deprecated.
|
TransactionDumpDialog(BOProcHolderI _bph,
ClientContextI _ctx,
java.lang.String _prefix,
java.lang.String _postfix,
boolean _showNewBOsMessage,
boolean _showDeletedBOsMessage)
Deprecated.
|
TransactionDumpDialog(BOProcHolderI _bph,
ClientContextI _ctx,
java.lang.String _prefix,
java.lang.String _postfix,
boolean _showNewBOsMessage,
boolean _showDeletedBOsMessage,
BO _onlyThisBO)
Deprecated.
|
TransactionDumpDialog(BOProcHolderI _bph,
ClientContextI _ctx,
java.lang.String _prefix,
java.lang.String _postfix,
boolean _showNewBOsMessage,
boolean _showDeletedBOsMessage,
BO _onlyThisBO,
boolean _skipBackProcs)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
show()
Shows the dialog with the specified formatting options.
|
int |
show(boolean html) |
int |
show(boolean html,
int maxProcs) |
@Deprecated public TransactionDumpDialog(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(BOProcHolderI _bph, ClientContextI _ctx, java.lang.String _prefix, java.lang.String _postfix, boolean _showNewBOsMessage)
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._showNewBOsMessage - Whether to include a message about new BOs.@Deprecated public TransactionDumpDialog(BOProcHolderI _bph, ClientContextI _ctx, java.lang.String _prefix, java.lang.String _postfix, boolean _showNewBOsMessage, boolean _showDeletedBOsMessage)
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._showNewBOsMessage - Whether to include a message about new BOs._showDeletedBOsMessage - Whether to include a message about deleted BOs.@Deprecated public TransactionDumpDialog(BOProcHolderI _bph, ClientContextI _ctx, java.lang.String _prefix, java.lang.String _postfix, boolean _showNewBOsMessage, boolean _showDeletedBOsMessage, 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._showNewBOsMessage - Whether to include a message about new BOs._showDeletedBOsMessage - Whether to include a message about deleted BOs._onlyThisBO - If not null, only BOProcHolderI entries affecting this BO will be displayed.@Deprecated public TransactionDumpDialog(BOProcHolderI _bph, ClientContextI _ctx, java.lang.String _prefix, java.lang.String _postfix, boolean _showNewBOsMessage, boolean _showDeletedBOsMessage, BO _onlyThisBO, boolean _skipBackProcs)
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._showNewBOsMessage - Whether to include a message about new BOs._showDeletedBOsMessage - Whether to include a message about deleted BOs._onlyThisBO - If not null, only BOProcHolderI entries affecting this BO will be displayed._skipBackProcs - Whether to skip "redundant" procedures setting only back relations from the output.public int show()
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).public int show(boolean html)
public int show(boolean html,
int maxProcs)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.