Class EstimateLinkOperations

All Implemented Interfaces:
IEstimateLink, IPartnerComponent<String>

public class EstimateLinkOperations
extends BasePartnerComponentString
implements IEstimateLink
Represents the operations that can be done on the partner's estimate collection.
  • Constructor Details

    • EstimateLinkOperations

      public EstimateLinkOperations​(IPartner rootPartnerOperations)
      Initializes a new instance of the EstimateLinkOperations class.
      Parameters:
      rootPartnerOperations - The root partner operations instance.
  • Method Details

    • byCurrency

      public IEstimateLinkCollectionByCurrency byCurrency​(String currencyCode)
      Gets the operations that can be applied on products from a given country.
      Specified by:
      byCurrency in interface IEstimateLink
      Parameters:
      currencyCode - The currency code for the country.
      Returns:
      The operations that can be performed on estimate link collection that belong to a given currency.