com.ibm.commerce.order.beans

Class OrderQuotationRelDataBean

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      CommandContext getCommandContext()
      This method gets the command context set within this bean.
      java.lang.String getDataBeanKeyOrderQuotationRelId()
      This method returns the order quotation relation Id.
      TypedProperty getRequestProperties()
      This method gets the request property set within this bean.
      boolean isErrorFlagSet()
      This method checks if the error flag is set.
      void populate()
      This method is used to populate the OrderQuotationRelDataBean.
      void setCommandContext(CommandContext aCommandContext)
      This method sets the command context within this bean.
      void setDataBeanKeyOrderQuotationRelId(java.lang.String aOrderQuotationRelId)
      This method sets the order quotation relation Id.
      void setRequestProperties(TypedProperty aRequestProperty)
      This method sets the request property within this bean.
      • 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
    • Constructor Detail

      • OrderQuotationRelDataBean

        public OrderQuotationRelDataBean()
    • Method Detail

      • getRequestProperties

        public TypedProperty getRequestProperties()
        This method gets the request property set within this bean.
        Specified by:
        getRequestProperties in interface InputDataBean
        Returns:
        iRequestProperties request property
      • setRequestProperties

        public void setRequestProperties(TypedProperty aRequestProperty)
        This method sets the request property within this bean.
        Specified by:
        setRequestProperties in interface InputDataBean
        Parameters:
        aRequestProperty - request property
      • getCommandContext

        public CommandContext getCommandContext()
        This method gets the command context set within this bean.
        Specified by:
        getCommandContext in interface SmartDataBean
        Returns:
        iCommandContext command context
      • setCommandContext

        public void setCommandContext(CommandContext aCommandContext)
        This method sets the command context within this bean.
        Specified by:
        setCommandContext in interface SmartDataBean
        Parameters:
        aCommandContext - command context
      • setDataBeanKeyOrderQuotationRelId

        public void setDataBeanKeyOrderQuotationRelId(java.lang.String aOrderQuotationRelId)
        This method sets the order quotation relation Id.
        Specified by:
        setDataBeanKeyOrderQuotationRelId in interface OrderQuotationRelInputDataBean
        Parameters:
        aOrderQuotationRelId - order quotation relation Id
      • populate

        public void populate()
        This method is used to populate the OrderQuotationRelDataBean. You must set OrderQuotationRelId using the setDataBeanKeyOrderQuotationRelId method before running the populate() method.
        Specified by:
        populate in interface SmartDataBean
        Throws:
        java.lang.Exception
        See Also:
        setDataBeanKeyOrderQuotationRelId(String)
      • isErrorFlagSet

        public boolean isErrorFlagSet()
        This method checks if the error flag is set. The error flag is bit 0 of the FLAGS field.
        Returns:
        boolean