public interface ChannelServiceLocal extends ChannelService, CRUDServiceLocal<Channel,ChannelDTO,ChannelData,java.lang.Void>
| Modifier and Type | Method and Description |
|---|---|
Channel |
find(java.lang.String internalName,
Network network)
Finds a channel by internal name in the specified network
|
Channel |
getMain()
Returns the main channel
|
Channel |
getMobile()
Returns the mobile channel
|
Channel |
getPos()
Returns the POS channel
|
Channel |
getSms()
Returns the sms channel
|
Channel |
getWebServices()
Returns the web services channel
|
java.util.List<Channel> |
listAll()
Returns all channels
|
Channel |
load(java.lang.String internalName)
Loads a channel by internal name
|
listfind, findAll, getEntityClass, newEntity, remove, removeAll, toDTO, toEntity, validategetData, getDataForNew, load, remove, removeAll, saveChannel find(java.lang.String internalName, Network network)
Channel getMain()
Channel getMobile()
Channel getPos()
Channel getSms()
Channel getWebServices()
java.util.List<Channel> listAll()
Channel load(java.lang.String internalName)