Package org.cyclos.entities.system
Interface ChannelSettingsAccessor
-
- All Known Implementing Classes:
ChannelConfiguration,SmsChannelConfiguration
public interface ChannelSettingsAccessorGeneral settings of a specific channel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChannelgetChannel()PaymentPrincipalsConfigurationgetPayment()PaymentPrincipalsConfigurationgetPos()Set<PrincipalType>getPrincipalTypesAllowingQrCode()
-
-
-
Method Detail
-
getChannel
Channel getChannel()
-
getPayment
PaymentPrincipalsConfiguration getPayment()
-
getPos
PaymentPrincipalsConfiguration getPos()
-
getPrincipalTypesAllowingQrCode
Set<PrincipalType> getPrincipalTypesAllowingQrCode()
-
-