public class TransactionDumpDialog
extends java.lang.Object
This dialog provides a detailed view of the changes (procedures) recorded in a BOProcHolderI, such as a Transaction or a Savepoint. It can display the procedures in plain text or HTML format, and it allows for filtering the output to show only procedures affecting a specific Business Object (BO).
The dialog also includes information about the number of new and deleted BOs and can display a list of these BOs.
Constructor and Description |
---|
TransactionDumpDialog(BOProcHolderI _bph,
ClientContextI _ctx,
java.lang.String _prefix,
java.lang.String _postfix)
Constructs a TransactionDumpDialog with the specified parameters.
|
TransactionDumpDialog(BOProcHolderI _bph,
ClientContextI _ctx,
java.lang.String _prefix,
java.lang.String _postfix,
boolean _showNewBOsMsg) |
TransactionDumpDialog(BOProcHolderI _bph,
ClientContextI _ctx,
java.lang.String _prefix,
java.lang.String _postfix,
boolean _showNewBOsMsg,
boolean _showDeletedBOsMsg) |
TransactionDumpDialog(BOProcHolderI _bph,
ClientContextI _ctx,
java.lang.String _prefix,
java.lang.String _postfix,
boolean _showNewBOsMsg,
boolean _showDeletedBOsMsg,
BO _onlyThisBO) |
TransactionDumpDialog(BOProcHolderI _bph,
ClientContextI _ctx,
java.lang.String _prefix,
java.lang.String _postfix,
boolean _showNewBOsMsg,
boolean _showDeletedBOsMsg,
BO _onlyThisBO,
boolean _skipBackProcs) |
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) |
public TransactionDumpDialog(BOProcHolderI _bph, ClientContextI _ctx, java.lang.String _prefix, java.lang.String _postfix)
_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._showNewBOsMsg
- Whether to include a message about new BOs. Defaults to true._showDeletedBOsMsg
- Whether to include a message about deleted BOs. Defaults to true._onlyThisBO
- If not null, only BOProcs affecting this BO will be displayed. Defaults to null._skipBackProcs
- Whether to skip "redundant" procs setting only back relations from the output. Defaults to true.public TransactionDumpDialog(BOProcHolderI _bph, ClientContextI _ctx, java.lang.String _prefix, java.lang.String _postfix, boolean _showNewBOsMsg)
public TransactionDumpDialog(BOProcHolderI _bph, ClientContextI _ctx, java.lang.String _prefix, java.lang.String _postfix, boolean _showNewBOsMsg, boolean _showDeletedBOsMsg)
public TransactionDumpDialog(BOProcHolderI _bph, ClientContextI _ctx, java.lang.String _prefix, java.lang.String _postfix, boolean _showNewBOsMsg, boolean _showDeletedBOsMsg, BO _onlyThisBO)
public TransactionDumpDialog(BOProcHolderI _bph, ClientContextI _ctx, java.lang.String _prefix, java.lang.String _postfix, boolean _showNewBOsMsg, boolean _showDeletedBOsMsg, BO _onlyThisBO, boolean _skipBackProcs)
public int show()
html
- Whether to format the output as HTML or plain text. Defaults to true.maxProcs
- The maximum number of procedures to display. Defaults to 250.public int show(boolean html)
public int show(boolean html, int maxProcs)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.