Uses of Class
org.jasig.portlet.notice.response.NotificationEntry

Packages that use NotificationEntry
org.jasig.portlet.notice.response   
 

Uses of NotificationEntry in org.jasig.portlet.notice.response
 

Methods in org.jasig.portlet.notice.response that return types with arguments of type NotificationEntry
 List<NotificationEntry> NotificationCategory.getEntries()
           
 

Method parameters in org.jasig.portlet.notice.response with type arguments of type NotificationEntry
 void NotificationCategory.addEntries(List<NotificationEntry> newEntries)
           
 void NotificationCategory.setEntries(List<NotificationEntry> entries)
           
 

Constructor parameters in org.jasig.portlet.notice.response with type arguments of type NotificationEntry
NotificationCategory(String title, List<NotificationEntry> entries)
          Constructor.
 



Copyright © 2012 Jasig. All Rights Reserved.