Package com.hybris.yprofile.constants
Class ProfileservicesConstants
- java.lang.Object
-
- com.hybris.yprofile.constants.GeneratedProfileservicesConstants
-
- com.hybris.yprofile.constants.ProfileservicesConstants
-
public final class ProfileservicesConstants extends GeneratedProfileservicesConstants
Global class for all Profileservices constants. You can add global constants for your extension into this class.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.hybris.yprofile.constants.GeneratedProfileservicesConstants
GeneratedProfileservicesConstants.Attributes, GeneratedProfileservicesConstants.Enumerations
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringANONYMOUS_CONSENTS_COOKIE_NAMECookie for anonymous userstatic java.lang.StringANONYMOUS_CONSENTS_HEADERHeader for anonymous userstatic java.lang.StringCONSENT_GIVENExpected consent valuestatic java.lang.StringCONSENT_REFERENCE_HEADER_NAMEConsent reference header name propertystatic java.lang.StringCONSENT_WITHDRAWNExpected consent valuestatic java.lang.StringDEBUG_HEADER_NAMEProfile tag debug header name propertystatic java.lang.StringEXTENSIONNAMEstatic java.lang.StringPLATFORM_LOGO_CODEstatic java.lang.StringPROFILE_CONSENTConsent code for Profilestatic java.lang.StringPROFILE_CONSENT_GIVENCookie and Session attribute keystatic java.lang.StringPROFILE_TAG_CONFIG_URLProfile tag configuration url identifierstatic java.lang.StringPROFILE_TAG_URLProfile tag url identifierstatic java.lang.StringPROFILE_TRACKING_PAUSECookie and Session attribute keystatic java.lang.StringUSER_CONSENTSSession attribute for logged in users
-
-
-
Field Detail
-
EXTENSIONNAME
public static final java.lang.String EXTENSIONNAME
- See Also:
- Constant Field Values
-
USER_CONSENTS
public static final java.lang.String USER_CONSENTS
Session attribute for logged in users- See Also:
- Constant Field Values
-
ANONYMOUS_CONSENTS_COOKIE_NAME
public static final java.lang.String ANONYMOUS_CONSENTS_COOKIE_NAME
Cookie for anonymous user- See Also:
- Constant Field Values
-
ANONYMOUS_CONSENTS_HEADER
public static final java.lang.String ANONYMOUS_CONSENTS_HEADER
Header for anonymous user- See Also:
- Constant Field Values
-
PROFILE_CONSENT
public static final java.lang.String PROFILE_CONSENT
Consent code for Profile- See Also:
- Constant Field Values
-
CONSENT_GIVEN
public static final java.lang.String CONSENT_GIVEN
Expected consent value- See Also:
- Constant Field Values
-
CONSENT_WITHDRAWN
public static final java.lang.String CONSENT_WITHDRAWN
Expected consent value- See Also:
- Constant Field Values
-
PROFILE_CONSENT_GIVEN
public static final java.lang.String PROFILE_CONSENT_GIVEN
Cookie and Session attribute key- See Also:
- Constant Field Values
-
PROFILE_TRACKING_PAUSE
public static final java.lang.String PROFILE_TRACKING_PAUSE
Cookie and Session attribute key- See Also:
- Constant Field Values
-
PROFILE_TAG_URL
public static final java.lang.String PROFILE_TAG_URL
Profile tag url identifier- See Also:
- Constant Field Values
-
PROFILE_TAG_CONFIG_URL
public static final java.lang.String PROFILE_TAG_CONFIG_URL
Profile tag configuration url identifier- See Also:
- Constant Field Values
-
DEBUG_HEADER_NAME
public static final java.lang.String DEBUG_HEADER_NAME
Profile tag debug header name property- See Also:
- Constant Field Values
-
CONSENT_REFERENCE_HEADER_NAME
public static final java.lang.String CONSENT_REFERENCE_HEADER_NAME
Consent reference header name property- See Also:
- Constant Field Values
-
PLATFORM_LOGO_CODE
public static final java.lang.String PLATFORM_LOGO_CODE
- See Also:
- Constant Field Values
-
-