Uses of Class
com.jalios.jcms.alert.Alert.Level
-
Packages that use Alert.Level Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jcms.alert com.jalios.jcms.alert.openapi com.jalios.jcms.recommendation com.jalios.jcms.shortcut -
-
Uses of Alert.Level in com.jalios.jcms
Methods in com.jalios.jcms with parameters of type Alert.Level Modifier and Type Method Description java.util.List<Alert>
Member. getAlertList(Alert.Level level, java.lang.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 Modifier and Type Field Description protected Alert.Level[]
AlertHandler. alertLevelList
protected static Alert.Level[]
AlertHandler. DEFAULT_ALERT_LEVELS
protected Alert.Level
Alert. level
protected Alert.Level
AlertBuilder. level
Methods in com.jalios.jcms.alert that return Alert.Level Modifier and Type Method Description Alert.Level[]
AlertHandler. getAvailableAlertLevels()
static Alert.Level
Alert.Level. getFromKey(java.lang.String str)
static Alert.Level
Alert.Level. getFromValue(int value)
Alert.Level
Alert. getLevel()
Alert.Level
AlertRule. getLevel()
Alert.Level
AlertStatus. getLevel()
Alert.Level
AlertManager. getMaxUnreadAlertLevel(Member mbr)
Returns the highest alert level the given member is a recipient.static Alert.Level
Alert.Level. valueOf(java.lang.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 Modifier and Type Method Description java.util.List<Alert.Level>
AlertManager. getAlertLevelList()
Returns the list of Alert.Level.java.util.List<Alert.Level>
AlertHandler. getAvailableAlertLevelList()
Methods in com.jalios.jcms.alert with parameters of type Alert.Level Modifier and Type Method Description ControlSettings<?>
AlertAppHandler. getAlertLevelSettings(Alert.Level alertLevel, java.lang.String userLang)
java.util.List<Alert>
AlertManager. getAlertList(Member mbr, Alert.Level level, java.lang.Boolean read)
Returns the list of Alert the given member is a recipient.boolean
Alert.Level. isGreaterThan(Alert.Level level)
boolean
MemberAlertSettings. isTopbarAutoRead(Alert.Level level)
AlertQueryBuilder
AlertQueryBuilder. levels(Alert.Level... levels)
Sets the levels to filter on currentAlertQueryBuilder
void
Alert. setLevel(Alert.Level level)
void
AlertRule. setLevel(Alert.Level level)
void
AlertStatus. setLevel(Alert.Level level)
Constructors in com.jalios.jcms.alert with parameters of type Alert.Level Constructor Description Alert(Alert.Level level, java.lang.String domain, java.lang.String name, Member recipient, Data data, Member author)
AlertBuilder(Alert.Level level, java.lang.String domain, java.lang.String name)
AlertBuilder(Alert.Level level, java.lang.String domain, java.lang.String name, Data data)
AlertBuilder(Alert.Level level, java.lang.String domain, java.lang.String name, Data data, Member author)
AlertBuilder(Alert.Level level, java.lang.String domain, java.lang.String name, Data data, Member author, boolean isAuthorRecipient)
AlertBuilder(Alert.Level level, java.lang.String domain, java.lang.String name, Data data, Member author, boolean isAuthorRecipient, java.util.Date expiration)
AlertLevelFilter(Alert.Level alertLevel, java.lang.String labelProp)
AlertStatus(int count, Alert.Level level)
-
Uses of Alert.Level in com.jalios.jcms.alert.openapi
Methods in com.jalios.jcms.alert.openapi that return Alert.Level Modifier and Type Method Description Alert.Level
AlertListParameters. getLevel()
Alert.Level
AlertParameters. getLevel()
protected static Alert.Level
AlertResourceUtil. getLevel(java.lang.String level)
ComputeAlert.Level
from level parameterMethods in com.jalios.jcms.alert.openapi with parameters of type Alert.Level Modifier and Type Method Description void
AlertListParameters. setLevel(Alert.Level level)
void
AlertParameters. setLevel(Alert.Level level)
-
Uses of Alert.Level in com.jalios.jcms.recommendation
Fields in com.jalios.jcms.recommendation declared as Alert.Level Modifier and Type Field Description protected Alert.Level
Recommendation. level
Methods in com.jalios.jcms.recommendation that return Alert.Level Modifier and Type Method Description Alert.Level
Recommendation. getLevel()
Alert.Level[]
RecommendationQueryBuilder. getLevels()
Methods in com.jalios.jcms.recommendation with parameters of type Alert.Level Modifier and Type Method Description RecommendationQueryBuilder
RecommendationQueryBuilder. levels(Alert.Level... levels)
void
Recommendation. setLevel(Alert.Level level)
Constructors in com.jalios.jcms.recommendation with parameters of type Alert.Level Constructor Description Recommendation(Alert.Level level, Data data, Member author, java.util.Set<Member> recipientSet, java.util.Set<Group> groupSet, java.lang.String message)
-
Uses of Alert.Level in com.jalios.jcms.shortcut
Methods in com.jalios.jcms.shortcut that return Alert.Level Modifier and Type Method Description static Alert.Level
BadgeLevel. getFromKey(java.lang.String str)
static Alert.Level
BadgeLevel. getFromValue(int value)
-