Class SapOaaCommerceCartModificationStatus

java.lang.Object
com.sap.retail.oaa.commerce.services.order.impl.SapOaaCommerceCartModificationStatus
All Implemented Interfaces:
de.hybris.platform.commerceservices.order.CommerceCartModificationStatus

public final class SapOaaCommerceCartModificationStatus extends Object implements de.hybris.platform.commerceservices.order.CommerceCartModificationStatus
OAA specific status values for the CommerceCartModification statusCode. As the statusCode is a string it is not limited to any specific set of values. These are just the values exposed by the commerceservices.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Indicates a failure during ATP validation

    Fields inherited from interface de.hybris.platform.commerceservices.order.CommerceCartModificationStatus

    CONFIGURATION_ERROR, ENTRY_GROUP_ERROR, INVALID_ENTRY_GROUP_NUMBER, LOW_STOCK, MAX_BUNDLE_SELECTION_CRITERIA_LIMIT_EXCEEDED, MAX_ORDER_QUANTITY_EXCEEDED, MOVED_FROM_POS_TO_STORE, NO_STOCK, SUCCESS, SUCCESSFULLY_REMOVED, UNAVAILABLE
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • ATP_VALIDATION_FAILURE

      public static final String ATP_VALIDATION_FAILURE
      Indicates a failure during ATP validation
      See Also: