com.ibm.commerce.giftcenter.rules

Class GiftListRuleConstants

  • java.lang.Object
    • com.ibm.commerce.giftcenter.rules.GiftListRuleConstants


  • public class GiftListRuleConstants
    extends java.lang.Object
    This helper class defines the various rule-based constants for gift lists.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The IBM Copyright notice field.
        See Also:
        Constant Field Values
      • DATE_FORMAT_PATTERN

        public static final java.lang.String DATE_FORMAT_PATTERN
        The date format pattern used to log the date values.
        See Also:
        Constant Field Values
      • WISHLIST_EVENT_TYPE_NAME

        public static final java.lang.String WISHLIST_EVENT_TYPE_NAME
        The event type name for wish lists.
        See Also:
        Constant Field Values
      • DEFAULT_EVENT_TYPE_NAME

        public static final java.lang.String DEFAULT_EVENT_TYPE_NAME
        The default eventTypeName.
        See Also:
        Constant Field Values
      • DEFAULT_STORE_ID

        public static final java.lang.Integer DEFAULT_STORE_ID
        The default storeId.
      • EC_RULE_MAXIMUM_NUM_OF_REGISTRIES

        public static final java.lang.Integer EC_RULE_MAXIMUM_NUM_OF_REGISTRIES
        Constant to represent the rule that the maximum number of registries allowed per registrant should not exceed a preconfigured number.
      • EC_RULE_EVENT_DATE_IN_PAST

        public static final java.lang.Integer EC_RULE_EVENT_DATE_IN_PAST
        Constant to represent the rule that an event date can be updated to a past date while updating a registry event date.
      • EC_RULE_UPDATE_QTY_LESS_THAN_QTY_PURCHASED

        public static final java.lang.Integer EC_RULE_UPDATE_QTY_LESS_THAN_QTY_PURCHASED
        Constant to represent the rule that the item quantity can be updated to a value which is less that the quantity purchased.
      • EC_RULE_GR_ITEMS_CAN_BE_REMOVED_WITH_PURCHASE_RECORDS

        public static final java.lang.Integer EC_RULE_GR_ITEMS_CAN_BE_REMOVED_WITH_PURCHASE_RECORDS
        Constant to represent the rule that the items with purchase records can be deleted.
      • EC_RULE_TOTAL_NUM_OF_REGISTRY_ITEMS

        public static final java.lang.Integer EC_RULE_TOTAL_NUM_OF_REGISTRY_ITEMS
        Constant to represent the rule that the total number of items for a registry should not exceed a preconfigured number.
      • EC_RULE_MAX_NUM_OF_GIFT_ITEM_QTY

        public static final java.lang.Integer EC_RULE_MAX_NUM_OF_GIFT_ITEM_QTY
        Constant to represent the rule that the maximum number of the same item added to the registry cannot exceed a pre-configured number.
      • EC_RULE_DAYS_COMPLETION_PROG_ELIGIBLE_PAST_EVENT

        public static final java.lang.Integer EC_RULE_DAYS_COMPLETION_PROG_ELIGIBLE_PAST_EVENT
        Constant to represent the rule that the registrants become eligible for the completion program discount at a pre-configured number of days past their event date.
      • EC_RULE_DAYS_COMPLETION_PROG_INELIGIBLE_PAST_EVENT

        public static final java.lang.Integer EC_RULE_DAYS_COMPLETION_PROG_INELIGIBLE_PAST_EVENT
        Constant to represent the rule that the registrants become ineligible for the completion program discount at a pre-configured number of days past their event date.
      • EC_RULE_DAYS_EVENT_DATE_VALID_IN_PAST

        public static final java.lang.Integer EC_RULE_DAYS_EVENT_DATE_VALID_IN_PAST
        Constant to represent the rule that the registry can be created with an event date of a pre-configured number of days in the past.
      • EC_RULE_DAYS_EVENT_DATE_VALID_IN_FUTURE

        public static final java.lang.Integer EC_RULE_DAYS_EVENT_DATE_VALID_IN_FUTURE
        Constant to represent the rule that a registry can be created with an event date of a pre-configured number of days in the future.
    • Constructor Detail

      • GiftListRuleConstants

        public GiftListRuleConstants()