java.lang.Object | +--OrderItemBeanBase | +--com.ibm.commerce.order.objects.OrderItemBean
This is an Entity Bean class with CMP fields
Constructor Summary | |
---|---|
OrderItemBean() |
Method Summary | |
---|---|
java.util.Hashtable |
_copyFromEJB() _copyFromEJB |
void |
_copyToEJB(java.util.Hashtable h) _copyToEJB |
protected
java.util.Vector |
_getLinks() This method was generated for supporting the associations. |
protected
void |
_initLinks() This method was generated for supporting the associations. |
protected
void |
_removeLinks() This method was generated for supporting the associations. |
void |
ejbActivate() ejbActivate method comment |
OrderItemKey |
ejbCreate(java.lang.Long argMemberId, java.lang.Integer argStoreId,
java.lang.Long argCatalogEntryId, java.lang.Double argQuantity,
java.lang.String argStatus, java.lang.Long argOrderId) |
OrderItemKey |
ejbCreate(java.lang.Long argAddressId, java.lang.Long argMemberId,
java.lang.Integer argStoreId, java.lang.Long argCatalogEntryId,
java.lang.Double argQuantity, java.lang.String argStatus,
java.lang.Long argOrderId) |
OrderItemKey |
ejbCreate(java.lang.Long argAddressId, java.lang.Long argMemberId,
java.lang.Integer argStoreId, java.lang.Long argCatalogEntryId,
java.lang.Double argQuantity, java.lang.String argStatus,
java.lang.Long argOrderId, java.lang.Long contractId) |
OrderItemKey |
ejbCreate(java.lang.Long argAddressId, java.lang.Long argMemberId,
java.lang.Integer argStoreId, java.lang.Long argCatalogEntryId,
java.lang.Double argQuantity, java.lang.String argStatus,
java.lang.Long argOrderId, java.lang.Long contractId,
java.lang.Integer shipMode, java.lang.Long itemSpecId,
java.lang.String partNumber, java.lang.String description,
java.lang.String currency, java.math.BigDecimal price,
java.lang.Integer prepareFlags, java.lang.Integer neededQuantity,
java.lang.Integer availableQuantity, java.lang.Long correlationGroup,
java.lang.String supplierPartNumber, java.lang.String supplierData,
java.sql.Timestamp estimatedAvailDate, java.lang.String lineItemType,
java.math.BigDecimal totalProduct) |
void |
ejbLoad() ejbLoad method comment |
void |
ejbPassivate() ejbPassivate method comment |
void |
ejbPostCreate(java.lang.Long argMemberId, java.lang.Integer argStoreId,
java.lang.Long argCatalogEntryId, java.lang.Double argQuantity,
java.lang.String argStatus, java.lang.Long argOrderId) ejbPostCreate method for a CMP entity bean |
void |
ejbPostCreate(java.lang.Long argAddressId, java.lang.Long argMemberId,
java.lang.Integer argStoreId, java.lang.Long argCatalogEntryId,
java.lang.Double argQuantity, java.lang.String argStatus,
java.lang.Long argOrderId) ejbPostCreate method for a CMP entity bean |
void |
ejbPostCreate(java.lang.Long argAddressId, java.lang.Long argMemberId,
java.lang.Integer argStoreId, java.lang.Long argCatalogEntryId,
java.lang.Double argQuantity, java.lang.String argStatus,
java.lang.Long argOrderId, java.lang.Long contractId) ejbPostCreate method for a CMP entity bean |
void |
ejbRemove() ejbRemove method comment |
void |
ejbStore() ejbStore method comment |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public OrderItemBean()
Method Detail |
---|
protected java.util.Vector _getLinks()
protected void _initLinks()
protected void _removeLinks() throws java.rmi.RemoteException, javax.ejb.RemoveException
java.rmi.RemoteException
- The exception description.javax.ejb.RemoveException
- The exception
description.public void ejbActivate() throws java.rmi.RemoteException
java.rmi.RemoteException
- The exception
description.public OrderItemKey ejbCreate(java.lang.Long argMemberId, java.lang.Integer argStoreId, java.lang.Long argCatalogEntryId, java.lang.Double argQuantity, java.lang.String argStatus, java.lang.Long argOrderId) throws CreateException, FinderException, javax.naming.NamingException
argMemberId
- LongargStoreId
- IntegerargCatalogEntryId
- LongargQuantity
- DoubleargStatus
- StringargOrderId
- Longjavax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException
CreateException
FinderException
public OrderItemKey ejbCreate(java.lang.Long argAddressId, java.lang.Long argMemberId, java.lang.Integer argStoreId, java.lang.Long argCatalogEntryId, java.lang.Double argQuantity, java.lang.String argStatus, java.lang.Long argOrderId) throws CreateException, FinderException, javax.naming.NamingException
argAddressId
- java.lang.LongargMemberId
- java.lang.LongargStoreId
- java.lang.IntegerargCatalogEntryId
- java.lang.LongargQuantity
- java.lang.DoubleargStatus
- java.lang.StringargOrderId
- java.lang.Longjavax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException
CreateException
FinderException
public OrderItemKey ejbCreate(java.lang.Long argAddressId, java.lang.Long argMemberId, java.lang.Integer argStoreId, java.lang.Long argCatalogEntryId, java.lang.Double argQuantity, java.lang.String argStatus, java.lang.Long argOrderId, java.lang.Long contractId) throws CreateException, FinderException, javax.naming.NamingException
argAddressId
- java.lang.LongargMemberId
- java.lang.LongargStoreId
- java.lang.IntegerargCatalogEntryId
- java.lang.LongargQuantity
- java.lang.DoubleargStatus
- java.lang.StringargOrderId
- java.lang.Longjavax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException
CreateException
FinderException
public OrderItemKey ejbCreate(java.lang.Long argAddressId, java.lang.Long argMemberId, java.lang.Integer argStoreId, java.lang.Long argCatalogEntryId, java.lang.Double argQuantity, java.lang.String argStatus, java.lang.Long argOrderId, java.lang.Long contractId, java.lang.Integer shipMode, java.lang.Long itemSpecId, java.lang.String partNumber, java.lang.String description, java.lang.String currency, java.math.BigDecimal price, java.lang.Integer prepareFlags, java.lang.Integer neededQuantity, java.lang.Integer availableQuantity, java.lang.Long correlationGroup, java.lang.String supplierPartNumber, java.lang.String supplierData, java.sql.Timestamp estimatedAvailDate, java.lang.String lineItemType, java.math.BigDecimal totalProduct) throws CreateException, FinderException, javax.naming.NamingException
CreateException
FinderException
javax.naming.NamingException
public void ejbLoad()
java.rmi.RemoteException
- The exception
description.public void ejbPassivate() throws java.rmi.RemoteException
java.rmi.RemoteException
- The exception
description.public void ejbPostCreate(java.lang.Long argMemberId, java.lang.Integer argStoreId, java.lang.Long argCatalogEntryId, java.lang.Double argQuantity, java.lang.String argStatus, java.lang.Long argOrderId)
argMemberId
- LongargStoreId
- IntegerargCatalogEntryId
- LongargQuantity
- DoubleargStatus
- StringargOrderId
- Longjava.rmi.RemoteException
- The exception
description.public void ejbPostCreate(java.lang.Long argAddressId, java.lang.Long argMemberId, java.lang.Integer argStoreId, java.lang.Long argCatalogEntryId, java.lang.Double argQuantity, java.lang.String argStatus, java.lang.Long argOrderId)
argAddressId
- java.lang.LongargMemberId
- java.lang.LongargStoreId
- java.lang.IntegerargCatalogEntryId
- java.lang.LongargQuantity
- java.lang.DoubleargStatus
- java.lang.StringargOrderId
- java.lang.Longjava.rmi.RemoteException
- The exception
description.public void ejbPostCreate(java.lang.Long argAddressId, java.lang.Long argMemberId, java.lang.Integer argStoreId, java.lang.Long argCatalogEntryId, java.lang.Double argQuantity, java.lang.String argStatus, java.lang.Long argOrderId, java.lang.Long contractId)
argAddressId
- java.lang.LongargMemberId
- java.lang.LongargStoreId
- java.lang.IntegerargCatalogEntryId
- java.lang.LongargQuantity
- java.lang.DoubleargStatus
- java.lang.StringargOrderId
- java.lang.Longjava.rmi.RemoteException
- The exception
description.public void ejbRemove() throws javax.ejb.RemoveException
javax.ejb.RemoveException
- The exception
description.public void ejbStore()
java.rmi.RemoteException
- The exception
description.public java.util.Hashtable _copyFromEJB()
public void _copyToEJB(java.util.Hashtable h)