Uses of Class
com.jalios.jcms.alert.Alert.Level

Packages that use Alert.Level
com.jalios.jcms Contains the core JCMS classes. 
com.jalios.jcms.alert   
com.jalios.jcms.recommendation   
 

Uses of Alert.Level in com.jalios.jcms
 

Methods in com.jalios.jcms with parameters of type Alert.Level
 List<Alert> Member.getAlertList(Alert.Level level, Boolean read)
          Returns the alert list for this member.
 

Uses of Alert.Level in com.jalios.jcms.alert
 

Fields in com.jalios.jcms.alert declared as Alert.Level
protected  Alert.Level AlertListHandler.alertLevel
           
protected  Alert.Level AlertBuilder.level
           
protected  Alert.Level Alert.level
           
 

Methods in com.jalios.jcms.alert that return Alert.Level
 Alert.Level AlertListHandler.getAvailableAlertLevel()
           
static Alert.Level Alert.Level.getFromKey(String str)
           
static Alert.Level Alert.Level.getFromValue(int value)
           
 Alert.Level AlertRule.getLevel()
           
 Alert.Level Alert.getLevel()
           
 Alert.Level AlertManager.getMaxUnreadAlertLevel(Member mbr)
          Returns the highest alert level the given member is a recipient.
static Alert.Level Alert.Level.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Alert.Level[] Alert.Level.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jalios.jcms.alert that return types with arguments of type Alert.Level
 List<Alert.Level> AlertManager.getAlertLevelList()
          Returns the list of Alert.Level.
 List<Alert.Level> AlertListHandler.getAlertLevelList()
           
 

Methods in com.jalios.jcms.alert with parameters of type Alert.Level
 List<Alert> AlertManager.getAlertList(Member mbr, Alert.Level level, Boolean read)
          Returns the list of Alert the given member is a recipient.
 boolean Alert.Level.isGreaterThan(Alert.Level level)
           
 void AlertRule.setLevel(Alert.Level level)
           
 void Alert.setLevel(Alert.Level level)
           
 

Constructors in com.jalios.jcms.alert with parameters of type Alert.Level
Alert(Alert.Level level, String domain, String name, Member recipient, Data data, Member author)
           
AlertBuilder(Alert.Level level, String domain, String name)
           
AlertBuilder(Alert.Level level, String domain, String name, Data data)
           
AlertBuilder(Alert.Level level, String domain, String name, Data data, Member author)
           
AlertBuilder(Alert.Level level, String domain, String name, Data data, Member author, boolean isAuthorRecipient)
           
 

Uses of Alert.Level in com.jalios.jcms.recommendation
 

Fields in com.jalios.jcms.recommendation declared as Alert.Level
protected  Alert.Level Recommendation.level
           
 

Methods in com.jalios.jcms.recommendation that return Alert.Level
 Alert.Level Recommendation.getLevel()
           
 

Methods in com.jalios.jcms.recommendation with parameters of type Alert.Level
 void Recommendation.setLevel(Alert.Level level)
           
 

Constructors in com.jalios.jcms.recommendation with parameters of type Alert.Level
Recommendation(Alert.Level level, Data data, Member author, Set<Member> recipientSet, Set<Group> groupSet, String message)
           
 



Copyright © 2001-2010 Jalios SA. All Rights Reserved.