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 - Throws:
 SQLException
 - 
update
- Throws:
 SQLException
 - 
delete
- Throws:
 SQLException
 - 
delete
- Throws:
 SQLException
 
 -