Class NotificationGroupManager

java.lang.Object
overit.geocallapp.wfm.notifications.dashboard.NotificationGroupManager

public class NotificationGroupManager extends Object
Class that manage the count of notification for customer on a specific time slot
  • Field Details

    • _originalData

      protected DBView _originalData
    • _topData

      protected DBView _topData
    • _otherData

      protected DBView _otherData
    • _topCounter

      protected Long _topCounter
    • _otherCounter

      protected Long _otherCounter
    • _totalCounter

      protected Long _totalCounter
    • _dataCode

      protected String _dataCode
  • Constructor Details

    • NotificationGroupManager

      public NotificationGroupManager()
  • Method Details

    • getDBV

      public DBView getDBV()
    • getTopDbv

      public DBView getTopDbv()
    • getOtherDbv

      public DBView getOtherDbv()
    • getDataCode

      public String getDataCode()
    • getTopCounter

      public Long getTopCounter()
    • getOtherCounter

      public Long getOtherCounter()
    • getTotalCounter

      public Long getTotalCounter()
    • addRecord

      public void addRecord(HashGetter hg)
      Add a new record on the dbv
      Parameters:
      hg -
    • divideFacilityData

      public void divideFacilityData(int topNumber)