| Package | Description |
|---|---|
| org.synchronoss.cpo.util | |
| org.synchronoss.cpo.util.jdbc |
| Modifier and Type | Class and Description |
|---|---|
class |
CpoArgumentNode |
class |
CpoAttributeLabelNode |
class |
CpoAttributeNode |
class |
CpoClassNode |
class |
CpoFunctionGroupLabelNode |
class |
CpoFunctionGroupNode |
class |
CpoFunctionNode |
class |
CpoRootNode |
| Modifier and Type | Field and Description |
|---|---|
protected Set<AbstractCpoNode> |
AbstractCpoNode.dirtyChildren |
protected Set<AbstractCpoNode> |
AbstractCpoNode.newChildren |
protected Set<AbstractCpoNode> |
AbstractCpoNode.removeChildren |
| Modifier and Type | Method and Description |
|---|---|
AbstractCpoNode |
AbstractCpoNode.getParent() |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractCpoNode> |
CpoRootNode.getChangedNodes() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Proxy.nodeChanged(AbstractCpoNode notifier,
AbstractCpoNode changedNode)
Invoked when nodes are changed.
|
void |
AbstractCpoNode.setChildDirty(AbstractCpoNode childNode)
Called to inform the node that the supplied child is dirty
|
void |
AbstractCpoNode.setChildNew(AbstractCpoNode childNode)
Called to inform the node that the supplied child is new
|
void |
AbstractCpoNode.setChildRemove(AbstractCpoNode childNode)
Called to inform the node that the supplied child is removed
|
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcArgumentNode |
class |
JdbcAttributeLabelNode |
class |
JdbcAttributeNode |
class |
JdbcClassNode |
class |
JdbcFunctionNode |
Copyright © 2014. All Rights Reserved.