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.SQLException
ru.bitel.bgbilling.common.BGException
protected void update(AbtractVoiceAccount account) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
ru.bitel.bgbilling.common.BGException
java.sql.SQLException
protected int delete(int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
protected void delete(java.util.List<java.lang.Integer> ids) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException