Uses of Class
de.hybris.platform.core.model.order.CartEntryModel
Packages that use CartEntryModel
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.order package.
Contains generated models for each type of de.hybris.platform.servicelayer.internal.jalo.order package.
-
Uses of CartEntryModel in de.hybris.platform.acceleratorfacades.cart.action
Methods in de.hybris.platform.acceleratorfacades.cart.action with parameters of type CartEntryModelModifier and TypeMethodDescriptionbooleanCartEntryActionHandler.supports(CartEntryModel cartEntry) This method determines if the action should show or not in the cart entry tools menu. -
Uses of CartEntryModel in de.hybris.platform.acceleratorfacades.cart.action.impl
Methods in de.hybris.platform.acceleratorfacades.cart.action.impl with parameters of type CartEntryModelModifier and TypeMethodDescriptionbooleanRemoveCartEntryActionHandler.supports(CartEntryModel cartEntry) -
Uses of CartEntryModel in de.hybris.platform.acceleratorservices.order.impl
Methods in de.hybris.platform.acceleratorservices.order.impl with parameters of type CartEntryModelModifier and TypeMethodDescriptionprotected booleanDefaultCartServiceForAccelerator.isNotGiveAwayAndHasEqualUnit(CartEntryModel cartEntry, UnitModel usedUnit) protected booleanDefaultCartServiceForAccelerator.isPOSNotNullAndHasEqualEntryNumber(CartEntryModel cartEntry, int number) protected booleanDefaultCartServiceForAccelerator.isPOSNullAndAppendAsLast(CartEntryModel cartEntry, int number) -
Uses of CartEntryModel in de.hybris.platform.commerceservices.order.dao
Methods in de.hybris.platform.commerceservices.order.dao that return types with arguments of type CartEntryModelModifier and TypeMethodDescriptionCartEntryDao.findEntriesByProductAndPointOfService(CartModel cart, ProductModel product, PointOfServiceModel pointOfService) -
Uses of CartEntryModel in de.hybris.platform.commerceservices.order.dao.impl
Methods in de.hybris.platform.commerceservices.order.dao.impl that return types with arguments of type CartEntryModelModifier and TypeMethodDescriptionDefaultCartEntryDao.findEntriesByProductAndPointOfService(CartModel cart, ProductModel product, PointOfServiceModel pointOfService) -
Uses of CartEntryModel in de.hybris.platform.commerceservices.order.impl
Methods in de.hybris.platform.commerceservices.order.impl that return CartEntryModelModifier and TypeMethodDescriptionprotected CartEntryModelDefaultCommerceAddToCartStrategy.addCartEntry(CommerceCartParameter parameter, long actualAllowedQuantityChange) protected CartEntryModelDefaultCommerceAddToCartStrategy.createEmptyCartEntry(CommerceCartParameter parameter) Methods in de.hybris.platform.commerceservices.order.impl with parameters of type CartEntryModelModifier and TypeMethodDescriptionprotected CommerceCartModificationDefaultCommerceAddToCartStrategy.createAddToCartResp(CommerceCartParameter parameter, String status, CartEntryModel entry, long quantityAdded) -
Uses of CartEntryModel in de.hybris.platform.commerceservices.strategies.impl
Methods in de.hybris.platform.commerceservices.strategies.impl that return CartEntryModelModifier and TypeMethodDescriptionprotected CartEntryModelDefaultCartValidationStrategy.getExistingShipCartEntryForProduct(CartModel cartModel, ProductModel product) Methods in de.hybris.platform.commerceservices.strategies.impl with parameters of type CartEntryModelModifier and TypeMethodDescriptionprotected longDefaultCartValidationStrategy.getCartLevel(CartEntryModel cartEntryModel, CartModel cartModel) protected LongCartValidationWithoutCartAlteringStrategy.getStockLevel(CartEntryModel cartEntryModel) Deprecated, for removal: This API element is subject to removal in a future version.protected LongDefaultCartValidationStrategy.getStockLevel(CartEntryModel cartEntryModel) protected booleanDefaultCartValidationStrategy.hasConfigurationErrors(CartEntryModel cartEntryModel) protected booleanCartValidationWithoutCartAlteringStrategy.hasPointOfService(CartEntryModel cartEntryModel) Deprecated, for removal: This API element is subject to removal in a future version.protected booleanDefaultCartValidationStrategy.hasPointOfService(CartEntryModel cartEntryModel) protected booleanDefaultCartValidationStrategy.isProductNotAvailableInPOS(CartEntryModel cartEntryModel, Long stockLevel) protected CommerceCartModificationCartValidationWithoutCartAlteringStrategy.validateCartEntry(CartEntryModel cartEntryModel) Deprecated, for removal: This API element is subject to removal in a future version.protected CommerceCartModificationDefaultCartValidationStrategy.validateCartEntry(CartModel cartModel, CartEntryModel cartEntryModel) -
Uses of CartEntryModel in de.hybris.platform.configurablebundleservices.bundle.impl
Methods in de.hybris.platform.configurablebundleservices.bundle.impl with parameters of type CartEntryModelModifier and TypeMethodDescriptionbooleanBundleCommerceOrderEntryRemoveableChecker.canRemove(CartEntryModel cartEntry) booleanBundleOrderEntryRemoveableChecker.canRemove(CartEntryModel cartEntry) -
Uses of CartEntryModel in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return types with arguments of type CartEntryModelModifier and TypeMethodDescriptionCartModel.getLastModifiedEntries()Generated method - Getter of theCart.lastModifiedEntriesattribute defined at extensionconfigurablebundleservices.Method parameters in de.hybris.platform.core.model.order with type arguments of type CartEntryModelModifier and TypeMethodDescriptionvoidCartModel.setLastModifiedEntries(Collection<CartEntryModel> value) Generated method - Setter ofCart.lastModifiedEntriesattribute defined at extensionconfigurablebundleservices. -
Uses of CartEntryModel in de.hybris.platform.marketplaceservices.dao
Methods in de.hybris.platform.marketplaceservices.dao that return types with arguments of type CartEntryModelModifier and TypeMethodDescriptionMarketplaceCartEntryDao.findUnSaleableCartEntries(CartModel cart) Find entries in given cart that include unsaleable product -
Uses of CartEntryModel in de.hybris.platform.marketplaceservices.dao.impl
Methods in de.hybris.platform.marketplaceservices.dao.impl that return types with arguments of type CartEntryModelModifier and TypeMethodDescriptionDefaultMarketplaceCartEntryDao.findUnSaleableCartEntries(CartModel cart) -
Uses of CartEntryModel in de.hybris.platform.order.impl
Method parameters in de.hybris.platform.order.impl with type arguments of type CartEntryModelModifier and TypeMethodDescriptionprotected voidDefaultCartService.postProcessClonedEntries(Collection<CartEntryModel> sourceClones, int lastEntryNo, CartModel targetCart) Rearrange cloned entries numbers according to last entry number from the target. -
Uses of CartEntryModel in de.hybris.platform.sap.productconfig.facades.integrationtests
Methods in de.hybris.platform.sap.productconfig.facades.integrationtests that return CartEntryModelModifier and TypeMethodDescriptionprotected CartEntryModelAddToCartFacadeIntegrationTest.addConfigAndGetCartEntry(ConfigurationData configData) protected CartEntryModelAddToCartFacadeIntegrationTest.addConfigurationToCart(ConfigurationData configData) -
Uses of CartEntryModel in de.hybris.platform.sap.productconfig.frontend.handler
Methods in de.hybris.platform.sap.productconfig.frontend.handler with parameters of type CartEntryModelModifier and TypeMethodDescriptionbooleanConfigCopyCartEntryActionHandler.supports(CartEntryModel cartEntry) -
Uses of CartEntryModel in de.hybris.platform.sap.productconfig.services.strategies.lifecycle.impl
Methods in de.hybris.platform.sap.productconfig.services.strategies.lifecycle.impl with parameters of type CartEntryModelModifier and TypeMethodDescriptionprotected booleanPersistenceConfigurationAssignmentResolverStrategyImpl.isSessionCartEntry(CartEntryModel entry) -
Uses of CartEntryModel in de.hybris.platform.selectivecartservices.daos
Methods in de.hybris.platform.selectivecartservices.daos that return CartEntryModelModifier and TypeMethodDescriptionSelectiveCartDao.findCartEntryByCartCodeAndEntryNumber(String cartCode, Integer entryNumber) Finds cart entry by cart code and entry number -
Uses of CartEntryModel in de.hybris.platform.selectivecartservices.daos.impl
Methods in de.hybris.platform.selectivecartservices.daos.impl that return CartEntryModelModifier and TypeMethodDescriptionDefaultSelectiveCartDao.findCartEntryByCartCodeAndEntryNumber(String cartCode, Integer entryNumber) -
Uses of CartEntryModel in de.hybris.platform.selectivecartsplitlistaddon.cart.action.impl
Methods in de.hybris.platform.selectivecartsplitlistaddon.cart.action.impl with parameters of type CartEntryModelModifier and TypeMethodDescriptionbooleanSaveForLaterActionHandler.supports(CartEntryModel cartEntry) -
Uses of CartEntryModel in de.hybris.platform.servicelayer.internal.model.order
Subclasses of CartEntryModel in de.hybris.platform.servicelayer.internal.model.orderModifier and TypeClassDescriptionclassGenerated model class for type InMemoryCartEntry first defined at extension core. -
Uses of CartEntryModel in de.hybris.platform.subscriptionservices.subscription
Methods in de.hybris.platform.subscriptionservices.subscription with parameters of type CartEntryModelModifier and TypeMethodDescriptionSubscriptionCommerceCartService.getMasterCartForCartEntry(CartEntryModel cartEntryModel) Get the master cart for the givencartEntryModel. -
Uses of CartEntryModel in de.hybris.platform.subscriptionservices.subscription.impl
Methods in de.hybris.platform.subscriptionservices.subscription.impl with parameters of type CartEntryModelModifier and TypeMethodDescriptionDefaultSubscriptionCommerceCartService.getMasterCartForCartEntry(CartEntryModel cartEntryModel) -
Uses of CartEntryModel in ydocumentcartpackage.persistence.polyglot.repository.documentcart
Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart that return CartEntryModelModifier and TypeMethodDescriptionCartModelsCreator.createCartEntry(UnitModel unit, ProductModel product, CartModel order, Long quantity) CartModelsCreator.createCartEntry(UnitModel unit, ProductModel product, CartModel order, Long quantity, Integer entryNumber)