Class AlertStatus


  • public class AlertStatus
    extends java.lang.Object
    Represents the loggedMember alerts' status, such as unread alerts count, and the maximum unread alert level.
    Since:
    jcms-10.0.0
    Version:
    $Revision: 107554 $
    Author:
    Sylvain Devaux
    • Constructor Detail

      • AlertStatus

        public AlertStatus()
      • AlertStatus

        public AlertStatus​(int count,
                           Alert.Level level)
    • Method Detail

      • getCount

        public int getCount()
      • setCount

        public void setCount​(int count)
      • setLevel

        public void setLevel​(Alert.Level level)