Class ReturnWindowOtherChargesHelper

java.lang.Object
com.skava.helper.ReturnWindowOtherChargesHelper

@Component public class ReturnWindowOtherChargesHelper extends Object
The Class ReturnWindowOtherChargesHelper. Used conversion from one entity to other.
  • Field Details

    • messageSource

      @Autowired protected org.springframework.context.MessageSource messageSource
  • Constructor Details

    • ReturnWindowOtherChargesHelper

      protected ReturnWindowOtherChargesHelper()
      Instantiates a new cart properties helper.
  • Method Details

    • processReturnWindowCharges

      public void processReturnWindowCharges(long cartId, List<OtherChargesEntity> otherCharges, CartEntity cartEntity, ItemEntity item, String locale)
      This method is used to process and add return window charges to cart.
      Parameters:
      cartId - holds cart unique identifier
      otherCharges - holds the list of other charges entities
      cartEntity - holds the cart request
      item - holds the return item entity
      locale - holds locale information.