org.dspace.app.xmlui.aspect.submission.submit
Class RemoveSubmissionsAction
java.lang.Object
org.apache.cocoon.util.AbstractLogEnabled
org.apache.cocoon.acting.AbstractAction
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
| Fields inherited from class org.apache.cocoon.acting.AbstractAction |
EMPTY_MAP |
| Fields inherited from interface org.apache.cocoon.acting.Action |
ROLE |
|
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 |
RemoveSubmissionsAction
public RemoveSubmissionsAction()
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 modelsource - parameters -
- Throws:
Exception
Copyright © 2012 DuraSpace. All Rights Reserved.