Uses of Class
de.hybris.platform.jalo.order.CartEntry
Packages that use CartEntry
Package
Description
-
Uses of CartEntry in de.hybris.platform.configurablebundleservices.jalo
Fields in de.hybris.platform.configurablebundleservices.jalo with type parameters of type CartEntryModifier and TypeFieldDescriptionprotected static final OneToManyHandler<CartEntry>GeneratedConfigurableBundleServicesManager.LASTMODIFIEDENTRIESRELATIONLASTMODIFIEDENTRIESHANDLEROneToManyHandlerfor handling 1:n LASTMODIFIEDENTRIES's relation attributes from 'many' side.Methods in de.hybris.platform.configurablebundleservices.jalo that return types with arguments of type CartEntryModifier and TypeMethodDescriptionGeneratedConfigurableBundleServicesManager.getLastModifiedEntries(Cart item) Generated method - Getter of theCart.lastModifiedEntriesattribute.GeneratedConfigurableBundleServicesManager.getLastModifiedEntries(SessionContext ctx, Cart item) Generated method - Getter of theCart.lastModifiedEntriesattribute.Methods in de.hybris.platform.configurablebundleservices.jalo with parameters of type CartEntryModifier and TypeMethodDescriptionvoidGeneratedConfigurableBundleServicesManager.addToLastModifiedEntries(Cart item, CartEntry value) Generated method - Addsvalueto lastModifiedEntries.voidGeneratedConfigurableBundleServicesManager.addToLastModifiedEntries(SessionContext ctx, Cart item, CartEntry value) Generated method - Addsvalueto lastModifiedEntries.GeneratedConfigurableBundleServicesManager.getLastModifiedMasterCart(CartEntry item) Generated method - Getter of theCartEntry.lastModifiedMasterCartattribute.GeneratedConfigurableBundleServicesManager.getLastModifiedMasterCart(SessionContext ctx, CartEntry item) Generated method - Getter of theCartEntry.lastModifiedMasterCartattribute.voidGeneratedConfigurableBundleServicesManager.removeFromLastModifiedEntries(Cart item, CartEntry value) Generated method - Removesvaluefrom lastModifiedEntries.voidGeneratedConfigurableBundleServicesManager.removeFromLastModifiedEntries(SessionContext ctx, Cart item, CartEntry value) Generated method - Removesvaluefrom lastModifiedEntries.voidGeneratedConfigurableBundleServicesManager.setLastModifiedMasterCart(CartEntry item, Cart value) Generated method - Setter of theCartEntry.lastModifiedMasterCartattribute.voidGeneratedConfigurableBundleServicesManager.setLastModifiedMasterCart(SessionContext ctx, CartEntry item, Cart value) Generated method - Setter of theCartEntry.lastModifiedMasterCartattribute.Method parameters in de.hybris.platform.configurablebundleservices.jalo with type arguments of type CartEntryModifier and TypeMethodDescriptionvoidGeneratedConfigurableBundleServicesManager.setLastModifiedEntries(Cart item, Collection<CartEntry> value) Generated method - Setter of theCart.lastModifiedEntriesattribute.voidGeneratedConfigurableBundleServicesManager.setLastModifiedEntries(SessionContext ctx, Cart item, Collection<CartEntry> value) Generated method - Setter of theCart.lastModifiedEntriesattribute. -
Uses of CartEntry in de.hybris.platform.jalo.order
Methods in de.hybris.platform.jalo.order that return CartEntryModifier and TypeMethodDescriptionCart.createNewEntry(SessionContext ctx, ComposedType type, Product prod, long qtd, Unit unit, int pos) Methods in de.hybris.platform.jalo.order with parameters of type CartEntryModifier and TypeMethodDescriptionvoidGeneratedCart.addToEntries(CartEntry value) Generated method - Addsvalueto entries.voidGeneratedCart.addToEntries(SessionContext ctx, CartEntry value) Generated method - Addsvalueto entries.voidGeneratedCart.removeFromEntries(CartEntry value) Generated method - Removesvaluefrom entries.voidGeneratedCart.removeFromEntries(SessionContext ctx, CartEntry value) Generated method - Removesvaluefrom entries. -
Uses of CartEntry in de.hybris.platform.servicelayer.internal.jalo
Methods in de.hybris.platform.servicelayer.internal.jalo that return CartEntryModifier and TypeMethodDescriptionGeneratedServicelayerManager.createCartEntry(SessionContext ctx, Map attributeValues) GeneratedServicelayerManager.createCartEntry(Map attributeValues) -
Uses of CartEntry in de.hybris.platform.servicelayer.internal.jalo.order
Subclasses of CartEntry in de.hybris.platform.servicelayer.internal.jalo.orderModifier and TypeClassDescriptionclassGenerated class for typeInMemoryCartEntry.classSpecific in-memoryCartEntryimplementation required byInMemoryCart.