public class ProductSpecServiceLinkDao
extends java.lang.Object
| Constructor and Description |
|---|
ProductSpecServiceLinkDao(java.sql.Connection con,
int moduleId) |
| Modifier and Type | Method and Description |
|---|---|
protected ProductSpecServiceLink |
getFromRS(java.sql.ResultSet rs) |
java.util.List<ProductSpecServiceLink> |
list(int productSpecId,
java.util.Date date) |
void |
update(int productSpecId,
java.util.List<ProductSpecServiceLink> linkList) |
public ProductSpecServiceLinkDao(java.sql.Connection con,
int moduleId)
protected ProductSpecServiceLink getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
java.sql.SQLExceptionru.bitel.bgbilling.common.BGExceptionpublic java.util.List<ProductSpecServiceLink> list(int productSpecId, java.util.Date date) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionpublic void update(int productSpecId,
java.util.List<ProductSpecServiceLink> linkList)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException