Class VoiceCommonAccountDao
java.lang.Object
ru.bitel.bgbilling.modules.voice.server.bean.VoiceCommonAccountDao
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intdelete(int id) protected voidprotected voidfillFromRS(ResultSet rs, AbtractVoiceAccount account, boolean contractLoad) protected voidupdate(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:
SQLExceptionru.bitel.bgbilling.common.BGException
-
update
protected void update(AbtractVoiceAccount account) throws ru.bitel.bgbilling.common.BGException, SQLException - Throws:
ru.bitel.bgbilling.common.BGExceptionSQLException
-
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
-