Class VoiceIpSessionUtils
java.lang.Object
ru.bitel.bgbilling.modules.voiceip.server.bean.VoiceIpSessionUtils
public class VoiceIpSessionUtils
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description VoiceIpSessionUtils(java.sql.Connection con, int mid)
-
Method Summary
Modifier and Type Method Description void
setContractAccountFromSession(java.util.Calendar time, int cid)
Устанавливает наработку договору по сессиямvoid
setContractAccountFromSession(java.util.Calendar time, int cid, int sid)
Устанавливает наработку договору по сессиямMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
VoiceIpSessionUtils
public VoiceIpSessionUtils(java.sql.Connection con, int mid)
-
-
Method Details
-
setContractAccountFromSession
public void setContractAccountFromSession(java.util.Calendar time, int cid, int sid)Устанавливает наработку договору по сессиям- Parameters:
time
- датаcid
- код договораsid
- код услуги
-
setContractAccountFromSession
public void setContractAccountFromSession(java.util.Calendar time, int cid)Устанавливает наработку договору по сессиям- Parameters:
time
- датаcid
- код договора
-