public class VoiceCommonAccountDao
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TABLE_COMMON_VOICE_ACCOUNT |
| Constructor and Description |
|---|
VoiceCommonAccountDao(java.sql.Connection con,
int moduleId) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
delete(int id) |
protected void |
delete(java.util.List<java.lang.Integer> ids) |
protected void |
fillFromRS(java.sql.ResultSet rs,
AbtractVoiceAccount account,
boolean contractLoad) |
protected void |
update(AbtractVoiceAccount account) |
public static final java.lang.String TABLE_COMMON_VOICE_ACCOUNT
public VoiceCommonAccountDao(java.sql.Connection con,
int moduleId)
protected void fillFromRS(java.sql.ResultSet rs,
AbtractVoiceAccount account,
boolean contractLoad)
throws java.sql.SQLException,
ru.bitel.bgbilling.common.BGException
java.sql.SQLExceptionru.bitel.bgbilling.common.BGExceptionprotected void update(AbtractVoiceAccount account) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
ru.bitel.bgbilling.common.BGExceptionjava.sql.SQLExceptionprotected int delete(int id)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionprotected void delete(java.util.List<java.lang.Integer> ids)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException