Enum Class DefaultSavedPaymentMethodStorageLocations
java.lang.Object
java.lang.Enum<DefaultSavedPaymentMethodStorageLocations>
com.broadleafcommerce.paymenttransaction.domain.enums.DefaultSavedPaymentMethodStorageLocations
- All Implemented Interfaces:
SavedPaymentMethodStorageLocation
,Serializable
,Comparable<DefaultSavedPaymentMethodStorageLocations>
,Constable
@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.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Describes Broadleaf's CustomerServices.Deprecated, for removal: This API element is subject to removal in a future version.Describes Broadleaf's PaymentTransactionServices. -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isBroadleafCustomerServices
(String storageLocation) Deprecated, for removal: This API element is subject to removal in a future version.static boolean
isBroadleafPaymentTransactionServices
(String storageLocation) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.values()
Deprecated, for removal: This API element is subject to removal in a future version.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, valueOf
Methods inherited from interface com.broadleafcommerce.paymenttransaction.domain.enums.SavedPaymentMethodStorageLocation
name
-
Enum Constant Details
-
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
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 class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Deprecated, for removal: This API element is subject to removal in a future version.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
-
isBroadleafCustomerServices
Deprecated, for removal: This API element is subject to removal in a future version. -
isBroadleafPaymentTransactionServices
Deprecated, for removal: This API element is subject to removal in a future version.
-