Class DialUpModuleAmount

java.lang.Object
ru.bitel.bgbilling.modules.npay.server.bean.amount.ModuleAmount
ru.bitel.bgbilling.modules.npay.server.bean.amount.DialUpModuleAmount
All Implemented Interfaces:
ListItem

public class DialUpModuleAmount
extends ModuleAmount
  • Field Summary

    Fields inherited from class ru.bitel.bgbilling.modules.npay.server.bean.amount.ModuleAmount

    mid, sids
  • Constructor Summary

    Constructors
    Constructor Description
    DialUpModuleAmount()  
  • Method Summary

    Modifier and Type Method Description
    long getDayAmount​(java.sql.Connection con, int cid, java.util.Calendar day)  
    long getPeriodAmount​(java.sql.Connection con, int cid, java.util.Calendar from, java.util.Calendar to)  

    Methods inherited from class ru.bitel.bgbilling.modules.npay.server.bean.amount.ModuleAmount

    getId, getMid, getSids, getTitle, setId, setMid, setSids, setTitle

    Methods inherited from class java.lang.Object

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

    • DialUpModuleAmount

      public DialUpModuleAmount()
  • Method Details

    • getDayAmount

      public long getDayAmount​(java.sql.Connection con, int cid, java.util.Calendar day)
      Specified by:
      getDayAmount in class ModuleAmount
    • getPeriodAmount

      public long getPeriodAmount​(java.sql.Connection con, int cid, java.util.Calendar from, java.util.Calendar to)
      Specified by:
      getPeriodAmount in class ModuleAmount