org.apache.cocoon.samples.flow.java
Class PersistenceFlow

java.lang.Object
  extended by org.apache.cocoon.components.flow.java.AbstractContinuable
      extended by org.apache.cocoon.samples.flow.java.PersistenceFlow
All Implemented Interfaces:
Continuable

public class PersistenceFlow
extends AbstractContinuable

Version:
$Id: PersistenceFlow.html 1304258 2012-03-23 10:09:27Z ilgrosso $

Nested Class Summary
static class PersistenceFlow.EmployeeComparator
           
 
Constructor Summary
PersistenceFlow()
           
 
Method Summary
 void doInsertEmployee()
           
 void doRemoveEmployee()
           
 void doShowEmployee()
           
 void doUpdateEmployee()
           
 
Methods inherited from class org.apache.cocoon.components.flow.java.AbstractContinuable
getComponent, getContext, getLogger, getObjectModel, getParameters, getRequest, processPipelineTo, redirectTo, releaseComponent, sendPage, sendPage, sendPageAndWait, sendPageAndWait, sendStatus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistenceFlow

public PersistenceFlow()
Method Detail

doInsertEmployee

public void doInsertEmployee()
                      throws BindingException
Throws:
BindingException

doUpdateEmployee

public void doUpdateEmployee()
                      throws BindingException
Throws:
BindingException

doRemoveEmployee

public void doRemoveEmployee()

doShowEmployee

public void doShowEmployee()


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.