Save This Page
Home » cocoon-2.1.11-src » org.apache » cocoon » acting » [javadoc | source]
org.apache.cocoon.acting
public final class: DatabaseDeleteAction [javadoc | source]
java.lang.Object
   org.apache.avalon.framework.logger.AbstractLogEnabled
      org.apache.cocoon.acting.AbstractAction
         org.apache.cocoon.acting.AbstractConfigurableAction
            org.apache.cocoon.acting.ConfigurableServiceableAction
               org.apache.cocoon.acting.AbstractComplementaryConfigurableAction
                  org.apache.cocoon.acting.AbstractDatabaseAction
                     org.apache.cocoon.acting.DatabaseDeleteAction

All Implemented Interfaces:
    org.apache.avalon.framework.thread.ThreadSafe, org.apache.avalon.framework.activity.Disposable, org.apache.avalon.framework.service.Serviceable, org.apache.avalon.framework.configuration.Configurable, Action

Delete a record from a database. This Action assumes that all dependant data is either automatically cleaned up by cascading deletes, or that multiple instances of this action are being used in the correct order. In other words, it removes one record by the keys.
Fields inherited from org.apache.cocoon.acting.AbstractDatabaseAction:
files,  typeConstants,  dbselector
Fields inherited from org.apache.cocoon.acting.ConfigurableServiceableAction:
manager
Fields inherited from org.apache.cocoon.acting.AbstractConfigurableAction:
settings
Fields inherited from org.apache.cocoon.acting.AbstractAction:
EMPTY_MAP
Method from org.apache.cocoon.acting.DatabaseDeleteAction Summary:
act
Methods from org.apache.cocoon.acting.AbstractDatabaseAction:
buildList,   buildList,   dispose,   getColumn,   getDataSource,   getRequestAttribute,   isLargeObject,   service,   setColumn,   setColumn,   setColumn,   setColumn,   setRequestAttribute
Methods from org.apache.cocoon.acting.AbstractComplementaryConfigurableAction:
getConfiguration,   getConfiguration,   getConfiguration
Methods from org.apache.cocoon.acting.ConfigurableServiceableAction:
service
Methods from org.apache.cocoon.acting.AbstractConfigurableAction:
configure
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.acting.DatabaseDeleteAction Detail:
 public final Map act(Redirector redirector,
    SourceResolver resolver,
    Map objectModel,
    String source,
    Parameters param) throws Exception 
    Delete a record from the database. This action assumes that the file referenced by the "descriptor" parameter conforms to the AbstractDatabaseAction specifications.