@Service public class CXFHomeScreenService extends Object
Constructor and Description |
---|
CXFHomeScreenService() |
Modifier and Type | Method and Description |
---|---|
AdminService |
getAdminService() |
AlertsService |
getAlertsService() |
String |
getBadgeDetails()
Return badge text and count with tool id for showing on homesreen temporary static values as Json.
|
String |
getHomeScreenAsJson()
Return HomeScreen as Json.
|
LocalisationUtil |
getLocalisationUtil() |
org.apache.cxf.jaxrs.ext.MessageContext |
getMessageContext() |
org.springframework.context.MessageSource |
getMessageSource() |
String |
pingGet() |
String |
pingPost() |
void |
setAdminService(AdminService adminService) |
void |
setAlertsService(AlertsService alertsService) |
void |
setLocalisationUtil(LocalisationUtil localisationUtil) |
void |
setMessageContext(org.apache.cxf.jaxrs.ext.MessageContext messageContext) |
void |
setMessageSource(org.springframework.context.MessageSource messageSource) |
public CXFHomeScreenService()
public String getHomeScreenAsJson()
public String getBadgeDetails()
public org.springframework.context.MessageSource getMessageSource()
public void setMessageSource(org.springframework.context.MessageSource messageSource)
messageSource
- the messageSource to setpublic org.apache.cxf.jaxrs.ext.MessageContext getMessageContext()
public void setMessageContext(org.apache.cxf.jaxrs.ext.MessageContext messageContext)
messageContext
- the messageContext to setpublic AdminService getAdminService()
public void setAdminService(AdminService adminService)
adminService
- the adminService to setpublic LocalisationUtil getLocalisationUtil()
public void setLocalisationUtil(LocalisationUtil localisationUtil)
localisationUtil
- the localisationUtil to setpublic AlertsService getAlertsService()
public void setAlertsService(AlertsService alertsService)
alertsService
- the alertsService to setCopyright © 2011–2015 The Kuali Foundation. All rights reserved.