com.ibm.commerce.price.beans

Interface PriceSmartDataBean

    • Field Summary

      • Fields inherited from interface com.ibm.commerce.beans.SmartDataBean

        COPYRIGHT
      • Fields inherited from interface com.ibm.commerce.beans.DataBean

        emptyString
    • Method Detail

      • getCatEntryId

        java.lang.Long getCatEntryId()
        Gets the catalog entry id.
        Returns:
        the Long containing the catalog entry id.
      • getTaxes

        CategorizedMonetaryAmountsDataBean getTaxes()
                                             throws com.ibm.commerce.exception.ECSystemException
        Invokes GetDisplayTaxes command to calculate the taxes for those tax categories that are displayable at product display time.
        Returns:
        the CategorizedMonetaryAmountsDataBean containing the taxing monetary amounts, names and descriptions etc.
        Throws:
        CreateException
        FinderException
        RemoteException
        NamingException
        com.ibm.commerce.exception.ECSystemException