Uses of Class
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.CartItem
Packages that use CartItem
Package
Description
-
Uses of CartItem in de.hybris.platform.b2ctelcotmfwebservices.mappers.cartitem
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.cartitem with parameters of type CartItemModifier and TypeMethodDescriptionvoidCartItemActionAttributeMapper.populateTargetAttributeFromSource(OrderEntryData source, CartItem target, ma.glasnost.orika.MappingContext context) voidCartItemAppointmentRefAttributeMapper.populateTargetAttributeFromSource(OrderEntryData source, CartItem target, ma.glasnost.orika.MappingContext context) voidCartItemChildrenAttributeMapper.populateTargetAttributeFromSource(OrderEntryData source, CartItem target, ma.glasnost.orika.MappingContext context) voidCartItemPriceAttributeMapper.populateTargetAttributeFromSource(OrderEntryData source, CartItem target, ma.glasnost.orika.MappingContext context) voidCartItemProcessTypeAttributeMapper.populateTargetAttributeFromSource(OrderEntryData source, CartItem target, ma.glasnost.orika.MappingContext context) voidCartItemProductAttributeMapper.populateTargetAttributeFromSource(OrderEntryData source, CartItem target, ma.glasnost.orika.MappingContext context) voidCartItemProductOfferingAttributeMapper.populateTargetAttributeFromSource(OrderEntryData source, CartItem target, ma.glasnost.orika.MappingContext context) voidCartItemPromotionAttributeMapper.populateTargetAttributeFromSource(OrderEntryData source, CartItem target, ma.glasnost.orika.MappingContext context) voidCartItemTermAttributeMapper.populateTargetAttributeFromSource(OrderEntryData source, CartItem target, ma.glasnost.orika.MappingContext context) voidCartItemValidationAttributeMapper.populateTargetAttributeFromSource(OrderEntryData source, CartItem target, ma.glasnost.orika.MappingContext context) -
Uses of CartItem in de.hybris.platform.b2ctelcotmfwebservices.v2.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return CartItemModifier and TypeMethodDescriptionCartItem.action(ActionType action) CartItem.addCartItemItem(CartItem cartItemItem) CartItem.addCartItemRelationshipItem(CartItemRelationship cartItemRelationshipItem) CartItem.addItemPriceItem(CartPrice itemPriceItem) CartItem.addItemTermItem(CartTerm itemTermItem) CartItem.addItemTotalPriceItem(CartPrice itemTotalPriceItem) CartItem.addNoteItem(Note noteItem) CartItem.addPromotionItem(PromotionRef promotionItem) CartItem.addValidationErrorItem(String validationErrorItem) CartItem.addValidationItem(ValidationItem validationItem) CartItem.appointment(AppointmentRef appointment) CartItem.atBaseType(String atBaseType) CartItem.atSchemaLocation(String atSchemaLocation) CartItem.cartItemRelationship(List<CartItemRelationship> cartItemRelationship) CartItem.contractStartDate(Date contractStartDate) CartItem.itemTotalPrice(List<CartPrice> itemTotalPrice) CartItem.processType(ProcessTypeRef processType) CartItem.productOffering(ProductOfferingRef productOffering) CartItem.promotion(List<PromotionRef> promotion) CartItem.validation(List<ValidationItem> validation) CartItem.validationError(List<String> validationError) Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return types with arguments of type CartItemModifier and TypeMethodDescriptionCartItem.getCartItem()Get cartItemShoppingCart.getCartItem()Get cartItemShoppingCartUnderscoreCreate.getCartItem()Get cartItemShoppingCartUnderscoreUpdate.getCartItem()Get cartItemMethods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with parameters of type CartItemModifier and TypeMethodDescriptionCartItem.addCartItemItem(CartItem cartItemItem) ShoppingCart.addCartItemItem(CartItem cartItemItem) ShoppingCartUnderscoreCreate.addCartItemItem(CartItem cartItemItem) ShoppingCartUnderscoreUpdate.addCartItemItem(CartItem cartItemItem) Method parameters in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with type arguments of type CartItemModifier and TypeMethodDescriptionvoidCartItem.setCartItem(List<CartItem> cartItem) voidShoppingCart.setCartItem(List<CartItem> cartItem) voidShoppingCartUnderscoreCreate.setCartItem(List<CartItem> cartItem) voidShoppingCartUnderscoreUpdate.setCartItem(List<CartItem> cartItem) -
Uses of CartItem in de.hybris.platform.b2ctelcotmfwebservices.validators
Methods in de.hybris.platform.b2ctelcotmfwebservices.validators with parameters of type CartItemModifier and TypeMethodDescriptionprotected voidTmaCartItemValidator.validateActions(CartItem cartItem, org.springframework.validation.Errors errors) Checks that the subscribed product and offering are correctly set for the action found on the cartItem.protected voidTmaCartItemValidator.validateAddBpo(CartItem cartItem, org.springframework.validation.Errors errors) Checks if BPO added to cart is correct.protected voidTmaCartItemValidator.validateAddParameters(CartItem cartItem, org.springframework.validation.Errors errors) Checks if cart item is correct for adding a cartItem.protected voidTmaCartItemValidator.validateAddSpo(CartItem cartItem, org.springframework.validation.Errors errors) Checks if SPO added to cart is correct.protected voidTmaCartItemValidator.validateDeleteParameters(CartItem cartItem, org.springframework.validation.Errors errors) Checks if cart item is correct for deleting a cartItem.protected voidTmaCartItemValidator.validateModifyParameters(CartItem cartItem, org.springframework.validation.Errors errors) Checks if cart item is correct for modifying a cartItem.protected voidTmaCartItemValidator.validatePlaces(CartItem cartItem, org.springframework.validation.Errors errors) Checks that all the places on product are valid.Method parameters in de.hybris.platform.b2ctelcotmfwebservices.validators with type arguments of type CartItemModifier and TypeMethodDescriptionprotected voidTmaCartItemValidator.validateChildCartItems(List<CartItem> cartItems, org.springframework.validation.Errors errors)