Package | Description |
---|---|
org.kuali.rice.ken.bo |
Modifier and Type | Method and Description |
---|---|
static NotificationChannelReviewerBo |
NotificationChannelReviewerBo.from(NotificationChannelReviewer im)
Converts a immutable object to its mutable counterpart
|
Modifier and Type | Method and Description |
---|---|
List<NotificationChannelReviewerBo> |
NotificationChannelBo.getReviewers()
Gets the list of reviewers for notification publications to this channel
|
Modifier and Type | Method and Description |
---|---|
static NotificationChannelReviewer |
NotificationChannelReviewerBo.to(NotificationChannelReviewerBo bo)
Converts a mutable bo to its immutable counterpart
|
Modifier and Type | Method and Description |
---|---|
void |
NotificationChannelBo.setReviewers(List<NotificationChannelReviewerBo> reviewers)
Sets the list of reviewers for notification publications to this channel
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.