public class VoiceAccountPortDao extends ru.bitel.common.dao.AbstractIdDao<VoiceAccountPort>
Constructor and Description |
---|
VoiceAccountPortDao(java.sql.Connection con,
int moduleId) |
Modifier and Type | Method and Description |
---|---|
protected VoiceAccountPort |
getFromRS(java.sql.ResultSet rs) |
java.util.List<VoiceAccountPort> |
list(int accountId) |
java.util.List<VoiceAccountPort> |
list(int accountId,
boolean out) |
void |
update(int accountId,
java.util.List<VoiceAccountPort> ports) |
protected void |
updateImpl(VoiceAccountPort b) |
delete, get, getAndDelete, getAndUpdate
close, delete, deleteImpl, eq, get, getById, getImpl, getListFromRS, getPeriod, getSQLOrder, getTableName, list, list, listImpl, listImpl, listImplPS, listImplPS, ormFromResultSet, ormUpdateImpl, ormUpdateImpl, processException, recycle, setStatementParam, update
public VoiceAccountPortDao(java.sql.Connection con, int moduleId)
protected VoiceAccountPort getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
getFromRS
in class ru.bitel.common.dao.AbstractDao<VoiceAccountPort>
java.sql.SQLException
ru.bitel.bgbilling.common.BGException
protected void updateImpl(VoiceAccountPort b) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
updateImpl
in class ru.bitel.common.dao.AbstractDao<VoiceAccountPort>
ru.bitel.bgbilling.common.BGException
java.sql.SQLException
public java.util.List<VoiceAccountPort> list(int accountId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public java.util.List<VoiceAccountPort> list(int accountId, boolean out) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public void update(int accountId, java.util.List<VoiceAccountPort> ports) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException