Class WebNotificationListReadEvent

java.lang.Object
ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
ru.bitel.bgbilling.kernel.event.common.Event
ru.bitel.bgbilling.kernel.event.events.WebNotificationListReadEvent
All Implemented Interfaces:
Serializable

public class WebNotificationListReadEvent extends ru.bitel.bgbilling.kernel.event.common.Event
Событие о том, что пользователь ознакомился с веб-уведомлением в ЛК. Прочитанное/отвеченное уведомление уже обновлено в web_notification.
See Also:
  • Field Summary

    Fields inherited from class ru.bitel.bgbilling.kernel.event.common.Event

    CONTRACT_GLOBAL, NO_MODULE, NO_PLUGIN
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    WebNotificationListReadEvent(int contractId, int webNotificationId)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
     

    Methods inherited from class ru.bitel.bgbilling.kernel.event.common.Event

    getDestination, getGenerateTime, getMessageID, getModuleId, getPluginId, getSource, getSuperContractId, getTime, getTimestamp, getTypeId, getUserId, isLogFunctionProcess, prepareMessage, serializeAsObject, setLogFunctionProcess, setMessageID, setSource, toString, toString

    Methods inherited from class ru.bitel.bgbilling.kernel.base.server.logger.BGLogger

    error, error, error, getLogger, logError, logError, warn

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • WebNotificationListReadEvent

      public WebNotificationListReadEvent()
    • WebNotificationListReadEvent

      public WebNotificationListReadEvent(int contractId, int webNotificationId)
  • Method Details

    • getContractId

      public int getContractId()
      Overrides:
      getContractId in class ru.bitel.bgbilling.kernel.event.common.Event
    • getWebNotificationId

      public int getWebNotificationId()