org.dspace.app.xmlui.aspect.submission.submit
Class RemoveSubmissionsAction

java.lang.Object
  extended by org.apache.cocoon.util.AbstractLogEnabled
      extended by org.apache.cocoon.acting.AbstractAction
          extended by org.dspace.app.xmlui.aspect.submission.submit.RemoveSubmissionsAction
All Implemented Interfaces:
org.apache.cocoon.acting.Action

public class RemoveSubmissionsAction
extends org.apache.cocoon.acting.AbstractAction

Remove all selected submissions. This action is used by the submission page, the user may check each unfinished submission and when he clicks the remove submissions button this action will remove them all.

Author:
Scott Phillips

Field Summary
 
Fields inherited from class org.apache.cocoon.acting.AbstractAction
EMPTY_MAP
 
Fields inherited from interface org.apache.cocoon.acting.Action
ROLE
 
Constructor Summary
RemoveSubmissionsAction()
           
 
Method Summary
 Map act(org.apache.cocoon.environment.Redirector redirector, org.apache.cocoon.environment.SourceResolver resolver, Map objectModel, String source, org.apache.avalon.framework.parameters.Parameters parameters)
          Remove all selected submissions
 
Methods inherited from class org.apache.cocoon.util.AbstractLogEnabled
getLogger, setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveSubmissionsAction

public RemoveSubmissionsAction()
Method Detail

act

public Map act(org.apache.cocoon.environment.Redirector redirector,
               org.apache.cocoon.environment.SourceResolver resolver,
               Map objectModel,
               String source,
               org.apache.avalon.framework.parameters.Parameters parameters)
        throws Exception
Remove all selected submissions

Parameters:
redirector -
resolver -
objectModel - Cocoon's object model
source -
parameters -
Throws:
Exception


Copyright © 2011 DuraSpace. All Rights Reserved.