Class ChannelMappingManager
java.lang.Object
ru.bitel.bgbilling.modules.cerbercrypt.server.bean.ChannelMappingManager
Менеджер маппинга каналов.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteChannelMappings(int channelId) voiddeleteMapping(int id) findConflictMapping(ChannelMapping mapping) getChannelMappingList(int channelId) getChannelMappingList(Date date) getMappingById(int id) voidupdateMapping(ChannelMapping mapping)  
- 
Constructor Details
- 
ChannelMappingManager
 
 - 
 - 
Method Details
- 
updateMapping
- Throws:
 ru.bitel.bgbilling.common.BGException
 - 
getMappingById
- Throws:
 ru.bitel.bgbilling.common.BGException
 - 
getChannelMappingList
public List<ChannelMapping> getChannelMappingList(int channelId) throws ru.bitel.bgbilling.common.BGException - Throws:
 ru.bitel.bgbilling.common.BGException
 - 
getChannelMappingList
public List<ChannelMapping> getChannelMappingList(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
 
 -