Class CouponServicesConstants
java.lang.Object
de.hybris.platform.couponservices.constants.GeneratedCouponServicesConstants
de.hybris.platform.couponservices.constants.CouponServicesConstants
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.couponservices.constants.GeneratedCouponServicesConstants
GeneratedCouponServicesConstants.Attributes, GeneratedCouponServicesConstants.TC -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe property that defines coupon code already applied error message code used while coupon code redemption.static final StringThe property that defines coupon code has already been redeemed error message code used while coupon code redemption.static final StringThe property that defines coupon code expired or not active error message code used while coupon code redemption.static final StringThe default algorithm used for coupon code generation (AES).static final StringThe property that stores which algorithm to use for coupon code generationstatic final StringThe property that defines global characterset allows multi byte characters used for coupon code generation.static final StringThe property that defines alphabet allows variable length used for coupon code generation.static final intThe default alphabet length (16).static final StringThe property that stores the alphabet length for each coupon.static final StringThe default character set containing all characters that can be used for coupon codes.static final StringThe property that stores the global character set containing all characters that can be used for coupon codes.static final intThe default key size (256).static final StringThe property that stores the key size of the algorithm used for coupon code generationstatic final StringThe property that stores the media folder qualifier for generated coupons.static final StringThe default media folder qualifier used for coupon code generation.static final StringThe property that defines whether to use a SecureRandom (vs.static final StringThe default prefix regex used for coupon code generation.static final StringThe property that defines the prefix regex used for coupon code generation.static final StringThe property that defines signature algorithm allows non aes used for coupon code generation.static final StringThe property that defines invalid coupon code error message code used while coupon code redemption.static final StringThe property that defines coupon general error code used while coupon code redemption.static final Stringstatic final StringThe property that defines order recalculation error message code used while coupon code redemption.static final StringThe property that defines configurable setting for the validation of coupon code redemption.static final String -
Method Summary
-
Field Details
-
EXTENSIONNAME
- See Also:
-
COUPON_CODE_GENERATION_ALGORITHM_PROPERTY
The property that stores which algorithm to use for coupon code generation- See Also:
-
COUPON_CODE_GENERATION_ALGORITHM_DEFAULT_VALUE
The default algorithm used for coupon code generation (AES). This is used for the ciphertext generation.- See Also:
-
COUPON_CODE_GENERATION_KEY_SIZE_PROPERTY
The property that stores the key size of the algorithm used for coupon code generation- See Also:
-
COUPON_CODE_GENERATION_KEY_SIZE_DEFAULT_VALUE
public static final int COUPON_CODE_GENERATION_KEY_SIZE_DEFAULT_VALUEThe default key size (256).- See Also:
-
COUPON_CODE_GENERATION_GLOBAL_CHARACTERSET_PROPERTY
The property that stores the global character set containing all characters that can be used for coupon codes. From this a randomly shuffled coupon alphabet is selected when a new coupon is created.- See Also:
-
COUPON_CODE_GENERATION_GLOBAL_CHARACTERSET_DEFAULT_VALUE
The default character set containing all characters that can be used for coupon codes.- See Also:
-
COUPON_CODE_GENERATION_ALPHABET_LENGTH_PROPERTY
The property that stores the alphabet length for each coupon.- See Also:
-
COUPON_CODE_GENERATION_MEDIA_FOLDER_QUALIFIER
The property that stores the media folder qualifier for generated coupons.- See Also:
-
COUPON_CODE_GENERATION_MEDIA_FOLDER_QUALIFIER_DEFAULT_VALUE
The default media folder qualifier used for coupon code generation.- See Also:
-
COUPON_CODE_GENERATION_ALPHABET_LENGTH_DEFAULT_VALUE
public static final int COUPON_CODE_GENERATION_ALPHABET_LENGTH_DEFAULT_VALUEThe default alphabet length (16). Note that the default implementation for coupon code generation only supports the default value.- See Also:
-
COUPON_CODE_GENERATION_PICK_ALPHABET_USING_SECURERANDOM_PROPERTY
The property that defines whether to use a SecureRandom (vs. a regular java.util.Random) for randomly picking an alphabet for each coupon. Setting this property totrueresults in using SecureRandom. Note that if your hybris installation runs on a VM, using SecureRandom requires special setup in order to avoid poor performance.- See Also:
-
COUPON_CODE_GENERATION_PREFIX_REGEX_PROPERTY
The property that defines the prefix regex used for coupon code generation.- See Also:
-
COUPON_CODE_GENERATION_PREFIX_REGEX_DEFAULT_VALUE
The default prefix regex used for coupon code generation.- See Also:
-
COUPON_CODE_GENERATION_ALLOW_MULTIBYTE_CHARACTERS_PROPERTY
The property that defines global characterset allows multi byte characters used for coupon code generation.- See Also:
-
COUPON_CODE_GENERATION_SIGNATURE_ALGORITHM_ALLOW_NON_AES_PROPERTY
The property that defines signature algorithm allows non aes used for coupon code generation.- See Also:
-
COUPON_CODE_GENERATION_ALPHABET_ALLOW_VARIABLE_LENGTH_PROPERTY
The property that defines alphabet allows variable length used for coupon code generation.- See Also:
-
COUPON_CODE_INVALID_ERROR_CODE
The property that defines invalid coupon code error message code used while coupon code redemption.- See Also:
-
COUPON_CODE_ALREADY_REDEEMED_ERROR_CODE
The property that defines coupon code has already been redeemed error message code used while coupon code redemption.- See Also:
-
COUPON_ORDER_RECALCULATION_ERROR_CODE
The property that defines order recalculation error message code used while coupon code redemption.- See Also:
-
COUPON_CODE_EXPIRED_ERROR_CODE
The property that defines coupon code expired or not active error message code used while coupon code redemption.- See Also:
-
COUPON_CODE_ALREADY_EXISTS_ERROR_CODE
The property that defines coupon code already applied error message code used while coupon code redemption.- See Also:
-
COUPON_GENERAL_ERROR_CODE
The property that defines coupon general error code used while coupon code redemption.- See Also:
-
COUPON_REDEMPTION_VALIDATION_PRO
The property that defines configurable setting for the validation of coupon code redemption.- See Also:
-
COUPON_IDS
- See Also:
-