public abstract class ProtocolNotificationRendererBase extends NotificationRendererBase
APP_LINK_PREFIX, APPLICATION_URL_PARM, DOCHANDLER_PREFIX, RICE_SERVER_URL, USER_FULLNAME| Constructor and Description |
|---|
ProtocolNotificationRendererBase(ProtocolBase protocol)
Constructs a shared protocol notification renderer.
|
| Modifier and Type | Method and Description |
|---|---|
org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService() |
protected abstract Class<? extends CommitteeBase> |
getCommonCommitteeBOClassHook() |
Map<String,String> |
getDefaultReplacementParameters()
Returns the default replacement parameters for the renderer.
|
KcPersonService |
getKcPersonService() |
ProtocolBase |
getProtocol() |
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService) |
void |
setKcPersonService(KcPersonService kcPersonService) |
void |
setProtocol(ProtocolBase protocol) |
getSafeMessage, render, renderpublic ProtocolNotificationRendererBase(ProtocolBase protocol)
protocol - public Map<String,String> getDefaultReplacementParameters()
getDefaultReplacementParameters in interface NotificationRenderergetDefaultReplacementParameters in class NotificationRendererBaseorg.kuali.kra.common.notification.NotificationRenderer#getReplacementParameters()public ProtocolBase getProtocol()
public void setProtocol(ProtocolBase protocol)
public org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
public KcPersonService getKcPersonService()
getKcPersonService in class NotificationRendererBasepublic void setKcPersonService(KcPersonService kcPersonService)
setKcPersonService in class NotificationRendererBaseprotected abstract Class<? extends CommitteeBase> getCommonCommitteeBOClassHook()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.