java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.inventory.objects.ItemFulfillmentCenterAccessBean
Each rows contains information about reserved quantities, amount on backorder, and amount allocated to backorders for items owned by a store at a fulfillment center.
Constructor Summary | |
---|---|
ItemFulfillmentCenterAccessBean() constructor | |
ItemFulfillmentCenterAccessBean(java.lang.Integer arg0,
java.lang.Integer arg1, java.lang.Long arg2) constructor | |
ItemFulfillmentCenterAccessBean(javax.ejb.EJBObject o) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.util.Enumeration |
findByFfmCenterIdAndItemSpcIdAndStoreId(java.lang.Integer affmCtrId,
java.lang.Long aItemSpcId, java.lang.Integer aStoreId)
Retrieves information about reserved quantities, amount on backorder,
and amount allocated to backorders for items specified by the STORE_ID and
FFMCENTER_ID and ITEMSPC_ID
The SQL query used to fetch the requested row from the
ITEMFFMCTR table
is:SELECT * FROM ITEMFFMCTR T1 WHERE T1.FFMCENTER_ID = ? AND T1.ITEMSPC_ID = ? AND T1.STORE_ID = ? |
java.util.Enumeration |
findByStoreIdAndFfmCenterIdAndItemSpcId(java.lang.Integer arg0,
java.lang.Integer arg1, java.lang.Long arg2)
Retrieves information about reserved quantities, amount on backorder,
and amount allocated to backorders for items specified by the STORE_ID and
FFMCENTER_ID and ITEMSPC_ID
The SQL query used to fetch the requested row from the
ITEMFFMCTR table
is:SELECT * FROM ITEMFFMCTR T1 WHERE T1.STORE_ID = ? AND T1.FFMCENTER_ID = ? AND T1.ITEMSPC_ID = ? |
java.lang.String |
getFfmCenterId() This method provides access to the ITEMFFMCTR.FFMCENTER_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getFfmCenterIdInEJBType() This method provides access to the ITEMFFMCTR.FFMCENTER_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getItemSpcId() This method provides access to the ITEMFFMCTR.ITEMSPC_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getItemSpcIdInEJBType() This method provides access to the ITEMFFMCTR.ITEMSPC_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getLastUpdate() This method provides access to the ITEMFFMCTR.LASTUPDATE column of DB2 type TIMESTAMP. |
java.sql.Timestamp |
getLastUpdateInEJBType() This method provides access to the ITEMFFMCTR.LASTUPDATE column of DB2 type TIMESTAMP. |
java.lang.String |
getQtyAllocBackOrder() This method provides access to the ITEMFFMCTR.QTYALLOCBACKORDER column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.Integer |
getQtyAllocBackOrderInEJBType() This method provides access to the ITEMFFMCTR.QTYALLOCBACKORDER column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.String |
getQtyBackOrdered() This method provides access to the ITEMFFMCTR.QTYBACKORDERED column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.Integer |
getQtyBackOrderedInEJBType() This method provides access to the ITEMFFMCTR.QTYBACKORDERED column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.String |
getQtyReserved() This method provides access to the ITEMFFMCTR.QTYRESERVED column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.Integer |
getQtyReservedInEJBType() This method provides access to the ITEMFFMCTR.QTYRESERVED column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.String |
getRestockTime() getRestockTime |
java.sql.Timestamp |
getRestockTimeInEJBType() getRestockTimeInEJBType |
java.lang.String |
getStoreId() This method provides access to the ITEMFFMCTR.STORE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getStoreIdInEJBType() This method provides access to the ITEMFFMCTR.STORE_ID column of DB2 type INTEGER NOT NULL. |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setFfmCenterId(java.lang.Integer newValue) This method provides access to the ITEMFFMCTR.FFMCENTER_ID column of DB2 type INTEGER NOT NULL. |
void |
setFfmCenterId(java.lang.String newValue) This method provides access to the ITEMFFMCTR.FFMCENTER_ID column of DB2 type INTEGER NOT NULL. |
void |
setInitKey_ffmCenterId(java.lang.String newValue) Set the primary key for this object |
void |
setInitKey_itemSpcId(java.lang.String newValue) Set the primary key for this object |
void |
setInitKey_storeId(java.lang.String newValue) Set the primary key for this object |
void |
setItemSpcId(java.lang.Long newValue) This method provides access to the ITEMFFMCTR.ITEMSPC_ID column of DB2 type BIGINT NOT NULL. |
void |
setItemSpcId(java.lang.String newValue) This method provides access to the ITEMFFMCTR.ITEMSPC_ID column of DB2 type BIGINT NOT NULL. |
void |
setLastUpdate(java.lang.String newValue) This method provides access to the ITEMFFMCTR.LASTUPDATE column of DB2 type TIMESTAMP. |
void |
setLastUpdate(java.sql.Timestamp newValue) This method provides access to the ITEMFFMCTR.LASTUPDATE column of DB2 type TIMESTAMP. |
void |
setQtyAllocBackOrder(java.lang.Integer newValue) This method provides access to the ITEMFFMCTR.QTYALLOCBACKORDER column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setQtyAllocBackOrder(java.lang.String newValue) This method provides access to the ITEMFFMCTR.QTYALLOCBACKORDER column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setQtyBackOrdered(java.lang.Integer newValue) This method provides access to the ITEMFFMCTR.QTYBACKORDERED column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setQtyBackOrdered(java.lang.String newValue) This method provides access to the ITEMFFMCTR.QTYBACKORDERED column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setQtyReserved(java.lang.Integer newValue) This method provides access to the ITEMFFMCTR.QTYRESERVED column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setQtyReserved(java.lang.String newValue) This method provides access to the ITEMFFMCTR.QTYRESERVED column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setRestockTime(java.lang.String newValue) This method accesses a non-CMP field |
void |
setRestockTime(java.sql.Timestamp newValue) This method accesses a non-CMP field |
void |
setStoreId(java.lang.Integer newValue) This method provides access to the ITEMFFMCTR.STORE_ID column of DB2 type INTEGER NOT NULL. |
void |
setStoreId(java.lang.String newValue) This method provides access to the ITEMFFMCTR.STORE_ID column of DB2 type INTEGER NOT NULL. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public ItemFulfillmentCenterAccessBean()
public ItemFulfillmentCenterAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public ItemFulfillmentCenterAccessBean(java.lang.Integer arg0, java.lang.Integer arg1, java.lang.Long arg2) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
arg0
- java.lang.Integerarg1
- java.lang.Integerarg2
- java.lang.Longjavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
Method Detail |
---|
public java.util.Enumeration findByStoreIdAndFfmCenterIdAndItemSpcId(java.lang.Integer arg0, java.lang.Integer arg1, java.lang.Long arg2) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves information about reserved quantities, amount on backorder, and
amount allocated to backorders for items specified by the STORE_ID and
FFMCENTER_ID and ITEMSPC_ID
The SQL query used to fetch the requested row from the
ITEMFFMCTR table
is:
SELECT * FROM ITEMFFMCTR T1 WHERE T1.STORE_ID = ? AND T1.FFMCENTER_ID = ? AND
T1.ITEMSPC_ID = ?
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
- The
javax.naming.NamingException exceptionpublic void setInitKey_ffmCenterId(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringpublic void setInitKey_itemSpcId(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringpublic void setInitKey_storeId(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 getQtyBackOrdered() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ITEMFFMCTR.QTYBACKORDERED column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
The quantity of this item backordered for this store and fulfillment center.
getQtyBackOrdered
in interface
ItemFulfillmentCenterAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getQtyBackOrderedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ITEMFFMCTR.QTYBACKORDERED column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
The quantity of this item backordered for this store and fulfillment center.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setQtyBackOrdered(java.lang.String newValue)
This method provides access to the ITEMFFMCTR.QTYBACKORDERED column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
The quantity of this item backordered for this store and fulfillment center.
setQtyBackOrdered
in interface
ItemFulfillmentCenterAccessBeanData
newValue
- Stringpublic void setQtyBackOrdered(java.lang.Integer newValue)
This method provides access to the ITEMFFMCTR.QTYBACKORDERED column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
The quantity of this item backordered for this store and fulfillment center.
newValue
- java.lang.Integerpublic java.lang.String getLastUpdate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ITEMFFMCTR.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
Timestamp of the last update.
getLastUpdate
in interface
ItemFulfillmentCenterAccessBeanData
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 ITEMFFMCTR.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
Timestamp of the last update.
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 ITEMFFMCTR.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
Timestamp of the last update.
setLastUpdate
in interface
ItemFulfillmentCenterAccessBeanData
newValue
- Stringpublic void setLastUpdate(java.sql.Timestamp newValue)
This method provides access to the ITEMFFMCTR.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
Timestamp of the last update.
newValue
- java.sql.Timestamppublic java.lang.String getFfmCenterId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ITEMFFMCTR.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The fulfillment center ID.
getFfmCenterId
in interface
ItemFulfillmentCenterAccessBeanData
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 ITEMFFMCTR.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The fulfillment center ID.
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 ITEMFFMCTR.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The fulfillment center ID.
setFfmCenterId
in interface
ItemFulfillmentCenterAccessBeanData
newValue
- Stringpublic void setFfmCenterId(java.lang.Integer newValue)
This method provides access to the ITEMFFMCTR.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The fulfillment center ID.
newValue
- java.lang.Integerpublic java.lang.String getQtyAllocBackOrder() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ITEMFFMCTR.QTYALLOCBACKORDER column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Amount of in stock inventory allocated to a backorder.
getQtyAllocBackOrder
in interface
ItemFulfillmentCenterAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getQtyAllocBackOrderInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ITEMFFMCTR.QTYALLOCBACKORDER column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Amount of in stock inventory allocated to a backorder.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setQtyAllocBackOrder(java.lang.String newValue)
This method provides access to the ITEMFFMCTR.QTYALLOCBACKORDER column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Amount of in stock inventory allocated to a backorder.
setQtyAllocBackOrder
in interface
ItemFulfillmentCenterAccessBeanData
newValue
- Stringpublic void setQtyAllocBackOrder(java.lang.Integer newValue)
This method provides access to the ITEMFFMCTR.QTYALLOCBACKORDER column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Amount of in stock inventory allocated to a backorder.
newValue
- java.lang.Integerpublic java.lang.String getQtyReserved() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ITEMFFMCTR.QTYRESERVED column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Reserved amount. May be used for auctions or other purposes.
getQtyReserved
in interface
ItemFulfillmentCenterAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getQtyReservedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ITEMFFMCTR.QTYRESERVED column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Reserved amount. May be used for auctions or other purposes.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setQtyReserved(java.lang.String newValue)
This method provides access to the ITEMFFMCTR.QTYRESERVED column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Reserved amount. May be used for auctions or other purposes.
setQtyReserved
in interface
ItemFulfillmentCenterAccessBeanData
newValue
- Stringpublic void setQtyReserved(java.lang.Integer newValue)
This method provides access to the ITEMFFMCTR.QTYRESERVED column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Reserved amount. May be used for auctions or other purposes.
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 ITEMFFMCTR.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The inventory item.
getItemSpcId
in interface
ItemFulfillmentCenterAccessBeanData
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 ITEMFFMCTR.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The inventory item.
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 ITEMFFMCTR.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The inventory item.
setItemSpcId
in interface
ItemFulfillmentCenterAccessBeanData
newValue
- Stringpublic void setItemSpcId(java.lang.Long newValue)
This method provides access to the ITEMFFMCTR.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The inventory item.
newValue
- java.lang.Longpublic java.lang.String getStoreId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ITEMFFMCTR.STORE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The merchant store.
getStoreId
in interface
ItemFulfillmentCenterAccessBeanData
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 ITEMFFMCTR.STORE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The merchant store.
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 ITEMFFMCTR.STORE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The merchant store.
setStoreId
in interface
ItemFulfillmentCenterAccessBeanData
newValue
- Stringpublic void setStoreId(java.lang.Integer newValue)
This method provides access to the ITEMFFMCTR.STORE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The merchant store.
newValue
- java.lang.Integerpublic java.lang.String getRestockTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getRestockTime
in interface
ItemFulfillmentCenterAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setRestockTime(java.sql.Timestamp newValue)
public java.sql.Timestamp getRestockTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setRestockTime(java.lang.String newValue)
setRestockTime
in interface
ItemFulfillmentCenterAccessBeanData
public java.util.Enumeration findByFfmCenterIdAndItemSpcIdAndStoreId(java.lang.Integer affmCtrId, java.lang.Long aItemSpcId, java.lang.Integer aStoreId) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
Retrieves information about reserved quantities, amount on backorder, and
amount allocated to backorders for items specified by the STORE_ID and
FFMCENTER_ID and ITEMSPC_ID
The SQL query used to fetch the requested row from the
ITEMFFMCTR table
is:
SELECT * FROM ITEMFFMCTR T1 WHERE T1.FFMCENTER_ID = ? AND T1.ITEMSPC_ID = ?
AND T1.STORE_ID = ?
affmCtrId
- - java.lang.IntegeraItemSpcId
- - java.lang.LongaStoreId
- - java.lang.Integerjava.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
- The
javax.naming.NamingException exception