com.ibm.commerce.giftcenter.facade.server.helpers

Interface GiftListServerConstants



  • public interface GiftListServerConstants
    The class defines the constants that are required by the gift list service classes to build the data service requests to invoke the queries defined in the gift list query template files.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The IBM copyright field.
        See Also:
        Constant Field Values
      • COMPONENT_NAME

        static final java.lang.String COMPONENT_NAME
        This constant represents the component name for the gift list component.
        See Also:
        Constant Field Values
      • QUERY_PARAM_EVENTTYPENAME

        static final java.lang.String QUERY_PARAM_EVENTTYPENAME
        This constant represents the event type parameter
        See Also:
        Constant Field Values
      • QUERY_PARAM_EVENTID

        static final java.lang.String QUERY_PARAM_EVENTID
        This constant represents the event identifier parameter
        See Also:
        Constant Field Values
      • QUERY_PARAM_STOREID

        static final java.lang.String QUERY_PARAM_STOREID
        This constant represents the store identifier parameter
        See Also:
        Constant Field Values
      • QUERY_PARAM_EVENTTYPE_ID

        static final java.lang.String QUERY_PARAM_EVENTTYPE_ID
        This constant represents the event type identifier
        See Also:
        Constant Field Values
      • COLUMN_NAME_GRRULEVAL

        static final java.lang.String COLUMN_NAME_GRRULEVAL
        This constant refers the column name GRRULEVAL of the table GRREGRULE
        See Also:
        Constant Field Values
      • COLUMN_NAME_NAME

        static final java.lang.String COLUMN_NAME_NAME
        This constant refers the column name NAME of the table GRREGRULE
        See Also:
        Constant Field Values
      • COLUMN_NAME_STOREID

        static final java.lang.String COLUMN_NAME_STOREID
        This constant refers the column name STOREID of the table GRREGRULE
        See Also:
        Constant Field Values
      • COLUMN_NAME_EVENTTYPEID

        static final java.lang.String COLUMN_NAME_EVENTTYPEID
        This constant refers the column name EVENTTYPE_ID
        See Also:
        Constant Field Values
      • COLUMN_NAME_EVENTTYPENAME

        static final java.lang.String COLUMN_NAME_EVENTTYPENAME
        This constant refers the column name EVENTTYPENAME
        See Also:
        Constant Field Values
      • COLUMN_NAME_EVENTDATE

        static final java.lang.String COLUMN_NAME_EVENTDATE
        This constant refers the column name EVENTDATE of the table GRREGRULE
        See Also:
        Constant Field Values
      • COUNTROWS

        static final java.lang.String COUNTROWS
        This constant refers the alias name for the result of the SELECT COUNT(*) operation
        See Also:
        Constant Field Values
      • EC_GIFT_LIST_STATUS_ACTIVE

        static final java.lang.Integer EC_GIFT_LIST_STATUS_ACTIVE
        This constant refers the active status of the GiftList.
      • EC_GIFT_LIST_DEFAULT_STATUS

        static final java.lang.Integer EC_GIFT_LIST_DEFAULT_STATUS
        This constant refers the default status of the GiftList.
      • EC_GIFT_LIST_DEFAULT_TYPE

        static final java.lang.Integer EC_GIFT_LIST_DEFAULT_TYPE
        This constant refers the default type of the GiftList.
      • EC_GIFT_LIST_REGISTRANT_TYPE

        static final java.lang.Integer EC_GIFT_LIST_REGISTRANT_TYPE
        This constant refers the registrant type of the GiftList.
      • EC_GIFT_LIST_GUEST_TYPE

        static final java.lang.Integer EC_GIFT_LIST_GUEST_TYPE
        This constant refers the guest type of the GiftList.
      • EC_GIFT_LIST_ONLINE_LOCATION

        static final java.lang.String EC_GIFT_LIST_ONLINE_LOCATION
        This constant refers the online location of the GiftList.
        See Also:
        Constant Field Values
      • GL_RULE_VALIDATION_CONFIG_GROUPING

        static final java.lang.String GL_RULE_VALIDATION_CONFIG_GROUPING
        The constant that refers to the configuration grouping of the GiftList rules validation framework.
        See Also:
        Constant Field Values
      • GL_RULE_VALIDATION_CONFIG_XML

        static final java.lang.String GL_RULE_VALIDATION_CONFIG_XML
        The constant that refers to the configuration parameter for the GiftList rule validator file. Refer to the WC\xml\config\com.ibm.commerce.giftcenter\wc-GiftList-RuleValidator.xml file.
        See Also:
        Constant Field Values
      • GL_RULE_VALIDATION_EXT_CONFIG_XML

        static final java.lang.String GL_RULE_VALIDATION_EXT_CONFIG_XML
        The constant that refers to the configuration parameter for the extended GiftList rule validator file. Refer to the WC\xml\config\com.ibm.commerce.giftcenter\wc-GiftList-RuleValidator-ext.xml file.
        See Also:
        Constant Field Values
      • RULES_TAG

        static final java.lang.String RULES_TAG
        The constant which refer the <Rules> tag in the GiftList rule validator file.
        See Also:
        Constant Field Values
      • RULE_TAG

        static final java.lang.String RULE_TAG
        The constant which refer the <Rule> tag in the GiftList rule validator file.
        See Also:
        Constant Field Values
      • NAME_ATTRIB

        static final java.lang.String NAME_ATTRIB
        The constant which refer the name attribute tag in the GiftList rule validator file.
        See Also:
        Constant Field Values
      • VALIDATOR_CLASS_ATTRIB

        static final java.lang.String VALIDATOR_CLASS_ATTRIB
        The constant which refer the validatorImpl attribute tag in the GiftList rule validator file.
        See Also:
        Constant Field Values
      • VALIDATE_EVENT_ATTRIB

        static final java.lang.String VALIDATE_EVENT_ATTRIB
        The constant which refer the validateEvent attribute tag in the GiftList rule validator file.
        See Also:
        Constant Field Values
      • CREATE_EVENT

        static final java.lang.String CREATE_EVENT
        The constant which refers to the create event code in the GiftList rule validator file.
        See Also:
        Constant Field Values
      • DELETE_EVENT

        static final java.lang.String DELETE_EVENT
        The constant which refers to the delete event code in the GiftList rule validator file.
        See Also:
        Constant Field Values
      • UPDATE_EVENT

        static final java.lang.String UPDATE_EVENT
        The constant which refers to the update event code in the GiftList rule validator file.
        See Also:
        Constant Field Values
      • USERID_PARAM

        static final java.lang.String USERID_PARAM
        The constant which refers to the userId parameter used in the query templates.
        See Also:
        Constant Field Values
      • GIFTLISTID_PARAM

        static final java.lang.String GIFTLISTID_PARAM
        The constant which refers to the giftListId parameter used in the query templates.
        See Also:
        Constant Field Values
      • GC_SELECT_GIFTLIST_RULE_QRY

        static final java.lang.String GC_SELECT_GIFTLIST_RULE_QRY
        The constant which refers to the query template which selects all gift list rules.
        See Also:
        Constant Field Values
      • GC_SELECT_ACTIVE_GIFTLIST_FOR_REGISTRANTS

        static final java.lang.String GC_SELECT_ACTIVE_GIFTLIST_FOR_REGISTRANTS
        The constant which refers to the query template which selects the active gift lists for the registrant users.
        See Also:
        Constant Field Values
      • GC_SELECT_GIFTLIST_EVENT_DATE

        static final java.lang.String GC_SELECT_GIFTLIST_EVENT_DATE
        The constant which refers to the query template which selects the event date for a particular gift list.
        See Also:
        Constant Field Values
      • GIFTLIST_ACCESS_SPECIFIER_TYPE

        static final java.lang.String GIFTLIST_ACCESS_SPECIFIER_TYPE
        The constant represents the string "GiftListAccessSpecifierTypes".
        See Also:
        Constant Field Values
      • EC_WISH_LIST_TYPE

        static final int EC_WISH_LIST_TYPE
        The constant to denote a wish list type.
        See Also:
        Constant Field Values
      • ACCESS_PRIVATE

        static final java.lang.Integer ACCESS_PRIVATE
        The constant to denote the gift list access type ACCESS_PRIVATE.
      • ACCESS_PROTECTED

        static final java.lang.Integer ACCESS_PROTECTED
        The constant to denote the gift list access type ACCESS_PROTECTED.
      • ACCESS_PUBLIC

        static final java.lang.Integer ACCESS_PUBLIC
        The constant to denote the gift list access type ACCESS_PUBLIC.
      • EC_WISHLIST_EVENT_ID

        static final int EC_WISHLIST_EVENT_ID
        The constant to denote the wish list event identifier with value 0.
        See Also:
        Constant Field Values
      • EC_NULL_ADDRESS_ID

        static final long EC_NULL_ADDRESS_ID
        The constant to denote the address identifier with value 0.
        See Also:
        Constant Field Values
      • EC_POSTEVENT_ADDRESS_ID

        static final java.lang.String EC_POSTEVENT_ADDRESS_ID
        The constant to denote post event address ID.
        See Also:
        Constant Field Values
      • _STR_GET_GIFTLIST_BY_UNIQUEIDS_XPATH_KEY

        static final java.lang.String _STR_GET_GIFTLIST_BY_UNIQUEIDS_XPATH_KEY
        XPath key used to find gift lists by unique IDs.
        See Also:
        Constant Field Values
      • _STR_GET_GIFTLIST_REGISTRANT_BY_UNIQUEIDS_XPATH_KEY

        static final java.lang.String _STR_GET_GIFTLIST_REGISTRANT_BY_UNIQUEIDS_XPATH_KEY
        XPath key used to find the registrant for the gift lists by unique ID.
        See Also:
        Constant Field Values
      • _STR_GET_GIFTLIST_BY_UNIQUEID_XPATH_KEY

        static final java.lang.String _STR_GET_GIFTLIST_BY_UNIQUEID_XPATH_KEY
        XPath key used to find gift list by unique ID.
        See Also:
        Constant Field Values
      • _STR_XPATH_GET_GIFTLIST_ITEMS_UNIQUEIDS_AND_GIFLISTITEMIDS_XPATH_KEY

        static final java.lang.String _STR_XPATH_GET_GIFTLIST_ITEMS_UNIQUEIDS_AND_GIFLISTITEMIDS_XPATH_KEY
        The XPath key used for resolving a gift list item by unique ID.
        See Also:
        Constant Field Values
      • _STR_XPATH_RESOLVE_GIFTLIST_ITEM_BY_GIFTLIST_UNIQUEID_AND_PARTNUMBER_XPATH_KEY

        static final java.lang.String _STR_XPATH_RESOLVE_GIFTLIST_ITEM_BY_GIFTLIST_UNIQUEID_AND_PARTNUMBER_XPATH_KEY
        The XPath key used for resolving a gift list item by the part number and member ID.
        See Also:
        Constant Field Values
      • _STR_GET_GIFTLIST_BY_EXTERNALID_XPATH_KEY

        static final java.lang.String _STR_GET_GIFTLIST_BY_EXTERNALID_XPATH_KEY
        XPath key for resolving the gift list by external ID and store ID.
        See Also:
        Constant Field Values
      • _STR_GET_GIFTLIST_ACCESS_SPECIFIER_BY_GIFTLIST_UNIQUEIDS_XPATH_KEY

        static final java.lang.String _STR_GET_GIFTLIST_ACCESS_SPECIFIER_BY_GIFTLIST_UNIQUEIDS_XPATH_KEY
        XPath key for getting the gift list user authentication entries by unique IDs.
        See Also:
        Constant Field Values
      • _STR_XPATH_FIND_GIFTLIST_REGISTRANT_BY_REGISTRANT_ID

        static final java.lang.String _STR_XPATH_FIND_GIFTLIST_REGISTRANT_BY_REGISTRANT_ID
        The XPath selection of GiftList Registrant by GiftList ID and Registrant ID.
        See Also:
        Constant Field Values
      • _STR_XPATH_FIND_GIFTLIST_COREGISTRANTS_BY_COREGISTRANTS_ID

        static final java.lang.String _STR_XPATH_FIND_GIFTLIST_COREGISTRANTS_BY_COREGISTRANTS_ID
        The XPath selection of GiftList coRegistrants by GiftList ID and coRegistrants ID.
        See Also:
        Constant Field Values
      • _STR_XPATH_FIND_GIFTLIST_REGISTRANT_BY_GIFTLIST_ID

        static final java.lang.String _STR_XPATH_FIND_GIFTLIST_REGISTRANT_BY_GIFTLIST_ID
        The XPath selection of GiftList Registrant by GiftList ID.
        See Also:
        Constant Field Values
      • EC_PREEVENT_ADDRESS_ID

        static final java.lang.String EC_PREEVENT_ADDRESS_ID
        The constant to denote pre event address ID.
        See Also:
        Constant Field Values
      • EC_REGISTRANT_ADDRESS_ID

        static final java.lang.String EC_REGISTRANT_ADDRESS_ID
        The constant to denote registrant address ID.
        See Also:
        Constant Field Values
      • EC_COREGISTRANT_ADDRESS_ID

        static final java.lang.String EC_COREGISTRANT_ADDRESS_ID
        The constant to denote co-registrant address ID.
        See Also:
        Constant Field Values
      • EC_REGISTRANT_TYPE_REGISTRANT

        static final java.lang.Integer EC_REGISTRANT_TYPE_REGISTRANT
        The constant to denote registrant type as Registrant. type = 0, indicates that this person is the registrant.
      • EMPTY_STRING

        static final java.lang.String EMPTY_STRING
        The constant to represent an empty string, that is, a string of length 0.
        See Also:
        Constant Field Values
      • GIFT_LIST_STATES_VALUE_MAPPING

        static final java.lang.String GIFT_LIST_STATES_VALUE_MAPPING
        The constant to represent the GiftList states entry in the value mapping service.
        See Also:
        Constant Field Values
      • WISH_LIST_DEFAULT_STATUS

        static final java.lang.Integer WISH_LIST_DEFAULT_STATUS
        The constant to represent a user"s default wish list.
      • EC_GIFT_LIST_STATUS_DELETED

        static final java.lang.Integer EC_GIFT_LIST_STATUS_DELETED
        The constant to represent a deleted wish list.
      • EC_GIFT_LIST_STATUS_COMPLETED

        static final java.lang.Integer EC_GIFT_LIST_STATUS_COMPLETED
        The constant to represent a completed registry.
      • SQL_COMPOSER_STATE_PARAMETER

        static final java.lang.String SQL_COMPOSER_STATE_PARAMETER
        The constant to represent the state parameter of an XPath expression.
        See Also:
        Constant Field Values
      • EXTENDED_CONFIGURATION_MANAGEACCESS_ENCRYPTION_OPTION_PROPERTYNAME

        static final java.lang.String EXTENDED_CONFIGURATION_MANAGEACCESS_ENCRYPTION_OPTION_PROPERTYNAME
        The constant representing extended configuration property name to use one way hash encryption for manage access password.
        See Also:
        Constant Field Values
      • EXTENDED_CONFIGURATION_GUESTACCESS_ENCRYPTION_OPTION_PROPERTYNAME

        static final java.lang.String EXTENDED_CONFIGURATION_GUESTACCESS_ENCRYPTION_OPTION_PROPERTYNAME
        The constant representing extended configuration property name to use one way hash encryption for guest access password.
        See Also:
        Constant Field Values
      • EXTENDED_CONFIGURATION_GROUPING_NAME_GIFTLISTPASSWORD_ENCRYPTION_OPTIONS

        static final java.lang.String EXTENDED_CONFIGURATION_GROUPING_NAME_GIFTLISTPASSWORD_ENCRYPTION_OPTIONS
        The constant representing extended configuration group of password encryption options.
        See Also:
        Constant Field Values
      • EXTENDED_CONFIGURATION_ENCRYPTION_HELPER_PROPERTY_NAME

        static final java.lang.String EXTENDED_CONFIGURATION_ENCRYPTION_HELPER_PROPERTY_NAME
        The constant representing extended configuration property name for the encryption helper implementation to be used.
        See Also:
        Constant Field Values
      • _STR_ACCESS_SPECIFIER_PUBLIC

        static final java.lang.String _STR_ACCESS_SPECIFIER_PUBLIC
        The constant representing the Public access specifier.
        See Also:
        Constant Field Values
      • SQL_COMPOSER_REGISTRY_PARAMETER

        static final java.lang.String SQL_COMPOSER_REGISTRY_PARAMETER
        The constant to represent the registry type parameter of an XPath expression.
        See Also:
        Constant Field Values
      • GIFT_LIST_REGISTRY_VALUE_MAPPING

        static final java.lang.String GIFT_LIST_REGISTRY_VALUE_MAPPING
        The constant to represent the GiftList registry entry in the value mappping service.
        See Also:
        Constant Field Values
      • GIFT_LIST_EMAIL_ADDRESSING_METHOD_MAPPING

        static final java.lang.String GIFT_LIST_EMAIL_ADDRESSING_METHOD_MAPPING
        The constant to represent the email addressing method mapping key.
        See Also:
        Constant Field Values
      • GIFTLISTID

        static final java.lang.String GIFTLISTID
        The constant to represent the giftListId property that is passed to the announcement email template JSP.
        See Also:
        Constant Field Values
      • EXTERNAL_ID

        static final java.lang.String EXTERNAL_ID
        The constant to represent the externalId property that is passed to the announcement email template JSP.
        See Also:
        Constant Field Values
      • RECIPIENT

        static final java.lang.String RECIPIENT
        The constant to represent the email recipient property.
        See Also:
        Constant Field Values
      • SENDER

        static final java.lang.String SENDER
        The constant to represent the email sender property.
        See Also:
        Constant Field Values
      • SENDER_NAME

        static final java.lang.String SENDER_NAME
        The constant to represent the email sender name property.
        See Also:
        Constant Field Values
      • SENDER_EMAIL

        static final java.lang.String SENDER_EMAIL
        The constant to represent the email sender email property.
        See Also:
        Constant Field Values
      • MESSAGE

        static final java.lang.String MESSAGE
        The constant to represent the email message property.
        See Also:
        Constant Field Values
      • SUBJECT

        static final java.lang.String SUBJECT
        The constant to represent the email subject property.
        See Also:
        Constant Field Values
      • ADDR_METHOD_COPIED

        static final java.lang.String ADDR_METHOD_COPIED
        The constant to represent the email addressing method Copied.
        See Also:
        Constant Field Values
      • ADDR_METHOD_BLIND_COPIED

        static final java.lang.String ADDR_METHOD_BLIND_COPIED
        The constant to represent the email addressing method Blind Copied.
        See Also:
        Constant Field Values
      • CONFIG_DATA_COPIED

        static final java.lang.String CONFIG_DATA_COPIED
        The constant to represent the configuration data 'CC' to be used in the SendMsg command.
        See Also:
        Constant Field Values
      • CONFIG_DATA_BLIND_COPIED

        static final java.lang.String CONFIG_DATA_BLIND_COPIED
        The constant to represent the configuration data 'BCC' to be used in the SendMsg command.
        See Also:
        Constant Field Values
      • GUEST_ACCESS_KEY

        static final java.lang.String GUEST_ACCESS_KEY
        The constant to represent the guest access key property.
        See Also:
        Constant Field Values
      • GUEST_ACCESS_PASSWORD

        static final java.lang.String GUEST_ACCESS_PASSWORD
        The constant to represent the guest access password property. Used by the announcement service to pass the password for email announcements in case of a password protected registry.
        See Also:
        Constant Field Values
      • GIFTLIST_ANNOUNCEMENT_MESSAGE_TYPE

        static final java.lang.String GIFTLIST_ANNOUNCEMENT_MESSAGE_TYPE
        The constant to represent the gift registry announcement message types for sending the email.
        See Also:
        Constant Field Values
      • INTEREST_ITEMS_LIST_MESSAGE_TYPE

        static final java.lang.String INTEREST_ITEMS_LIST_MESSAGE_TYPE
        The constant to represent the interest items list message type for sending the email.
        See Also:
        Constant Field Values
      • GC_SELECT_TEMPLATE_PATH

        static final java.lang.String GC_SELECT_TEMPLATE_PATH
        The constant to represent the select query which returns the template path based on the template name.
        See Also:
        Constant Field Values
      • COLUMN_NAME_PATH

        static final java.lang.String COLUMN_NAME_PATH
        The constant which maps to the database column name PATH.
        See Also:
        Constant Field Values
      • TEMPLATE_NAME_PARAM

        static final java.lang.String TEMPLATE_NAME_PARAM
        The constant which denotes the template name parameter.
        See Also:
        Constant Field Values
      • EVENT_TYPE_ID_PARAM

        static final java.lang.String EVENT_TYPE_ID_PARAM
        The constant which denotes the template name parameter.
        See Also:
        Constant Field Values
      • _STR_ACCESS_SPECIFIER_PRIVATE

        static final java.lang.String _STR_ACCESS_SPECIFIER_PRIVATE
        The constant representing the Private access specifier.
        See Also:
        Constant Field Values
      • _STR_ACCESS_SPECIFIER_PROTECTED

        static final java.lang.Object _STR_ACCESS_SPECIFIER_PROTECTED
        The constant representing the Protected access specifier.
      • EC_GIFTLIST_USER_AUTH_ACTIVE

        static final java.lang.Integer EC_GIFTLIST_USER_AUTH_ACTIVE
        The constant representing the active status of the gift list user authentication.
      • GIFT_LIST_PURCHASE_RECORD_STATUSES_MAPPING

        static final java.lang.String GIFT_LIST_PURCHASE_RECORD_STATUSES_MAPPING
        The constant to represent the purchase record statuses in the value mapping service.
        See Also:
        Constant Field Values
      • AUTH_TYPE_MANAGE_ACCESS

        static final int AUTH_TYPE_MANAGE_ACCESS
        The constant representing the manage access password type. This constant corresponds to GRUSERAUTH.ACCESSTYPE in the database.
        See Also:
        Constant Field Values
      • AUTH_TYPE_GIFTGIVER_ACCESS

        static final int AUTH_TYPE_GIFTGIVER_ACCESS
        The constant representing the gift giver password type. This constant corresponds to GRUSERAUTH.ACCESSTYPE in the database.
        See Also:
        Constant Field Values
      • _STR_GET_GIFTLIST_USER_AUTH_BY_UNIQUE_ID_XPATH_KEY

        static final java.lang.String _STR_GET_GIFTLIST_USER_AUTH_BY_UNIQUE_ID_XPATH_KEY
        XPath key for getting the gift list user auth entry by unique ID.
        See Also:
        Constant Field Values
      • GC_SELECT_GIFT_LIST_EVENT_NAME

        static final java.lang.String GC_SELECT_GIFT_LIST_EVENT_NAME
        The query name to select the gift list event name based on an event id.
        See Also:
        Constant Field Values
      • GC_SELECT_GIFT_LIST_PURCHASED_QTY

        static final java.lang.String GC_SELECT_GIFT_LIST_PURCHASED_QTY
        The query name to select the purchased quantity for a gift list item.
        See Also:
        Constant Field Values
      • GC_SELECT_GIFT_LIST_PURCHASE_REC

        static final java.lang.String GC_SELECT_GIFT_LIST_PURCHASE_REC
        The query name to select the number of purchase records for a gift list item.
        See Also:
        Constant Field Values
      • GC_SELECT_GIFT_LIST_ITEM_COUNT

        static final java.lang.String GC_SELECT_GIFT_LIST_ITEM_COUNT
        The query name to select the gift list item count.
        See Also:
        Constant Field Values
      • GC_SELECT_GIFT_LIST_ITEM_QTY

        static final java.lang.String GC_SELECT_GIFT_LIST_ITEM_QTY
        The query name to select the gift list item quantity.
        See Also:
        Constant Field Values
      • QUERY_PARAM_GIFT_ITEM_ID

        static final java.lang.String QUERY_PARAM_GIFT_ITEM_ID
        The constant to represent the gift item identifier parameter used in the query template.
        See Also:
        Constant Field Values
      • COLUMN_NAME_PURCHASE_QTY

        static final java.lang.String COLUMN_NAME_PURCHASE_QTY
        The constant to represent the gift item identifier parameter used in the query template.
        See Also:
        Constant Field Values
      • COLUMN_NAME_QUANTITYREQUESTED

        static final java.lang.String COLUMN_NAME_QUANTITYREQUESTED
        The constant to represent the quantity requested for a gift item parameter used in the query template.
        See Also:
        Constant Field Values
      • _STR_XPATH_RESOLVE_BY_UNIQUEID_AND_PURCHASEORDERID_XPATH_KEY

        static final java.lang.String _STR_XPATH_RESOLVE_BY_UNIQUEID_AND_PURCHASEORDERID_XPATH_KEY
        The XPath key used for resolving a gift list purchase record by gift list ID and purchase record identifier.
        See Also:
        Constant Field Values
      • _STR_XPATH_KEY_RESOLVE_PURCHASE_RECORD_BY_TRANSACTION_ID

        static final java.lang.String _STR_XPATH_KEY_RESOLVE_PURCHASE_RECORD_BY_TRANSACTION_ID
        The XPath key used for resolving the purchase record by transaction identifier.
        See Also:
        Constant Field Values
      • STORE_ID

        static final java.lang.String STORE_ID
        The constant to represent the store identifier.
        See Also:
        Constant Field Values
      • EXTENDED_CONFIGURATION_GROUPING_NAME_GIFTLIST_ADDRESS_VALIDATION_OPTIONS

        static final java.lang.String EXTENDED_CONFIGURATION_GROUPING_NAME_GIFTLIST_ADDRESS_VALIDATION_OPTIONS
        The constant representing extended configuration group of address validation options.
        See Also:
        Constant Field Values
      • EXTENDED_CONFIGURATION_GIFTLIST_ADDRESS_VALIDATOR_PROPERTY_NAME

        static final java.lang.String EXTENDED_CONFIGURATION_GIFTLIST_ADDRESS_VALIDATOR_PROPERTY_NAME
        The constant representing extended configuration property name for the address validator implementation to be used.
        See Also:
        Constant Field Values
      • REGTYPE_PARAM

        static final java.lang.String REGTYPE_PARAM
        The constant which refers to the regType parameter used in the query templates.
        See Also:
        Constant Field Values