public interface ServerLocalTransactionI
extends java.lang.AutoCloseable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$0 |
Modifier and Type | Method and Description |
---|---|
void |
closeNT()
Closes this ServerLocalTransactionI, relinquishing any underlying resources,
logging errors only instead of throwing them.
|
Transaction |
getTransaction()
Returns the underlying Transaction that is used for recording server local changes.
|
boolean |
isClosed()
Returns true if this ServerLocalTransaction is closed and thus not usable anymore.
|
default TransactionAnswer |
saveBO()
Persists the changes recorded in this ServerLocalTransactionI to the database.
|
TransactionAnswer |
saveBO(Benutzer saveAs)
Persists the changes recorded in this ServerLocalTransactionI to the database.
|
default void |
saveBOWithoutLogs()
Persists the changes recorded in this ServerLocalTransactionI to the database,
but does not record the changes via BT/BP logs.
|
void |
saveBOWithoutLogs(Benutzer saveAs)
Persists the changes recorded in this ServerLocalTransactionI to the database,
but does not record the changes via BT/BP logs.
|
static final java.lang.String $0
Transaction getTransaction()
default TransactionAnswer saveBO()
TransactionAnswer saveBO(Benutzer saveAs)
saveAs
- the Benutzer to save on behalf ofdefault void saveBOWithoutLogs()
void saveBOWithoutLogs(Benutzer saveAs)
saveAs
- the Benutzer to save on behalf ofvoid closeNT()
boolean isClosed()
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.