|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dspace.app.webui.components.RecentSubmissions
public class RecentSubmissions
Basic class for representing the set of items which are recent submissions to the archive
| Constructor Summary | |
|---|---|
RecentSubmissions(Item[] items)
Construct a new RecentSubmissions object to represent the passed array of items |
|
| Method Summary | |
|---|---|
int |
count()
obtain the number of recent submissions available |
Item |
getRecentSubmission(int i)
Get the item which is in the i'th position. |
Item[] |
getRecentSubmissions()
Obtain the array of items |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RecentSubmissions(Item[] items)
items - | Method Detail |
|---|
public int count()
public Item[] getRecentSubmissions()
public Item getRecentSubmission(int i)
i - the position of the item to retrieve
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||