public interface NotificationContentTypeService
NotificationContentTypeBos| Modifier and Type | Method and Description |
|---|---|
Collection<NotificationContentTypeBo> |
getAllContentTypes()
This method returns all versions of all NotificationContentTypes in the system.
|
Collection<NotificationContentTypeBo> |
getAllCurrentContentTypes()
This method returns all current NotificationContentTypes in the system.
|
NotificationContentTypeBo |
getNotificationContentType(String name)
This method retrieves a NotificationContentType by name.
|
void |
saveNotificationContentType(NotificationContentTypeBo contentType)
This method saves a NotificationContentType object instance to the DB, creating a new, current,
version if one already exists.
|
NotificationContentTypeBo getNotificationContentType(String name)
name - The name of the content typevoid saveNotificationContentType(NotificationContentTypeBo contentType)
contentType - The NotificationContentType instance to save.Collection<NotificationContentTypeBo> getAllCurrentContentTypes()
Collection<NotificationContentTypeBo> getAllContentTypes()
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.