Class CommerceServicesConstants

java.lang.Object
de.hybris.platform.commerceservices.constants.GeneratedCommerceServicesConstants
de.hybris.platform.commerceservices.constants.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 Details

    • ADDTOCARTHOOK_ENABLED

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

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

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

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

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

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

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

      public static final String CLONESAVEDCARTHOOK_ENABLED
      If true, configured hooks will be called before and after CommerceSaveCartService.cloneSavedCart(de.hybris.platform.commerceservices.service.data.CommerceSaveCartParameter) calls in commerce services.
      See Also:
    • SAVECARTRESTORATIONHOOK_ENABLED

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

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

      public static final String REMOVEENTRYGROUPHOOK_ENABLED
      If true, configured hooks will be called before and after cart validation calls in commerce services.
      See Also:
    • CARTMERGEHOOK_ENABLED

      public static final String CARTMERGEHOOK_ENABLED
      If true, configured hooks will be called before and after cart merge calls in commerce services.
      See Also:
    • SELLER_AGENT_GROUP_UID

      public static final String SELLER_AGENT_GROUP_UID
      Default parent group id for all seller agents
      See Also:
    • SELLER_APPROVER_AGENT_GROUP_UID

      public static final String SELLER_APPROVER_AGENT_GROUP_UID
      Default parent group id for all seller approver agents
      See Also:
    • ORGANIZATION_ROLES

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

      public static final String ORGANIZATION_ROLES_ADMIN_GROUPS
      Defines organization related admin groups.
      See Also:
    • QUOTE_APPROVAL_THRESHOLD

      public static final String QUOTE_APPROVAL_THRESHOLD
      Defines quote seller auto approval's threshold amount
      See Also:
    • QUOTE_DEFAULT_OFFER_VALIDITY_PERIOD_IN_DAYS

      public static final String QUOTE_DEFAULT_OFFER_VALIDITY_PERIOD_IN_DAYS
      Defines the configurable default offer validity period in days
      See Also:
    • QUOTE_MIN_OFFER_VALIDITY_PERIOD_IN_DAYS

      public static final String QUOTE_MIN_OFFER_VALIDITY_PERIOD_IN_DAYS
      Defines the minimum offer validity period in days
      See Also:
    • QUOTE_DISCOUNT_CODE

      public static final String QUOTE_DISCOUNT_CODE
      Discount code for quote specific DiscountValue objects.
      See Also:
    • QUOTE_REQUEST_INITIATION_THRESHOLD

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

      public static final String ORG_UNIT_PATH_GENERATION_ENABLED
      If true, OrgUnit path will be generated or updated.
      See Also:
    • FIND_ORDERS_ADDITIONAL_FILTER_ENABLED

      public static final String FIND_ORDERS_ADDITIONAL_FILTER_ENABLED
      If true, applies additional filter to filter find orders query by parent attribute.
      See Also:
    • FIND_ORDERS_ADDITIONAL_FILTER

      public static final String FIND_ORDERS_ADDITIONAL_FILTER
      Defines additional filter to filter find orders query by parent attribute.
      See Also:
    • USER_CONSENTS

      public static final String USER_CONSENTS
      See Also:
    • POPULATING_CONSENTS_ENABLED

      public static final String POPULATING_CONSENTS_ENABLED
      See Also:
  • Constructor Details

    • CommerceServicesConstants

      public CommerceServicesConstants()