Uses of Class
de.hybris.platform.core.model.order.CartModel
Packages that use CartModel
Package
Description
Contains generated models for each type of de.hybris.platform.acceleratorservices.jalo.process package.
Contains generated models for each type of de.hybris.platform.b2ctelcoservices.jalo package.
Contains generated models for each type of de.hybris.platform.basecommerce.jalo package.
Contains generated models for each type of de.hybris.platform.jalo.order package.
Contains generated models for each type of de.hybris.platform.jalo.user package.
Contains generated models for each type of de.hybris.platform.orderscheduling.jalo package.
Contains generated models for each type of de.hybris.platform.servicelayer.internal.jalo.order package.
-
Uses of CartModel in de.hybris.platform.acceleratorservices.model.process
Methods in de.hybris.platform.acceleratorservices.model.process that return CartModelModifier and TypeMethodDescriptionSavedCartFileUploadProcessModel.getSavedCart()Generated method - Getter of theSavedCartFileUploadProcess.savedCartattribute defined at extensionacceleratorservices.Methods in de.hybris.platform.acceleratorservices.model.process with parameters of type CartModelModifier and TypeMethodDescriptionvoidSavedCartFileUploadProcessModel.setSavedCart(CartModel value) Generated method - Setter ofSavedCartFileUploadProcess.savedCartattribute defined at extensionacceleratorservices. -
Uses of CartModel in de.hybris.platform.b2btelcoservices.commons
Methods in de.hybris.platform.b2btelcoservices.commons with parameters of type CartModelModifier and TypeMethodDescriptionprotected voidTmaB2BCommentServiceTest.setDefaultCostCenterOnEntries(B2BCustomerModel user, CartModel cart) protected voidTmaB2BMerchantCheckTest.setDefaultCostCenterOnEntries(B2BCustomerModel user, CartModel cart) protected voidTmaB2BOrder2POEApprovalProcessIntegrationTest.setDefaultCostCenterOnEntries(B2BCustomerModel user, CartModel cart) protected voidTmaB2BUnitAprovalProcessTest.setDefaultCostCenterOnEntries(B2BCustomerModel user, CartModel cart) protected voidTmaDefaultB2BCartServiceTest.setDefaultCostCenterOnEntries(B2BCustomerModel user, CartModel cart) protected voidTmaDefaultB2BOrderDaoTest.setDefaultCostCenterOnEntries(B2BCustomerModel user, CartModel cart) protected voidTmaDefaultB2BWorkflowIntegrationServiceTest.setDefaultCostCenterOnEntries(B2BCustomerModel user, CartModel cart) -
Uses of CartModel in de.hybris.platform.b2ctelcofacades.bundle.impl
Methods in de.hybris.platform.b2ctelcofacades.bundle.impl that return types with arguments of type CartModelModifier and TypeMethodDescriptionDefaultTmaCheckoutFacade.getCartConverter()DefaultTmaCheckoutFacade.getCartReverseConverter()Methods in de.hybris.platform.b2ctelcofacades.bundle.impl with parameters of type CartModelModifier and TypeMethodDescriptionprotected voidDefaultTmaCheckoutFacade.beforePlaceOrder(CartModel cartModel) protected booleanDefaultTmaCheckoutFacade.isCartEmpty(CartModel cartModel) Method parameters in de.hybris.platform.b2ctelcofacades.bundle.impl with type arguments of type CartModelModifier and TypeMethodDescriptionvoidDefaultTmaCheckoutFacade.setCartConverter(de.hybris.platform.servicelayer.dto.converter.Converter<CartModel, CartData> cartConverter) voidDefaultTmaCheckoutFacade.setCartReverseConverter(de.hybris.platform.servicelayer.dto.converter.Converter<CartData, CartModel> cartReverseConverter) -
Uses of CartModel in de.hybris.platform.b2ctelcofacades.converters.populator
Methods in de.hybris.platform.b2ctelcofacades.converters.populator with parameters of type CartModel -
Uses of CartModel in de.hybris.platform.b2ctelcofacades.order.converters.populator
Methods in de.hybris.platform.b2ctelcofacades.order.converters.populator that return CartModelModifier and TypeMethodDescriptionprotected CartModelTmaCommerceCartParameterPopulator.getCart(CartActionInput cartActionInput) Returns a cart for the parameters provided.Methods in de.hybris.platform.b2ctelcofacades.order.converters.populator with parameters of type CartModelModifier and TypeMethodDescriptionvoidDeprecated, for removal: This API element is subject to removal in a future version.voidvoidvoidvoid -
Uses of CartModel in de.hybris.platform.b2ctelcofacades.order.impl
Methods in de.hybris.platform.b2ctelcofacades.order.impl with parameters of type CartModelModifier and TypeMethodDescriptionprotected StringDefaultTmaCartFacade.generateSaveCartDescription(CartModel cartModel, String description) Generate description for cart to be cloned if not provided by user.protected StringDefaultTmaCartFacade.generateSaveCartName(CartModel cartModel) When restoring a saved cart, one copy of the restored saved cart can be kept. -
Uses of CartModel in de.hybris.platform.b2ctelcoservices.cardinality.impl
Methods in de.hybris.platform.b2ctelcoservices.cardinality.impl with parameters of type CartModelModifier and TypeMethodDescriptionvoidDefaultCartCardinalityValidationMessagesStrategy.cleanupValidationMessagesOn(CartModel cartModel) voidDefaultCartCardinalityValidationMessagesStrategy.setValidationMessagesOn(CartModel cartModel, List<String> messages) -
Uses of CartModel in de.hybris.platform.b2ctelcoservices.checklist.impl
Methods in de.hybris.platform.b2ctelcoservices.checklist.impl with parameters of type CartModelModifier and TypeMethodDescriptionprotected AbstractOrderEntryModelDefaultTmaChecklistServiceTest.getEntryByProductCode(CartModel cart, String productCode) -
Uses of CartModel in de.hybris.platform.b2ctelcoservices.compatibility
Methods in de.hybris.platform.b2ctelcoservices.compatibility with parameters of type CartModelModifier and TypeMethodDescriptionvoidTmaValidationMessagesStrategy.cleanupValidationMessagesOn(CartModel cartModel) Removes validation messages from the cart.voidTmaValidationMessagesStrategy.setValidationMessagesOn(CartModel cartModel, List<String> messages) Sets validation messages on cart. -
Uses of CartModel in de.hybris.platform.b2ctelcoservices.compatibility.impl
Methods in de.hybris.platform.b2ctelcoservices.compatibility.impl with parameters of type CartModelModifier and TypeMethodDescriptionvoidDefaultTmaCompatibilityValidationMessagesStrategy.cleanupValidationMessagesOn(CartModel cartModel) voidDefaultTmaCompatibilityValidationMessagesStrategy.setValidationMessagesOn(CartModel cartModel, List<String> messages) -
Uses of CartModel in de.hybris.platform.b2ctelcoservices.daos
Methods in de.hybris.platform.b2ctelcoservices.daos that return CartModelModifier and TypeMethodDescriptionTmaCommerceCartDao.getCartForSiteAndCode(BaseSiteModel site, String code) Retrieves the cart for site and code.Methods in de.hybris.platform.b2ctelcoservices.daos that return types with arguments of type CartModelModifier and TypeMethodDescriptionTmaCommerceCartDao.getCartsForSite(BaseSiteModel site, Integer offset, Integer limit) Retrieves the carts for site. -
Uses of CartModel in de.hybris.platform.b2ctelcoservices.daos.impl
Methods in de.hybris.platform.b2ctelcoservices.daos.impl that return CartModelModifier and TypeMethodDescriptionDefaultTmaCommerceCartDao.getCartForSiteAndCode(BaseSiteModel site, String code) Methods in de.hybris.platform.b2ctelcoservices.daos.impl that return types with arguments of type CartModelModifier and TypeMethodDescriptionDefaultTmaCommerceCartDao.getCartsForSite(BaseSiteModel site, Integer offset, Integer limit) DefaultTmaCommerceCartDao.getCartsForSiteAndUser(BaseSiteModel site, UserModel user) Gets the carts for site and user (including saved carts and quote carts). -
Uses of CartModel in de.hybris.platform.b2ctelcoservices.hook
Methods in de.hybris.platform.b2ctelcoservices.hook with parameters of type CartModelModifier and TypeMethodDescriptionvoidTmaCartHookHelper.invalidateBpoEntries(CartModel cart, EntryGroup entryGroup) Deprecated.since 2102 -
Uses of CartModel in de.hybris.platform.b2ctelcoservices.hook.impl
Methods in de.hybris.platform.b2ctelcoservices.hook.impl that return types with arguments of type CartModelModifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<CartModel,PqPoQualificationRao> TmaOfferingUpdateCartEntryHook.getCartModelRaoConverter()protected de.hybris.platform.servicelayer.dto.converter.Converter<CartModel,PqPoQualificationRao> TmaQualificationCompatibilityAddToCartMethodHook.getCartModelRaoConverter()Methods in de.hybris.platform.b2ctelcoservices.hook.impl with parameters of type CartModelModifier and TypeMethodDescriptionvoidDefaultTmaCartHookHelper.invalidateBpoEntries(CartModel cart, EntryGroup entryGroup) protected voidTmaPoAddToCartMethodHook.invalidateBpoEntries(CartModel cart, int entryGroupNumber) Deprecated.since 2102protected voidDefaultTmaCartHookHelper.recalculateCart(CartModel cartModel) Constructor parameters in de.hybris.platform.b2ctelcoservices.hook.impl with type arguments of type CartModelModifierConstructorDescriptionTmaOfferingUpdateCartEntryHook(TmaAbstractOrderEntryService abstractOrderEntryService, TmaCartHookHelper tmaCartHookHelper, de.hybris.platform.servicelayer.model.ModelService modelService, de.hybris.platform.order.EntryGroupService entryGroupService, PqQualificationService pqQualificationService, de.hybris.platform.servicelayer.dto.converter.Converter<CartModel, PqPoQualificationRao> cartModelRaoConverter, TmaQualificationValidationMessagesStrategy tmaQualificationCompatibilityValidationMessagesStrategy, de.hybris.platform.servicelayer.config.ConfigurationService configurationService) TmaQualificationCompatibilityAddToCartMethodHook(PqQualificationService pqQualificationService, de.hybris.platform.servicelayer.dto.converter.Converter<CartModel, PqPoQualificationRao> cartModelRaoConverter, TmaQualificationValidationMessagesStrategy tmaQualificationCompatibilityValidationMessagesStrategy, de.hybris.platform.servicelayer.config.ConfigurationService configurationService) -
Uses of CartModel in de.hybris.platform.b2ctelcoservices.model
Methods in de.hybris.platform.b2ctelcoservices.model that return CartModelModifier and TypeMethodDescriptionTmaCartValidationModel.getCart()Generated method - Getter of theTmaCartValidation.cartattribute defined at extensiontuadatacommonsservices.Methods in de.hybris.platform.b2ctelcoservices.model with parameters of type CartModel -
Uses of CartModel in de.hybris.platform.b2ctelcoservices.order
Methods in de.hybris.platform.b2ctelcoservices.order that return CartModelModifier and TypeMethodDescriptionTmaCartService.createCartForUserAndBaseSite(UserModel userModel, BaseSiteModel baseSiteModel) Creates a cart for the provided user.TmaCommerceCartService.getCartForCode(String code) Retrieves a cart for the specified cart code.Methods in de.hybris.platform.b2ctelcoservices.order that return types with arguments of type CartModelModifier and TypeMethodDescriptionTmaCommerceCartService.getCartsForCurrentSite(Integer offset, Integer limit) Retrieves all carts for the current site.Methods in de.hybris.platform.b2ctelcoservices.order with parameters of type CartModelModifier and TypeMethodDescriptionvoidTmaQualificationValidationMessagesStrategy.setValidationMessagesOn(CartModel cartModel, PqPoQualificationRao poQualificationRao) Sets validation messages on cart. -
Uses of CartModel in de.hybris.platform.b2ctelcoservices.order.hook
Methods in de.hybris.platform.b2ctelcoservices.order.hook that return types with arguments of type CartModelModifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<CartModel,PqPoQualificationRao> TmaQualificationPlaceOrderMethodHook.getCartModelRaoConverter()Methods in de.hybris.platform.b2ctelcoservices.order.hook with parameters of type CartModelModifier and TypeMethodDescriptionprotected booleanTmaCompatibilityPlaceOrderMethodHook.hasValidationErrors(CartModel cartModel) Deprecated.Checks the presence of validation error messages.protected booleanTmaQualificationPlaceOrderMethodHook.hasValidationErrors(CartModel cartModel) Checks the presence of validation error messages.protected booleanTmaPaymentMethodPlaceOrderMethodHook.isPaymentMethodRequired(CartModel cartModel) protected voidTmaCompatibilityPlaceOrderMethodHook.triggerCompatibility(CartModel cartModel) Deprecated.Triggers the evaluation of compatibility policies for all the products in cart.Constructor parameters in de.hybris.platform.b2ctelcoservices.order.hook with type arguments of type CartModelModifierConstructorDescriptionTmaQualificationPlaceOrderMethodHook(PqQualificationService pqQualificationService, de.hybris.platform.servicelayer.dto.converter.Converter<CartModel, PqPoQualificationRao> cartModelRaoConverter, TmaQualificationValidationMessagesStrategy tmaQualificationCompatibilityValidationMessagesStrategy) -
Uses of CartModel in de.hybris.platform.b2ctelcoservices.order.impl
Methods in de.hybris.platform.b2ctelcoservices.order.impl that return CartModelModifier and TypeMethodDescriptionDefaultTmaCartService.createCartForUserAndBaseSite(UserModel userModel, BaseSiteModel baseSiteModel) DefaultTmaCommerceCartService.getCartForCode(String code) Methods in de.hybris.platform.b2ctelcoservices.order.impl that return types with arguments of type CartModelModifier and TypeMethodDescriptionDefaultTmaCommerceCartService.getCartsForCurrentSite(Integer offset, Integer limit) Methods in de.hybris.platform.b2ctelcoservices.order.impl with parameters of type CartModelModifier and TypeMethodDescriptionprotected CommerceCartModificationB2ctelcoCommerceCartMergingStrategy.addEntryToCart(CartModel cart, AbstractOrderEntryModel entry, AbstractOrderEntryModel parentEntry) Adds the provided entry to the given cart.protected CommerceCartParameterB2ctelcoCommerceCartMergingStrategy.createCommerceCartParameter(CartModel cart, AbstractOrderEntryModel entry, AbstractOrderEntryModel parentEntry) Creates the new cart parameter used for adding the new entry to cart.voidB2ctelcoCommerceCartMergingStrategy.mergeCarts(CartModel fromCart, CartModel toCart, List<CommerceCartModification> modifications) protected CommerceCartModificationB2ctelcoCommerceCartMergingStrategy.mergeEntryWithCart(AbstractOrderEntryModel entry, CartModel toCart) protected CommerceCartModificationDefaultTmaCommerceUpdateCartEntryStrategy.modifyEntry(CartModel cartModel, AbstractOrderEntryModel entryToUpdate, long actualAllowedQuantityChange, long newQuantity, Integer maxOrderQuantity) protected voidB2ctelcoCommerceCartMergingStrategy.recalculateCart(CartModel toCart) voidDefaultTmaCompatibilityQualificationValidationMessagesStrategy.setValidationMessagesOn(CartModel cartModel, PqPoQualificationRao poQualificationRao) protected voidB2ctelcoCommerceCartMergingStrategy.validateFromCartEligibilityContext(CartModel fromCart) -
Uses of CartModel in de.hybris.platform.b2ctelcoservices.order.resourcestrategies.impl
Methods in de.hybris.platform.b2ctelcoservices.order.resourcestrategies.impl with parameters of type CartModelModifier and TypeMethodDescriptionprotected voidTmaCouponResourceStrategy.applyCoupons(CartModel cart, Collection<String> couponsInCart, List<String> newCouponIds) Adds to the cart the coupons which are in the list of coupons of the request, but are not in the list of coupons of the cart.protected longTmaQuantityResourceStrategy.checkCartLevel(ProductModel productModel, CartModel cartModel, PointOfServiceModel pointOfServiceModel) protected longTmaQuantityResourceStrategy.getAllowedCartAdjustmentForProduct(CartModel cartModel, ProductModel productModel, long quantityToAdd, PointOfServiceModel pointOfServiceModel) protected voidTmaQuantityResourceStrategy.modifyEntry(CartModel cartModel, AbstractOrderEntryModel entryToUpdate, long actualAllowedQuantityChange, long newQuantity, Integer maxOrderQuantity, CommerceCartModification commerceCartModification) protected voidTmaQuantityResourceStrategy.normalizeEntryNumbers(CartModel cartModel) protected voidTmaCouponResourceStrategy.removeCoupons(CartModel cart, Collection<String> couponsInCart, List<String> newCouponIds) Removes from the cart the coupons which are in the list of coupons of the cart, but are not in the list of coupons of the request.protected voidTmaQuantityResourceStrategy.removeEntryFromCart(CartModel cartModel, AbstractOrderEntryModel entryToUpdate, long newQuantity, CommerceCartModification commerceCartModification) -
Uses of CartModel in de.hybris.platform.b2ctelcoservices.populators
Methods in de.hybris.platform.b2ctelcoservices.populators with parameters of type CartModelModifier and TypeMethodDescriptionvoidTmaCartRaoPopulator.populate(CartModel source, PqPoQualificationRao target) protected voidTmaCartRaoPopulator.populateEntries(CartModel source, PqPoQualificationRao target) -
Uses of CartModel in de.hybris.platform.basecommerce.model
Subclasses of CartModel in de.hybris.platform.basecommerce.modelModifier and TypeClassDescriptionclassGenerated model class for type MultiAddressInMemoryCart first defined at extension basecommerce. -
Uses of CartModel in de.hybris.platform.commerceservices.service.data
Methods in de.hybris.platform.commerceservices.service.data that return CartModelModifier and TypeMethodDescriptionCommerceCartMetadataParameter.getCart()CommerceCartParameter.getCart()CommerceCheckoutParameter.getCart()CommerceSaveCartParameter.getCart()RemoveEntryGroupParameter.getCart()CommerceSaveCartResult.getSavedCart()Methods in de.hybris.platform.commerceservices.service.data with parameters of type CartModelModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidCommerceSaveCartResult.setSavedCart(CartModel savedCart) -
Uses of CartModel in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return CartModelModifier and TypeMethodDescriptionQuoteModel.getCartReference()Generated method - Getter of theQuote.cartReferenceattribute defined at extensioncommerceservices.CartEntryModel.getOrder()Generated method - Getter of theAbstractOrderEntry.orderattribute defined at extensioncoreand redeclared at extensioncore.Methods in de.hybris.platform.core.model.order with parameters of type CartModelModifier and TypeMethodDescriptionvoidQuoteModel.setCartReference(CartModel value) Generated method - Setter ofQuote.cartReferenceattribute defined at extensioncommerceservices. -
Uses of CartModel in de.hybris.platform.core.model.user
Methods in de.hybris.platform.core.model.user that return types with arguments of type CartModelModifier and TypeMethodDescriptionUserModel.getCarts()Generated method - Getter of theUser.cartsattribute defined at extensioncore.Method parameters in de.hybris.platform.core.model.user with type arguments of type CartModelModifier and TypeMethodDescriptionvoidUserModel.setCarts(Collection<CartModel> value) Generated method - Setter ofUser.cartsattribute defined at extensioncore. -
Uses of CartModel in de.hybris.platform.orderscheduling.model
Methods in de.hybris.platform.orderscheduling.model that return CartModelModifier and TypeMethodDescriptionCartToOrderCronJobModel.getCart()Generated method - Getter of theCartToOrderCronJob.cartattribute defined at extensionbasecommerce.Methods in de.hybris.platform.orderscheduling.model with parameters of type CartModel -
Uses of CartModel in de.hybris.platform.servicelayer.internal.model.order
Subclasses of CartModel in de.hybris.platform.servicelayer.internal.model.orderModifier and TypeClassDescriptionclassGenerated model class for type InMemoryCart first defined at extension core.