org.dspace.app.webui.components
Class RecentCollectionSubmissions

java.lang.Object
  extended by org.dspace.app.webui.components.RecentCollectionSubmissions
All Implemented Interfaces:
CollectionHomeProcessor

public class RecentCollectionSubmissions
extends java.lang.Object
implements CollectionHomeProcessor

This class obtains recent submissions to the given collection by implementing the CollectionHomeProcessor.

Author:
Richard Jones

Constructor Summary
RecentCollectionSubmissions()
          blank constructor - does nothing.
 
Method Summary
 void process(Context context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Collection collection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecentCollectionSubmissions

public RecentCollectionSubmissions()
blank constructor - does nothing.

Method Detail

process

public void process(Context context,
                    javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response,
                    Collection collection)
             throws PluginException,
                    AuthorizeException
Specified by:
process in interface CollectionHomeProcessor
Throws:
PluginException
AuthorizeException


Copyright © 2010 DuraSpace. All Rights Reserved.