Class CardManager
java.lang.Object
ru.bitel.bgbilling.modules.vidimax.server.bean.CardManager
public class CardManager
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description CardManager(java.sql.Connection con, int mid)
-
Method Summary
Modifier and Type Method Description Card
getCard(long code)
int
getContractIdByCode(long code)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CardManager
public CardManager(java.sql.Connection con, int mid)
-
-
Method Details
-
getCard
- Throws:
ru.bitel.bgbilling.common.BGException
-
getContractIdByCode
public int getContractIdByCode(long code) throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-