com.ibm.commerce.order.beansrc
Class OrderItemComponentDataBeanBase
- java.lang.Object
-
- com.ibm.commerce.persistence.AbstractJpaEntityAccessBean
-
- com.ibm.commerce.order.objects.OrderItemComponentAccessBean
-
- com.ibm.commerce.order.beansrc.OrderItemComponentDataBeanBase
-
- All Implemented Interfaces:
- Delegator, java.io.Serializable
- Direct Known Subclasses:
- OrderItemComponentDataBean
public class OrderItemComponentDataBeanBase extends OrderItemComponentAccessBean implements Delegator
Extension for com.ibm.commerce.order.beans.OrderItemComponentDataBean- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.ibm.commerce.order.objects.OrderItemComponentAccessBean
COPYRIGHT
-
-
Constructor Summary
Constructors Constructor and Description OrderItemComponentDataBeanBase()
-
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.OrderItemComponentAccessBean
findByConfigurationId, findByOicomprelId, findByOrderItemId, findByOrderItemIdAndConfigurationId, findByRfqProductId, getCatalogEntryId, getCatalogEntryIdInEntityType, getCatalogQuantity, getCatalogQuantityInEntityType, getConfigurationId, getCurrency, getEntity, getInventoryQuantity, getInventoryQuantityInEntityType, getItemSpecificationId, getItemSpecificationIdInEntityType, getOicomprelId, getOrderItemComponentId, getOrderItemComponentIdInEntityType, getOrderItemId, getOrderItemIdInEntityType, getRequired, getRfqProductId, getRfqProductIdInEntityType, getSupplierData, getSupplierPartNumber, getUnitPrice, getUnitPriceInEntityType, instantiateEntity, setCatalogEntryId, setCatalogEntryId, setCatalogQuantity, setCatalogQuantity, setConfigurationId, setCurrency, setInitKey_orderItemComponentId, setInitKey_orderItemComponentId, setInventoryQuantity, setInventoryQuantity, setItemSpecificationId, setItemSpecificationId, setOicomprelId, setOrderItemId, setOrderItemId, setRequired, setRfqProductId, setRfqProductId, setSupplierData, setSupplierPartNumber, setUnitPrice, setUnitPrice
-
-
-
-
Method Detail
-
getDelegate
public Protectable getDelegate()
Retrieves its delegate.- Specified by:
getDelegate
in interfaceDelegator
- Returns:
- com.ibm.commerce.security.Protectable
-
-