Class PhoneModuleQuantity

java.lang.Object
ru.bitel.bgbilling.modules.npay.server.bean.quantity.ModuleQuantity
ru.bitel.bgbilling.modules.npay.server.bean.quantity.PhoneModuleQuantity

public class PhoneModuleQuantity
extends ModuleQuantity
  • Constructor Summary

    Constructors
    Constructor Description
    PhoneModuleQuantity()  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<Period> getPeriodQuantity​(java.sql.Connection con, int contractId, java.util.Calendar from, java.util.Calendar to)  

    Methods inherited from class ru.bitel.bgbilling.modules.npay.server.bean.quantity.ModuleQuantity

    getId, getMid, getPeriodsFromTable, getSids, setId, setMid, setSids

    Methods inherited from class java.lang.Object

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

    • PhoneModuleQuantity

      public PhoneModuleQuantity()
  • Method Details

    • getPeriodQuantity

      public java.util.List<Period> getPeriodQuantity​(java.sql.Connection con, int contractId, java.util.Calendar from, java.util.Calendar to)
      Specified by:
      getPeriodQuantity in class ModuleQuantity