com.ibm.commerce.order.beansrc

Class OrderQuotationRelDataBeanBase

  • java.lang.Object
    • com.ibm.commerce.persistence.AbstractJpaEntityAccessBean
      • com.ibm.commerce.order.objects.OrderQuotationRelAccessBean
        • com.ibm.commerce.order.beansrc.OrderQuotationRelDataBeanBase
  • All Implemented Interfaces:
    Delegator, java.io.Serializable
    Direct Known Subclasses:
    OrderQuotationRelDataBean


    public class OrderQuotationRelDataBeanBase
    extends com.ibm.commerce.order.objects.OrderQuotationRelAccessBean
    implements Delegator
    Extension for com.ibm.commerce.order.beans.OrderQuotationRelDataBean
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      The IBM copyright notice field.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      Protectable getDelegate()
      Retrieves its delegate.
      • Methods inherited from class com.ibm.commerce.order.objects.OrderQuotationRelAccessBean

        findByChildId, findByChildIdAndRelType, findByParentIdsRelTypesAndChildIds, findByParentOrderStoreContractType, findByStoreIdContractIdRelTypeParentIdsAndChildIds, findByStoreIdDefaultContractIdRelTypeParentIdsAndChildIds, findWithPushDownQuery, getChildId, getChildIdInEntityType, getChildStoreId, getChildStoreIdInEntityType, getDisplaySequence, getDisplaySequenceInEntityType, getEntity, getFlags, getFlagsInEntityType, getOrderQuotationRelId, getOrderQuotationRelIdInEntityType, getParentId, getParentIdInEntityType, getRelType, getTimeoutTime, getTimeoutTimeInEntityType, getTradingAgreementId, getTradingAgreementIdInEntityType, instantiateEntity, setChildId, setChildId, setChildStoreId, setChildStoreId, setDisplaySequence, setDisplaySequence, setFlags, setFlags, setInitKey_orderQuotationRelId, setParentId, setParentId, setRelType, setTimeoutTime, setTimeoutTime, setTradingAgreementId, setTradingAgreementId
      • 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

      • OrderQuotationRelDataBeanBase

        public OrderQuotationRelDataBeanBase()
    • Method Detail

      • getDelegate

        public Protectable getDelegate()
        Retrieves its delegate.
        Specified by:
        getDelegate in interface Delegator
        Returns:
        com.ibm.commerce.security.Protectable
        Throws:
        java.lang.Exception