Uses of Class
de.hybris.platform.jalo.order.CartEntry
-
-
Uses of CartEntry in de.hybris.platform.configurablebundleservices.jalo
Fields in de.hybris.platform.configurablebundleservices.jalo with type parameters of type CartEntry Modifier and Type Field Description protected static 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 CartEntry Modifier and Type Method Description java.util.Collection<CartEntry>GeneratedConfigurableBundleServicesManager. getLastModifiedEntries(Cart item)Generated method - Getter of theCart.lastModifiedEntriesattribute.java.util.Collection<CartEntry>GeneratedConfigurableBundleServicesManager. getLastModifiedEntries(SessionContext ctx, Cart item)Generated method - Getter of theCart.lastModifiedEntriesattribute.Methods in de.hybris.platform.configurablebundleservices.jalo with parameters of type CartEntry Modifier and Type Method Description voidGeneratedConfigurableBundleServicesManager. addToLastModifiedEntries(Cart item, CartEntry value)Generated method - Addsvalueto lastModifiedEntries.voidGeneratedConfigurableBundleServicesManager. addToLastModifiedEntries(SessionContext ctx, Cart item, CartEntry value)Generated method - Addsvalueto lastModifiedEntries.CartGeneratedConfigurableBundleServicesManager. getLastModifiedMasterCart(CartEntry item)Generated method - Getter of theCartEntry.lastModifiedMasterCartattribute.CartGeneratedConfigurableBundleServicesManager. 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 CartEntry Modifier and Type Method Description voidGeneratedConfigurableBundleServicesManager. setLastModifiedEntries(Cart item, java.util.Collection<CartEntry> value)Generated method - Setter of theCart.lastModifiedEntriesattribute.voidGeneratedConfigurableBundleServicesManager. setLastModifiedEntries(SessionContext ctx, Cart item, java.util.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 CartEntry Modifier and Type Method Description CartEntryCart. createNewEntry(SessionContext ctx, ComposedType type, Product prod, long qtd, Unit unit, int pos)Methods in de.hybris.platform.jalo.order with parameters of type CartEntry Modifier and Type Method Description voidGeneratedCart. 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 CartEntry Modifier and Type Method Description CartEntryGeneratedServicelayerManager. createCartEntry(SessionContext ctx, java.util.Map attributeValues)CartEntryGeneratedServicelayerManager. createCartEntry(java.util.Map attributeValues) -
Uses of CartEntry in de.hybris.platform.servicelayer.internal.jalo.order
Subclasses of CartEntry in de.hybris.platform.servicelayer.internal.jalo.order Modifier and Type Class Description classGeneratedInMemoryCartEntryGenerated class for typeInMemoryCartEntry.classInMemoryCartEntrySpecific in-memoryCartEntryimplementation required byInMemoryCart.
-