Class CommerceServicesConstants
java.lang.Object
de.hybris.platform.commerceservices.constants.GeneratedCommerceServicesConstants
de.hybris.platform.commerceservices.constants.CommerceServicesConstants
Global class for all CommerceServices constants. You can add global constants for your extension into this class.
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.commerceservices.constants.GeneratedCommerceServicesConstants
GeneratedCommerceServicesConstants.Attributes, GeneratedCommerceServicesConstants.Enumerations, GeneratedCommerceServicesConstants.Relations, GeneratedCommerceServicesConstants.TC -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringIf true, configured hooks will be called before and after addToCart calls in commerce services.static final StringIf true, configured hooks will be called before and after authorize payment calls in commerce services.static final StringIf true, configured hooks will be called before and after cart calculation calls in commerce services.static final StringIf true, configured hooks will be called before and after cart merge calls in commerce services.static final StringIf true, configured hooks will be called before and after cart validation calls in commerce services.static final StringIf true, configured hooks will be called before and afterCommerceSaveCartService.cloneSavedCart(de.hybris.platform.commerceservices.service.data.CommerceSaveCartParameter)calls in commerce services.static final Stringstatic final StringDefines additional filter to filter find orders query by parent attribute.static final StringIf true, applies additional filter to filter find orders query by parent attribute.static final StringIf true, configured hooks will be called before and after flag for deletion calls in commerce services.static final StringIf true, OrgUnit path will be generated or updated.static final StringDefines organization related user groups(=roles).static final StringDefines organization related admin groups.static final StringIf true, configured hooks will be called before and after place order calls in commerce services.static final Stringstatic final StringDefines quote seller auto approval's threshold amountstatic final StringDefines the configurable default offer validity period in daysstatic final StringDiscount code for quote specificDiscountValueobjects.static final StringDefines the minimum offer validity period in daysstatic final StringDefines the default minimum threshold for initiating a quote negotiation.static final StringIf true, configured hooks will be called before and after cart validation calls in commerce services.static final StringIf true, configured hooks will be called before and after addToCart calls in commerce services.static final StringIf true, configured hooks will be called before cart restoration in commerce services.static final StringDefault parent group id for all seller agentsstatic final StringDefault parent group id for all seller approver agentsstatic final StringIf true, configured hooks will be called before and after update cart entries calls in commerce services.static final StringFields inherited from class de.hybris.platform.commerceservices.constants.GeneratedCommerceServicesConstants
EXTENSIONNAME -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ADDTOCARTHOOK_ENABLED
If true, configured hooks will be called before and after addToCart calls in commerce services.- See Also:
-
CARTCALCULATIONHOOK_ENABLED
If true, configured hooks will be called before and after cart calculation calls in commerce services.- See Also:
-
AUTHORIZEPAYMENTHOOK_ENABLED
If true, configured hooks will be called before and after authorize payment calls in commerce services.- See Also:
-
PLACEORDERHOOK_ENABLED
If true, configured hooks will be called before and after place order calls in commerce services.- See Also:
-
UPDATECARTENTRYHOOK_ENABLED
If true, configured hooks will be called before and after update cart entries calls in commerce services.- See Also:
-
SAVECARTHOOK_ENABLED
If true, configured hooks will be called before and after addToCart calls in commerce services.- See Also:
-
FLAGFORDELETIONHOOK_ENABLED
If true, configured hooks will be called before and after flag for deletion calls in commerce services.- See Also:
-
CLONESAVEDCARTHOOK_ENABLED
If true, configured hooks will be called before and afterCommerceSaveCartService.cloneSavedCart(de.hybris.platform.commerceservices.service.data.CommerceSaveCartParameter)calls in commerce services.- See Also:
-
SAVECARTRESTORATIONHOOK_ENABLED
If true, configured hooks will be called before cart restoration in commerce services.- See Also:
-
CARTVALIDATIONHOOK_ENABLED
If true, configured hooks will be called before and after cart validation calls in commerce services.- See Also:
-
REMOVEENTRYGROUPHOOK_ENABLED
If true, configured hooks will be called before and after cart validation calls in commerce services.- See Also:
-
CARTMERGEHOOK_ENABLED
If true, configured hooks will be called before and after cart merge calls in commerce services.- See Also:
-
SELLER_AGENT_GROUP_UID
Default parent group id for all seller agents- See Also:
-
SELLER_APPROVER_AGENT_GROUP_UID
Default parent group id for all seller approver agents- See Also:
-
ORGANIZATION_ROLES
Defines organization related user groups(=roles).- See Also:
-
ORGANIZATION_ROLES_ADMIN_GROUPS
Defines organization related admin groups.- See Also:
-
QUOTE_APPROVAL_THRESHOLD
Defines quote seller auto approval's threshold amount- See Also:
-
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
Defines the minimum offer validity period in days- See Also:
-
QUOTE_DISCOUNT_CODE
Discount code for quote specificDiscountValueobjects.- See Also:
-
QUOTE_REQUEST_INITIATION_THRESHOLD
Defines the default minimum threshold for initiating a quote negotiation.- See Also:
-
ORG_UNIT_PATH_GENERATION_ENABLED
If true, OrgUnit path will be generated or updated.- See Also:
-
FIND_ORDERS_ADDITIONAL_FILTER_ENABLED
If true, applies additional filter to filter find orders query by parent attribute.- See Also:
-
FIND_ORDERS_ADDITIONAL_FILTER
Defines additional filter to filter find orders query by parent attribute.- See Also:
-
USER_CONSENTS
- See Also:
-
CONSENT_GIVEN
- See Also:
-
POPULATING_CONSENTS_ENABLED
- See Also:
-
-
Constructor Details
-
CommerceServicesConstants
public CommerceServicesConstants()
-