| Package | Description |
|---|---|
| org.kuali.rice.ken.core | |
| org.kuali.rice.ken.service.impl | |
| org.kuali.rice.ken.util | |
| org.kuali.rice.ken.web.spring |
| Modifier and Type | Method and Description |
|---|---|
NotificationContentTypeService |
SpringNotificationServiceLocator.getNotificationContentTypeService() |
NotificationContentTypeService |
NotificationServiceLocator.getNotificationContentTypeService()
This method returns an instance of the Spring configured impl for the NotificationContentTypeService.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NotificationContentTypeServiceImpl
NotificationContentTypeService implementation - uses the dataObjectService to get at the underlying data in the stock DBMS.
|
| Constructor and Description |
|---|
NotificationMessageContentServiceImpl(DataObjectService dataObjectService,
NotificationContentTypeService notificationContentTypeService)
Constructor which takes a
DataObjectService
Constructs a NotificationMessageContentServiceImpl.java. |
| Modifier and Type | Method and Description |
|---|---|
static EntityResolver |
Util.getNotificationEntityResolver(NotificationContentTypeService notificationContentTypeService)
Returns an EntityResolver to resolve XML entities (namely schema resources) in the notification system
|
static Document |
Util.parseWithNotificationEntityResolver(InputSource source,
boolean validate,
boolean namespaceAware,
NotificationContentTypeService notificationContentTypeService)
This method uses DOM to parse the input source of XML, supplying a notification-system-specific
entity resolver.
|
| Constructor and Description |
|---|
ContentTypeEntityResolver(NotificationContentTypeService notificationContentTypeService)
Constructs a ContentTypeEntityResolver.java.
|
ContentTypeLSResourceResolver(NotificationContentTypeService notificationContentTypeService)
Constructs a ContentTypeLSResourceResolver.java.
|
ContentTypeResourceResolver(NotificationContentTypeService notificationContentTypeService)
Constructs a ContentTypeResourceResolver.java.
|
| Modifier and Type | Field and Description |
|---|---|
protected NotificationContentTypeService |
ContentTypeController.notificationContentTypeService |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentTypeController.setNotificationContentTypeService(NotificationContentTypeService notificationContentTypeService)
Set the Notification Services
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.