|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AVMNodePropertyDAO
DAO for AVMNodeProperty.
| Method Summary | |
|---|---|
void |
delete(AVMNode node,
QName name)
Delete the given property from the given node. |
void |
deleteAll(AVMNode node)
Delete all properties associated with a node. |
java.util.List |
get(AVMNode node)
Get a List of all properties for an owning node. |
AVMNodeProperty |
get(AVMNode owner,
QName name)
Get an AVMNodeProperty by owner and name. |
java.util.Iterator |
iterate()
Get an iterator over all properties. |
void |
save(AVMNodeProperty prop)
Save the given AVMNodeProperty. |
void |
update(AVMNodeProperty prop)
Update a property entry. |
| Method Detail |
|---|
void save(AVMNodeProperty prop)
prop -
AVMNodeProperty get(AVMNode owner,
QName name)
owner - An AVMNode.name - The QName.
java.util.List get(AVMNode node)
node - The owning node.
void update(AVMNodeProperty prop)
prop - The property.void deleteAll(AVMNode node)
node - The AVMNode whose properties should be deleted.
void delete(AVMNode node,
QName name)
node - The node to delete the property to delete.name - The name of the property to delete.java.util.Iterator iterate()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||