java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.inventory.objects.InventoryReserveAccessBean
Each row contains information about existing inventory that has been reserved for such purposes as auctions. This reserved inventory is not available for customer orders until the reservation is reversed.
Constructor Summary | |
---|---|
InventoryReserveAccessBean() constructor | |
InventoryReserveAccessBean(javax.ejb.EJBObject o) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.lang.String |
getDescription() This method provides access to the INVRESERVE.DESCRIPTION column of DB2 type VARCHAR(254). |
java.lang.String |
getExpiration() This method provides access to the INVRESERVE.EXPIRATION column of DB2 type TIMESTAMP. |
java.sql.Timestamp |
getExpirationInEJBType() This method provides access to the INVRESERVE.EXPIRATION column of DB2 type TIMESTAMP. |
java.lang.String |
getFfmCenterId() This method provides access to the INVRESERVE.FFMCENTER_ID column of DB2 type INTEGER. |
java.lang.Integer |
getFfmCenterIdInEJBType() This method provides access to the INVRESERVE.FFMCENTER_ID column of DB2 type INTEGER. |
java.lang.String |
getInvReserveId() This method provides access to the INVRESERVE.INVRESERVE_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getInvReserveIdInEJBType() This method provides access to the INVRESERVE.INVRESERVE_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getInvRsrvTypeId() This method provides access to the INVRESERVE.INVRSRVTYP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getInvRsrvTypeIdInEJBType() This method provides access to the INVRESERVE.INVRSRVTYP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getItemSpcId() This method provides access to the INVRESERVE.ITEMSPC_ID column of DB2 type BIGINT. |
java.lang.Long |
getItemSpcIdInEJBType() This method provides access to the INVRESERVE.ITEMSPC_ID column of DB2 type BIGINT. |
java.lang.String |
getLastUpdate() This method provides access to the INVRESERVE.LASTUPDATE column of DB2 type TIMESTAMP. |
java.sql.Timestamp |
getLastUpdateInEJBType() This method provides access to the INVRESERVE.LASTUPDATE column of DB2 type TIMESTAMP. |
java.lang.String |
getQuantity() This method provides access to the INVRESERVE.QUANTITY column of DB2 type INTEGER. |
java.lang.Integer |
getQuantityInEJBType() This method provides access to the INVRESERVE.QUANTITY column of DB2 type INTEGER. |
java.lang.String |
getStoreId() This method provides access to the INVRESERVE.STORE_ID column of DB2 type INTEGER. |
java.lang.Integer |
getStoreIdInEJBType() This method provides access to the INVRESERVE.STORE_ID column of DB2 type INTEGER. |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setDescription(java.lang.String newValue) This method provides access to the INVRESERVE.DESCRIPTION column of DB2 type VARCHAR(254). |
void |
setExpiration(java.lang.String newValue) This method provides access to the INVRESERVE.EXPIRATION column of DB2 type TIMESTAMP. |
void |
setExpiration(java.sql.Timestamp newValue) This method provides access to the INVRESERVE.EXPIRATION column of DB2 type TIMESTAMP. |
void |
setFfmCenterId(java.lang.Integer newValue) This method provides access to the INVRESERVE.FFMCENTER_ID column of DB2 type INTEGER. |
void |
setFfmCenterId(java.lang.String newValue) This method provides access to the INVRESERVE.FFMCENTER_ID column of DB2 type INTEGER. |
void |
setInitKey_invReserveId(java.lang.String newValue) Set the primary key for this object |
void |
setInvReserveId(java.lang.Long newValue) This method provides access to the INVRESERVE.INVRESERVE_ID column of DB2 type BIGINT NOT NULL. |
void |
setInvReserveId(java.lang.String newValue) This method provides access to the INVRESERVE.INVRESERVE_ID column of DB2 type BIGINT NOT NULL. |
void |
setInvRsrvTypeId(java.lang.Long newValue) This method provides access to the INVRESERVE.INVRSRVTYP_ID column of DB2 type BIGINT NOT NULL. |
void |
setInvRsrvTypeId(java.lang.String newValue) This method provides access to the INVRESERVE.INVRSRVTYP_ID column of DB2 type BIGINT NOT NULL. |
void |
setItemSpcId(java.lang.Long newValue) This method provides access to the INVRESERVE.ITEMSPC_ID column of DB2 type BIGINT. |
void |
setItemSpcId(java.lang.String newValue) This method provides access to the INVRESERVE.ITEMSPC_ID column of DB2 type BIGINT. |
void |
setLastUpdate(java.lang.String newValue) This method provides access to the INVRESERVE.LASTUPDATE column of DB2 type TIMESTAMP. |
void |
setLastUpdate(java.sql.Timestamp newValue) This method provides access to the INVRESERVE.LASTUPDATE column of DB2 type TIMESTAMP. |
void |
setQuantity(java.lang.Integer newValue) This method provides access to the INVRESERVE.QUANTITY column of DB2 type INTEGER. |
void |
setQuantity(java.lang.String newValue) This method provides access to the INVRESERVE.QUANTITY column of DB2 type INTEGER. |
void |
setStoreId(java.lang.Integer newValue) This method provides access to the INVRESERVE.STORE_ID column of DB2 type INTEGER. |
void |
setStoreId(java.lang.String newValue) This method provides access to the INVRESERVE.STORE_ID column of DB2 type INTEGER. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public InventoryReserveAccessBean()
public InventoryReserveAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
Method Detail |
---|
public void setInitKey_invReserveId(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringprotected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.String getQuantity() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INVRESERVE.QUANTITY column of DB2 type INTEGER.
The following is a description of this column:
The quantity of the reservation.
getQuantity
in interface
InventoryReserveAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getQuantityInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INVRESERVE.QUANTITY column of DB2 type INTEGER.
The following is a description of this column:
The quantity of the reservation.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setQuantity(java.lang.String newValue)
This method provides access to the INVRESERVE.QUANTITY column of DB2 type INTEGER.
The following is a description of this column:
The quantity of the reservation.
setQuantity
in interface
InventoryReserveAccessBeanData
newValue
- Stringpublic void setQuantity(java.lang.Integer newValue)
This method provides access to the INVRESERVE.QUANTITY column of DB2 type INTEGER.
The following is a description of this column:
The quantity of the reservation.
newValue
- java.lang.Integerpublic java.lang.String getDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INVRESERVE.DESCRIPTION column of DB2 type VARCHAR(254).
The following is a description of this column:
Descriptive information about this reservation.
getDescription
in interface
InventoryReserveAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setDescription(java.lang.String newValue)
This method provides access to the INVRESERVE.DESCRIPTION column of DB2 type VARCHAR(254).
The following is a description of this column:
Descriptive information about this reservation.
setDescription
in interface
InventoryReserveAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getLastUpdate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INVRESERVE.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The last time the row was updated.
getLastUpdate
in interface
InventoryReserveAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.sql.Timestamp getLastUpdateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INVRESERVE.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The last time the row was updated.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setLastUpdate(java.lang.String newValue)
This method provides access to the INVRESERVE.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The last time the row was updated.
setLastUpdate
in interface
InventoryReserveAccessBeanData
newValue
- Stringpublic void setLastUpdate(java.sql.Timestamp newValue)
This method provides access to the INVRESERVE.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The last time the row was updated.
newValue
- java.sql.Timestamppublic java.lang.String getInvReserveId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INVRESERVE.INVRESERVE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
System generated unique identifier.
getInvReserveId
in interface
InventoryReserveAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getInvReserveIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INVRESERVE.INVRESERVE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
System generated unique identifier.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setInvReserveId(java.lang.String newValue)
This method provides access to the INVRESERVE.INVRESERVE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
System generated unique identifier.
setInvReserveId
in interface
InventoryReserveAccessBeanData
newValue
- Stringpublic void setInvReserveId(java.lang.Long newValue)
This method provides access to the INVRESERVE.INVRESERVE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
System generated unique identifier.
newValue
- java.lang.Longpublic java.lang.String getFfmCenterId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INVRESERVE.FFMCENTER_ID column of DB2 type INTEGER.
The following is a description of this column:
The FulfillmentCenter which holds the reserved inventory.
getFfmCenterId
in interface
InventoryReserveAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getFfmCenterIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INVRESERVE.FFMCENTER_ID column of DB2 type INTEGER.
The following is a description of this column:
The FulfillmentCenter which holds the reserved inventory.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setFfmCenterId(java.lang.String newValue)
This method provides access to the INVRESERVE.FFMCENTER_ID column of DB2 type INTEGER.
The following is a description of this column:
The FulfillmentCenter which holds the reserved inventory.
setFfmCenterId
in interface
InventoryReserveAccessBeanData
newValue
- Stringpublic void setFfmCenterId(java.lang.Integer newValue)
This method provides access to the INVRESERVE.FFMCENTER_ID column of DB2 type INTEGER.
The following is a description of this column:
The FulfillmentCenter which holds the reserved inventory.
newValue
- java.lang.Integerpublic java.lang.String getItemSpcId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INVRESERVE.ITEMSPC_ID column of DB2 type BIGINT.
The following is a description of this column:
The identifier for the item being reserved.
getItemSpcId
in interface
InventoryReserveAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getItemSpcIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INVRESERVE.ITEMSPC_ID column of DB2 type BIGINT.
The following is a description of this column:
The identifier for the item being reserved.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setItemSpcId(java.lang.String newValue)
This method provides access to the INVRESERVE.ITEMSPC_ID column of DB2 type BIGINT.
The following is a description of this column:
The identifier for the item being reserved.
setItemSpcId
in interface
InventoryReserveAccessBeanData
newValue
- Stringpublic void setItemSpcId(java.lang.Long newValue)
This method provides access to the INVRESERVE.ITEMSPC_ID column of DB2 type BIGINT.
The following is a description of this column:
The identifier for the item being reserved.
newValue
- java.lang.Longpublic java.lang.String getExpiration() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INVRESERVE.EXPIRATION column of DB2 type TIMESTAMP.
The following is a description of this column:
The date and time when this reservation will expire.
getExpiration
in interface
InventoryReserveAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.sql.Timestamp getExpirationInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INVRESERVE.EXPIRATION column of DB2 type TIMESTAMP.
The following is a description of this column:
The date and time when this reservation will expire.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setExpiration(java.lang.String newValue)
This method provides access to the INVRESERVE.EXPIRATION column of DB2 type TIMESTAMP.
The following is a description of this column:
The date and time when this reservation will expire.
setExpiration
in interface
InventoryReserveAccessBeanData
newValue
- Stringpublic void setExpiration(java.sql.Timestamp newValue)
This method provides access to the INVRESERVE.EXPIRATION column of DB2 type TIMESTAMP.
The following is a description of this column:
The date and time when this reservation will expire.
newValue
- java.sql.Timestamppublic java.lang.String getStoreId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INVRESERVE.STORE_ID column of DB2 type INTEGER.
The following is a description of this column:
The Store which owns the inventory.
getStoreId
in interface
InventoryReserveAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getStoreIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INVRESERVE.STORE_ID column of DB2 type INTEGER.
The following is a description of this column:
The Store which owns the inventory.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setStoreId(java.lang.String newValue)
This method provides access to the INVRESERVE.STORE_ID column of DB2 type INTEGER.
The following is a description of this column:
The Store which owns the inventory.
setStoreId
in interface
InventoryReserveAccessBeanData
newValue
- Stringpublic void setStoreId(java.lang.Integer newValue)
This method provides access to the INVRESERVE.STORE_ID column of DB2 type INTEGER.
The following is a description of this column:
The Store which owns the inventory.
newValue
- java.lang.Integerpublic java.lang.String getInvRsrvTypeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INVRESERVE.INVRSRVTYP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The type or purpose of the reservation, such as an auction. The types are user defined and are in the INVRSRVTYP table.
getInvRsrvTypeId
in interface
InventoryReserveAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getInvRsrvTypeIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INVRESERVE.INVRSRVTYP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The type or purpose of the reservation, such as an auction. The types are user defined and are in the INVRSRVTYP table.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setInvRsrvTypeId(java.lang.String newValue)
This method provides access to the INVRESERVE.INVRSRVTYP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The type or purpose of the reservation, such as an auction. The types are user defined and are in the INVRSRVTYP table.
setInvRsrvTypeId
in interface
InventoryReserveAccessBeanData
newValue
- Stringpublic void setInvRsrvTypeId(java.lang.Long newValue)
This method provides access to the INVRESERVE.INVRSRVTYP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The type or purpose of the reservation, such as an auction. The types are user defined and are in the INVRSRVTYP table.
newValue
- java.lang.Long