Package org.dspace.submit.lookup
Class SubmissionLookupOutputGenerator
- java.lang.Object
-
- org.dspace.submit.lookup.SubmissionLookupOutputGenerator
-
- All Implemented Interfaces:
gr.ekt.bte.core.OutputGenerator
public class SubmissionLookupOutputGenerator extends Object implements gr.ekt.bte.core.OutputGenerator
- Author:
- Andrea Bollini, Kostas Stamatis, Luigi Andrea Pascarelli, Panagiotis Koutsourakis
-
-
Field Summary
Fields Modifier and Type Field Description protected StringDOI_FIELDprotected List<ItemSubmissionLookupDTO>dtoListprotected StringNOT_FOUND_DOI
-
Constructor Summary
Constructors Constructor Description SubmissionLookupOutputGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>generateOutput(gr.ekt.bte.core.RecordSet records)List<String>generateOutput(gr.ekt.bte.core.RecordSet records, gr.ekt.bte.core.DataOutputSpec spec)List<ItemSubmissionLookupDTO>getDtoList()voidsetDtoList(List<ItemSubmissionLookupDTO> items)
-
-
-
Field Detail
-
dtoList
protected List<ItemSubmissionLookupDTO> dtoList
-
DOI_FIELD
protected final String DOI_FIELD
- See Also:
- Constant Field Values
-
NOT_FOUND_DOI
protected final String NOT_FOUND_DOI
- See Also:
- Constant Field Values
-
-
Method Detail
-
generateOutput
public List<String> generateOutput(gr.ekt.bte.core.RecordSet records)
- Specified by:
generateOutputin interfacegr.ekt.bte.core.OutputGenerator
-
generateOutput
public List<String> generateOutput(gr.ekt.bte.core.RecordSet records, gr.ekt.bte.core.DataOutputSpec spec)
- Specified by:
generateOutputin interfacegr.ekt.bte.core.OutputGenerator
-
getDtoList
public List<ItemSubmissionLookupDTO> getDtoList()
- Returns:
- the items
-
setDtoList
public void setDtoList(List<ItemSubmissionLookupDTO> items)
- Parameters:
items- the items to set
-
-