Class VoiceModuleAmount

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

public class VoiceModuleAmount
extends ModuleAmount
  • Field Summary

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

    sids
  • Constructor Summary

    Constructors
    Constructor Description
    VoiceModuleAmount()  
  • Method Summary

    Modifier and Type Method Description
    long getDayAmount​(java.sql.Connection con, int contractId, java.util.Calendar day)  
    long getPeriodAmount​(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.amount.ModuleAmount

    getId, getModuleId, getSids, getTitle, setId, setModleId, setSids, setTitle

    Methods inherited from class java.lang.Object

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

    • VoiceModuleAmount

      public VoiceModuleAmount()
  • Method Details

    • getDayAmount

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

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