|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sptci.echo2.Updater
com.sptci.echo2.ModelUpdater
com.sptci.echo2.JDOModelUpdater
public class JDOModelUpdater
An updater used to update JavaBean objects from
their associated UI containers. Adds JDO specific
actions such as making modifications within the
bounds of a transaction.
Copyright 2006 Sans Pareil Technologies, Inc.
| Field Summary | |
|---|---|
private static java.util.logging.Logger |
logger
The logger used to log errors/warnings to. |
| Fields inherited from class com.sptci.echo2.Updater |
|---|
bean, uiContainer |
| Constructor Summary | |
|---|---|
JDOModelUpdater(java.lang.Object uiContainer,
java.lang.Object bean)
Create a new instance with the specified UI container and java bean. |
|
| Method Summary | |
|---|---|
void |
update()
Over-ridden to conduct the updates with the bounds of a transaction as mandated by JDO. |
| Methods inherited from class com.sptci.echo2.Updater |
|---|
beanValues, getBean, getUiContainer, setBean, setUiContainer, uiValues |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final transient java.util.logging.Logger logger
| Constructor Detail |
|---|
public JDOModelUpdater(java.lang.Object uiContainer,
java.lang.Object bean)
uiContainer - The Updater.uiContainer to use.bean - The Updater.bean to use.| Method Detail |
|---|
public void update()
update in class ModelUpdaterBindingException - If errors are encountered while
accessing or setting the fields.ModelUpdater.update()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||