|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectccc.domain.Entity
ccc.domain.WorkingCopy<Page>
ccc.domain.PageWorkingCopy
public class PageWorkingCopy
A working copy for a page.
Constructor Summary | |
---|---|
protected |
PageWorkingCopy()
Constructor: for persistence only. |
|
PageWorkingCopy(Page content)
Constructor. |
Method Summary | |
---|---|
protected Page |
delta()
Retrieve the working copy's state. |
void |
delta(Page snapshot)
Update this working copy. |
Paragraph |
getParagraph(java.lang.String name)
|
java.util.Set<Paragraph> |
getParagraphs()
|
Methods inherited from class ccc.domain.Entity |
---|
equals, getId, getVersion, hashCode, setId, toJson, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected PageWorkingCopy()
public PageWorkingCopy(Page content)
content
- The contents of this working copy.Method Detail |
---|
protected Page delta()
delta
in class WorkingCopy<Page>
public void delta(Page snapshot)
delta
in class WorkingCopy<Page>
snapshot
- The delta describing this working copy's state.public java.util.Set<Paragraph> getParagraphs()
public Paragraph getParagraph(java.lang.String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |