Uses of Class
de.hybris.platform.b2ctelcofacades.data.CartActionInput
-
-
Uses of CartActionInput in de.hybris.platform.b2ctelcofacades.data
Methods in de.hybris.platform.b2ctelcofacades.data that return types with arguments of type CartActionInput Modifier and Type Method Description java.util.List<CartActionInput>CartActionInput. getChildren()Method parameters in de.hybris.platform.b2ctelcofacades.data with type arguments of type CartActionInput Modifier and Type Method Description voidCartActionInput. setChildren(java.util.List<CartActionInput> children) -
Uses of CartActionInput in de.hybris.platform.b2ctelcofacades.order
Methods in de.hybris.platform.b2ctelcofacades.order with parameters of type CartActionInput Modifier and Type Method Description voidTmaCartFacade. validateAndUpdateCartActionInputForClone(CartActionInput cartActionInput)Validates and updates cart action inputs for clone operationMethod parameters in de.hybris.platform.b2ctelcofacades.order with type arguments of type CartActionInput Modifier and Type Method Description java.util.List<CartModificationData>TmaCartFacade. processCartAction(java.util.List<CartActionInput> cartActionInputList)Processes cart entry updates. -
Uses of CartActionInput in de.hybris.platform.b2ctelcofacades.order.converters.populator
Methods in de.hybris.platform.b2ctelcofacades.order.converters.populator with parameters of type CartActionInput Modifier and Type Method Description protected CartModelTmaCommerceCartParameterPopulator. getCart(CartActionInput cartActionInput)Returns a cart for the parameters provided.protected java.util.Set<java.lang.Integer>TmaCommerceCartParameterPopulator. getEntryGroupNumbers(CartActionInput cartActionInput)protected java.util.List<TmaPlace>TmaCommerceCartParameterPopulator. getPlaces(CartActionInput cartActionInput)Returns the places found on the product from theCartActionInputprovided.protected UserModelTmaCommerceCartParameterPopulator. getUser(CartActionInput cartActionInput)Returns a user for the parameters provided.voidTmaCommerceCartParameterPopulator. populate(CartActionInput cartActionInput, CommerceCartParameter commerceCartParameter) -
Uses of CartActionInput in de.hybris.platform.b2ctelcofacades.order.impl
Methods in de.hybris.platform.b2ctelcofacades.order.impl that return types with arguments of type CartActionInput Modifier and Type Method Description protected de.hybris.platform.servicelayer.dto.converter.Converter<CartActionInput,CommerceCartParameter>DefaultTmaCartFacade. getTmaCommerceCartParameterConverter()Methods in de.hybris.platform.b2ctelcofacades.order.impl with parameters of type CartActionInput Modifier and Type Method Description protected TmaCartStrategyDefaultTmaCartFacade. findCartStrategy(CartActionInput cartActionInput)Returns the corresponding cartStrategy for a given cartActionInput.voidDefaultTmaCartFacade. validateAndUpdateCartActionInputForClone(CartActionInput cartActionInput)Validates if cart to be cloned is valid and updates the cart action input with description and name.protected voidDefaultTmaCartFacade. validateCartActionInput(CartActionInput cartActionInput)Checks if the data provided for cart update is valid.Method parameters in de.hybris.platform.b2ctelcofacades.order.impl with type arguments of type CartActionInput Modifier and Type Method Description java.util.List<CartModificationData>DefaultTmaCartFacade. processCartAction(java.util.List<CartActionInput> cartActionInputList)voidDefaultTmaCartFacade. setTmaCommerceCartParameterConverter(de.hybris.platform.servicelayer.dto.converter.Converter<CartActionInput,CommerceCartParameter> tmaCommerceCartParameterConverter) -
Uses of CartActionInput in de.hybris.platform.b2ctelcooccaddon.controllers
Methods in de.hybris.platform.b2ctelcooccaddon.controllers that return CartActionInput Modifier and Type Method Description protected CartActionInputTmaCartsController. createCartItemAction(OrderEntryWsDTO entry, java.lang.String rootBpoCode, java.lang.Integer cartGroupNo, java.lang.String cartId, java.lang.String userId, java.lang.String pickupStore)Creates aCartActionInputfor aOrderEntryWsDTO.Methods in de.hybris.platform.b2ctelcooccaddon.controllers with parameters of type CartActionInput Modifier and Type Method Description protected voidTmaCartsController. setCpiInformation(OrderEntryWsDTO entry, CartActionInput cartActionInput)Sets CPI related informationprotected voidTmaCartsController. setProductCharacteristics(OrderEntryWsDTO entry, CartActionInput cartActionInput)Sets PSCV related data from the entry on the cartActionInput
-