Class ProductSpecServiceLinkDao
java.lang.Object
ru.bitel.oss.systems.inventory.product.server.bean.ProductSpecServiceLinkDao
public class ProductSpecServiceLinkDao
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ProductSpecServiceLinkDao(java.sql.Connection con, int moduleId) -
Method Summary
Modifier and Type Method Description protected ProductSpecServiceLinkgetFromRS(java.sql.ResultSet rs)java.util.List<ProductSpecServiceLink>list(int productSpecId, java.util.Date date)voidupdate(int productSpecId, java.util.List<ProductSpecServiceLink> linkList)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ProductSpecServiceLinkDao
public ProductSpecServiceLinkDao(java.sql.Connection con, int moduleId)
-
-
Method Details
-
getFromRS
protected ProductSpecServiceLink getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException- Throws:
java.sql.SQLExceptionru.bitel.bgbilling.common.BGException
-
list
public java.util.List<ProductSpecServiceLink> list(int productSpecId, java.util.Date date) throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-
update
public void update(int productSpecId, java.util.List<ProductSpecServiceLink> linkList) throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-