@Deprecated
public class ChannelMappingManager
extends java.lang.Object
Constructor and Description |
---|
ChannelMappingManager(java.sql.Connection con,
int mid)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
deleteChannelMappings(int channelID)
Deprecated.
|
void |
deleteMapping(int id)
Deprecated.
|
ChannelMapping |
findConflictMapping(ChannelMapping mapping)
Deprecated.
|
java.util.List<ChannelMapping> |
getChannelMappingList(java.util.Calendar date)
Deprecated.
|
java.util.List<ChannelMapping> |
getChannelMappingList(int channelID)
Deprecated.
|
ChannelMapping |
getMappingById(int id)
Deprecated.
|
ChannelMapping |
getMappingByID(int id)
Deprecated.
|
void |
updateMapping(int id,
ChannelMapping mapping)
Deprecated.
|
public ChannelMappingManager(java.sql.Connection con, int mid)
public void updateMapping(int id, ChannelMapping mapping)
public ChannelMapping getMappingById(int id)
@Deprecated public ChannelMapping getMappingByID(int id)
getMappingById(int)
.id
- public java.util.List<ChannelMapping> getChannelMappingList(int channelID)
public java.util.List<ChannelMapping> getChannelMappingList(java.util.Calendar date)
public void deleteMapping(int id)
public void deleteChannelMappings(int channelID)
public ChannelMapping findConflictMapping(ChannelMapping mapping)