Class VoiceCommonAccountDao
java.lang.Object
ru.bitel.bgbilling.modules.voice.server.bean.VoiceCommonAccountDao
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected int
delete
(int id) protected void
protected void
fillFromRS
(ResultSet rs, AbtractVoiceAccount account, boolean contractLoad) protected void
update
(AbtractVoiceAccount account)
-
Field Details
-
TABLE_COMMON_VOICE_ACCOUNT
- See Also:
-
-
Constructor Details
-
VoiceCommonAccountDao
-
-
Method Details
-
fillFromRS
protected void fillFromRS(ResultSet rs, AbtractVoiceAccount account, boolean contractLoad) throws SQLException, ru.bitel.bgbilling.common.BGException - Throws:
SQLException
ru.bitel.bgbilling.common.BGException
-
update
protected void update(AbtractVoiceAccount account) throws ru.bitel.bgbilling.common.BGException, SQLException - Throws:
ru.bitel.bgbilling.common.BGException
SQLException
-
delete
protected int delete(int id) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
delete
- Throws:
ru.bitel.bgbilling.common.BGException
-