Package org.dspace.submit.lookup
Class SubmissionItemDataLoader
- java.lang.Object
-
- org.dspace.submit.lookup.SubmissionItemDataLoader
-
- All Implemented Interfaces:
gr.ekt.bte.core.DataLoader
public class SubmissionItemDataLoader extends Object implements gr.ekt.bte.core.DataLoader
- Author:
- Andrea Bollini, Kostas Stamatis, Luigi Andrea Pascarelli, Panagiotis Koutsourakis
-
-
Field Summary
Fields Modifier and Type Field Description protected List<ItemSubmissionLookupDTO>dtoList
-
Constructor Summary
Constructors Constructor Description SubmissionItemDataLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ItemSubmissionLookupDTO>getDtoList()List<gr.ekt.bte.core.DataLoader>getProviders()gr.ekt.bte.core.RecordSetgetRecords()gr.ekt.bte.core.RecordSetgetRecords(gr.ekt.bte.core.DataLoadingSpec spec)voidsetDtoList(List<ItemSubmissionLookupDTO> dtoList)voidsetProviders(List<gr.ekt.bte.core.DataLoader> providers)
-
-
-
Field Detail
-
dtoList
protected List<ItemSubmissionLookupDTO> dtoList
-
-
Method Detail
-
getRecords
public gr.ekt.bte.core.RecordSet getRecords() throws gr.ekt.bte.exceptions.MalformedSourceException- Specified by:
getRecordsin interfacegr.ekt.bte.core.DataLoader- Throws:
gr.ekt.bte.exceptions.MalformedSourceException
-
getRecords
public gr.ekt.bte.core.RecordSet getRecords(gr.ekt.bte.core.DataLoadingSpec spec) throws gr.ekt.bte.exceptions.MalformedSourceException- Specified by:
getRecordsin interfacegr.ekt.bte.core.DataLoader- Throws:
gr.ekt.bte.exceptions.MalformedSourceException
-
getDtoList
public List<ItemSubmissionLookupDTO> getDtoList()
- Returns:
- the dtoList
-
setDtoList
public void setDtoList(List<ItemSubmissionLookupDTO> dtoList)
- Parameters:
dtoList- the dtoList to set
-
getProviders
public List<gr.ekt.bte.core.DataLoader> getProviders()
- Returns:
- the providers
-
setProviders
public void setProviders(List<gr.ekt.bte.core.DataLoader> providers)
- Parameters:
providers- the providers to set
-
-