public interface SaveResultI
DBManLocalI.save(String, Closure)
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$0 |
Modifier and Type | Method and Description |
---|---|
java.lang.RuntimeException |
getFunctionException() |
java.lang.Object |
getFunctionResult()
Contains the result of the function that was passed to the save method.
|
java.lang.RuntimeException |
getSaveException() |
default java.lang.RuntimeException |
getSaveOrFunctionException() |
TransactionAnswer |
getTransactionAnswer()
If the save-process was successful the TransactionAnswer is available via this method.
|
default TransactionConflictReport |
getTransactionConflictReport()
If the save-process was successful a TransactionConflictReport is available via this method.
|
boolean |
wasSuccessful()
Method which indicates if the result of the saving was successful or not.
|
static final java.lang.String $0
java.lang.Object getFunctionResult() throws java.lang.RuntimeException
java.lang.RuntimeException
- wrapping a Throwable that might have been signalled during the invocation of the function
that was passed to the save methodjava.lang.RuntimeException getFunctionException()
RuntimeException
that might have been signalled during the invocation of the function
that was passed to the save methodTransactionAnswer getTransactionAnswer()
TransactionAnswer
if the save-process was successful.default TransactionConflictReport getTransactionConflictReport()
TransactionConflictReport
if the save-process was successful.java.lang.RuntimeException getSaveException()
RuntimeException
that might have been signalled during the save-process of the transaction.default java.lang.RuntimeException getSaveOrFunctionException()
RuntimeException
that might have been signalled during the save-process of the transaction
_or_ during the invocation of the function that was passed to the save method.boolean wasSuccessful()
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.