|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.demosys.web.iteration.impl.MemoryIterationService
Constructor Summary | |
MemoryIterationService()
|
Method Summary | |
void |
deleteIteration(java.lang.String title)
|
org.demosys.web.iteration.IterationViewList |
getAllIterations()
|
void |
newIteration(org.demosys.web.iteration.IterationView iteration)
|
void |
updateIteration(org.demosys.web.iteration.IterationView iteration)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MemoryIterationService()
Method Detail |
public void newIteration(org.demosys.web.iteration.IterationView iteration) throws CreateIterationException
newIteration
in interface IterationService
CreateIterationException
public void updateIteration(org.demosys.web.iteration.IterationView iteration) throws CreateIterationException
updateIteration
in interface IterationService
CreateIterationException
public org.demosys.web.iteration.IterationViewList getAllIterations()
getAllIterations
in interface IterationService
public void deleteIteration(java.lang.String title) throws UnknownIterationException
deleteIteration
in interface IterationService
UnknownIterationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |