org.demosys.web.iteration.impl
Class MemoryIterationService

java.lang.Object
  |
  +--org.demosys.web.iteration.impl.MemoryIterationService
All Implemented Interfaces:
IterationService

public class MemoryIterationService
extends java.lang.Object
implements IterationService


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

MemoryIterationService

public MemoryIterationService()
Method Detail

newIteration

public void newIteration(org.demosys.web.iteration.IterationView iteration)
                  throws CreateIterationException
Specified by:
newIteration in interface IterationService
CreateIterationException

updateIteration

public void updateIteration(org.demosys.web.iteration.IterationView iteration)
                     throws CreateIterationException
Specified by:
updateIteration in interface IterationService
CreateIterationException

getAllIterations

public org.demosys.web.iteration.IterationViewList getAllIterations()
Specified by:
getAllIterations in interface IterationService

deleteIteration

public void deleteIteration(java.lang.String title)
                     throws UnknownIterationException
Specified by:
deleteIteration in interface IterationService
UnknownIterationException


Copyright © 2003-2004 Sourceforge. All Rights Reserved.