Enum Class ModuleSetupKeys
java.lang.Object
java.lang.Enum<ModuleSetupKeys>
ru.bitel.bgbilling.modules.sberbank.server.bean.enums.ModuleSetupKeys
- All Implemented Interfaces:
Serializable,Comparable<ModuleSetupKeys>,Constable,ParameterMapKey
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionsberbank.autopayment.enable=falsesberbank.autopayment.features=sberbank.autopayment.mode.auto.day.sum.default=500sberbank.autopayment.mode.auto.day.sum.max=3000sberbank.autopayment.mode.auto.enable=falsesberbank.autopayment.mode.auto.month.sum.default=3000sberbank.autopayment.mode.auto.month.sum.max=10000sberbank.autopayment.mode.auto.week.sum.default=1000sberbank.autopayment.mode.auto.week.sum.max=5000sberbank.autopayment.mode.default=0sberbank.autopayment.mode.month.day.default=invalid reference
BGBaseConstants.AUTOPAYMENT_MODE_MONTH_DAY_DEFAULTsberbank.autopayment.mode.month.enable=falsesberbank.autopayment.mode.month.sum.max=invalid reference
BGBaseConstants.DEFAULT_SUM_MAXsberbank.autopayment.mode.month.sum.min=invalid reference
BGBaseConstants.DEFAULT_SUM_MINsberbank.autopayment.mode.week.day.default=invalid reference
BGBaseConstants.AUTOPAYMENT_MODE_WEEK_DAY_DEFAULTsberbank.autopayment.mode.week.enable=falsesberbank.autopayment.mode.week.sum.max=invalid reference
BGBaseConstants.DEFAULT_SUM_MAXsberbank.autopayment.mode.week.sum.min=invalid reference
BGBaseConstants.DEFAULT_SUM_MINsberbank.autopayment.rest.user.name=autopaymentUsersberbank.autopayment.rest.user.pswd=autopaymentPasswordsberbank.card.enable=truesberbank.fiscalization.customer.address.enable=truesberbank.fiscalization.customer.address.required=falsesberbank.fiscalization.customer.address.title=sberbank.fiscalization.enable=falsesberbank.fiscalization.receipt.name=Пополнение счета по договору №{CONTRACT_TITLE}sberbank.fiscalization.receipt.qty=1sberbank.fiscalization.receipt.qty.measure=штsberbank.fiscalization.receipt.tax.system=0sberbank.fiscalization.receipt.tax.type=sberbank.fiscalization.receipt.vat=0sberbank.request.read.timeout=5000sberbank.request.timeout=10000sberbank.rest.bindings.url=https://securepayments.sberbank.ru/payment/rest/getBindings.dosberbank.rest.currency=0sberbank.rest.description=Пополнение счета по договору №{CONTRACT_TITLE}sberbank.rest.language=rusberbank.rest.order.binding.url=https://securepayments.sberbank.ru/payment/rest/paymentOrderBinding.dosberbank.rest.order.status.url=https://securepayments.sberbank.ru/payment/rest/getOrderStatusExtended.dosberbank.rest.register.url=https://securepayments.sberbank.ru/payment/rest/register.dosberbank.rest.return.url=sberbank.rest.user.name=usersberbank.rest.user.pswd=passwordsberbank.sbp.enable=falsesberbank.sum.max=invalid reference
BGBaseConstants.DEFAULT_SUM_MAXsberbank.sum.min=invalid reference
BGBaseConstants.DEFAULT_SUM_MIN -
Method Summary
Modifier and TypeMethodDescriptiongetName()getTitle()static ModuleSetupKeysReturns the enum constant of this class with the specified name.static ModuleSetupKeys[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface ru.bitel.common.ParameterMapKey
getParent, getSubLevel
-
Enum Constant Details
-
SBERBANK_SUM_MIN
sberbank.sum.min=invalid reference
BGBaseConstants.DEFAULT_SUM_MIN -
SBERBANK_SUM_MAX
sberbank.sum.max=invalid reference
BGBaseConstants.DEFAULT_SUM_MAX -
SBERBANK_CARD_ENABLE
sberbank.card.enable=true -
SBERBANK_SBP_ENABLE
sberbank.sbp.enable=false -
SBERBANK_REQUEST_TIMEOUT
sberbank.request.timeout=10000 -
SBERBANK_REQUEST_READ_TIMEOUT
sberbank.request.read.timeout=5000 -
SBERBANK_REST_USER_NAME
sberbank.rest.user.name=user -
SBERBANK_REST_USER_PSWD
sberbank.rest.user.pswd=password -
SBERBANK_REST_LANGUAGE
sberbank.rest.language=ru -
SBERBANK_REST_CURRENCY
sberbank.rest.currency=0 -
SBERBANK_REST_DESCRIPTION
sberbank.rest.description=Пополнение счета по договору №{CONTRACT_TITLE} -
SBERBANK_REST_REGISTER_URL
sberbank.rest.register.url=https://securepayments.sberbank.ru/payment/rest/register.do -
SBERBANK_REST_ORDER_STATUS_URL
sberbank.rest.order.status.url=https://securepayments.sberbank.ru/payment/rest/getOrderStatusExtended.do -
SBERBANK_REST_ORDER_BINDINGS_URL
sberbank.rest.order.binding.url=https://securepayments.sberbank.ru/payment/rest/paymentOrderBinding.do -
SBERBANK_REST_BINDINGS_URL
sberbank.rest.bindings.url=https://securepayments.sberbank.ru/payment/rest/getBindings.do -
SBERBANK_REST_RETURN_URL
sberbank.rest.return.url= -
SBERBANK_FISCALIZATION_ENABLE
sberbank.fiscalization.enable=false -
SBERBANK_FISCALIZATION_RECEIPT_NAME
sberbank.fiscalization.receipt.name=Пополнение счета по договору №{CONTRACT_TITLE} -
SBERBANK_FISCALIZATION_RECEIPT_QTY
sberbank.fiscalization.receipt.qty=1 -
SBERBANK_FISCALIZATION_RECEIPT_QTY_MEASURE
sberbank.fiscalization.receipt.qty.measure=шт -
SBERBANK_FISCALIZATION_RECEIPT_VAT
sberbank.fiscalization.receipt.vat=0 -
SBERBANK_FISCALIZATION_RECEIPT_TAX_TYPE
sberbank.fiscalization.receipt.tax.type= -
SBERBANK_FISCALIZATION_RECEIPT_TAX_SYSTEM
sberbank.fiscalization.receipt.tax.system=0 -
SBERBANK_FISCALIZATION_CUSTOMER_ADDRESS_ENABLE
sberbank.fiscalization.customer.address.enable=true -
SBERBANK_FISCALIZATION_CUSTOMER_ADDRESS_TITLE
sberbank.fiscalization.customer.address.title= -
SBERBANK_FISCALIZATION_CUSTOMER_ADDRESS_REQUIRED
sberbank.fiscalization.customer.address.required=false -
SBERBANK_AUTOPAYMENT_ENABLE
sberbank.autopayment.enable=false -
SBERBANK_AUTOPAYMENT_FEATURES
sberbank.autopayment.features= -
SBERBANK_AUTOPAYMENT_REST_USER_NAME
sberbank.autopayment.rest.user.name=autopaymentUser -
SBERBANK_AUTOPAYMENT_REST_USER_PSWD
sberbank.autopayment.rest.user.pswd=autopaymentPassword -
SBERBANK_AUTOPAYMENT_MODE_DEFAULT
sberbank.autopayment.mode.default=0 -
SBERBANK_AUTOPAYMENT_MODE_WEEK_ENABLE
sberbank.autopayment.mode.week.enable=false -
SBERBANK_AUTOPAYMENT_MODE_WEEK_DAY_DEFAULT
sberbank.autopayment.mode.week.day.default=invalid reference
BGBaseConstants.AUTOPAYMENT_MODE_WEEK_DAY_DEFAULT -
SBERBANK_AUTOPAYMENT_MODE_WEEK_SUM_MIN
sberbank.autopayment.mode.week.sum.min=invalid reference
BGBaseConstants.DEFAULT_SUM_MIN -
SBERBANK_AUTOPAYMENT_MODE_WEEK_SUM_MAX
sberbank.autopayment.mode.week.sum.max=invalid reference
BGBaseConstants.DEFAULT_SUM_MAX -
SBERBANK_AUTOPAYMENT_MODE_MONTH_ENABLE
sberbank.autopayment.mode.month.enable=false -
SBERBANK_AUTOPAYMENT_MODE_MONTH_DAY_DEFAULT
sberbank.autopayment.mode.month.day.default=invalid reference
BGBaseConstants.AUTOPAYMENT_MODE_MONTH_DAY_DEFAULT -
SBERBANK_AUTOPAYMENT_MODE_MONTH_SUM_MIN
sberbank.autopayment.mode.month.sum.min=invalid reference
BGBaseConstants.DEFAULT_SUM_MIN -
SBERBANK_AUTOPAYMENT_MODE_MONTH_SUM_MAX
sberbank.autopayment.mode.month.sum.max=invalid reference
BGBaseConstants.DEFAULT_SUM_MAX -
SBERBANK_AUTOPAYMENT_MODE_AUTO_ENABLE
sberbank.autopayment.mode.auto.enable=false -
SBERBANK_AUTOPAYMENT_MODE_AUTO_DAY_SUM_DEFAULT
sberbank.autopayment.mode.auto.day.sum.default=500 -
SBERBANK_AUTOPAYMENT_MODE_AUTO_DAY_SUM_MAX
sberbank.autopayment.mode.auto.day.sum.max=3000 -
SBERBANK_AUTOPAYMENT_MODE_AUTO_WEEK_SUM_DEFAULT
sberbank.autopayment.mode.auto.week.sum.default=1000 -
SBERBANK_AUTOPAYMENT_MODE_AUTO_WEEK_SUM_MAX
sberbank.autopayment.mode.auto.week.sum.max=5000 -
SBERBANK_AUTOPAYMENT_MODE_AUTO_MONTH_SUM_DEFAULT
sberbank.autopayment.mode.auto.month.sum.default=3000 -
SBERBANK_AUTOPAYMENT_MODE_AUTO_MONTH_SUM_MAX
sberbank.autopayment.mode.auto.month.sum.max=10000
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getName
- Specified by:
getNamein interfaceParameterMapKey
-
getDefaultValue
- Specified by:
getDefaultValuein interfaceParameterMapKey
-
getTitle
- Specified by:
getTitlein interfaceParameterMapKey
-
getDescription
- Specified by:
getDescriptionin interfaceParameterMapKey
-