Package org.cyclos.impl.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()IdentificationMethodgetDefaultPaymentIdMethod()PrincipalTypegetDefaultPaymentPrincipalType()IdentificationMethodgetDefaultReceivePaymentIdMethod()PrincipalTypegetDefaultReceivePaymentPrincipalType()Set<PrincipalType>getPaymentPrincipalTypes()Set<PrincipalType>getPrincipalTypesAllowingQrCode()Set<PrincipalType>getReceivePaymentPrincipalTypes()booleanisAllowScanQrCodeOnPayment()booleanisAllowScanQrCodeOnReceivePayment()booleanisAutocompleteOnPayment()booleanisAutocompleteOnReceivePayment()booleanisContactsOnPayment()booleanisContactsOnReceivePayment()
-
-
-
Method Detail
-
getChannel
Channel getChannel()
-
getDefaultPaymentIdMethod
IdentificationMethod getDefaultPaymentIdMethod()
-
getDefaultPaymentPrincipalType
PrincipalType getDefaultPaymentPrincipalType()
-
getDefaultReceivePaymentIdMethod
IdentificationMethod getDefaultReceivePaymentIdMethod()
-
getDefaultReceivePaymentPrincipalType
PrincipalType getDefaultReceivePaymentPrincipalType()
-
getPaymentPrincipalTypes
Set<PrincipalType> getPaymentPrincipalTypes()
-
getPrincipalTypesAllowingQrCode
Set<PrincipalType> getPrincipalTypesAllowingQrCode()
-
getReceivePaymentPrincipalTypes
Set<PrincipalType> getReceivePaymentPrincipalTypes()
-
isAllowScanQrCodeOnPayment
boolean isAllowScanQrCodeOnPayment()
-
isAllowScanQrCodeOnReceivePayment
boolean isAllowScanQrCodeOnReceivePayment()
-
isAutocompleteOnPayment
boolean isAutocompleteOnPayment()
-
isAutocompleteOnReceivePayment
boolean isAutocompleteOnReceivePayment()
-
isContactsOnPayment
boolean isContactsOnPayment()
-
isContactsOnReceivePayment
boolean isContactsOnReceivePayment()
-
-