public class TransactionAnswer
extends java.lang.Object
implements java.io.Externalizable
Constructor and Description |
---|
TransactionAnswer() |
Modifier and Type | Method and Description |
---|---|
static BO |
destubAndInclude(BO stub,
Transaction destubTx)
Returns the "real" BO for the passed "stubbed" BO via the passed Transaction.
|
TransactionConflictReport |
getTcr() |
boolean |
hasAdditionalBOProcs()
Returns true if this TransactionAnswer contains any additional procs.
|
boolean |
isConflict()
Returns true if the TransactionConflictReport of this TransactionAnswer is set and represents an actual conflict.
|
boolean |
isNOP()
Checks if this TransactionAnswer is a placeholder for a "no-operation" (NOP) transaction.
|
static TransactionAnswer |
ofNOP(Transaction _tx)
Creates a placeholder TransactionAnswer with a placeholder TransactionConflictReport for transactions that are saved but have no actual changes.
|
void |
readExternal(java.io.ObjectInput s) |
void |
setAdditionalBOProcs(BOProc[] addProcs) |
void |
setTcr(TransactionConflictReport $12) |
void |
writeExternal(java.io.ObjectOutput s) |
public static final TransactionAnswer ofNOP(Transaction _tx)
This method is useful for scenarios where a transaction has been saved, but no modifications were made to any business objects. It returns a `TransactionAnswer` with a placeholder `TransactionConflictReport` to indicate a successful, but effectively no-op, transaction.
_tx
- The transaction that was saved without any changes.public boolean isNOP()
A NOP transaction is one that has been saved but has not resulted in any actual changes to the underlying data.
public boolean isConflict()
public static BO destubAndInclude(BO stub, Transaction destubTx)
public void setAdditionalBOProcs(BOProc[] addProcs)
public boolean hasAdditionalBOProcs()
public void readExternal(java.io.ObjectInput s) throws java.io.IOException, java.lang.ClassNotFoundException
readExternal
in interface java.io.Externalizable
java.io.IOException
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput s) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
java.io.IOException
public TransactionConflictReport getTcr()
public void setTcr(TransactionConflictReport $12)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.