| Package | Description |
|---|---|
| org.kuali.rice.ken.bo | |
| org.kuali.rice.ken.service | |
| org.kuali.rice.ken.service.impl | |
| org.kuali.rice.ken.util |
| Modifier and Type | Method and Description |
|---|---|
static NotificationContentTypeBo |
NotificationContentTypeBo.from(NotificationContentType im)
Converts a immutable object to its mutable counterpart
|
NotificationContentTypeBo |
NotificationBo.getContentType()
Gets the contentType attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationBo.setContentType(NotificationContentTypeBo contentType)
Sets the contentType attribute value.
|
static NotificationContentType |
NotificationContentTypeBo.to(NotificationContentTypeBo bo)
Converts a mutable bo to its immutable counterpart
|
| Modifier and Type | Method and Description |
|---|---|
NotificationContentTypeBo |
NotificationContentTypeService.getNotificationContentType(String name)
This method retrieves a NotificationContentType by name.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<NotificationContentTypeBo> |
NotificationContentTypeService.getAllContentTypes()
This method returns all versions of all NotificationContentTypes in the system.
|
Collection<NotificationContentTypeBo> |
NotificationContentTypeService.getAllCurrentContentTypes()
This method returns all current NotificationContentTypes in the system.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationContentTypeService.saveNotificationContentType(NotificationContentTypeBo contentType)
This method saves a NotificationContentType object instance to the DB, creating a new, current,
version if one already exists.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationContentTypeBo |
NotificationContentTypeServiceImpl.getNotificationContentType(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<NotificationContentTypeBo> |
NotificationContentTypeServiceImpl.getAllContentTypes() |
Collection<NotificationContentTypeBo> |
NotificationContentTypeServiceImpl.getAllCurrentContentTypes() |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<NotificationBo> |
NotificationContentTypeServiceImpl.getNotificationsOfContentType(NotificationContentTypeBo ct)
Get notifications based on content type.
|
void |
NotificationContentTypeServiceImpl.saveNotificationContentType(NotificationContentTypeBo contentType) |
| Modifier and Type | Method and Description |
|---|---|
NotificationContentTypeBo |
ContentTypeResourceResolver.resolveContentType(String id)
This method resolves the NotificationContentType by id.
|
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.