public class OrderItemCompRelDataBean extends com.ibm.commerce.order.beansrc.OrderItemComponentRelationsDataBeanBase implements InputDataBean, SmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
OrderItemCompRelDataBean()
The constructor.
|
OrderItemCompRelDataBean(com.ibm.commerce.order.objects.OrderItemComponentRelationsAccessBean aabOrderItemComponentRelations)
Constructs an OrderItemComponentRelationsDataBean from an OrderItemComponentRelationsAccessBean by
extracting the OrderItem EJB reference from the OrderItemComponentRelationsAccessBean.
|
| Modifier and Type | Method and Description |
|---|---|
OrderItemCompRelDataBean[] |
getChildrenKit()
Returns the child kits associated with this oicomprel id as parent.
|
CommandContext |
getCommandContext()
Gets Command Context.
|
ItemDataBean[] |
getItemDataBean()
Returns the
com.ibm.commerce.catalog.beans.ItemDataBean corresponding to the catalog entry if this
catalog entry is an item. |
java.lang.Long |
getItemspc_id()
Gets the item specification id.
|
java.lang.Long |
getOicomprel_id()
Gets OICOMPRELID, the primary key.
|
TypedProperty |
getRequestProperties()
Gets Request Properties.
|
void |
populate()
Loads data into the data bean when the
DataBeanManager.activate() runs. |
void |
setCommandContext(CommandContext aCommandContext)
Sets the command context.
|
void |
setOicomprel_id(java.lang.Long oicomprelId)
Sets OICOMPRELID, the init key.
|
void |
setRequestProperties(TypedProperty aRequestProperties)
Sets Request Property.
|
getDelegatefindByConfiguration_id, findByConfigurationIdAndNotAssociatedWithOrderItems, findByItemspc_id, findByOicomprel_id, findByOrderitems_id, findByOrderitemsIdAndConfigurationId, findByParent_id, findByRequired, findByRequiredItemSpecs, findByRequiredOrderItems, fulfills, getConfiguration_id, getEntity, getOrderitems_id, getOwner, getParent_id, getRequired, instantiateEntity, setConfiguration_id, setInitKey_oicomprel_id, setItemspc_id, setOrderitems_id, setParent_id, setRequiredcreateAccessBean, createAccessBean, createAccessBeanCollection, createAccessBeanCollection, createEntityCollection, detach, remove, setUseDataCache, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitfulfills, getOwnerpublic static final java.lang.String COPYRIGHT
public OrderItemCompRelDataBean()
public OrderItemCompRelDataBean(com.ibm.commerce.order.objects.OrderItemComponentRelationsAccessBean aabOrderItemComponentRelations)
aabOrderItemComponentRelations - OrderItemComponentRelationsAccessBeanpublic void setRequestProperties(TypedProperty aRequestProperties)
setRequestProperties in interface InputDataBeanaRequestProperties - com.ibm.commerce.datatype.TypedPropertyjava.lang.Exceptionpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void populate()
DataBeanManager.activate() runs.populate in interface SmartDataBeanjava.lang.Exceptionpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic ItemDataBean[] getItemDataBean() throws ECSystemException
com.ibm.commerce.catalog.beans.ItemDataBean corresponding to the catalog entry if this
catalog entry is an item. Otherwise returns null.com.ibm.commerce.catalog.beans.ItemDataBean corresponding to the catalog entryECSystemExceptionRemoteExceptionCreateExceptionFinderExceptionNamingExceptionpublic OrderItemCompRelDataBean[] getChildrenKit() throws ECSystemException
ECSystemExceptionpublic java.lang.Long getOicomprel_id()
getOicomprel_id in class com.ibm.commerce.order.objects.OrderItemComponentRelationsAccessBeanRemoteExceptionCreateExceptionFinderExceptionNamingExceptionpublic java.lang.Long getItemspc_id()
getItemspc_id in class com.ibm.commerce.order.objects.OrderItemComponentRelationsAccessBeanRemoteExceptionCreateExceptionFinderExceptionNamingExceptionpublic void setOicomprel_id(java.lang.Long oicomprelId)
setOicomprel_id in class com.ibm.commerce.order.objects.OrderItemComponentRelationsAccessBeanoicomprelId - public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBean