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, 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
protected 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.SQLException
ru.bitel.bgbilling.common.BGException
protected 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.BGException
java.sql.SQLException
public java.util.List<EventScriptLink> getScriptLinkListByScript(int scriptId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public java.util.List<EventScriptLink> getScriptLinkList() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException