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.
|
getDelegate
findByConfiguration_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, setRequired
createAccessBean, createAccessBean, createAccessBeanCollection, createAccessBeanCollection, createEntityCollection, detach, remove, setUseDataCache, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
fulfills, getOwner
public 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 InputDataBean
aRequestProperties
- com.ibm.commerce.datatype.TypedPropertyjava.lang.Exception
public CommandContext getCommandContext()
getCommandContext
in interface SmartDataBean
public void populate()
DataBeanManager.activate()
runs.populate
in interface SmartDataBean
java.lang.Exception
public void setCommandContext(CommandContext aCommandContext)
setCommandContext
in interface SmartDataBean
aCommandContext
- 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 entryECSystemException
RemoteException
CreateException
FinderException
NamingException
public OrderItemCompRelDataBean[] getChildrenKit() throws ECSystemException
ECSystemException
public java.lang.Long getOicomprel_id()
getOicomprel_id
in class com.ibm.commerce.order.objects.OrderItemComponentRelationsAccessBean
RemoteException
CreateException
FinderException
NamingException
public java.lang.Long getItemspc_id()
getItemspc_id
in class com.ibm.commerce.order.objects.OrderItemComponentRelationsAccessBean
RemoteException
CreateException
FinderException
NamingException
public void setOicomprel_id(java.lang.Long oicomprelId)
setOicomprel_id
in class com.ibm.commerce.order.objects.OrderItemComponentRelationsAccessBean
oicomprelId
- public TypedProperty getRequestProperties()
getRequestProperties
in interface InputDataBean