com.ibm.commerce.inventory.objects
Class RABackOrderAllocationAccessBean

java.lang.Object
  |
  +--com.ibm.ivj.ejb.runtime.AbstractAccessBean
        |
        +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
              |
              +--com.ibm.commerce.inventory.objects.RABackOrderAllocationAccessBean
All Implemented Interfaces:
RABackOrderAllocationAccessBeanData, java.io.Serializable

public class RABackOrderAllocationAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements RABackOrderAllocationAccessBeanData

This bean provides access to the RABACKALLO table.

The following is a description of this table:

Each row contains information about how backorders are allocated against expected inventory.

See Also:
Serialized Form

Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef
 
Constructor Summary
RABackOrderAllocationAccessBean()
          Default constructor.
RABackOrderAllocationAccessBean(javax.ejb.EJBObject object)
          Creates an access bean for the specified EJB
RABackOrderAllocationAccessBean(java.lang.Integer RaBackAlloNum, java.lang.Long RaDetailId, java.lang.Long OrderItemsId, java.lang.Long ItemSpcId)
          Maps to a corresponding ejbCreate method in the home interface of the EJB
 
Method Summary
 void commitCopyHelper()
          Update(flush) data to the EJBObject (persistent storage).
 java.lang.String getItemSpcId()
          This method provides access to the RABACKALLO.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getItemSpcIdInEJBType()
          This method provides access to the RABACKALLO.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getLastupdate()
          This method provides access to the RABACKALLO.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 java.sql.Timestamp getLastupdateInEJBType()
          This method provides access to the RABACKALLO.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 java.lang.String getOrderitemsId()
          This method provides access to the RABACKALLO.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getOrderitemsIdInEJBType()
          This method provides access to the RABACKALLO.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getQtyAllocated()
          This method provides access to the RABACKALLO.QTYALLOCATED column of DB2 type INTEGER NULL.
 java.lang.Integer getQtyAllocatedInEJBType()
          This method provides access to the RABACKALLO.QTYALLOCATED column of DB2 type INTEGER NULL.
 java.lang.String getRaBackAlloNum()
          This method provides access to the RABACKALLO.RABACKALLONUM column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getRaBackAlloNumInEJBType()
          This method provides access to the RABACKALLO.RABACKALLONUM column of DB2 type INTEGER NOT NULL.
 java.lang.String getRaDetailId()
          This method provides access to the RABACKALLO.RADETAIL_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getRaDetailIdInEJBType()
          This method provides access to the RABACKALLO.RADETAIL_ID column of DB2 type BIGINT NOT NULL.
 void refreshCopyHelper()
          Load data from the EJBObject.
 void setInitKey_orderitemsId(java.lang.String aInitKey_orderitemsId)
          Set the primary key for this object
 void setInitKey_raBackAlloNum(java.lang.String aInitKey_raBackAlloNum)
          Set the primary key for this object
 void setItemSpcId(java.lang.Long aItemSpcId)
          This method provides access to the RABACKALLO.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
 void setItemSpcId(java.lang.String aItemSpcId)
          This method provides access to the RABACKALLO.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
 void setLastupdate(java.lang.String aLastupdate)
          This method provides access to the RABACKALLO.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 void setLastupdate(java.sql.Timestamp aLastupdate)
          This method provides access to the RABACKALLO.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 void setOrderitemsId(java.lang.Long aOrderitemsId)
          This method provides access to the RABACKALLO.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
 void setOrderitemsId(java.lang.String aOrderitemsId)
          This method provides access to the RABACKALLO.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
 void setQtyAllocated(java.lang.Integer aQtyAllocated)
          This method provides access to the RABACKALLO.QTYALLOCATED column of DB2 type INTEGER NULL.
 void setQtyAllocated(java.lang.String aQtyAllocated)
          This method provides access to the RABACKALLO.QTYALLOCATED column of DB2 type INTEGER NULL.
 void setRaBackAlloNum(java.lang.Integer aRaBackAlloNum)
          This method provides access to the RABACKALLO.RABACKALLONUM column of DB2 type INTEGER NOT NULL.
 void setRaBackAlloNum(java.lang.String aRaBackAlloNum)
          This method provides access to the RABACKALLO.RABACKALLONUM column of DB2 type INTEGER NOT NULL.
 void setRaDetailId(java.lang.Long aRaDetailId)
          This method provides access to the RABACKALLO.RADETAIL_ID column of DB2 type BIGINT NOT NULL.
 void setRaDetailId(java.lang.String aRaDetailId)
          This method provides access to the RABACKALLO.RADETAIL_ID column of DB2 type BIGINT NOT NULL.
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RABackOrderAllocationAccessBean

