com.ibm.commerce.contract.beansrc

Class PurchaseLimitDataBeanBase

  • java.lang.Object
    • com.ibm.commerce.persistence.AbstractJpaEntityAccessBean
      • com.ibm.commerce.contract.objects.PurchaseLimitAccessBean
        • com.ibm.commerce.contract.beansrc.PurchaseLimitDataBeanBase
  • All Implemented Interfaces:
    com.ibm.commerce.security.Delegator, java.io.Serializable
    Direct Known Subclasses:
    PurchaseLimitDataBean


    public class PurchaseLimitDataBeanBase
    extends com.ibm.commerce.contract.objects.PurchaseLimitAccessBean
    implements com.ibm.commerce.security.Delegator
    Gets the purchase limit data from the database.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class com.ibm.commerce.contract.objects.PurchaseLimitAccessBean

        COPYRIGHT
      • Fields inherited from interface com.ibm.commerce.security.Delegator

        COPYRIGHT
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      com.ibm.commerce.security.Protectable getDelegate()
      Retrieves its delegatee.
      • 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
    • Constructor Detail

      • PurchaseLimitDataBeanBase

        public PurchaseLimitDataBeanBase()
    • Method Detail

      • getDelegate

        public com.ibm.commerce.security.Protectable getDelegate()
        Retrieves its delegatee.
        Specified by:
        getDelegate in interface com.ibm.commerce.security.Delegator
        Returns:
        The Portectable object.
        Throws:
        java.lang.Exception - the java.lang.Exception exception.