Package com.ibm.commerce.giftregistry.registry

  • Interface Summary 
    Interface Description
    ECGiftRegistryRuleConstants
    This file specifies the gift registry rule constants used by the business rule registry code Behaviour:
    Defines a constant rule value for each of the business rules that exists in the GRREGRULE database table.
  • Class Summary 
    Class Description
    GiftRegistryRuleRegistry
    When activated, will query the database table GRREGRULE and will create a GiftRegistryRuleEntry for each rule defined into a hashtable that will used in the creation of an instance of the GiftRegistryRuleRegistry.
    GiftRegistryRules
    Provides a set of helper methods and code logic to retrieve business rule data from the GiftRegistryRuleRegistry Behaviour:
    Searches for a business rule value for a specific store, event type and business rule, then provides input parameters of storeId (Integer), eventTypeName (string), and businessRuleName (Integer).