Class RuleTypeLogManager
java.lang.Object
ru.bitel.bgbilling.modules.ipn.server.bean.RuleTypeLogManager
public class RuleTypeLogManager
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description RuleTypeLogManager(java.sql.Connection con, int mid)
-
Method Summary
Modifier and Type Method Description void
addLog(RuleTypeLog log)
java.util.List<RuleTypeLog>
list(int cid, int gid)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
mid
protected int mid -
con
protected java.sql.Connection con
-
-
Constructor Details
-
RuleTypeLogManager
public RuleTypeLogManager(java.sql.Connection con, int mid)
-
-
Method Details
-
list
public java.util.List<RuleTypeLog> list(int cid, int gid) throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-
addLog
- Throws:
ru.bitel.bgbilling.common.BGException
-