Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
com.ibm.commerce.price.commands.ItemPriceInfo

  • Packages that use ItemPriceInfo 
    Package Description
    com.ibm.commerce.price.commands
    Contains controller or task commands to calculate prices, to handle order adjustments and to handle currency
    • Uses of ItemPriceInfo in com.ibm.commerce.price.commands

      Methods in com.ibm.commerce.price.commands that return ItemPriceInfo 
      Modifier and Type Method and Description
      ItemPriceInfo[] SelectContractPricesCmdImpl.getItemPriceInfo()
      Returns the internal item info structure.
      ItemPriceInfo[] SelectContractPricesCmd.getItemPriceInfo()
      Returns the internal item info structure.
      ItemPriceInfo[] MarketplaceCalculateContractPricesCmdImpl.getItemPriceInfo() 
      ItemPriceInfo[] CalculateContractPricesCmdImpl.getItemPriceInfo()
      Returns the internal item info structure.
      ItemPriceInfo[] CalculateContractPricesCmd.getItemPriceInfo()
      Returns the internal item info structure.
      Methods in com.ibm.commerce.price.commands with parameters of type ItemPriceInfo 
      Modifier and Type Method and Description
      void PriceCalculationHelper.handlePriceNotFoundException(ItemPriceInfo aItemPriceInfo, java.lang.String aCurrency, java.lang.String aClassName)
      Handles the price not found exception.
      void SelectContractPricesCmdImpl.setItemPriceInfo(ItemPriceInfo[] aItemPriceInfo)
      Sets the item info structure for internal use on calculating the prices.
      void SelectContractPricesCmd.setItemPriceInfo(ItemPriceInfo[] aItemPriceInfo)
      Sets the item info structure for internal use on calculating the prices.
      void MarketplaceCalculateContractPricesCmdImpl.setItemPriceInfo(ItemPriceInfo[] aItemPriceInfos) 
      void CalculateContractPricesCmdImpl.setItemPriceInfo(ItemPriceInfo[] aItemPriceInfo)
      Sets the item info structure for internal use on calculating the prices.
      void CalculateContractPricesCmd.setItemPriceInfo(ItemPriceInfo[] aItemPriceInfo)
      Sets the item info structure for internal use on calculating the prices.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes