Uses of Class
org.gcube.portal.databook.shared.NotificationType

Packages that use NotificationType
org.gcube.portal.databook.shared   
 

Uses of NotificationType in org.gcube.portal.databook.shared
 

Methods in org.gcube.portal.databook.shared that return NotificationType
 NotificationType Notification.getType()
           
static NotificationType NotificationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NotificationType[] NotificationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.gcube.portal.databook.shared with parameters of type NotificationType
 void Notification.setType(NotificationType type)
           
 

Constructors in org.gcube.portal.databook.shared with parameters of type NotificationType
Notification(String key, NotificationType type, String userid, String subjectid, Date time, String uri, String description, boolean read, String senderid, String senderFullName, String senderThumbnail)
           
 



Copyright © 2013. All Rights Reserved.