Package org.cyclos.impl.access
Interface ChannelServiceLocal
-
- All Superinterfaces:
ChannelService,CRUDService<ChannelDTO,ChannelData,Void>,CRUDServiceLocal<Channel,ChannelDTO,ChannelData,Void>,Service
- All Known Implementing Classes:
ChannelServiceImpl
public interface ChannelServiceLocal extends ChannelService, CRUDServiceLocal<Channel,ChannelDTO,ChannelData,Void>
Local interface for channel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Channelfind(String internalName, Network network)Finds a channel by internal name in the specified networkChannelgetEasyInvoice()Returns the easy invoice channelChannelgetMain()Returns the main channelChannelgetMobile()Returns the mobile channelChannelgetOidc()Returns the OAuth2 / OpenID Connect channelChannelgetPos()Returns the POS channelChannelgetSms()Returns the sms channelChannelgetTicket()Returns the ticket channelChannelgetWebServices()Returns the web services channelList<Channel>listAll()Returns all channelsChannelload(String internalName)Loads a channel by internal name-
Methods inherited from interface org.cyclos.services.access.ChannelService
list
-
Methods inherited from interface org.cyclos.services.CRUDService
getData, getDataForNew, load, remove, removeAll, save
-
Methods inherited from interface org.cyclos.impl.CRUDServiceLocal
find, findAll, getEntityClass, newEntity, remove, removeAll, saveEntity, saveSkippingEntityLog, toDTO, toEntity, validate
-
-
-
-
Method Detail
-
find
Channel find(String internalName, Network network)
Finds a channel by internal name in the specified network
-
getEasyInvoice
Channel getEasyInvoice()
Returns the easy invoice channel
-
getMain
Channel getMain()
Returns the main channel
-
getMobile
Channel getMobile()
Returns the mobile channel
-
getOidc
Channel getOidc()
Returns the OAuth2 / OpenID Connect channel
-
getPos
Channel getPos()
Returns the POS channel
-
getSms
Channel getSms()
Returns the sms channel
-
getTicket
Channel getTicket()
Returns the ticket channel
-
getWebServices
Channel getWebServices()
Returns the web services channel
-
-