com.ibm.commerce.inventory.objects
Class ItemFulfillmentCenterAccessBean

java.lang.Object
  |
  +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
        |
        +--com.ibm.commerce.inventory.objects.ItemFulfillmentCenterAccessBean
All Implemented Interfaces:
ItemFulfillmentCenterAccessBeanData

public class ItemFulfillmentCenterAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements ItemFulfillmentCenterAccessBeanData

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.

See Also:
Serialized Form

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

ItemFulfillmentCenterAccessBean

public ItemFulfillmentCenterAccessBean()
constructor

ItemFulfillmentCenterAccessBean

public ItemFulfillmentCenterAccessBean(javax.ejb.EJBObject o)
                                throws java.rmi.RemoteException
constructor
Parameters:
o - javax.ejb.EJBObject
Throws:
java.rmi.RemoteException

ItemFulfillmentCenterAccessBean

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
constructor
Parameters:
arg0 - java.lang.Integer
arg1 - java.lang.Integer
arg2 - java.lang.Long
Throws:
javax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
Method Detail

findByStoreIdAndFfmCenterIdAndItemSpcId

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 = ?

Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

setInitKey_ffmCenterId

public void setInitKey_ffmCenterId(java.lang.String newValue)

Set the primary key for this object

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

setInitKey_itemSpcId

public void setInitKey_itemSpcId(java.lang.String newValue)

Set the primary key for this object

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

setInitKey_storeId

public void setInitKey_storeId(java.lang.String newValue)

Set the primary key for this object

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

defaultJNDIName

protected java.lang.String defaultJNDIName()
Returns:
String

instantiateEJB

protected void instantiateEJB()
                       throws java.rmi.RemoteException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException
Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException

instantiateEJBByPrimaryKey

protected boolean instantiateEJBByPrimaryKey()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.naming.NamingException
Returns:
boolean
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.naming.NamingException

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).

Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

refreshCopyHelper

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

Load data from the EJBObject.

Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getQtyBackOrdered

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.

Specified by:
getQtyBackOrdered in interface ItemFulfillmentCenterAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getQtyBackOrderedInEJBType

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.

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

setQtyBackOrdered

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.

Specified by:
setQtyBackOrdered in interface ItemFulfillmentCenterAccessBeanData
Parameters:
newValue - String
Returns:
void

setQtyBackOrdered

public 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.

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

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 ITEMFFMCTR.LASTUPDATE column of DB2 type TIMESTAMP.

The following is a description of this column:

Timestamp of the last update.

Specified by:
getLastUpdate in interface ItemFulfillmentCenterAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

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 ITEMFFMCTR.LASTUPDATE column of DB2 type TIMESTAMP.

The following is a description of this column:

Timestamp of the last update.

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

setLastUpdate

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.

Specified by:
setLastUpdate in interface ItemFulfillmentCenterAccessBeanData
Parameters:
newValue - String
Returns:
void

setLastUpdate

public 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.

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

getFfmCenterId

public 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.

Specified by:
getFfmCenterId in interface ItemFulfillmentCenterAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getFfmCenterIdInEJBType

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.

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

setFfmCenterId

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.

Specified by:
setFfmCenterId in interface ItemFulfillmentCenterAccessBeanData
Parameters:
newValue - String
Returns:
void

setFfmCenterId

public 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.

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

getQtyAllocBackOrder

public 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.

Specified by:
getQtyAllocBackOrder in interface ItemFulfillmentCenterAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getQtyAllocBackOrderInEJBType

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.

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

setQtyAllocBackOrder

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.

Specified by:
setQtyAllocBackOrder in interface ItemFulfillmentCenterAccessBeanData
Parameters:
newValue - String
Returns:
void

setQtyAllocBackOrder

public 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.

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

getQtyReserved

public 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.

Specified by:
getQtyReserved in interface ItemFulfillmentCenterAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getQtyReservedInEJBType

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.

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

setQtyReserved

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.

Specified by:
setQtyReserved in interface ItemFulfillmentCenterAccessBeanData
Parameters:
newValue - String
Returns:
void

setQtyReserved

public 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.

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

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 ITEMFFMCTR.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The inventory item.

Specified by:
getItemSpcId in interface ItemFulfillmentCenterAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

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 ITEMFFMCTR.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The inventory item.

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

setItemSpcId

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.

Specified by:
setItemSpcId in interface ItemFulfillmentCenterAccessBeanData
Parameters:
newValue - String
Returns:
void

setItemSpcId

public 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.

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

getStoreId

public 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.

Specified by:
getStoreId in interface ItemFulfillmentCenterAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getStoreIdInEJBType

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.

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

setStoreId

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.

Specified by:
setStoreId in interface ItemFulfillmentCenterAccessBeanData
Parameters:
newValue - String
Returns:
void

setStoreId

public 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.

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

getRestockTime

public java.lang.String getRestockTime()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException
getRestockTime
Specified by:
getRestockTime in interface ItemFulfillmentCenterAccessBeanData
Returns:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setRestockTime

public void setRestockTime(java.sql.Timestamp newValue)
This method accesses a non-CMP field

getRestockTimeInEJBType

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

setRestockTime

public void setRestockTime(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setRestockTime in interface ItemFulfillmentCenterAccessBeanData

findByFfmCenterIdAndItemSpcIdAndStoreId

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 = ?

Parameters:
affmCtrId - - java.lang.Integer
aItemSpcId - - java.lang.Long
aStoreId - - java.lang.Integer
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception