Class ChannelMappingManager
java.lang.Object
ru.bitel.bgbilling.modules.cerbercrypt.server.bean.ChannelMappingManager
public class ChannelMappingManager
extends java.lang.Object
Менеджер маппинга каналов.
-
Constructor Summary
Constructors Constructor Description ChannelMappingManager(java.sql.Connection con, int mid)
-
Method Summary
Modifier and Type Method Description void
deleteChannelMappings(int channelId)
void
deleteMapping(int id)
ChannelMapping
findConflictMapping(ChannelMapping mapping)
java.util.List<ChannelMapping>
getChannelMappingList(int channelId)
java.util.List<ChannelMapping>
getChannelMappingList(java.util.Date date)
ChannelMapping
getMappingById(int id)
void
updateMapping(ChannelMapping mapping)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ChannelMappingManager
public ChannelMappingManager(java.sql.Connection con, int mid)
-
-
Method Details
-
updateMapping
- Throws:
ru.bitel.bgbilling.common.BGException
-
getMappingById
- Throws:
ru.bitel.bgbilling.common.BGException
-
getChannelMappingList
public java.util.List<ChannelMapping> getChannelMappingList(int channelId) throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-
getChannelMappingList
public java.util.List<ChannelMapping> getChannelMappingList(java.util.Date date) throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-
deleteMapping
public void deleteMapping(int id) throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-
deleteChannelMappings
public void deleteChannelMappings(int channelId) throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-
findConflictMapping
public ChannelMapping findConflictMapping(ChannelMapping mapping) throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-