public class PhoneContractStatusManager
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.sql.Connection |
con |
protected int |
mid |
Constructor and Description |
---|
PhoneContractStatusManager(java.sql.Connection con,
int mid) |
Modifier and Type | Method and Description |
---|---|
void |
changeContractStatus(int cid,
int status,
int userId) |
int |
getContractStatus(int cid) |
java.util.List<PhoneContractStatusLog> |
getHistory(int cid) |
public PhoneContractStatusManager(java.sql.Connection con, int mid)
public int getContractStatus(int cid) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public void changeContractStatus(int cid, int status, int userId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public java.util.List<PhoneContractStatusLog> getHistory(int cid) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException