Class CommerceServicesConstants


  • public final class CommerceServicesConstants
    extends GeneratedCommerceServicesConstants
    Global class for all CommerceServices constants. You can add global constants for your extension into this class.
    • Field Detail

      • ADDTOCARTHOOK_ENABLED

        public static final java.lang.String ADDTOCARTHOOK_ENABLED
        If true, configured hooks will be called before and after addToCart calls in commerce services.
        See Also:
        Constant Field Values
      • CARTCALCULATIONHOOK_ENABLED

        public static final java.lang.String CARTCALCULATIONHOOK_ENABLED
        If true, configured hooks will be called before and after cart calculation calls in commerce services.
        See Also:
        Constant Field Values
      • AUTHORIZEPAYMENTHOOK_ENABLED

        public static final java.lang.String AUTHORIZEPAYMENTHOOK_ENABLED
        If true, configured hooks will be called before and after authorize payment calls in commerce services.
        See Also:
        Constant Field Values
      • PLACEORDERHOOK_ENABLED

        public static final java.lang.String PLACEORDERHOOK_ENABLED
        If true, configured hooks will be called before and after place order calls in commerce services.
        See Also:
        Constant Field Values
      • UPDATECARTENTRYHOOK_ENABLED

        public static final java.lang.String UPDATECARTENTRYHOOK_ENABLED
        If true, configured hooks will be called before and after update cart entries calls in commerce services.
        See Also:
        Constant Field Values
      • SAVECARTHOOK_ENABLED

        public static final java.lang.String SAVECARTHOOK_ENABLED
        If true, configured hooks will be called before and after addToCart calls in commerce services.
        See Also:
        Constant Field Values
      • FLAGFORDELETIONHOOK_ENABLED

        public static final java.lang.String FLAGFORDELETIONHOOK_ENABLED
        If true, configured hooks will be called before and after flag for deletion calls in commerce services.
        See Also:
        Constant Field Values
      • SAVECARTRESTORATIONHOOK_ENABLED

        public static final java.lang.String SAVECARTRESTORATIONHOOK_ENABLED
        If true, configured hooks will be called before cart restoration in commerce services.
        See Also:
        Constant Field Values
      • CARTVALIDATIONHOOK_ENABLED

        public static final java.lang.String CARTVALIDATIONHOOK_ENABLED
        If true, configured hooks will be called before and after cart validation calls in commerce services.
        See Also:
        Constant Field Values
      • REMOVEENTRYGROUPHOOK_ENABLED

        public static final java.lang.String REMOVEENTRYGROUPHOOK_ENABLED
        If true, configured hooks will be called before and after cart validation calls in commerce services.
        See Also:
        Constant Field Values
      • SELLER_AGENT_GROUP_UID

        public static final java.lang.String SELLER_AGENT_GROUP_UID
        Default parent group id for all seller agents
        See Also:
        Constant Field Values
      • SELLER_APPROVER_AGENT_GROUP_UID

        public static final java.lang.String SELLER_APPROVER_AGENT_GROUP_UID
        Default parent group id for all seller approver agents
        See Also:
        Constant Field Values
      • ORGANIZATION_ROLES

        public static final java.lang.String ORGANIZATION_ROLES
        Defines organization related user groups(=roles).
        See Also:
        Constant Field Values
      • ORGANIZATION_ROLES_ADMIN_GROUPS

        public static final java.lang.String ORGANIZATION_ROLES_ADMIN_GROUPS
        Defines organization related admin groups.
        See Also:
        Constant Field Values
      • QUOTE_APPROVAL_THRESHOLD

        public static final java.lang.String QUOTE_APPROVAL_THRESHOLD
        Defines quote seller auto approval's threshold amount
        See Also:
        Constant Field Values
      • QUOTE_DEFAULT_OFFER_VALIDITY_PERIOD_IN_DAYS

        public static final java.lang.String QUOTE_DEFAULT_OFFER_VALIDITY_PERIOD_IN_DAYS
        Defines the configurable default offer validity period in days
        See Also:
        Constant Field Values
      • QUOTE_MIN_OFFER_VALIDITY_PERIOD_IN_DAYS

        public static final java.lang.String QUOTE_MIN_OFFER_VALIDITY_PERIOD_IN_DAYS
        Defines the minimum offer validity period in days
        See Also:
        Constant Field Values
      • QUOTE_REQUEST_INITIATION_THRESHOLD

        public static final java.lang.String QUOTE_REQUEST_INITIATION_THRESHOLD
        Defines the default minimum threshold for initiating a quote negotiation.
        See Also:
        Constant Field Values
      • ORG_UNIT_PATH_GENERATION_ENABLED

        public static final java.lang.String ORG_UNIT_PATH_GENERATION_ENABLED
        If true, OrgUnit path will be generated or updated.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CommerceServicesConstants

        public CommerceServicesConstants()