public class UnresolvedReferencesResolver
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
UnresolvedReferencesResolver.MultipleReferencesWarning |
class |
UnresolvedReferencesResolver.NullReferenceWarning |
class |
UnresolvedReferencesResolver.Warning |
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
log |
Constructor and Description |
---|
UnresolvedReferencesResolver(SchemaI _schema) |
Modifier and Type | Method and Description |
---|---|
void |
addRequest(PairStorage psTo,
BO boFrom,
java.lang.String attrnameFrom)
Adds a request to later resolve the references specified by _boFrom and the
relation attribute _attrnameFrom to the object represented by _psTo
|
void |
addResolved(PairStorage psTo,
BO boTo)
Adds a mapping for psTo to the actual object boTo.
|
void |
addWarning(UnresolvedReferencesResolver.Warning warning) |
void |
dumpUnresolved()
For debugging.
|
void |
dumpUnresolved(MiniLogI miniLog) |
BO |
getResolved(PairStorage psTo)
Returns the actual object for psTo (if a matching mapping is available).
|
UnresolvedReferencesResolver.Warning[] |
getWarnings() |
boolean |
hasUnresolved() |
PairStorage |
hasUnresolved(BO boTo)
Returns the PairStorage of the first unresolved reference if this URR knows
about at least one still unresolved reference of _boTo; null if all
references of _boTo have been resolved (or this URR does not know about any
unresolved references).
|
void |
loadBOs(Transaction tx)
Loads the BOs from the DB for all unresolved references of class
Benannt (or subclasses thereof).
|
void |
loadBOs(Transaction tx,
boolean allowAutomatik) |
void |
resolve()
Tries to resolve all queued references.
|
void |
resolve(Transaction tx) |
public UnresolvedReferencesResolver(SchemaI _schema)
public void addRequest(PairStorage psTo, BO boFrom, java.lang.String attrnameFrom) throws AttributeResolveException, EntityResolveException
public void addResolved(PairStorage psTo, BO boTo)
public BO getResolved(PairStorage psTo)
public void resolve()
public void resolve(Transaction tx)
public boolean hasUnresolved()
public PairStorage hasUnresolved(BO boTo)
public void dumpUnresolved()
public void dumpUnresolved(MiniLogI miniLog)
public void loadBOs(Transaction tx)
public void loadBOs(Transaction tx, boolean allowAutomatik)
public void addWarning(UnresolvedReferencesResolver.Warning warning)
public UnresolvedReferencesResolver.Warning[] getWarnings()
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.