public RABackOrderAllocationAccessBean()

Default constructor. Maps to findByPrimaryKey.


RABackOrderAllocationAccessBean

public RABackOrderAllocationAccessBean(javax.ejb.EJBObject object)
                                throws java.rmi.RemoteException

Creates an access bean for the specified EJB

Parameters:
object - - javax.ejb.EJBObject
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception

RABackOrderAllocationAccessBean

public RABackOrderAllocationAccessBean(java.lang.Integer RaBackAlloNum,
                                       java.lang.Long RaDetailId,
                                       java.lang.Long OrderItemsId,
                                       java.lang.Long ItemSpcId)
                                throws javax.naming.NamingException,
                                       javax.ejb.CreateException,
                                       java.rmi.RemoteException,
                                       javax.ejb.FinderException

Maps to a corresponding ejbCreate method in the home interface of the EJB

Parameters:
RaBackAlloNum - - java.lang.Integer
RaDetailId - - java.lang.Long
OrderItemsId - - java.lang.Long
ItemSpcId - - java.lang.Long
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
Method Detail

commitCopyHelper

public void commitCopyHelper()
                      throws java.rmi.RemoteException,
                             javax.ejb.CreateException,
                             javax.ejb.FinderException,
                             javax.naming.NamingException

Update(flush) data to the EJBObject (persistent storage).

Overrides:
commitCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getItemSpcId

public java.lang.String getItemSpcId()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException

This method provides access to the RABACKALLO.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The backordered item.

Specified by:
getItemSpcId in interface RABackOrderAllocationAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getItemSpcIdInEJBType

public java.lang.Long getItemSpcIdInEJBType()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException

This method provides access to the RABACKALLO.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The backordered item.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getLastupdate

public java.lang.String getLastupdate()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

This method provides access to the RABACKALLO.LASTUPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Timestamp of the last update.

Specified by:
getLastupdate in interface RABackOrderAllocationAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getLastupdateInEJBType

public java.sql.Timestamp getLastupdateInEJBType()
                                          throws java.rmi.RemoteException,
                                                 javax.ejb.CreateException,
                                                 javax.ejb.FinderException,
                                                 javax.naming.NamingException

This method provides access to the RABACKALLO.LASTUPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Timestamp of the last update.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOrderitemsId

public java.lang.String getOrderitemsId()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException

This method provides access to the RABACKALLO.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The OrderItem that is backordered.

Specified by:
getOrderitemsId in interface RABackOrderAllocationAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOrderitemsIdInEJBType

public java.lang.Long getOrderitemsIdInEJBType()
                                        throws java.rmi.RemoteException,
                                               javax.ejb.CreateException,
                                               javax.ejb.FinderException,
                                               javax.naming.NamingException

This method provides access to the RABACKALLO.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The OrderItem that is backordered.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getQtyAllocated

public java.lang.String getQtyAllocated()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException

This method provides access to the RABACKALLO.QTYALLOCATED column of DB2 type INTEGER NULL.

The following is a description of this column:

Amount of expected inventory allocated to this backordered OrderItem.

Specified by:
getQtyAllocated in interface RABackOrderAllocationAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getQtyAllocatedInEJBType

public java.lang.Integer getQtyAllocatedInEJBType()
                                           throws java.rmi.RemoteException,
                                                  javax.ejb.CreateException,
                                                  javax.ejb.FinderException,
                                                  javax.naming.NamingException

This method provides access to the RABACKALLO.QTYALLOCATED column of DB2 type INTEGER NULL.

The following is a description of this column:

Amount of expected inventory allocated to this backordered OrderItem.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getRaBackAlloNum

public java.lang.String getRaBackAlloNum()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

This method provides access to the RABACKALLO.RABACKALLONUM column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Uniquely identifies this row for a backordered OrderItem.

Specified by:
getRaBackAlloNum in interface RABackOrderAllocationAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getRaBackAlloNumInEJBType

public java.lang.Integer getRaBackAlloNumInEJBType()
                                            throws java.rmi.RemoteException,
                                                   javax.ejb.CreateException,
                                                   javax.ejb.FinderException,
                                                   javax.naming.NamingException

This method provides access to the RABACKALLO.RABACKALLONUM column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Uniquely identifies this row for a backordered OrderItem.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getRaDetailId

public java.lang.String getRaDetailId()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

This method provides access to the RABACKALLO.RADETAIL_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The RADETAIL row which contributed to the allocation.

Specified by:
getRaDetailId in interface RABackOrderAllocationAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getRaDetailIdInEJBType

