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 booleanCartEntryActionHandler. 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 booleanRemoveCartEntryActionHandler. 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 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 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 CartEntryModelDefaultCommerceAddToCartStrategy. addCartEntry(CommerceCartParameter parameter, long actualAllowedQuantityChange)protected CartEntryModelDefaultCommerceAddToCartStrategy. createEmptyCartEntry(CommerceCartParameter parameter)Methods in de.hybris.platform.commerceservices.order.impl with parameters of type CartEntryModel Modifier and Type Method Description protected CommerceCartModificationDefaultCommerceAddToCartStrategy. 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 CartEntryModelDefaultCartValidationStrategy. getExistingShipCartEntryForProduct(CartModel cartModel, ProductModel product)Methods in de.hybris.platform.commerceservices.strategies.impl with parameters of type CartEntryModel Modifier and Type Method Description protected longDefaultCartValidationStrategy. getCartLevel(CartEntryModel cartEntryModel, CartModel cartModel)protected java.lang.LongCartValidationWithoutCartAlteringStrategy. getStockLevel(CartEntryModel cartEntryModel)protected java.lang.LongDefaultCartValidationStrategy. getStockLevel(CartEntryModel cartEntryModel)protected booleanDefaultCartValidationStrategy. hasConfigurationErrors(CartEntryModel cartEntryModel)protected booleanCartValidationWithoutCartAlteringStrategy. hasPointOfService(CartEntryModel cartEntryModel)protected booleanDefaultCartValidationStrategy. hasPointOfService(CartEntryModel cartEntryModel)protected booleanDefaultCartValidationStrategy. isProductNotAvailableInPOS(CartEntryModel cartEntryModel, java.lang.Long stockLevel)protected CommerceCartModificationCartValidationWithoutCartAlteringStrategy. validateCartEntry(CartEntryModel cartEntryModel)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 CartEntryModel Modifier and Type Method Description booleanBundleCommerceOrderEntryRemoveableChecker. 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 CartEntryModel Modifier and Type Method Description java.util.Collection<CartEntryModel>CartModel. getLastModifiedEntries()Generated method - Getter of theCart.lastModifiedEntriesattribute defined at extensionconfigurablebundleservices.Method parameters in de.hybris.platform.core.model.order with type arguments of type CartEntryModel Modifier and Type Method Description voidCartModel. setLastModifiedEntries(java.util.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 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 voidDefaultCartService. 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 CommerceCartModificationProductConfigurationB2BCartValidationStrategyImpl. validateCartEntry(CartModel cartModel, CartEntryModel cartEntryModel)protected CommerceCartModificationProductConfigurationB2BCartValidationStrategyImplTest. 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 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 CartEntryModel Modifier and Type Method Description booleanConfigCopyCartEntryActionHandler. 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 CartEntryModelProductConfigurationCartValidationStrategyImplTest. cartEntryModelMethods in de.hybris.platform.sap.productconfig.services.strategies.impl with parameters of type CartEntryModel Modifier and Type Method Description protected CommerceCartModificationProductConfigurationCartEntryValidationStrategyImpl. createCommerceCartModification(CartEntryModel cartEntryModel, boolean completeAndConsistent, boolean validKB, boolean pricingError, boolean unresolvableIssues)Creates modification beanprotected voidProductConfigurationCartEntryValidationStrategyImpl. resetConfigurationInfo(CartEntryModel orderEntry)protected CommerceCartModificationProductConfigurationCartValidationStrategyImpl. validateCartEntry(CartModel cartModel, CartEntryModel cartEntryModel)protected CommerceCartModificationProductConfigurationCartValidationStrategyImplTest. validateCartEntry(CartModel cartModel, CartEntryModel cartEntryModel)CommerceCartModificationProductConfigurationCartEntryValidationStrategyImpl. 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 CommerceCartModificationProductConfigurationCartEntryValidationStrategy. 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 booleanPersistenceConfigurationAssignmentResolverStrategyImpl. 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 CartEntryModelSelectiveCartDao. 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 CartEntryModelDefaultSelectiveCartDao. 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 booleanSaveForLaterActionHandler. 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 classInMemoryCartEntryModelGenerated 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 CartModelSubscriptionCommerceCartService. 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 CartModelDefaultSubscriptionCommerceCartService. 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 CartEntryModelCartModelsCreator. createCartEntry(UnitModel unit, ProductModel product, CartModel order, java.lang.Long quantity)
-