Interface PricingOrderProvider

All Known Implementing Classes:
ExternalPricingOrderProvider

public interface PricingOrderProvider
Proxy to communicate with OrderService
  • Method Summary

    Modifier and Type
    Method
    Description
    readByOrderLink(@NonNull String orderLink, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
    Reads order by specified link
  • Method Details

    • readByOrderLink

      Order readByOrderLink(@NonNull @NonNull String orderLink, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
      Reads order by specified link
      Parameters:
      orderLink - link to read order from
      contextInfo - the context info
      Returns:
      order