Uses of Class
de.hybris.platform.wishlist2.jalo.Wishlist2Entry
-
Packages that use Wishlist2Entry Package Description de.hybris.platform.selectivecartservices.jalo de.hybris.platform.wishlist2.jalo -
-
Uses of Wishlist2Entry in de.hybris.platform.selectivecartservices.jalo
Methods in de.hybris.platform.selectivecartservices.jalo with parameters of type Wishlist2Entry Modifier and Type Method Description java.util.DateGeneratedSelectivecartservicesManager. getAddToCartTime(SessionContext ctx, Wishlist2Entry item)Generated method - Getter of theWishlist2Entry.addToCartTimeattribute.java.util.DateGeneratedSelectivecartservicesManager. getAddToCartTime(Wishlist2Entry item)Generated method - Getter of theWishlist2Entry.addToCartTimeattribute.java.lang.IntegerGeneratedSelectivecartservicesManager. getQuantity(SessionContext ctx, Wishlist2Entry item)Generated method - Getter of theWishlist2Entry.quantityattribute.java.lang.IntegerGeneratedSelectivecartservicesManager. getQuantity(Wishlist2Entry item)Generated method - Getter of theWishlist2Entry.quantityattribute.intGeneratedSelectivecartservicesManager. getQuantityAsPrimitive(SessionContext ctx, Wishlist2Entry item)Generated method - Getter of theWishlist2Entry.quantityattribute.intGeneratedSelectivecartservicesManager. getQuantityAsPrimitive(Wishlist2Entry item)Generated method - Getter of theWishlist2Entry.quantityattribute.voidGeneratedSelectivecartservicesManager. setAddToCartTime(SessionContext ctx, Wishlist2Entry item, java.util.Date value)Generated method - Setter of theWishlist2Entry.addToCartTimeattribute.voidGeneratedSelectivecartservicesManager. setAddToCartTime(Wishlist2Entry item, java.util.Date value)Generated method - Setter of theWishlist2Entry.addToCartTimeattribute.voidGeneratedSelectivecartservicesManager. setQuantity(SessionContext ctx, Wishlist2Entry item, int value)Generated method - Setter of theWishlist2Entry.quantityattribute.voidGeneratedSelectivecartservicesManager. setQuantity(SessionContext ctx, Wishlist2Entry item, java.lang.Integer value)Generated method - Setter of theWishlist2Entry.quantityattribute.voidGeneratedSelectivecartservicesManager. setQuantity(Wishlist2Entry item, int value)Generated method - Setter of theWishlist2Entry.quantityattribute.voidGeneratedSelectivecartservicesManager. setQuantity(Wishlist2Entry item, java.lang.Integer value)Generated method - Setter of theWishlist2Entry.quantityattribute. -
Uses of Wishlist2Entry in de.hybris.platform.wishlist2.jalo
Fields in de.hybris.platform.wishlist2.jalo with type parameters of type Wishlist2Entry Modifier and Type Field Description protected static OneToManyHandler<Wishlist2Entry>GeneratedWishlist2. ENTRIESHANDLEROneToManyHandlerfor handling 1:n ENTRIES's relation attributes from 'many' side.Methods in de.hybris.platform.wishlist2.jalo that return Wishlist2Entry Modifier and Type Method Description Wishlist2EntryGeneratedWishlist2Manager. createWishlist2Entry(SessionContext ctx, java.util.Map attributeValues)Wishlist2EntryGeneratedWishlist2Manager. createWishlist2Entry(java.util.Map attributeValues)Methods in de.hybris.platform.wishlist2.jalo that return types with arguments of type Wishlist2Entry Modifier and Type Method Description java.util.List<Wishlist2Entry>GeneratedWishlist2. getEntries()Generated method - Getter of theWishlist2.entriesattribute.java.util.List<Wishlist2Entry>GeneratedWishlist2. getEntries(SessionContext ctx)Generated method - Getter of theWishlist2.entriesattribute.Methods in de.hybris.platform.wishlist2.jalo with parameters of type Wishlist2Entry Modifier and Type Method Description voidGeneratedWishlist2. addToEntries(SessionContext ctx, Wishlist2Entry value)Generated method - Addsvalueto entries.voidGeneratedWishlist2. addToEntries(Wishlist2Entry value)Generated method - Addsvalueto entries.voidGeneratedWishlist2. removeFromEntries(SessionContext ctx, Wishlist2Entry value)Generated method - Removesvaluefrom entries.voidGeneratedWishlist2. removeFromEntries(Wishlist2Entry value)Generated method - Removesvaluefrom entries.Method parameters in de.hybris.platform.wishlist2.jalo with type arguments of type Wishlist2Entry Modifier and Type Method Description voidGeneratedWishlist2. setEntries(SessionContext ctx, java.util.List<Wishlist2Entry> value)Generated method - Setter of theWishlist2.entriesattribute.voidGeneratedWishlist2. setEntries(java.util.List<Wishlist2Entry> value)Generated method - Setter of theWishlist2.entriesattribute.
-