public class ExportRetireCourseHelperImpl extends AbstractExportCourseHelperImpl
Constructor and Description |
---|
ExportRetireCourseHelperImpl(RetireCourseWrapper retireCourseWrapper,
CurriculumManagementConstants.Export.FileType exportFileType)
Constructor.
|
ExportRetireCourseHelperImpl(RetireCourseWrapper retireCourseWrapper,
CurriculumManagementConstants.Export.FileType exportFileType,
boolean saveDocument,
boolean isProposal)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
List<ExportElement> |
constructExportElementBasedOnView(ProposalElementsWrapper wrapper,
boolean isProposal)
This method constructs list of exportElement based on each field in courseInfoWrapper.
|
protected void |
RetireCourseProposalInformation(List<ExportElement> exportElements,
RetireCourseWrapper retireCourseWrapper)
This method creates exportElement for each field in "Retire Proposal Information" section and adds them to the list.
|
getBytes, getCourseInfoWrapper, getExportFileType, getFileName, getResponseEntity, isProposal, isSaveDocument, populateAuthorsCollaborators, populateExportElement, populateSupportingDocuments, removeEndDelimiter, setProposal
public ExportRetireCourseHelperImpl(RetireCourseWrapper retireCourseWrapper, CurriculumManagementConstants.Export.FileType exportFileType)
retireCourseWrapper
- The data object to export.exportFileType
- The metadata for the type of file to output.public ExportRetireCourseHelperImpl(RetireCourseWrapper retireCourseWrapper, CurriculumManagementConstants.Export.FileType exportFileType, boolean saveDocument, boolean isProposal)
retireCourseWrapper
- The data object to export.exportFileType
- The metadata for the type of file to output.saveDocument
- If 'true' sets the document headers to values which encourage the web browers to display a
"save as" dialog. Otherwise, sets them values which encourage the browser to open the document..isProposal
- true, if it is a proposal or falsepublic List<ExportElement> constructExportElementBasedOnView(ProposalElementsWrapper wrapper, boolean isProposal)
wrapper
- protected void RetireCourseProposalInformation(List<ExportElement> exportElements, RetireCourseWrapper retireCourseWrapper)
exportElements
- retireCourseWrapper
- Copyright © 2004–2014 The Kuali Foundation. All rights reserved.