public class TrafficTypeLinkDao extends ru.bitel.common.dao.AbstractIdDao<TrafficTypeLink> implements Directory<TrafficTypeLink>
| Constructor and Description |
|---|
TrafficTypeLinkDao(java.sql.Connection con,
int mid) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
deleteImpl(int id) |
TrafficTypeLink |
get(java.lang.String title)
Получение элемента по title(name)
Может быть не имплементировано - в этом случае бросается
UnsupportedOperationException |
protected TrafficTypeLink |
getFromRS(java.sql.ResultSet rs) |
java.util.List<TrafficTypeLink> |
list()
Получение всего списка элементов из справочника
|
protected void |
updateImpl(TrafficTypeLink b) |
delete, get, getAndDelete, getAndUpdateclose, delete, eq, get, getById, getImpl, getListFromRS, getPeriod, getSQLOrder, getTableName, list, list, listImpl, listImpl, listImplPS, listImplPS, ormFromResultSet, ormUpdateImpl, ormUpdateImpl, processException, recycle, setStatementParam, updateprotected TrafficTypeLink getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
getFromRS in class ru.bitel.common.dao.AbstractDao<TrafficTypeLink>java.sql.SQLExceptionru.bitel.bgbilling.common.BGExceptionprotected void updateImpl(TrafficTypeLink b) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
updateImpl in class ru.bitel.common.dao.AbstractDao<TrafficTypeLink>ru.bitel.bgbilling.common.BGExceptionjava.sql.SQLExceptionpublic java.util.List<TrafficTypeLink> list() throws ru.bitel.bgbilling.common.BGException
Directorylist in interface Directory<TrafficTypeLink>ru.bitel.bgbilling.common.BGExceptionprotected int deleteImpl(int id)
throws ru.bitel.bgbilling.common.BGException,
java.sql.SQLException
deleteImpl in class ru.bitel.common.dao.AbstractDao<TrafficTypeLink>ru.bitel.bgbilling.common.BGExceptionjava.sql.SQLExceptionpublic TrafficTypeLink get(java.lang.String title) throws ru.bitel.bgbilling.common.BGException
DirectoryUnsupportedOperationExceptionget in interface Directory<TrafficTypeLink>ru.bitel.bgbilling.common.BGException