com.ibm.commerce.order.beansrc
Class SubOrderDataBeanBase

java.lang.Object
  com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
      com.ibm.commerce.order.objects.SubOrderAccessBean
          com.ibm.commerce.order.beansrc.SubOrderDataBeanBase
All Implemented Interfaces:
Delegator, SubOrderAccessBeanData
Direct Known Subclasses:
SubOrderDataBean

public class SubOrderDataBeanBase
extends SubOrderAccessBean
implements Delegator

Extension for com.ibm.commerce.order.beans.SubOrderDataBean

See Also:
Serialized Form

Field Summary
Fields inherited from interface com.ibm.commerce.security.Delegator
COPYRIGHT
Constructor Summary
SubOrderDataBeanBase()
Method Summary
Protectable getDelegate()
Retrieves its delegatee.
Methods inherited from class com.ibm.commerce.order.objects.SubOrderAccessBean
commitCopyHelper, defaultJNDIName, findByOrder, findByOrderForUpdate, findWithPushDownQuery, getAddressId, getAddressIdInEJBType, getCurrency, getField1, getField1InEJBType, getField2, getField2InEJBType, getField3, getOrderId, getOrderIdInEJBType, getProductTotal, getProductTotalInEJBType, getShippingTaxTotal, getShippingTaxTotalInEJBType, getShippingTotal, getShippingTotalInEJBType, getSuborderId, getSuborderIdInEJBType, getTaxCountry, getTaxTotal, getTaxTotalInEJBType, getTotalAdjustment, getTotalAdjustmentInEJBType, instantiateEJB, instantiateEJBByPrimaryKey, refreshCopyHelper, setAddressId, setAddressId, setCurrency, setField1, setField1, setField2, setField2, setField3, setInitKey_suborderId, setOrderId, setOrderId, setProductTotal, setProductTotal, setShippingTaxTotal, setShippingTaxTotal, setShippingTotal, setShippingTotal, setTaxCountry, setTaxTotal, setTaxTotal, setTotalAdjustment, setTotalAdjustment
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

SubOrderDataBeanBase

public SubOrderDataBeanBase()
Method Detail

getDelegate

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

Feedback