Class CommerceWebServicesCartFacade

    • Constructor Detail

      • CommerceWebServicesCartFacade

        public CommerceWebServicesCartFacade()
    • Method Detail

      • isAnonymousUserCart

        public boolean isAnonymousUserCart​(java.lang.String cartGuid)
        Checks if given card belongs to anonymous user.
        Parameters:
        cartGuid - GUID of the cart.
        Returns:
        true if the cart belongs to anonymous user.
      • isCurrentUserCart

        public boolean isCurrentUserCart​(java.lang.String cartGuid)
        Checks if given card belongs to current user.
        Parameters:
        cartGuid - GUID of the cart.
        Returns:
        true if the cart belongs to current user.