public class ContractNoteDao extends ru.bitel.common.dao.AbstractIdDao<ContractNote>
Constructor and Description |
---|
ContractNoteDao(java.sql.Connection con) |
Modifier and Type | Method and Description |
---|---|
protected ContractNote |
getFromRS(java.sql.ResultSet rs) |
java.util.List<ContractNote> |
list(int contractId,
boolean onlyForCustomer) |
protected void |
updateImpl(ContractNote note) |
delete, get, getAndDelete, getAndUpdate
protected ContractNote getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
getFromRS
in class ru.bitel.common.dao.AbstractDao<ContractNote>
java.sql.SQLException
ru.bitel.bgbilling.common.BGException
protected void updateImpl(ContractNote note) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
updateImpl
in class ru.bitel.common.dao.AbstractDao<ContractNote>
ru.bitel.bgbilling.common.BGException
java.sql.SQLException
public java.util.List<ContractNote> list(int contractId, boolean onlyForCustomer) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException