Class TvServiceSpecChannelLinkDao
java.lang.Object
ru.bitel.bgbilling.modules.tv.server.bean.TvServiceSpecChannelLinkDao
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected TvServiceSpecChannelLinkvoidupdate(int serviceSpecId, List<TvServiceSpecChannelLink> linkList)  
- 
Constructor Details
- 
TvServiceSpecChannelLinkDao
 
 - 
 - 
Method Details
- 
getFromRS
protected TvServiceSpecChannelLink getFromRS(ResultSet rs) throws SQLException, ru.bitel.bgbilling.common.BGException - Throws:
 SQLExceptionru.bitel.bgbilling.common.BGException
 - 
list
public List<TvServiceSpecChannelLink> list(int serviceSpecId, Date date) throws ru.bitel.bgbilling.common.BGException - Throws:
 ru.bitel.bgbilling.common.BGException
 - 
update
public void update(int serviceSpecId, List<TvServiceSpecChannelLink> linkList) throws ru.bitel.bgbilling.common.BGException - Throws:
 ru.bitel.bgbilling.common.BGException
 
 -