public static class Transaction.FillBOResult
extends java.lang.Object
Constructor and Description |
---|
FillBOResult(Transaction.Savepoint _savepoint,
BO _bo,
java.util.List<java.lang.RuntimeException> _exceptions)
Creates a new FillBOResult
|
Modifier and Type | Method and Description |
---|---|
void |
commit()
Commits the savepoint provided to this object to the transaction,
as well as any changes that occurred since it's creation.
|
BO |
getBO()
Returns the BO which was copied into.
|
java.lang.String |
getExceptionMessagesList()
Concatenates the message of the thrown exceptions in the order they appeared during
processing.
|
java.lang.String |
getExceptionMessagesList(boolean asHTMLList) |
java.util.List<java.lang.RuntimeException> |
getExceptions()
Returns a List of RuntimeExceptions that were thrown while cloning the BO.
|
boolean |
hasErrors() |
void |
rollback()
Rolls back any changes in the transaction to the savepoint.
|
public FillBOResult(Transaction.Savepoint _savepoint, BO _bo, java.util.List<java.lang.RuntimeException> _exceptions)
_savepoint
- a valid savepoint to allow reverting the changes in the transaction_bo
- the BO that FillBO wants to copy into, i.e. which is changed._exceptions
- a (possibly empty) List of RuntimeExceptions that were encountedpublic void commit()
public void rollback()
public BO getBO()
public java.util.List<java.lang.RuntimeException> getExceptions()
public boolean hasErrors()
public java.lang.String getExceptionMessagesList()
asHTMLList
- if true, then the returned string contains a list formatted as html,
if false, then a semicolon separated list is returned. default: falsepublic java.lang.String getExceptionMessagesList(boolean asHTMLList)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.