public class PDFAssessmentBean extends Object implements Serializable
| Constructor and Description |
|---|
PDFAssessmentBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
genName()
generates the pdf file name
|
String |
getActionString() |
String |
getBaseFontSize() |
ArrayList |
getDeliveryParts()
gets the delivery bean parts of the assessment
|
ArrayList |
getHtmlChunks()
gets what should be the full set of html chunks for an assessment
|
String |
getIntro()
Gets the pdf assessments intro
|
ArrayList |
getParts()
gets the parts of the assessment
|
void |
getPDFAttachment() |
String |
getSizeDeliveryParts() |
ByteArrayOutputStream |
getStream() |
String |
getTitle()
gets the Title
|
String |
getTotalQuestions() |
String |
prepDocumentPDF() |
String |
prepPDF() |
void |
setActionString(String actionString) |
void |
setBaseFontSize(String baseFontSize) |
void |
setDeliveryParts(ArrayList deliveryParts)
sets the delivery parts
|
void |
setIntro(String intro)
sets the pdf assessments intro
|
void |
setParts(ArrayList parts)
/**
sets the parts
|
void |
setTitle(String title)
sets the Title
|
public String getIntro()
public void setIntro(String intro)
intro - in htmlpublic ArrayList getDeliveryParts()
public ArrayList getParts()
public ArrayList getHtmlChunks()
public void setDeliveryParts(ArrayList deliveryParts)
deliveryParts - public void setParts(ArrayList parts)
parts - public String getTitle()
public void setTitle(String title)
title - public String genName()
public String prepPDF()
public String prepDocumentPDF()
public void getPDFAttachment()
public ByteArrayOutputStream getStream()
public String getBaseFontSize()
public void setBaseFontSize(String baseFontSize)
public String getActionString()
public void setActionString(String actionString)
actionString - the actionString to setpublic String getSizeDeliveryParts()
public String getTotalQuestions()
Copyright © 2005-2014 Sakai Project. All Rights Reserved.