Enum DefaultSavedPaymentMethodStorageLocations

java.lang.Object
java.lang.Enum<DefaultSavedPaymentMethodStorageLocations>
com.broadleafcommerce.paymenttransaction.domain.enums.DefaultSavedPaymentMethodStorageLocations
All Implemented Interfaces:
SavedPaymentMethodStorageLocation, Serializable, Comparable<DefaultSavedPaymentMethodStorageLocations>

@Deprecated(since="1.0.2", forRemoval=true) public enum DefaultSavedPaymentMethodStorageLocations extends Enum<DefaultSavedPaymentMethodStorageLocations> implements SavedPaymentMethodStorageLocation
Deprecated, for removal: This API element is subject to removal in a future version.
since 1.0.2. In the future, the option of using CustomerServices as saved payment method storage location will be removed, therefore these properties will no longer be needed.
  • Enum Constant Details

    • BLC_CUSTOMER_SERVICES

      public static final DefaultSavedPaymentMethodStorageLocations BLC_CUSTOMER_SERVICES
      Deprecated, for removal: This API element is subject to removal in a future version.
      Describes Broadleaf's CustomerServices.
    • BLC_PAYMENT_TRANSACTION_SERVICES

      public static final DefaultSavedPaymentMethodStorageLocations BLC_PAYMENT_TRANSACTION_SERVICES
      Deprecated, for removal: This API element is subject to removal in a future version.
      Describes Broadleaf's PaymentTransactionServices.
  • Method Details

    • values

      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static DefaultSavedPaymentMethodStorageLocations valueOf(String name)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • isBroadleafCustomerServices

      public static boolean isBroadleafCustomerServices(String storageLocation)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • isBroadleafPaymentTransactionServices

      public static boolean isBroadleafPaymentTransactionServices(String storageLocation)
      Deprecated, for removal: This API element is subject to removal in a future version.