public class NoticePDFContentFormatter extends Object
Constructor and Description |
---|
NoticePDFContentFormatter() |
Modifier and Type | Method and Description |
---|---|
void |
addOverdueNoticeInfoToDocument(OleLoanDocument oleLoanDocument,
com.itextpdf.text.Document document) |
void |
addPdfFooter(com.itextpdf.text.Document document) |
String |
createPDFFile(String title,
String itemId) |
String |
generateOverDueNoticeContent(OleLoanDocument oleLoanDocument) |
com.itextpdf.text.Font |
getBoldFont() |
com.itextpdf.text.Font |
getDefaultFont() |
com.itextpdf.text.Font |
getFont(String data) |
String |
getFontFilePath(String classpathRelativePath) |
OlePatronHelperService |
getOlePatronHelperService() |
void |
setCircDeskLocationResolver(CircDeskLocationResolver circDeskLocationResolver) |
void |
setOlePatronHelperService(OlePatronHelperServiceImpl olePatronHelperService) |
void |
setParameterResolverInstance(ParameterValueResolver parameterResolverInstance) |
void |
setSimpleDateFormat(SimpleDateFormat simpleDateFormat) |
void |
setUrlProperty(String urlProperty) |
public NoticePDFContentFormatter()
public OlePatronHelperService getOlePatronHelperService()
public void setOlePatronHelperService(OlePatronHelperServiceImpl olePatronHelperService)
public void setUrlProperty(String urlProperty)
public String generateOverDueNoticeContent(OleLoanDocument oleLoanDocument) throws Exception
Exception
public void addPdfFooter(com.itextpdf.text.Document document) throws com.itextpdf.text.DocumentException
com.itextpdf.text.DocumentException
public void addOverdueNoticeInfoToDocument(OleLoanDocument oleLoanDocument, com.itextpdf.text.Document document) throws com.itextpdf.text.DocumentException
com.itextpdf.text.DocumentException
public com.itextpdf.text.Font getBoldFont()
public com.itextpdf.text.Font getDefaultFont()
public String getFontFilePath(String classpathRelativePath)
public String createPDFFile(String title, String itemId) throws Exception
Exception
public void setSimpleDateFormat(SimpleDateFormat simpleDateFormat)
public void setCircDeskLocationResolver(CircDeskLocationResolver circDeskLocationResolver)
public void setParameterResolverInstance(ParameterValueResolver parameterResolverInstance)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.