Uses of Class
org.kuali.rice.ken.bo.NotificationChannelReviewerBo

Packages that use NotificationChannelReviewerBo
org.kuali.rice.ken.bo   
 

Uses of NotificationChannelReviewerBo in org.kuali.rice.ken.bo
 

Methods in org.kuali.rice.ken.bo that return NotificationChannelReviewerBo
static NotificationChannelReviewerBo NotificationChannelReviewerBo.from(NotificationChannelReviewer im)
          Converts a immutable object to its mutable counterpart
 

Methods in org.kuali.rice.ken.bo that return types with arguments of type NotificationChannelReviewerBo
 List<NotificationChannelReviewerBo> NotificationChannelBo.getReviewers()
          Gets the list of reviewers for notification publications to this channel
 

Methods in org.kuali.rice.ken.bo with parameters of type NotificationChannelReviewerBo
static NotificationChannelReviewer NotificationChannelReviewerBo.to(NotificationChannelReviewerBo bo)
          Converts a mutable bo to its immutable counterpart
 

Method parameters in org.kuali.rice.ken.bo with type arguments of type NotificationChannelReviewerBo
 void NotificationChannelBo.setReviewers(List<NotificationChannelReviewerBo> reviewers)
          Sets the list of reviewers for notification publications to this channel
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.