com.ibm.commerce.giftcenter.facade

Class GiftCenterFacadeConstants

  • java.lang.Object
    • com.ibm.commerce.giftcenter.facade.GiftCenterFacadeConstants


  • public class GiftCenterFacadeConstants
    extends java.lang.Object
    This class defines the constants used to interact with the GiftCenter service.
    • Field Detail

      • COPYRIGHT

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

        public static final java.lang.String COMPONENT_NAME
        The name for the GiftCenter service module.
        See Also:
        Constant Field Values
      • ACCESS_PROFILE_DETAILS_INFORMATION

        public static final java.lang.String ACCESS_PROFILE_DETAILS_INFORMATION
        Constant representing an access profile that returns detailed information about the noun. Generally this includes summary information plus the common information associated with the specified noun.
        See Also:
        Constant Field Values
      • ACCESS_PROFILE_SUMMARY_INFORMATION

        public static final java.lang.String ACCESS_PROFILE_SUMMARY_INFORMATION
        Constant representing an access profile that returns summary information about the noun being returned. This includes enough information to display a list of nouns and does not include much detail about that noun.
        See Also:
        Constant Field Values
      • ACCESS_PROFILE_ALL_INFORMATION

        public static final java.lang.String ACCESS_PROFILE_ALL_INFORMATION
        Constant representing an access profile that returns all information about the noun being returned. Generally this includes detail information plus any additional information about the noun.
        See Also:
        Constant Field Values
      • ACCESS_PROFILE_DEFAULT

        public static final java.lang.String ACCESS_PROFILE_DEFAULT
        Constant representing the default access profile when one is not specified. The default access profile is the summary access profile.
        See Also:
        Constant Field Values
      • ACCESS_PROFILE_GIFTLISTANNOUNCEMENTS

        public static final java.lang.String ACCESS_PROFILE_GIFTLISTANNOUNCEMENTS
        Constant representing an access profile that returns the GiftList announcements for the online store.
        See Also:
        Constant Field Values
      • ACCESS_PROFILE_GIFTLISTPURCHASERECORDS

        public static final java.lang.String ACCESS_PROFILE_GIFTLISTPURCHASERECORDS
        Constant representing an access profile that returns the GiftList purchase records for the online store.
        See Also:
        Constant Field Values
      • ACCESS_PROFILE_GIFTLISTITEMS

        public static final java.lang.String ACCESS_PROFILE_GIFTLISTITEMS
        Constant representing an access profile that returns the GiftList items for the online store.
        See Also:
        Constant Field Values
      • ACCESS_PROFILE_GIFTLISTSUMMARYANDITEMS

        public static final java.lang.String ACCESS_PROFILE_GIFTLISTSUMMARYANDITEMS
        Constant representing an access profile that returns the GiftList summary and items for the online store.
        See Also:
        Constant Field Values
      • ACCESS_PROFILE_ID_RESOLVE

        public static final java.lang.String ACCESS_PROFILE_ID_RESOLVE
        Constant representing an access profile for resolving the ID of a noun.
        See Also:
        Constant Field Values
      • CLOSE_XPATH

        public static final java.lang.String CLOSE_XPATH
        The constant for closing XPath with a bracket.
        See Also:
        Constant Field Values
      • DOUBLE_CLOSE_XPATH

        public static final java.lang.String DOUBLE_CLOSE_XPATH
        The constant for closing XPath with two brackets.
        See Also:
        Constant Field Values
      • NOUN_ATTRIBUTE_NAME_GIFTLIST_UID

        public static final java.lang.String NOUN_ATTRIBUTE_NAME_GIFTLIST_UID
        The attribute name of a unique ID for the GiftList noun.
        See Also:
        Constant Field Values
      • XPATH_GIFTLIST_UNIQUE_ID

        public static final java.lang.String XPATH_GIFTLIST_UNIQUE_ID
        The XPath selection of gift list by UniqueID.
        See Also:
        Constant Field Values
      • XPATH_GIFTLIST_EXTERNAL_IDENTIFIER

        public static final java.lang.String XPATH_GIFTLIST_EXTERNAL_IDENTIFIER
        The XPath selection o gift list by ExternalIdentifier.
        See Also:
        Constant Field Values
      • XPATH_SEARCH_GIFTLIST

        public static final java.lang.String XPATH_SEARCH_GIFTLIST
        The XPath key for the search function.
        See Also:
        Constant Field Values
      • XPATH_GET_GIFTLIST_BY_ACCESSKEYS

        public static final java.lang.String XPATH_GET_GIFTLIST_BY_ACCESSKEYS
        XPath key for get gift list by access keys.
        See Also:
        Constant Field Values
      • XPATH_GET_GIFTLIST_BY_PERSON_ID

        public static final java.lang.String XPATH_GET_GIFTLIST_BY_PERSON_ID
        XPath key for get gift list by person ID.
        See Also:
        Constant Field Values
      • NOUN_ATTRIBUTE_NAME_GIFTLIST_NAME

        public static final java.lang.String NOUN_ATTRIBUTE_NAME_GIFTLIST_NAME
        The attribute name of Name for the GiftList noun.
        See Also:
        Constant Field Values
      • XPATH_GIFTLIST_NAME

        public static final java.lang.String XPATH_GIFTLIST_NAME
        The XPath selection of gift list by Name.
        See Also:
        Constant Field Values
      • XPATH_GIFTLIST

        public static final java.lang.String XPATH_GIFTLIST
        The XPath selection of gift list with Name.
        See Also:
        Constant Field Values
      • GIFTLIST_ACTION_EXPRESSION

        public static final java.lang.String GIFTLIST_ACTION_EXPRESSION
        The action expression for Process gift list.
        See Also:
        Constant Field Values
      • PROCESS_VERB_ACTION_CREATE_GIFTLIST

        public static final java.lang.String PROCESS_VERB_ACTION_CREATE_GIFTLIST
        Constant for the Process Create action on a gift list.
        See Also:
        Constant Field Values
      • PROCESS_VERB_ACTION_DELETE_GIFTLIST

        public static final java.lang.String PROCESS_VERB_ACTION_DELETE_GIFTLIST
        Constant for the Process Delete action on a gift list.
        See Also:
        Constant Field Values
      • CHANGE_VERB_ACTION

        public static final java.lang.String CHANGE_VERB_ACTION
        Constant for the Change action on GiftList.
        See Also:
        Constant Field Values
      • PROCESS_VERB_ACTION_AUTHENTICATE_GIFTLIST

        public static final java.lang.String PROCESS_VERB_ACTION_AUTHENTICATE_GIFTLIST
        Constant for the Process Authenticate action on a gift list.
        See Also:
        Constant Field Values
      • PROCESS_VERB_ACTION_ANNOUNCE_GIFTLIST

        public static final java.lang.String PROCESS_VERB_ACTION_ANNOUNCE_GIFTLIST
        Constant for the Process Announce action on a gift list.
        See Also:
        Constant Field Values
      • PROCESS_VERB_ACTION_COMPLETE_GIFTLIST

        public static final java.lang.String PROCESS_VERB_ACTION_COMPLETE_GIFTLIST
        Constant for the Process Complete action on a gift list.
        See Also:
        Constant Field Values
      • EC_GIFTLIST_ID

        public static final java.lang.String EC_GIFTLIST_ID
        Constant for the gift list ID. This corresponds to the UniqueID of the gift list.
        See Also:
        Constant Field Values
      • EC_GIFTLIST_NAME

        public static final java.lang.Object EC_GIFTLIST_NAME
        Constant for the gift list name.
      • EC_LOCATION

        public static final java.lang.String EC_LOCATION
        Constant for the location parameter.
        See Also:
        Constant Field Values
      • EC_STATE

        public static final java.lang.String EC_STATE
        Constant for the gift list state parameter.
        See Also:
        Constant Field Values
      • EC_EVENT_DATE

        public static final java.lang.String EC_EVENT_DATE
        The event date parameter name.
        See Also:
        Constant Field Values
      • EC_GIFTCARD_ACCEPTED

        public static final java.lang.String EC_GIFTCARD_ACCEPTED
        Parameter to indicate whether the gift card is accepted or not.
        See Also:
        Constant Field Values
      • EC_EVENT_NAME

        public static final java.lang.String EC_EVENT_NAME
        Parameter for the name of the event for which the gift list is created.
        See Also:
        Constant Field Values
      • ADDRESS_FIRSTNAME

        public static final java.lang.String ADDRESS_FIRSTNAME
        Suffix for the first name of a person parameter name. This is used in conjunction with a non-null prefix to construct a valid parameter name in the input map.
        See Also:
        Constant Field Values
      • ADDRESS_LASTNAME

        public static final java.lang.String ADDRESS_LASTNAME
        Suffix for the last name of a person parameter name. This is used in conjunction with a non-null prefix to construct a valid parameter name in the input map.
        See Also:
        Constant Field Values
      • ADDRESS_MIDDLENAME

        public static final java.lang.String ADDRESS_MIDDLENAME
        Suffix for the middle name of a person parameter name. This is used in conjunction with a non-null prefix to construct a valid parameter name in the input map.
        See Also:
        Constant Field Values
      • ADDRESS_PERSONTITLE

        public static final java.lang.String ADDRESS_PERSONTITLE
        Suffix for the person title parameter name. This is used in conjunction with a non-null prefix to construct a valid person title parameter name in the input map.
        See Also:
        Constant Field Values
      • ADDRESS_SUFFIX

        public static final java.lang.String ADDRESS_SUFFIX
        Suffix for the address attribute suffix parameter. This is used in conjunction with a non-null prefix to construct a valid address attribute suffix in the input map.
        See Also:
        Constant Field Values
      • ADDRESS_ADDRESS1

        public static final java.lang.String ADDRESS_ADDRESS1
        Suffix used for the first line of the address parameter name. This is used in conjunction with a non-null prefix to construct a valid parameter name in the input map.
        See Also:
        Constant Field Values
      • ADDRESS_ADDRESS2

        public static final java.lang.String ADDRESS_ADDRESS2
        Suffix used for the second line of the address parameter name. This is used in conjunction with a non-null prefix to construct a valid parameter name in the input map.
        See Also:
        Constant Field Values
      • ADDRESS_ADDRESS3

        public static final java.lang.String ADDRESS_ADDRESS3
        Suffix used for the third line of the address parameter name. This is used in conjunction with a non-null prefix to construct a valid parameter name in the input map.
        See Also:
        Constant Field Values
      • ADDRESS_CITY

        public static final java.lang.String ADDRESS_CITY
        Suffix used for the city parameter name. This is used in conjunction with a non-null prefix to construct a valid parameter name in the input map.
        See Also:
        Constant Field Values
      • ADDRESS_COUNTRY

        public static final java.lang.String ADDRESS_COUNTRY
        Suffix used for the country parameter name. This is used in conjunction with a non-null prefix to construct a valid parameter name in the input map.
        See Also:
        Constant Field Values
      • ADDRESS_STATE

        public static final java.lang.String ADDRESS_STATE
        Suffix used for the state parameter name. This is used in conjunction with a non-null prefix to construct a valid parameter name in the input map.
        See Also:
        Constant Field Values
      • ADDRESS_ZIPCODE

        public static final java.lang.String ADDRESS_ZIPCODE
        Suffix used for the ZIP code or postal code parameter name. This is used in conjunction with a non-null prefix to construct a valid parameter name in the input map.
        See Also:
        Constant Field Values
      • ADDRESS_EMAIL1

        public static final java.lang.String ADDRESS_EMAIL1
        Suffix used for the primary e-mail address parameter name. This is used in conjunction with a non-null prefix to construct a valid parameter name in the input map.
        See Also:
        Constant Field Values
      • ADDRESS_EMAIL2

        public static final java.lang.String ADDRESS_EMAIL2
        Suffix used for the secondary e-mail address parameter name. This is used in conjunction with a non-null prefix to construct a valid parameter name in the input map.
        See Also:
        Constant Field Values
      • ADDRESS_PHONE1

        public static final java.lang.String ADDRESS_PHONE1
        Suffix used for the primary phone number parameter name. This is used in conjunction with a non-null prefix to construct a valid parameter name in the input map.
        See Also:
        Constant Field Values
      • ADDRESS_PHONE2

        public static final java.lang.String ADDRESS_PHONE2
        Suffix used for the secondary phone number parameter name. This is used in conjunction with a non-null prefix to construct a valid parameter name in the input map.
        See Also:
        Constant Field Values
      • ADDRESS_FAX

        public static final java.lang.String ADDRESS_FAX
        Suffix used for the fax number parameter name. This is used in conjunction with a non-null prefix to construct a valid parameter name in the input map.
        See Also:
        Constant Field Values
      • RELATIONSHIP

        public static final java.lang.String RELATIONSHIP
        Suffix used for the relationship parameter name. This is used in conjunction with a non-null prefix to construct a valid parameter name in the input map.
        See Also:
        Constant Field Values
      • EC_REGISTRANT_ADDRESS_FIELD_PREFIX

        public static final java.lang.String EC_REGISTRANT_ADDRESS_FIELD_PREFIX
        Prefix to be used for the registrant's address field parameters.
        See Also:
        Constant Field Values
      • EC_REGISTRANT_ID

        public static final java.lang.String EC_REGISTRANT_ID
        Parameter name for the registrant's ID.
        See Also:
        Constant Field Values
      • EC_REGISTRANT_FIRSTNAME

        public static final java.lang.String EC_REGISTRANT_FIRSTNAME
        Parameter name for the registrant's first name.
        See Also:
        Constant Field Values
      • EC_REGISTRANT_LASTNAME

        public static final java.lang.String EC_REGISTRANT_LASTNAME
        Parameter name for the registrant's last name.
        See Also:
        Constant Field Values
      • EC_REGISTRANT_MIDDLENAME

        public static final java.lang.String EC_REGISTRANT_MIDDLENAME
        Parameter name for the registrant's middle name.
        See Also:
        Constant Field Values
      • EC_REGISTRANT_PERSONTITLE

        public static final java.lang.String EC_REGISTRANT_PERSONTITLE
        Parameter name for the registrant's person title.
        See Also:
        Constant Field Values
      • EC_REGISTRANT_RELATIONSHIP

        public static final java.lang.String EC_REGISTRANT_RELATIONSHIP
        Parameter name for the registrant's relationship.
        See Also:
        Constant Field Values
      • EC_REGISTRANT_ADDRESS1

        public static final java.lang.String EC_REGISTRANT_ADDRESS1
        Parameter name for the registrant's first line of the address.
        See Also:
        Constant Field Values
      • EC_REGISTRANT_ADDRESS2

        public static final java.lang.String EC_REGISTRANT_ADDRESS2
        Parameter name for the registrant's second line of the address.
        See Also:
        Constant Field Values
      • EC_REGISTRANT_ADDRESS3

        public static final java.lang.String EC_REGISTRANT_ADDRESS3
        Parameter name for the registrant's third line of the address.
        See Also:
        Constant Field Values
      • EC_REGISTRANT_CITY

        public static final java.lang.String EC_REGISTRANT_CITY
        Parameter name for the registrant's city address field.
        See Also:
        Constant Field Values
      • EC_REGISTRANT_COUNTRY

        public static final java.lang.String EC_REGISTRANT_COUNTRY
        Parameter name for the registrant's country address field.
        See Also:
        Constant Field Values
      • EC_REGISTRANT_STATE

        public static final java.lang.String EC_REGISTRANT_STATE
        Parameter name for the registrant's state address field.
        See Also:
        Constant Field Values
      • EC_REGISTRANT_ZIPCODE

        public static final java.lang.String EC_REGISTRANT_ZIPCODE
        Parameter name for the registrant's postal code address field.
        See Also:
        Constant Field Values
      • EC_REGISTRANT_EMAIL1

        public static final java.lang.String EC_REGISTRANT_EMAIL1
        Parameter name for the registrant's primary e-mail address.
        See Also:
        Constant Field Values
      • EC_REGISTRANT_EMAIL2

        public static final java.lang.String EC_REGISTRANT_EMAIL2
        Parameter name for the registrant's secondary e-mail address.
        See Also:
        Constant Field Values
      • EC_REGISTRANT_PHONE1

        public static final java.lang.String EC_REGISTRANT_PHONE1
        Parameter name for the registrant's primary phone number.
        See Also:
        Constant Field Values
      • EC_REGISTRANT_PHONE2

        public static final java.lang.String EC_REGISTRANT_PHONE2
        Parameter name for the registrant's secondary phone number.
        See Also:
        Constant Field Values
      • EC_REGISTRANT_FAX

        public static final java.lang.String EC_REGISTRANT_FAX
        Parameter name for the registrant's fax number.
        See Also:
        Constant Field Values
      • EC_COREGISTRANT_ADDRESS_FIELD_PREFIX

        public static final java.lang.String EC_COREGISTRANT_ADDRESS_FIELD_PREFIX
        Prefix to be used for co-registrant's address field parameters.
        See Also:
        Constant Field Values
      • EC_COREGISTRANT_FIRSTNAME

        public static final java.lang.String EC_COREGISTRANT_FIRSTNAME
        Parameter name for the co-registrant's first name.
        See Also:
        Constant Field Values
      • EC_COREGISTRANT_LASTNAME

        public static final java.lang.String EC_COREGISTRANT_LASTNAME
        Parameter name for the co-registrant's last name.
        See Also:
        Constant Field Values
      • EC_COREGISTRANT_MIDDLENAME

        public static final java.lang.String EC_COREGISTRANT_MIDDLENAME
        Parameter name for the co-registrant's middle name.
        See Also:
        Constant Field Values
      • EC_COREGISTRANT_PERSONTITLE

        public static final java.lang.String EC_COREGISTRANT_PERSONTITLE
        Parameter name for the co-registrant's person title.
        See Also:
        Constant Field Values
      • EC_COREGISTRANT_RELATIONSHIP

        public static final java.lang.String EC_COREGISTRANT_RELATIONSHIP
        Parameter name for the co-registrant's relationship with the registrant.
        See Also:
        Constant Field Values
      • EC_COREGISTRANT_ADDRESS1

        public static final java.lang.String EC_COREGISTRANT_ADDRESS1
        Parameter name for the co-registrant's first line of the address.
        See Also:
        Constant Field Values
      • EC_COREGISTRANT_ADDRESS2

        public static final java.lang.String EC_COREGISTRANT_ADDRESS2
        Parameter name for the co-registrant's second line of the address.
        See Also:
        Constant Field Values
      • EC_COREGISTRANT_ADDRESS3

        public static final java.lang.String EC_COREGISTRANT_ADDRESS3
        Parameter name for the co-registrant's third line of the address.
        See Also:
        Constant Field Values
      • EC_COREGISTRANT_CITY

        public static final java.lang.String EC_COREGISTRANT_CITY
        Parameter name for the co-registrant's city address field.
        See Also:
        Constant Field Values
      • EC_COREGISTRANT_COUNTRY

        public static final java.lang.String EC_COREGISTRANT_COUNTRY
        Parameter name for the co-registrant's country address field.
        See Also:
        Constant Field Values
      • EC_COREGISTRANT_STATE

        public static final java.lang.String EC_COREGISTRANT_STATE
        Parameter name for the co-registrant's state address field.
        See Also:
        Constant Field Values
      • EC_COREGISTRANT_ZIPCODE

        public static final java.lang.String EC_COREGISTRANT_ZIPCODE
        Parameter name for the co-registrant's ZIP code or postal code field.
        See Also:
        Constant Field Values
      • EC_COREGISTRANT_EMAIL1

        public static final java.lang.String EC_COREGISTRANT_EMAIL1
        Parameter name for the primary e-mail address of the co-registrant.
        See Also:
        Constant Field Values
      • EC_COREGISTRANT_EMAIL2

        public static final java.lang.String EC_COREGISTRANT_EMAIL2
        Parameter name for secondary e-mail address of the co-registrant.
        See Also:
        Constant Field Values
      • EC_COREGISTRANT_PHONE1

        public static final java.lang.String EC_COREGISTRANT_PHONE1
        Parameter name for the primary phone number of the co-registrant.
        See Also:
        Constant Field Values
      • EC_COREGISTRANT_PHONE2

        public static final java.lang.String EC_COREGISTRANT_PHONE2
        Parameter name for the secondary phone number of the co-registrant.
        See Also:
        Constant Field Values
      • EC_COREGISTRANT_FAX

        public static final java.lang.String EC_COREGISTRANT_FAX
        Parameter name for the fax number of the co-registrant.
        See Also:
        Constant Field Values
      • EC_PREEVENT_SHIPPING_PREFERENCE

        public static final java.lang.String EC_PREEVENT_SHIPPING_PREFERENCE
        Parameter name for the pre-event shipping address preference.
        See Also:
        Constant Field Values
      • EC_PREEVENT_SHIPPING_PREFERENCE_REGISTRANT

        public static final java.lang.String EC_PREEVENT_SHIPPING_PREFERENCE_REGISTRANT
        Constant to indicate that the preferred pre-event shipping address is that of the registrant.
        See Also:
        Constant Field Values
      • EC_PREEVENT_SHIPPING_PREFERENCE_COREGISTRANT

        public static final java.lang.String EC_PREEVENT_SHIPPING_PREFERENCE_COREGISTRANT
        Constant to indicate that the preferred pre-event shipping address is that of the co-registrant.
        See Also:
        Constant Field Values
      • EC_PREEVENT_SHIPPING_PREFERENCE_OTHER

        public static final java.lang.String EC_PREEVENT_SHIPPING_PREFERENCE_OTHER
        Constant to indicate that the preferred pre-event shipping address is an address that is neither the registrant's nor the co-registrant's.
        See Also:
        Constant Field Values
      • EC_PREEVENT_ADDRESS_FIELD_PREFIX

        public static final java.lang.String EC_PREEVENT_ADDRESS_FIELD_PREFIX
        Prefix to be used for pre-event address field parameters.
        See Also:
        Constant Field Values
      • EC_PREEVENT_FIRSTNAME

        public static final java.lang.String EC_PREEVENT_FIRSTNAME
        Parameter name for the first name field in the pre-event shipping address.
        See Also:
        Constant Field Values
      • EC_PREEVENT_LASTNAME

        public static final java.lang.String EC_PREEVENT_LASTNAME
        Parameter name for the last name field in the pre-event shipping address.
        See Also:
        Constant Field Values
      • EC_PREEVENT_MIDDLENAME

        public static final java.lang.String EC_PREEVENT_MIDDLENAME
        Parameter name for the middle name field in the pre-event shipping address.
        See Also:
        Constant Field Values
      • EC_PREEVENT_PERSONTITLE

        public static final java.lang.String EC_PREEVENT_PERSONTITLE
        Parameter name for the person title field in the pre-event address.
        See Also:
        Constant Field Values
      • EC_PREEVENT_ADDRESS1

        public static final java.lang.String EC_PREEVENT_ADDRESS1
        Parameter name for the first line of the address in the pre-event shipping address.
        See Also:
        Constant Field Values
      • EC_PREEVENT_ADDRESS2

        public static final java.lang.String EC_PREEVENT_ADDRESS2
        Parameter name for the second line of the address in the pre-event shipping address.
        See Also:
        Constant Field Values
      • EC_PREEVENT_ADDRESS3

        public static final java.lang.String EC_PREEVENT_ADDRESS3
        Parameter name for the third line of the address in the pre-event shipping address.
        See Also:
        Constant Field Values
      • EC_PREEVENT_CITY

        public static final java.lang.String EC_PREEVENT_CITY
        Parameter name for the city field in the pre-event shipping address.
        See Also:
        Constant Field Values
      • EC_PREEVENT_COUNTRY

        public static final java.lang.String EC_PREEVENT_COUNTRY
        Parameter name for the country field in the pre-event shipping address.
        See Also:
        Constant Field Values
      • EC_PREEVENT_STATE

        public static final java.lang.String EC_PREEVENT_STATE
        Parameter name for the state field in the pre-event shipping address.
        See Also:
        Constant Field Values
      • EC_PREEVENT_ZIPCODE

        public static final java.lang.String EC_PREEVENT_ZIPCODE
        Parameter name for the postal code field in the pre-event shipping address.
        See Also:
        Constant Field Values
      • EC_PREEVENT_PHONE1

        public static final java.lang.String EC_PREEVENT_PHONE1
        Parameter name for the primary phone number in the pre-event shipping address.
        See Also:
        Constant Field Values
      • EC_PREEVENT_PHONE2

        public static final java.lang.String EC_PREEVENT_PHONE2
        Parameter name for the secondary phone number in the pre-event shipping address.
        See Also:
        Constant Field Values
      • EC_PREEVENT_EMAIL1

        public static final java.lang.String EC_PREEVENT_EMAIL1
        Parameter name for the primary e-mail address in the pre-event shipping address.
        See Also:
        Constant Field Values
      • EC_PREEVENT_EMAIL2

        public static final java.lang.String EC_PREEVENT_EMAIL2
        Parameter name for the primary e-mail address in the pre-event shipping address.
        See Also:
        Constant Field Values
      • EC_PREEVENT_FAX

        public static final java.lang.String EC_PREEVENT_FAX
        Parameter name for the fax number in the pre-event shipping address.
        See Also:
        Constant Field Values
      • EC_POSTEVENT_SHIPPING_PREFERENCE

        public static final java.lang.String EC_POSTEVENT_SHIPPING_PREFERENCE
        Parameter name for the post-event shipping address preference.
        See Also:
        Constant Field Values
      • EC_POSTEVENT_SHIPPING_PREFERENCE_REGISTRANT

        public static final java.lang.String EC_POSTEVENT_SHIPPING_PREFERENCE_REGISTRANT
        Constant to indicate that the preferred post-event shipping address is that of the registrant.
        See Also:
        Constant Field Values
      • EC_POSTEVENT_SHIPPING_PREFERENCE_COREGISTRANT

        public static final java.lang.String EC_POSTEVENT_SHIPPING_PREFERENCE_COREGISTRANT
        Constant to indicate that the preferred post-event shipping address is that of the co-registrant.
        See Also:
        Constant Field Values
      • EC_POSTEVENT_SHIPPING_PREFERENCE_OTHER

        public static final java.lang.String EC_POSTEVENT_SHIPPING_PREFERENCE_OTHER
        Constant to indicate that the preferred post-event shipping address is an address that is neither the registrant's nor the co-registrant's.
        See Also:
        Constant Field Values
      • EC_POSTEVENT_ADDRESS_FIELD_PREFIX

        public static final java.lang.String EC_POSTEVENT_ADDRESS_FIELD_PREFIX
        Prefix to be used for post-event address field parameters.
        See Also:
        Constant Field Values
      • EC_POSTEVENT_FIRSTNAME

        public static final java.lang.String EC_POSTEVENT_FIRSTNAME
        Parameter name for the first name field in the post-event shipping address.
        See Also:
        Constant Field Values
      • EC_POSTEVENT_LASTNAME

        public static final java.lang.String EC_POSTEVENT_LASTNAME
        Parameter name for the last name field in the post-event shipping address.
        See Also:
        Constant Field Values
      • EC_POSTEVENT_MIDDLENAME

        public static final java.lang.String EC_POSTEVENT_MIDDLENAME
        Parameter name for the middle name field in the post-event shipping address.
        See Also:
        Constant Field Values
      • EC_POSTEVENT_PERSONTITLE

        public static final java.lang.String EC_POSTEVENT_PERSONTITLE
        Parameter name for the person title field in the post-event address.
        See Also:
        Constant Field Values
      • EC_POSTEVENT_ADDRESS1

        public static final java.lang.String EC_POSTEVENT_ADDRESS1
        Parameter name for the first line of the address in the post-event shipping address.
        See Also:
        Constant Field Values
      • EC_POSTEVENT_ADDRESS2

        public static final java.lang.String EC_POSTEVENT_ADDRESS2
        Parameter name for the second line of the address in the post-event shipping address.
        See Also:
        Constant Field Values
      • EC_POSTEVENT_ADDRESS3

        public static final java.lang.String EC_POSTEVENT_ADDRESS3
        Parameter name for the third line of the address in the post-event shipping address.
        See Also:
        Constant Field Values
      • EC_POSTEVENT_CITY

        public static final java.lang.String EC_POSTEVENT_CITY
        Parameter name for the city field in the post-event shipping address.
        See Also:
        Constant Field Values
      • EC_POSTEVENT_COUNTRY

        public static final java.lang.String EC_POSTEVENT_COUNTRY
        Parameter name for the country field in the post-event shipping address.
        See Also:
        Constant Field Values
      • EC_POSTEVENT_STATE

        public static final java.lang.String EC_POSTEVENT_STATE
        Parameter name for the state field in the post-event shipping address.
        See Also:
        Constant Field Values
      • EC_POSTEVENT_ZIPCODE

        public static final java.lang.String EC_POSTEVENT_ZIPCODE
        Parameter name for the postal code field in the post-event shipping address.
        See Also:
        Constant Field Values
      • EC_POSTEVENT_PHONE1

        public static final java.lang.String EC_POSTEVENT_PHONE1
        Parameter name for the primary phone number in the post-event shipping address.
        See Also:
        Constant Field Values
      • EC_POSTEVENT_PHONE2

        public static final java.lang.String EC_POSTEVENT_PHONE2
        Parameter name for the secondary phone number in the post-event shipping address.
        See Also:
        Constant Field Values
      • EC_POSTEVENT_EMAIL1

        public static final java.lang.String EC_POSTEVENT_EMAIL1
        Parameter name for the primary e-mail address in the post-event shipping address.
        See Also:
        Constant Field Values
      • EC_POSTEVENT_EMAIL2

        public static final java.lang.String EC_POSTEVENT_EMAIL2
        Parameter name for the primary e-mail address in the post-event shipping address.
        See Also:
        Constant Field Values
      • EC_POSTEVENT_FAX

        public static final java.lang.String EC_POSTEVENT_FAX
        Parameter name for the fax number in the post-event shipping address.
        See Also:
        Constant Field Values
      • EC_OPT_FOR_EMAIL

        public static final java.lang.String EC_OPT_FOR_EMAIL
        Parameter name for optForEmail
        See Also:
        Constant Field Values
      • EC_EXTERNAL_ID

        public static final java.lang.String EC_EXTERNAL_ID
        Constant for the external identifier of the gift list.
        See Also:
        Constant Field Values
      • EC_STORE_ID

        public static final java.lang.String EC_STORE_ID
        Constant for the store identifier for the gift list.
        See Also:
        Constant Field Values
      • EC_GUEST_MESSAGE

        public static final java.lang.String EC_GUEST_MESSAGE
        Parameter name for capturing the message to be shown to guests.
        See Also:
        Constant Field Values
      • EC_EVENTDESC_NAME

        public static final java.lang.String EC_EVENTDESC_NAME
        Parameter name for the name of the gift list.
        See Also:
        Constant Field Values
      • EC_EVENT_DESC

        public static final java.lang.String EC_EVENT_DESC
        The event description parameter name.
        See Also:
        Constant Field Values
      • EC_ACCESS_PREFERENCE

        public static final java.lang.String EC_ACCESS_PREFERENCE
        Parameter name for the access preference of the gift list.
        See Also:
        Constant Field Values
      • EC_GUEST_ACCESS_PASSWORD

        public static final java.lang.String EC_GUEST_ACCESS_PASSWORD
        Parameter name for the guest access password.
        See Also:
        Constant Field Values
      • EC_MANAGE_ACCESS_PASSWORD

        public static final java.lang.String EC_MANAGE_ACCESS_PASSWORD
        Parameter name for the manage access password.
        See Also:
        Constant Field Values
      • EC_GIFTLIST_REGISTRANT_MEMO

        public static final java.lang.String EC_GIFTLIST_REGISTRANT_MEMO
        Parameter name for the registrant memo.
        See Also:
        Constant Field Values
      • EC_GIFTLIST_PURCHASED_QUANTITY

        public static final java.lang.String EC_GIFTLIST_PURCHASED_QUANTITY
        Parameter name for the purchased quantity.
        See Also:
        Constant Field Values
      • EC_GIFTLIST_PURCHASED_RECORD_NOTE_SENT

        public static final java.lang.String EC_GIFTLIST_PURCHASED_RECORD_NOTE_SENT
        Parameter name to set the note sent attribute.
        See Also:
        Constant Field Values
      • EC_GIFTLIST_ITEM_CATENTRYID

        public static final java.lang.String EC_GIFTLIST_ITEM_CATENTRYID
        Parameter name for the catalog entry identifier for an item.
        See Also:
        Constant Field Values
      • EC_GIFTLIST_ITEM_PARTNUMBER

        public static final java.lang.String EC_GIFTLIST_ITEM_PARTNUMBER
        Parameter name for the part number of a gift list item.
        See Also:
        Constant Field Values
      • EC_COREGISTRANT_ID

        public static final java.lang.String EC_COREGISTRANT_ID
        Parameter name for co-registrant's ID.
        See Also:
        Constant Field Values
      • EC_NUMBER_OF_COREGISTRANTS

        public static final java.lang.String EC_NUMBER_OF_COREGISTRANTS
        Parameter name for the number of co-registrants.
        See Also:
        Constant Field Values
      • EC_GIFTLIST_ITEM_ID

        public static final java.lang.String EC_GIFTLIST_ITEM_ID
        Constant for the unique ID of an item in the gift list.
        See Also:
        Constant Field Values
      • EC_GIFTLIST_PURCHASE_RECORD_ID

        public static final java.lang.String EC_GIFTLIST_PURCHASE_RECORD_ID
        Constant for the unique ID of a purchase record in the gift list.
        See Also:
        Constant Field Values
      • EC_GIFTLIST_ITEM_QUANTITY

        public static final java.lang.String EC_GIFTLIST_ITEM_QUANTITY
        Parameter name for the quantity of an item in the gift list.
        See Also:
        Constant Field Values
      • EVENT_DATE_FORMAT

        public static final java.lang.String EVENT_DATE_FORMAT
        The date format used for the event date.
        See Also:
        Constant Field Values
      • WISHLIST_EVENT_DATE

        public static final java.lang.String WISHLIST_EVENT_DATE
        The default event date for the wish list.
        See Also:
        Constant Field Values
      • EC_IS_GIFTREGISTRY

        public static final java.lang.String EC_IS_GIFTREGISTRY
        Parameter name which is used to capture if the gift list is a wish list or a gift registry.
        See Also:
        Constant Field Values
      • EC_GIFTLIST_PERSONALIZATION_ATTRIBUTE_NAME

        public static final java.lang.String EC_GIFTLIST_PERSONALIZATION_ATTRIBUTE_NAME
        Parameter name for the name of the personalization attribute. Value is personalizationAttrName.
        See Also:
        Constant Field Values
      • EC_GIFTLIST_PERSONALIZATION_ATTRIBUTE_VALUE

        public static final java.lang.String EC_GIFTLIST_PERSONALIZATION_ATTRIBUTE_VALUE
        Parameter name for the value of the personalization attribute. Value is personalizationAttrValue.
        See Also:
        Constant Field Values
      • EC_GIFTLIST_USERDATA_ATTRIBUTE_NAME

        public static final java.lang.String EC_GIFTLIST_USERDATA_ATTRIBUTE_NAME
        Constant for the GitList user data attribute name. Value is x_giftlist_name.
        See Also:
        Constant Field Values
      • EC_GIFTLIST_USERDATA_ATTRIBUTE_VALUE

        public static final java.lang.String EC_GIFTLIST_USERDATA_ATTRIBUTE_VALUE
        Constant for the GitList user data attribute value. Value is x_giftlist_value.
        See Also:
        Constant Field Values
      • EC_GIFTLIST_REGISTRANTADDRESS_USERDATA_ATTRIBUTE_NAME

        public static final java.lang.String EC_GIFTLIST_REGISTRANTADDRESS_USERDATA_ATTRIBUTE_NAME
        Constant for the GitList registrant's address user data attribute name. Value is x_giftlist_registrantaddress_name.
        See Also:
        Constant Field Values
      • EC_GIFTLIST_REGISTRANTADDRESS_USERDATA_ATTRIBUTE_VALUE

        public static final java.lang.String EC_GIFTLIST_REGISTRANTADDRESS_USERDATA_ATTRIBUTE_VALUE
        Constant for the GitList registrant's address user data attribute value. Value is x_giftlist_registrantaddress_value.
        See Also:
        Constant Field Values
      • EC_GIFTLIST_COREGISTRANTADDRESS_USERDATA_ATTRIBUTE_NAME

        public static final java.lang.String EC_GIFTLIST_COREGISTRANTADDRESS_USERDATA_ATTRIBUTE_NAME
        Constant for the GitList co-registrant's address user data attribute name. Value is x_giftlist_coregistrantaddress_name.
        See Also:
        Constant Field Values
      • EC_GIFTLIST_COREGISTRANTADDRESS_USERDATA_ATTRIBUTE_VALUE

        public static final java.lang.String EC_GIFTLIST_COREGISTRANTADDRESS_USERDATA_ATTRIBUTE_VALUE
        Constant for the GitList co-registrant's address user data attribute value. Value is x_giftlist_coregistrantaddress_value.
        See Also:
        Constant Field Values
      • EC_GIFTLIST_PREEVENTADDRESS_USERDATA_ATTRIBUTE_NAME

        public static final java.lang.String EC_GIFTLIST_PREEVENTADDRESS_USERDATA_ATTRIBUTE_NAME
        Constant for the GitList pre event's address user data attribute name. Value is x_giftlist_preeventaddress_name.
        See Also:
        Constant Field Values
      • EC_GIFTLIST_PREEVENTADDRESS_USERDATA_ATTRIBUTE_VALUE

        public static final java.lang.String EC_GIFTLIST_PREEVENTADDRESS_USERDATA_ATTRIBUTE_VALUE
        Constant for the GitList pre event's address user data attribute value. Value is x_giftlist_preeventaddress_value.
        See Also:
        Constant Field Values
      • EC_GIFTLIST_POSTEVENTADDRESS_USERDATA_ATTRIBUTE_NAME

        public static final java.lang.String EC_GIFTLIST_POSTEVENTADDRESS_USERDATA_ATTRIBUTE_NAME
        Constant for the GitList post event's address user data attribute name. Value is x_giftlist_posteventaddress_name.
        See Also:
        Constant Field Values
      • EC_GIFTLIST_POSTEVENTADDRESS_USERDATA_ATTRIBUTE_VALUE

        public static final java.lang.String EC_GIFTLIST_POSTEVENTADDRESS_USERDATA_ATTRIBUTE_VALUE
        Constant for the GitList post event's address user data attribute value. Value is x_giftlist_posteventaddress_value.
        See Also:
        Constant Field Values
      • EC_GIFTLIST_ITEMS_USERDATA_ATTRIBUTE_NAME

        public static final java.lang.String EC_GIFTLIST_ITEMS_USERDATA_ATTRIBUTE_NAME
        Constant for the GitList item's user data attribute name. Value is x_giftlist_items_name.
        See Also:
        Constant Field Values
      • EC_GIFTLIST_ITEMS_USERDATA_ATTRIBUTE_VALUE

        public static final java.lang.String EC_GIFTLIST_ITEMS_USERDATA_ATTRIBUTE_VALUE
        Constant for the GitList item's user data attribute value. Value is x_giftlist_items_value.
        See Also:
        Constant Field Values
      • EC_GIFTLIST_ANNOUNCEMENTS_USERDATA_ATTRIBUTE_NAME

        public static final java.lang.String EC_GIFTLIST_ANNOUNCEMENTS_USERDATA_ATTRIBUTE_NAME
        Constant for the GitList announcement's user data attribute name. Value is x_giftlist_announcements_name.
        See Also:
        Constant Field Values
      • EC_GIFTLIST_ANNOUNCEMENTS_USERDATA_ATTRIBUTE_VALUE

        public static final java.lang.String EC_GIFTLIST_ANNOUNCEMENTS_USERDATA_ATTRIBUTE_VALUE
        Constant for the GitList announcement's user data attribute value. Value is x_giftlist_announcements_value.
        See Also:
        Constant Field Values
      • GIFT_LIST_STATUS_DEFAULT

        public static final java.lang.String GIFT_LIST_STATUS_DEFAULT
        Constant for the gift list status of 'Default'.
        See Also:
        Constant Field Values
      • GIFT_LIST_STATUS_ACTIVE

        public static final java.lang.String GIFT_LIST_STATUS_ACTIVE
        Constant for the gift list status of 'Active'.
        See Also:
        Constant Field Values
      • GIFT_LIST_STATUS_DELETED

        public static final java.lang.String GIFT_LIST_STATUS_DELETED
        Constant for the gift list status of 'Deleted'.
        See Also:
        Constant Field Values
      • GIFT_LIST_STATUS_NOTACTIVE

        public static final java.lang.String GIFT_LIST_STATUS_NOTACTIVE
        Constant for the gift list status of 'NotActive'.
        See Also:
        Constant Field Values
      • GIFT_LIST_STATUS_COMPLETED

        public static final java.lang.String GIFT_LIST_STATUS_COMPLETED
        Constant for the gift list status of 'Completed'.
        See Also:
        Constant Field Values
      • GIFT_LIST_STATUS_EXPIRED

        public static final java.lang.String GIFT_LIST_STATUS_EXPIRED
        Constant for the gift list status of 'Expired'.
        See Also:
        Constant Field Values
      • XPATH_GIFT_LIST_STATE

        public static final java.lang.String XPATH_GIFT_LIST_STATE
        Constant for the XPath parameter 'State'.
        See Also:
        Constant Field Values
      • XPATH_GIFT_LIST_REGISTRY

        public static final java.lang.String XPATH_GIFT_LIST_REGISTRY
        Constant for the XPath parameter 'Registry'.
        See Also:
        Constant Field Values
      • ACTION_CREATE_GIFT_LIST

        public static final java.lang.String ACTION_CREATE_GIFT_LIST
        Constant for the create gift list Action.
        See Also:
        Constant Field Values
      • ACTION_ADD_ITEM

        public static final java.lang.String ACTION_ADD_ITEM
        Constant for the add gift list item action.
        See Also:
        Constant Field Values
      • ACTION_DELETE_ITEM

        public static final java.lang.String ACTION_DELETE_ITEM
        Constant for the delete gift list item action.
        See Also:
        Constant Field Values
      • ACTION_UPDATE_ITEM

        public static final java.lang.String ACTION_UPDATE_ITEM
        Constant for the update gift list item action.
        See Also:
        Constant Field Values
      • ACTION_UPDATE_DESCRIPTION

        public static final java.lang.String ACTION_UPDATE_DESCRIPTION
        Constant for the update gift list description action.
        See Also:
        Constant Field Values
      • ACTION_UPDATE_EVENT_INFORMATION

        public static final java.lang.String ACTION_UPDATE_EVENT_INFORMATION
        Constant for the update gift list event information action.
        See Also:
        Constant Field Values
      • ACTION_UPDATE_GIFT_LIST_REGISTRANT

        public static final java.lang.String ACTION_UPDATE_GIFT_LIST_REGISTRANT
        Constant for the update gift list registrant action.
        See Also:
        Constant Field Values
      • ACTION_UPDATE_GIFT_LIST_COREGISTRANT

        public static final java.lang.String ACTION_UPDATE_GIFT_LIST_COREGISTRANT
        Constant for the update gift list co-registrant action.
        See Also:
        Constant Field Values
      • ACTION_ADD_GIFT_LIST_COREGISTRANT

        public static final java.lang.String ACTION_ADD_GIFT_LIST_COREGISTRANT
        Constant for the add gift list co-registrant action.
        See Also:
        Constant Field Values
      • ACTION_DELETE_GIFT_LIST_COREGISTRANT

        public static final java.lang.String ACTION_DELETE_GIFT_LIST_COREGISTRANT
        Constant for the delete gift list co-registrant action.
        See Also:
        Constant Field Values
      • ACTION_UPDATE_GIFT_LIST

        public static final java.lang.String ACTION_UPDATE_GIFT_LIST
        Constant for the update gift list action.
        See Also:
        Constant Field Values
      • ACTION_UPDATE_ACCESS_OPTIONS

        public static final java.lang.String ACTION_UPDATE_ACCESS_OPTIONS
        Constant for the update gift list access options action.
        See Also:
        Constant Field Values
      • ACTION_GIFT_LIST_AUTHENTICATE

        public static final java.lang.String ACTION_GIFT_LIST_AUTHENTICATE
        Constant for the authenticate gift list action.
        See Also:
        Constant Field Values
      • CLIENT_METHOD_ANNOUNCE_GIFT_LIST

        public static final java.lang.String CLIENT_METHOD_ANNOUNCE_GIFT_LIST
        Constant for the client method used to announce a gift list.
        See Also:
        Constant Field Values
      • CLIENT_METHOD_COMPLETE_GIFT_LIST

        public static final java.lang.String CLIENT_METHOD_COMPLETE_GIFT_LIST
        Constant for the client method used to complete gift list.
        See Also:
        Constant Field Values
      • EC_CATALOG_ID

        public static final java.lang.String EC_CATALOG_ID
        Constant for the catalogId parameter.
        See Also:
        Constant Field Values
      • EC_MESSAGE

        public static final java.lang.String EC_MESSAGE
        Constant for the gift list announcement message parameter.
        See Also:
        Constant Field Values
      • EC_SUBJECT

        public static final java.lang.String EC_SUBJECT
        Constant for the gift list announcement email subject parameter.
        See Also:
        Constant Field Values
      • EC_TEMPLATE

        public static final java.lang.String EC_TEMPLATE
        Constant for the gift list announcement template parameter that should be used in the email.
        See Also:
        Constant Field Values
      • EC_SENDER_NAME

        public static final java.lang.String EC_SENDER_NAME
        Constant for the gift list announcement sender name parameter.
        See Also:
        Constant Field Values
      • EC_SENDER_EMAIL

        public static final java.lang.String EC_SENDER_EMAIL
        Constant for the gift list announcement sender email parameter.
        See Also:
        Constant Field Values
      • EC_RECIPIENT_NAME

        public static final java.lang.String EC_RECIPIENT_NAME
        Constant for the gift list announcement recipient name parameter.
        See Also:
        Constant Field Values
      • EC_RECIPIENT_EMAIL

        public static final java.lang.String EC_RECIPIENT_EMAIL
        Constant for the gift list announcement recipient email parameter.
        See Also:
        Constant Field Values
      • EC_ADDRESSING_METHOD

        public static final java.lang.String EC_ADDRESSING_METHOD
        Constant for the gift list announcement addressing method parameter for the email recipients. The valid values include DirectlyAddressed, Copied, BlindCopied.
        See Also:
        Constant Field Values
      • DEFAULT_ADDRESSING_METHOD

        public static final java.lang.String DEFAULT_ADDRESSING_METHOD
        Constant to represent the default addressing method.
        See Also:
        Constant Field Values
      • EC_ANNOUNCEMENT_ID

        public static final java.lang.String EC_ANNOUNCEMENT_ID
        Constant for the gift list announcement uniqueId.
        See Also:
        Constant Field Values
      • SEARCH_FOR_REGISTY

        public static final java.lang.String SEARCH_FOR_REGISTY
        Constant to represent that the search should include only the gift registries.
        See Also:
        Constant Field Values
      • SEARCH_FOR_WISHLIST

        public static final java.lang.String SEARCH_FOR_WISHLIST
        Constant to represent that the search should include only the wish list.
        See Also:
        Constant Field Values
      • SIMILAR_SEARCH_CONTROL_PARAM

        public static final java.lang.String SIMILAR_SEARCH_CONTROL_PARAM
        Constant to represent the similar search control parameter.
        See Also:
        Constant Field Values
      • TEMPLATE_NAME_CONTROL_PARAM

        public static final java.lang.String TEMPLATE_NAME_CONTROL_PARAM
        Constant to represent the announcement email template name control parameter.
        See Also:
        Constant Field Values
      • SUBJECT_CONTROL_PARAM

        public static final java.lang.String SUBJECT_CONTROL_PARAM
        Constant to represent the announcement email subject control parameter.
        See Also:
        Constant Field Values
      • ACTION_DELETE_PURCHASE_RECORD

        public static final java.lang.String ACTION_DELETE_PURCHASE_RECORD
        Constant for the delete purchase record action.
        See Also:
        Constant Field Values
      • ACTION_UPDATE_PURCHASE_RECORD

        public static final java.lang.String ACTION_UPDATE_PURCHASE_RECORD
        Constant for the update purchase record action.
        See Also:
        Constant Field Values
      • EC_GIFTLIST_ANNOUNCEMENT_ID

        public static final java.lang.String EC_GIFTLIST_ANNOUNCEMENT_ID
        Constant for the unique ID of the announcement.
        See Also:
        Constant Field Values
      • EC_GUEST_ACCESS_KEY

        public static final java.lang.String EC_GUEST_ACCESS_KEY
        Constant for the guest access key.
        See Also:
        Constant Field Values
      • EC_REGISTRY_ACCESS_KEY

        public static final java.lang.String EC_REGISTRY_ACCESS_KEY
        Constant for the registry access key.
        See Also:
        Constant Field Values
      • XPATH_SEARCH_BY_EVENT_DATE

        public static final java.lang.String XPATH_SEARCH_BY_EVENT_DATE
        The XPath key for the search by event date.
        See Also:
        Constant Field Values
      • XPATH_SEARCH_WITH_EVENT_DATE

        public static final java.lang.String XPATH_SEARCH_WITH_EVENT_DATE
        The XPath key for search function in conjunction with the event date.
        See Also:
        Constant Field Values
    • Constructor Detail

      • GiftCenterFacadeConstants

        public GiftCenterFacadeConstants()