Uses of Interface
org.kuali.rice.ken.service.NotificationContentTypeService
Packages that use NotificationContentTypeService
Package
Description
-
Uses of NotificationContentTypeService in org.kuali.rice.ken.core
Methods in org.kuali.rice.ken.core that return NotificationContentTypeServiceModifier and TypeMethodDescriptionNotificationServiceLocator.getNotificationContentTypeService()This method returns an instance of the Spring configured impl for the NotificationContentTypeService.SpringNotificationServiceLocator.getNotificationContentTypeService() -
Uses of NotificationContentTypeService in org.kuali.rice.ken.service.impl
Classes in org.kuali.rice.ken.service.impl that implement NotificationContentTypeServiceModifier and TypeClassDescriptionclassNotificationContentTypeService implementation - uses the dataObjectService to get at the underlying data in the stock DBMS.Constructors in org.kuali.rice.ken.service.impl with parameters of type NotificationContentTypeServiceModifierConstructorDescriptionNotificationMessageContentServiceImpl(DataObjectService dataObjectService, NotificationContentTypeService notificationContentTypeService, XStreamSecurityService xStreamSecurityService) Constructor which takes aDataObjectService -
Uses of NotificationContentTypeService in org.kuali.rice.ken.util
Methods in org.kuali.rice.ken.util with parameters of type NotificationContentTypeServiceModifier and TypeMethodDescriptionstatic EntityResolverUtil.getNotificationEntityResolver(NotificationContentTypeService notificationContentTypeService) Returns an EntityResolver to resolve XML entities (namely schema resources) in the notification systemstatic DocumentUtil.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.Constructors in org.kuali.rice.ken.util with parameters of type NotificationContentTypeServiceModifierConstructorDescriptionContentTypeEntityResolver(NotificationContentTypeService notificationContentTypeService) ContentTypeResourceResolver(NotificationContentTypeService notificationContentTypeService) -
Uses of NotificationContentTypeService in org.kuali.rice.ken.web.spring
Fields in org.kuali.rice.ken.web.spring declared as NotificationContentTypeServiceModifier and TypeFieldDescriptionprotected NotificationContentTypeServiceContentTypeController.notificationContentTypeServiceMethods in org.kuali.rice.ken.web.spring with parameters of type NotificationContentTypeServiceModifier and TypeMethodDescriptionvoidContentTypeController.setNotificationContentTypeService(NotificationContentTypeService notificationContentTypeService)