Uses of Class
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.CartItemRelationship
Packages that use CartItemRelationship
-
Uses of CartItemRelationship in de.hybris.platform.b2ctelcotmfwebservices.v2.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return CartItemRelationshipModifier and TypeMethodDescriptionCartItemRelationship.addCartItemItem(CartItemRef cartItemItem) CartItemRelationship.cartItem(List<CartItemRef> cartItem) Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return types with arguments of type CartItemRelationshipModifier and TypeMethodDescription@Valid List<CartItemRelationship>CartItem.getCartItemRelationship()Get cartItemRelationshipMethods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with parameters of type CartItemRelationshipModifier and TypeMethodDescriptionCartItem.addCartItemRelationshipItem(CartItemRelationship cartItemRelationshipItem) Method parameters in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with type arguments of type CartItemRelationshipModifier and TypeMethodDescriptionCartItem.cartItemRelationship(List<CartItemRelationship> cartItemRelationship) voidCartItem.setCartItemRelationship(List<CartItemRelationship> cartItemRelationship)