Class ProductSpecServiceLinkDao
java.lang.Object
ru.bitel.oss.systems.inventory.product.server.bean.ProductSpecServiceLinkDao
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected ProductSpecServiceLink
void
update
(int productSpecId, List<ProductSpecServiceLink> linkList)
-
Constructor Details
-
ProductSpecServiceLinkDao
-
-
Method Details
-
getFromRS
protected ProductSpecServiceLink getFromRS(ResultSet rs) throws SQLException, ru.bitel.bgbilling.common.BGException - Throws:
SQLException
ru.bitel.bgbilling.common.BGException
-
list
public List<ProductSpecServiceLink> list(int productSpecId, Date date) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
update
public void update(int productSpecId, List<ProductSpecServiceLink> linkList) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-