public static class Transaction.Additional
extends java.lang.Object
Constructor and Description |
---|
Additional(BO[] _bos,
BOProc[] _procs)
Creates a new Additional instance holding newly created bos and procs.
|
Modifier and Type | Method and Description |
---|---|
void |
append(Transaction.Additional a)
This method allows merging the changes from another instances of Additional into
this object.
|
BO[] |
getBOs()
Convenience/Container class to record any exceptions during FillBO,
Allowing the calling method to conveniently rollback or commit this change, as well
as accessing all encountered errors.
|
BO |
getBOs(int $2) |
BOProc[] |
getProcs() |
BOProc |
getProcs(int $6) |
void |
setBOs(BO[] $1) |
void |
setBOs(int $3,
BO $4) |
void |
setProcs(BOProc[] $5) |
void |
setProcs(int $7,
BOProc $8) |
public void append(Transaction.Additional a)
a
- an object containing additional Procs and BOs that have a later modification
time than the changes in this.public BO[] getBOs()
public void setBOs(BO[] $1)
public BO getBOs(int $2)
public void setBOs(int $3, BO $4)
public BOProc[] getProcs()
public void setProcs(BOProc[] $5)
public BOProc getProcs(int $6)
public void setProcs(int $7, BOProc $8)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.