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:
    • CART_CALCULATION_RESET_DELIVERY_COST_ENABLED

      public static final String CART_CALCULATION_RESET_DELIVERY_COST_ENABLED
      See Also:
    • NO_SITES_AVAILABLE_DUMMY

      public static final PK NO_SITES_AVAILABLE_DUMMY
      Definition of the dummy sites, used in search restriction
    • SITE_SESSION_ATTRIBUTE_NAME

      public static final String SITE_SESSION_ATTRIBUTE_NAME
      Definition of the sites name in session, that could be used in search restriction such as ?session.sites
      See Also:
    • SITE_EMPLOYEE_GROUP_GROUPS_DEFAULT

      public static final String SITE_EMPLOYEE_GROUP_GROUPS_DEFAULT
      If set, new created SiteEmployeeGroup will inherit from this group
      See Also:
    • MULTI_SITE_GROUP_GROUP_DEFAULT

      public static final String MULTI_SITE_GROUP_GROUP_DEFAULT
      See Also:
    • MULTI_SITE_GROUP_DEFAULT_NAME

      public static final String MULTI_SITE_GROUP_DEFAULT_NAME
      See Also:
    • DELAY_MS_EMAIL_CHANGE

      public static final String DELAY_MS_EMAIL_CHANGE
      Definition of the minimum time delay, that could be used in some specific operations based on requirement
      See Also:
    • DELAY_MS_EMAIL_CHANGE_DEFAULT

      public static final long DELAY_MS_EMAIL_CHANGE_DEFAULT
      The default/min/max value for property: commerceservices.delay_ms.emailchange
      See Also:
    • DELAY_MS_EMAIL_CHANGE_MIN

      public static final long DELAY_MS_EMAIL_CHANGE_MIN
      See Also:
    • DELAY_MS_EMAIL_CHANGE_MAX

      public static final long DELAY_MS_EMAIL_CHANGE_MAX
      See Also:
  • Constructor Details

    • CommerceServicesConstants

      public CommerceServicesConstants()