public class EventScriptLinkDao extends ru.bitel.common.dao.AbstractIdDao<EventScriptLink>
| Constructor and Description |
|---|
EventScriptLinkDao(java.sql.Connection con) |
| Modifier and Type | Method and Description |
|---|---|
protected EventScriptLink |
getFromRS(java.sql.ResultSet rs) |
java.util.List<EventScriptLink> |
getScriptLinkList() |
java.util.List<EventScriptLink> |
getScriptLinkListByScript(int scriptId) |
protected void |
updateImpl(EventScriptLink b) |
delete, get, getAndDelete, getAndUpdateclose, delete, deleteImpl, eq, get, getById, getImpl, getListFromRS, getPeriod, getSQLOrder, getTableName, list, list, listImpl, listImpl, listImplPS, listImplPS, ormFromResultSet, ormUpdateImpl, ormUpdateImpl, processException, recycle, setStatementParam, updateprotected EventScriptLink getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
getFromRS in class ru.bitel.common.dao.AbstractDao<EventScriptLink>java.sql.SQLExceptionru.bitel.bgbilling.common.BGExceptionprotected void updateImpl(EventScriptLink b) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
updateImpl in class ru.bitel.common.dao.AbstractDao<EventScriptLink>ru.bitel.bgbilling.common.BGExceptionjava.sql.SQLExceptionpublic java.util.List<EventScriptLink> getScriptLinkListByScript(int scriptId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionpublic java.util.List<EventScriptLink> getScriptLinkList() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException