public abstract class NoticeMailContentFormatter extends Object
Constructor and Description |
---|
NoticeMailContentFormatter() |
Modifier and Type | Method and Description |
---|---|
protected abstract String |
generateCustomHTML(OleLoanDocument oleLoanDocument) |
String |
generateItemInfoHTML(OleLoanDocument oleLoanDocument) |
String |
generateMailContentForPatron(List<OleLoanDocument> oleLoanDocuments,
String title,
String body) |
org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService() |
String |
getHeaderContent(String title) |
OlePatronHelperService |
getOlePatronHelperService() |
String |
getPatronInfo(OlePatronDocument olePatronDocument,
String title,
String body) |
protected SimpleDateFormat |
getSimpleDateFormat() |
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService) |
void |
setOleDeliverRequestDocumentHelperService(OleDeliverRequestDocumentHelperServiceImpl oleDeliverRequestDocumentHelperService) |
void |
setOlePatronHelperService(OlePatronHelperServiceImpl olePatronHelperService) |
void |
setParameterValueResolver(ParameterValueResolver parameterValueResolver) |
public NoticeMailContentFormatter()
public OlePatronHelperService getOlePatronHelperService()
public void setOlePatronHelperService(OlePatronHelperServiceImpl olePatronHelperService)
public String generateMailContentForPatron(List<OleLoanDocument> oleLoanDocuments, String title, String body)
protected abstract String generateCustomHTML(OleLoanDocument oleLoanDocument)
public String getHeaderContent(String title)
public void setParameterValueResolver(ParameterValueResolver parameterValueResolver)
public String getPatronInfo(OlePatronDocument olePatronDocument, String title, String body)
public void setOleDeliverRequestDocumentHelperService(OleDeliverRequestDocumentHelperServiceImpl oleDeliverRequestDocumentHelperService)
public String generateItemInfoHTML(OleLoanDocument oleLoanDocument)
protected SimpleDateFormat getSimpleDateFormat()
public org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.