|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.occurrence.IBAHelper
This IBAHelper provides utility methods for managing IBA holders and
IBA values within the OccurrenceService
.
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private static String |
RESOURCE
|
Constructor Summary | |
IBAHelper()
|
Method Summary | |
static void |
copyIBAValues(DefaultAttributeContainer originalContainer,
DefaultAttributeContainer copyContainer)
Copy all IBA values from one DefaultAttributeContainer to another. |
static void |
copyIBAValues(IBAHolder original,
IBAHolder copy)
Copy all IBA values from one IBAHolder to another. |
static IBAHolder |
deleteAllIBAValues(IBAHolder ibaHolder)
Delete all IBA values of an IBAHolder in memory. |
private static void |
print(Object o)
|
private static void |
printIBAValue(AbstractValueView avv)
|
static void |
printIBAValues(DefaultAttributeContainer dac)
Print all IBA values of an DefaultAttributeContainer to stdout . |
static void |
printIBAValues(IBAHolder ibaHolder)
Print all IBA values of an IBAHolder to stdout . |
private static void |
println()
|
private static void |
println(Object o)
|
static IBAHolder |
refreshIBAValues(IBAHolder ibaHolder)
Refresh all IBA values of an IBAHolder (from persistent storage). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
Constructor Detail |
public IBAHelper()
Method Detail |
public static void copyIBAValues(IBAHolder original, IBAHolder copy) throws WTException
IBAHolder
to another.
original
- the source IBA holdercopy
- the target IBA holder
WTException
public static void copyIBAValues(DefaultAttributeContainer originalContainer, DefaultAttributeContainer copyContainer) throws WTException
DefaultAttributeContainer
to another.
originalContainer
- the source containercopyContainer
- the target container
WTException
public static IBAHolder refreshIBAValues(IBAHolder ibaHolder) throws WTException
IBAHolder
(from persistent storage).
ibaHolder
- the IBA holder
WTException
public static IBAHolder deleteAllIBAValues(IBAHolder ibaHolder) throws WTException
IBAHolder
in memory.
ibaHolder
- the IBA holder
WTException
public static void printIBAValues(IBAHolder ibaHolder) throws WTException
IBAHolder
to stdout
.
ibaHolder
- the IBA holder
WTException
public static void printIBAValues(DefaultAttributeContainer dac) throws WTException
DefaultAttributeContainer
to stdout
.
dac
- the attribute container
WTException
private static void printIBAValue(AbstractValueView avv)
private static void println(Object o)
private static void println()
private static void print(Object o)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |