|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface HistoryLinkDAO
DAO for history links.
| Method Summary | |
|---|---|
void |
delete(HistoryLink link)
Delete a HistoryLink |
java.util.List |
getByAncestor(AVMNode ancestor)
Get all the descendents of a node. |
HistoryLink |
getByDescendent(AVMNode descendent)
Get the history link with the given descendent. |
void |
save(HistoryLink link)
Save and unsaved HistoryLink. |
| Method Detail |
|---|
void save(HistoryLink link)
link - HistoryLink getByDescendent(AVMNode descendent)
descendent - The descendent.
java.util.List getByAncestor(AVMNode ancestor)
ancestor - The ancestor node.
void delete(HistoryLink link)
link - The link to delete.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||