Enum Class ModuleSetupKeys

java.lang.Object
java.lang.Enum<ModuleSetupKeys>
ru.bitel.bgbilling.modules.rurupay.server.bean.enums.ModuleSetupKeys
All Implemented Interfaces:
Serializable, Comparable<ModuleSetupKeys>, Constable, ParameterMapKey

public enum ModuleSetupKeys extends Enum<ModuleSetupKeys> implements ParameterMapKey
  • Enum Constant Details

    • RURUPAY_SUM_MIN

      public static final ModuleSetupKeys RURUPAY_SUM_MIN
      rurupay.sum.min=
      invalid reference
      BGBaseConstants.DEFAULT_SUM_MIN
    • RURUPAY_SUM_MAX

      public static final ModuleSetupKeys RURUPAY_SUM_MAX
      rurupay.sum.max=
      invalid reference
      BGBaseConstants.DEFAULT_SUM_MAX
    • RURUPAY_MERCHANT_LOGIN

      public static final ModuleSetupKeys RURUPAY_MERCHANT_LOGIN
      rurupay.merchant.login=
    • RURUPAY_MERCHANT_PASSWORD_1

      public static final ModuleSetupKeys RURUPAY_MERCHANT_PASSWORD_1
      rurupay.merchant.password.1=
    • RURUPAY_DESCRIPTION

      public static final ModuleSetupKeys RURUPAY_DESCRIPTION
      rurupay.description=Пополнение баланса по договору №{CONTRACT_TITLE}
    • RURUPAY_GATE_URL

      public static final ModuleSetupKeys RURUPAY_GATE_URL
      rurupay.gate.url=https://merchant.roboxchange.com/Index.aspx
    • RURUPAY_PAYMENT_TYPE_ID

      public static final ModuleSetupKeys RURUPAY_PAYMENT_TYPE_ID
      rurupay.payment.type.id=
    • RURUPAY_PAYMENT_COMMENT

      public static final ModuleSetupKeys RURUPAY_PAYMENT_COMMENT
      rurupay.payment.comment=Оплата через платежный шлюз RuRuPay [транзакция #{TRANSACTION_ID}]
    • RURUPAY_XML_URL

      public static final ModuleSetupKeys RURUPAY_XML_URL
      rurupay.xml.url=
    • RURUPAY_METHOD_STATE

      public static final ModuleSetupKeys RURUPAY_METHOD_STATE
      rurupay.xml.method.state=
    • PARTNER_ID

      public static final ModuleSetupKeys PARTNER_ID
      partner_id=0
    • SERVICE_ID

      public static final ModuleSetupKeys SERVICE_ID
      service_id=0
    • SECRETWORD

      public static final ModuleSetupKeys SECRETWORD
      secretword=
    • ACTION_URL

      public static final ModuleSetupKeys ACTION_URL
      action_url=
    • PAYMENTTYPE

      public static final ModuleSetupKeys PAYMENTTYPE
      paymenttype=0
    • PAYMENT_COMMENT

      public static final ModuleSetupKeys PAYMENT_COMMENT
      payment_comment=Оплата по дог. {$contract.getTitle} ({$contract.getComment}) через RuRu на сумму {$payment.getSum} от {$date}
  • Method Details

    • values

      public static ModuleSetupKeys[] 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

      public static ModuleSetupKeys valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getName

      public String getName()
      Specified by:
      getName in interface ParameterMapKey
    • getDefaultValue

      public String getDefaultValue()
      Specified by:
      getDefaultValue in interface ParameterMapKey
    • getTitle

      public String getTitle()
      Specified by:
      getTitle in interface ParameterMapKey
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface ParameterMapKey