public interface ChannelServiceLocal extends ChannelService, org.cyclos.impl.CRUDServiceLocal<Channel,ChannelDTO,ChannelData,java.lang.Void>
| Modifier and Type | Method and Description |
|---|---|
Channel |
getAccessClient()
Returns the access client channel
|
Channel |
getMain()
Returns the main 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 getAccessClient() throws FrameworkException
FrameworkExceptionChannel getMain() throws FrameworkException
FrameworkExceptionChannel getPos()
Channel getSms() throws FrameworkException
FrameworkExceptionChannel getWebServices() throws FrameworkException
FrameworkExceptionjava.util.List<Channel> listAll() throws FrameworkException
FrameworkExceptionChannel load(java.lang.String internalName) throws FrameworkException
FrameworkException