public class CommerceWebServicesCartFacade extends DefaultCartFacade
DefaultCartFacade for commercewebservices.| Constructor and Description |
|---|
CommerceWebServicesCartFacade() |
| Modifier and Type | Method and Description |
|---|---|
CartData |
getSessionCart()
Method gets cart from session, if any exist.
|
boolean |
isAnonymousUserCart(java.lang.String cartGuid)
Checks if given card belongs to anonymous user.
|
boolean |
isCurrentUserCart(java.lang.String cartGuid)
Checks if given card belongs to current user.
|
addToCart, addToCart, addToCart, configurationInfoToProductConfiguration, configureCartEntry, createCommerceCartParameter, createEmptyCart, deleteGroupedOrderEntriesMultiD, estimateExternalTaxes, filterConfigurationsByConfigurator, getBaseSiteService, getCartConverter, getCartModificationConverter, getCartRestorationConverter, getCartService, getCartsForCurrentUser, getCommerceCartParameterConverter, getCommerceCartService, getCountryConverter, getDeliveryCountries, getDeliveryService, getGroupCartModificationListConverter, getMiniCart, getMiniCartConverter, getModelService, getMostRecentCartGuidForUser, getOrderEntryConverter, getOrderEntryNumberForMultiD, getPointOfServiceService, getPriceDataFactory, getProductConfigurationMergeStrategies, getProductFacade, getProductService, getSessionCartGuid, getSessionCartWithEntryOrdering, getUserService, hasEntries, hasEntryGroups, hasSessionCart, mergeOrderEntryWithModelConfiguration, removeEntryGroup, removeSessionCart, removeStaleCarts, restoreAnonymousCartAndMerge, restoreAnonymousCartAndTakeOwnership, restoreCartAndMerge, restoreSavedCart, setBaseSiteService, setCartConverter, setCartModificationConverter, setCartRestorationConverter, setCartService, setCommerceCartParameterConverter, setCommerceCartService, setCountryConverter, setDeliveryService, setGroupCartModificationListConverter, setMiniCartConverter, setModelService, setOrderEntryConverter, setPointOfServiceService, setPriceDataFactory, setProductConfigurationMergeStrategies, setProductFacade, setProductService, setUserService, updateCartEntry, updateCartEntry, updateCartEntry, updateCartMetadata, validateCartDatapublic CartData getSessionCart()
CartFacadegetSessionCart in interface CartFacadegetSessionCart in class DefaultCartFacadepublic boolean isAnonymousUserCart(java.lang.String cartGuid)
cartGuid - GUID of the cart.public boolean isCurrentUserCart(java.lang.String cartGuid)
cartGuid - GUID of the cart.Copyright © 2018 SAP SE. All Rights Reserved.