com.ibm.commerce.contract.beans

Class PurchaseLimitDataBean

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      The IBM copyright notice field.
      • Fields inherited from interface com.ibm.commerce.beans.DataBean

        emptyString
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      com.ibm.commerce.command.CommandContext getCommandContext()
      Gets the command context set within this bean.
      java.lang.String getDataBeanKeyPurchaseLimitId()
      Gets the purchase limit ID.
      com.ibm.commerce.datatype.TypedProperty getRequestProperties()
      Gets the request property set within this bean.
      void populate()
      This method is used to populate the PurchaseLimitDataBean..
      void setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
      Sets the command context within this bean.
      void setDataBeanKeyPurchaseLimitId(java.lang.String aPurchaseLimitId)
      Sets the purchase limit ID.
      void setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
      Sets the request property within this bean.
      • Methods inherited from class com.ibm.commerce.contract.objects.PurchaseLimitAccessBean

        findByTC, findByTCTradingPositionContainerAndCatEntry, getCatEntryId, getCatEntryIdInEntityType, getCurrency, getCurrentAmount, getCurrentAmountInEntityType, getCurrentQuantity, getCurrentQuantityInEntityType, getEntity, getLimitType, getMaxAmount, getMaxAmountInEntityType, getMaxQuantity, getMaxQuantityInEntityType, getMinAmount, getMinAmountInEntityType, getMinQuantity, getMinQuantityInEntityType, getPurchaseLimitId, getPurchaseLimitIdInEntityType, getTcId, getTcIdInEntityType, getTradingPositionContainerId, getTradingPositionContainerIdInEntityType, instantiateEntity, setCatEntryId, setCatEntryId, setCurrency, setCurrentAmount, setCurrentAmount, setCurrentQuantity, setCurrentQuantity, setInitKey_purchaseLimitId, setInitKey_purchaseLimitId, setLimitType, setMaxAmount, setMaxAmount, setMaxQuantity, setMaxQuantity, setMinAmount, setMinAmount, setMinQuantity, setMinQuantity, setPurchaseLimitId, setPurchaseLimitId, setTcId, setTcId, setTradingPositionContainerId, setTradingPositionContainerId
      • Methods inherited from class com.ibm.commerce.persistence.AbstractJpaEntityAccessBean

        createAccessBean, createAccessBean, createAccessBeanCollection, createAccessBeanCollection, createEntityCollection, detach, remove, setUseDataCache, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PurchaseLimitDataBean

        public PurchaseLimitDataBean()
        Data bean constructor.
      • PurchaseLimitDataBean

        public PurchaseLimitDataBean(java.lang.String aPurchaseLimitId)
        Data bean constructor.
        Parameters:
        aPurchaseLimitId - The purchase limit ID.
    • Method Detail

      • getCommandContext

        public com.ibm.commerce.command.CommandContext getCommandContext()
        Gets the command context set within this bean.
        Specified by:
        getCommandContext in interface com.ibm.commerce.beans.SmartDataBean
        Returns:
        The command context set within this bean.
      • getRequestProperties

        public com.ibm.commerce.datatype.TypedProperty getRequestProperties()
        Gets the request property set within this bean.
        Specified by:
        getRequestProperties in interface com.ibm.commerce.beans.InputDataBean
        Returns:
        The request property set within this bean.
      • populate

        public void populate()
        This method is used to populate the PurchaseLimitDataBean..
        Specified by:
        populate in interface com.ibm.commerce.beans.SmartDataBean
        Throws:
        java.lang.Exception - The java.lang.Exception exception.
      • setCommandContext

        public void setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
        Sets the command context within this bean.
        Specified by:
        setCommandContext in interface com.ibm.commerce.beans.SmartDataBean
        Parameters:
        aCommandContext - The command context set within this bean.
      • setDataBeanKeyPurchaseLimitId

        public void setDataBeanKeyPurchaseLimitId(java.lang.String aPurchaseLimitId)
        Sets the purchase limit ID.
        Specified by:
        setDataBeanKeyPurchaseLimitId in interface PurchaseLimitInputDataBean
        Parameters:
        aPurchaseLimitId - The purchase limit ID.
      • setRequestProperties

        public void setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
        Sets the request property within this bean.
        Specified by:
        setRequestProperties in interface com.ibm.commerce.beans.InputDataBean
        Parameters:
        aRequestProperty - The request property set within this bean.