Uses of Class
de.hybris.platform.core.model.order.CartEntryModel
-
-
Uses of CartEntryModel in de.hybris.platform.acceleratorfacades.cart.action
Methods in de.hybris.platform.acceleratorfacades.cart.action with parameters of type CartEntryModel Modifier and Type Method Description boolean
CartEntryActionHandler. 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 CartEntryModel Modifier and Type Method Description boolean
RemoveCartEntryActionHandler. 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 CartEntryModel Modifier and Type Method Description protected boolean
DefaultCartServiceForAccelerator. isNotGiveAwayAndHasEqualUnit(CartEntryModel cartEntry, UnitModel usedUnit)
protected boolean
DefaultCartServiceForAccelerator. isPOSNotNullAndHasEqualEntryNumber(CartEntryModel cartEntry, int number)
protected boolean
DefaultCartServiceForAccelerator. 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 CartEntryModel Modifier and Type Method Description java.util.List<CartEntryModel>
CartEntryDao. 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 CartEntryModel Modifier and Type Method Description java.util.List<CartEntryModel>
DefaultCartEntryDao. 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 CartEntryModel Modifier and Type Method Description protected CartEntryModel
DefaultCommerceAddToCartStrategy. addCartEntry(CommerceCartParameter parameter, long actualAllowedQuantityChange)
protected CartEntryModel
DefaultCommerceAddToCartStrategy. createEmptyCartEntry(CommerceCartParameter parameter)
Methods in de.hybris.platform.commerceservices.order.impl with parameters of type CartEntryModel Modifier and Type Method Description protected CommerceCartModification
DefaultCommerceAddToCartStrategy. createAddToCartResp(CommerceCartParameter parameter, java.lang.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 CartEntryModel Modifier and Type Method Description protected CartEntryModel
DefaultCartValidationStrategy. getExistingShipCartEntryForProduct(CartModel cartModel, ProductModel product)
Methods in de.hybris.platform.commerceservices.strategies.impl with parameters of type CartEntryModel Modifier and Type Method Description protected long
DefaultCartValidationStrategy. getCartLevel(CartEntryModel cartEntryModel, CartModel cartModel)
protected java.lang.Long
CartValidationWithoutCartAlteringStrategy. getStockLevel(CartEntryModel cartEntryModel)
protected java.lang.Long
DefaultCartValidationStrategy. getStockLevel(CartEntryModel cartEntryModel)
protected boolean
DefaultCartValidationStrategy. hasConfigurationErrors(CartEntryModel cartEntryModel)
protected boolean
CartValidationWithoutCartAlteringStrategy. hasPointOfService(CartEntryModel cartEntryModel)
protected boolean
DefaultCartValidationStrategy. hasPointOfService(CartEntryModel cartEntryModel)
protected boolean
DefaultCartValidationStrategy. isProductNotAvailableInPOS(CartEntryModel cartEntryModel, java.lang.Long stockLevel)
protected CommerceCartModification
CartValidationWithoutCartAlteringStrategy. validateCartEntry(CartEntryModel cartEntryModel)
protected CommerceCartModification
DefaultCartValidationStrategy. 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 CartEntryModel Modifier and Type Method Description boolean
BundleCommerceOrderEntryRemoveableChecker. canRemove(CartEntryModel cartEntry)
boolean
BundleOrderEntryRemoveableChecker. 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 CartEntryModel Modifier and Type Method Description java.util.Collection<CartEntryModel>
CartModel. getLastModifiedEntries()
Generated method - Getter of theCart.lastModifiedEntries
attribute defined at extensionconfigurablebundleservices
.Method parameters in de.hybris.platform.core.model.order with type arguments of type CartEntryModel Modifier and Type Method Description void
CartModel. setLastModifiedEntries(java.util.Collection<CartEntryModel> value)
Generated method - Setter ofCart.lastModifiedEntries
attribute 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 CartEntryModel Modifier and Type Method Description java.util.List<CartEntryModel>
MarketplaceCartEntryDao. 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 CartEntryModel Modifier and Type Method Description java.util.List<CartEntryModel>
DefaultMarketplaceCartEntryDao. 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 CartEntryModel Modifier and Type Method Description protected void
DefaultCartService. postProcessClonedEntries(java.util.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.b2bservices.strategies.impl
Methods in de.hybris.platform.sap.productconfig.b2bservices.strategies.impl with parameters of type CartEntryModel Modifier and Type Method Description protected CommerceCartModification
ProductConfigurationB2BCartValidationStrategyImpl. validateCartEntry(CartModel cartModel, CartEntryModel cartEntryModel)
protected CommerceCartModification
ProductConfigurationB2BCartValidationStrategyImplTest. validateCartEntry(CartModel cartModel, CartEntryModel cartEntryModel)
-
Uses of CartEntryModel in de.hybris.platform.sap.productconfig.facades.integrationtests
Methods in de.hybris.platform.sap.productconfig.facades.integrationtests that return CartEntryModel Modifier and Type Method Description protected CartEntryModel
AddToCartFacadeIntegrationTest. addConfigAndGetCartEntry(ConfigurationData configData)
protected CartEntryModel
AddToCartFacadeIntegrationTest. 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 CartEntryModel Modifier and Type Method Description boolean
ConfigCopyCartEntryActionHandler. supports(CartEntryModel cartEntry)
-
Uses of CartEntryModel in de.hybris.platform.sap.productconfig.services.strategies.impl
Fields in de.hybris.platform.sap.productconfig.services.strategies.impl declared as CartEntryModel Modifier and Type Field Description protected CartEntryModel
ProductConfigurationCartValidationStrategyImplTest. cartEntryModel
Methods in de.hybris.platform.sap.productconfig.services.strategies.impl with parameters of type CartEntryModel Modifier and Type Method Description protected CommerceCartModification
ProductConfigurationCartEntryValidationStrategyImpl. createCommerceCartModification(CartEntryModel cartEntryModel, boolean completeAndConsistent, boolean validKB, boolean pricingError, boolean unresolvableIssues)
Creates modification beanprotected void
ProductConfigurationCartEntryValidationStrategyImpl. resetConfigurationInfo(CartEntryModel orderEntry)
protected CommerceCartModification
ProductConfigurationCartValidationStrategyImpl. validateCartEntry(CartModel cartModel, CartEntryModel cartEntryModel)
protected CommerceCartModification
ProductConfigurationCartValidationStrategyImplTest. validateCartEntry(CartModel cartModel, CartEntryModel cartEntryModel)
CommerceCartModification
ProductConfigurationCartEntryValidationStrategyImpl. validateConfiguration(CartEntryModel cartEntryModel)
-
Uses of CartEntryModel in de.hybris.platform.sap.productconfig.services.strategies.intf
Methods in de.hybris.platform.sap.productconfig.services.strategies.intf with parameters of type CartEntryModel Modifier and Type Method Description CommerceCartModification
ProductConfigurationCartEntryValidationStrategy. validateConfiguration(CartEntryModel cartEntryModel)
Validates a cart entry model with regards to product configuration -
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 CartEntryModel Modifier and Type Method Description protected boolean
PersistenceConfigurationAssignmentResolverStrategyImpl. isSessionCartEntry(CartEntryModel entry)
-
Uses of CartEntryModel in de.hybris.platform.selectivecartservices.daos
Methods in de.hybris.platform.selectivecartservices.daos that return CartEntryModel Modifier and Type Method Description CartEntryModel
SelectiveCartDao. findCartEntryByCartCodeAndEntryNumber(java.lang.String cartCode, java.lang.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 CartEntryModel Modifier and Type Method Description CartEntryModel
DefaultSelectiveCartDao. findCartEntryByCartCodeAndEntryNumber(java.lang.String cartCode, java.lang.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 CartEntryModel Modifier and Type Method Description boolean
SaveForLaterActionHandler. supports(CartEntryModel cartEntry)
-
Uses of CartEntryModel in de.hybris.platform.servicelayer.internal.model.order
Subclasses of CartEntryModel in de.hybris.platform.servicelayer.internal.model.order Modifier and Type Class Description class
InMemoryCartEntryModel
Generated 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 CartEntryModel Modifier and Type Method Description CartModel
SubscriptionCommerceCartService. 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 CartEntryModel Modifier and Type Method Description CartModel
DefaultSubscriptionCommerceCartService. getMasterCartForCartEntry(CartEntryModel cartEntryModel)
-
Uses of CartEntryModel in ydocumentcartpackage.persistence.polyglot.repository.documentcart
Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart that return CartEntryModel Modifier and Type Method Description CartEntryModel
CartModelsCreator. createCartEntry(UnitModel unit, ProductModel product, CartModel order, java.lang.Long quantity)
-