public java.lang.Long getRaDetailIdInEJBType()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException

This method provides access to the RABACKALLO.RADETAIL_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The RADETAIL row which contributed to the allocation.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

refreshCopyHelper

public void refreshCopyHelper()
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException

Load data from the EJBObject.

Overrides:
refreshCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

setInitKey_orderitemsId

public void setInitKey_orderitemsId(java.lang.String aInitKey_orderitemsId)

Set the primary key for this object

Parameters:
aInitKey_orderitemsId - java.lang.String
Returns:
void

setInitKey_raBackAlloNum

public void setInitKey_raBackAlloNum(java.lang.String aInitKey_raBackAlloNum)

Set the primary key for this object

Parameters:
aInitKey_raBackAlloNum - java.lang.String
Returns:
void

setItemSpcId

public void setItemSpcId(java.lang.Long aItemSpcId)

This method provides access to the RABACKALLO.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The backordered item.

Parameters:
aItemSpcId - java.lang.Long
Returns:
void

setItemSpcId

public void setItemSpcId(java.lang.String aItemSpcId)

This method provides access to the RABACKALLO.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The backordered item.

Specified by:
setItemSpcId in interface RABackOrderAllocationAccessBeanData
Parameters:
aItemSpcId - java.lang.String
Returns:
void

setLastupdate

public void setLastupdate(java.lang.String aLastupdate)

This method provides access to the RABACKALLO.LASTUPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Timestamp of the last update.

Specified by:
setLastupdate in interface RABackOrderAllocationAccessBeanData
Parameters:
aLastupdate - java.lang.String
Returns:
void

setLastupdate

public void setLastupdate(java.sql.Timestamp aLastupdate)

This method provides access to the RABACKALLO.LASTUPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Timestamp of the last update.

Parameters:
aLastupdate - java.sql.Timestamp
Returns:
void

setOrderitemsId

public void setOrderitemsId(java.lang.Long aOrderitemsId)

This method provides access to the RABACKALLO.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The OrderItem that is backordered.

Parameters:
aOrderitemsId - java.lang.Long
Returns:
void

setOrderitemsId

public void setOrderitemsId(java.lang.String aOrderitemsId)

This method provides access to the RABACKALLO.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The OrderItem that is backordered.

Specified by:
setOrderitemsId in interface RABackOrderAllocationAccessBeanData
Parameters:
aOrderitemsId - java.lang.String
Returns:
void

setQtyAllocated

public void setQtyAllocated(java.lang.Integer aQtyAllocated)

This method provides access to the RABACKALLO.QTYALLOCATED column of DB2 type INTEGER NULL.

The following is a description of this column:

Amount of expected inventory allocated to this backordered OrderItem.

Parameters:
aQtyAllocated - java.lang.Integer
Returns:
void

setQtyAllocated

public void setQtyAllocated(java.lang.String aQtyAllocated)

This method provides access to the RABACKALLO.QTYALLOCATED column of DB2 type INTEGER NULL.

The following is a description of this column:

Amount of expected inventory allocated to this backordered OrderItem.

Specified by:
setQtyAllocated in interface RABackOrderAllocationAccessBeanData
Parameters:
aQtyAllocated - java.lang.String
Returns:
void

setRaBackAlloNum

public void setRaBackAlloNum(java.lang.Integer aRaBackAlloNum)

This method provides access to the RABACKALLO.RABACKALLONUM column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Uniquely identifies this row for a backordered OrderItem.

Parameters:
aRaBackAlloNum - java.lang.Integer
Returns:
void

setRaBackAlloNum

public void setRaBackAlloNum(java.lang.String aRaBackAlloNum)

This method provides access to the RABACKALLO.RABACKALLONUM column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Uniquely identifies this row for a backordered OrderItem.

Specified by:
setRaBackAlloNum in interface RABackOrderAllocationAccessBeanData
Parameters:
aRaBackAlloNum - java.lang.String
Returns:
void

setRaDetailId

public void setRaDetailId(java.lang.Long aRaDetailId)

This method provides access to the RABACKALLO.RADETAIL_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The RADETAIL row which contributed to the allocation.

Parameters:
aRaDetailId - java.lang.Long
Returns:
void

setRaDetailId

public void setRaDetailId(java.lang.String aRaDetailId)

This method provides access to the RABACKALLO.RADETAIL_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The RADETAIL row which contributed to the allocation.

Specified by:
setRaDetailId in interface RABackOrderAllocationAccessBeanData
Parameters:
aRaDetailId - java.lang.String
Returns:
void