|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.inventory.objects.StoreItemFulfillmentCenterAccessBean
This bean provides access to the STORITMFFC table.
The following is a description of this table:
Each row of this table contains information about a BaseItem for a particular Store (or all the Stores in a StoreGroup) and FulfillmentCenter.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
StoreItemFulfillmentCenterAccessBean()
Default constructor. |
|
StoreItemFulfillmentCenterAccessBean(javax.ejb.EJBObject object)
Creates an access bean for the specified EJB |
|
StoreItemFulfillmentCenterAccessBean(java.lang.Long BaseItemId,
java.lang.Integer StoreentId,
java.lang.Integer FfmcenterId)
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 |
getBaseItemId()
This method provides access to the STORITMFFC.BASEITEM_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getBaseItemIdInEJBType()
This method provides access to the STORITMFFC.BASEITEM_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getFfmCenterId()
This method provides access to the STORITMFFC.FFMCENTER_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getFfmCenterIdInEJBType()
This method provides access to the STORITMFFC.FFMCENTER_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getShippingOffset()
This method provides access to the STORITMFFC.SHIPPINGOFFSET column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getShippingOffsetInEJBType()
This method provides access to the STORITMFFC.SHIPPINGOFFSET column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getStoreentId()
This method provides access to the STORITMFFC.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getStoreentIdInEJBType()
This method provides access to the STORITMFFC.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setBaseItemId(java.lang.Long aBaseItemId)
This method provides access to the STORITMFFC.BASEITEM_ID column of DB2 type BIGINT NOT NULL. |
void |
setBaseItemId(java.lang.String aBaseItemId)
This method provides access to the STORITMFFC.BASEITEM_ID column of DB2 type BIGINT NOT NULL. |
void |
setFfmCenterId(java.lang.Integer aFfmCenterId)
This method provides access to the STORITMFFC.FFMCENTER_ID column of DB2 type INTEGER NOT NULL. |
void |
setFfmCenterId(java.lang.String aFfmCenterId)
This method provides access to the STORITMFFC.FFMCENTER_ID column of DB2 type INTEGER NOT NULL. |
void |
setInitKey_baseItemId(java.lang.String aInitKey_baseItemId)
Set the primary key for this object |
void |
setInitKey_ffmCenterId(java.lang.String aInitKey_ffmCenterId)
Set the primary key for this object |
void |
setInitKey_storeentId(java.lang.String aInitKey_storeentId)
Set the primary key for this object |
void |
setShippingOffset(java.lang.Integer aShippingOffset)
This method provides access to the STORITMFFC.SHIPPINGOFFSET column of DB2 type INTEGER NOT NULL. |
void |
setShippingOffset(java.lang.String aShippingOffset)
This method provides access to the STORITMFFC.SHIPPINGOFFSET column of DB2 type INTEGER NOT NULL. |
void |
setStoreentId(java.lang.Integer aStoreentId)
This method provides access to the STORITMFFC.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setStoreentId(java.lang.String aStoreentId)
This method provides access to the STORITMFFC.STOREENT_ID column of DB2 type INTEGER 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 |
public StoreItemFulfillmentCenterAccessBean()
Default constructor. Maps to findByPrimaryKey.
public StoreItemFulfillmentCenterAccessBean(javax.ejb.EJBObject object) throws java.rmi.RemoteException
Creates an access bean for the specified EJB
object
- - javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic StoreItemFulfillmentCenterAccessBean(java.lang.Long BaseItemId, java.lang.Integer StoreentId, java.lang.Integer FfmcenterId) 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
BaseItemId
- - java.lang.LongStoreentId
- - java.lang.IntegerFfmcenterId
- - java.lang.Integerjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getBaseItemId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STORITMFFC.BASEITEM_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The BaseItem.
getBaseItemId
in interface StoreItemFulfillmentCenterAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getBaseItemIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STORITMFFC.BASEITEM_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The BaseItem.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getFfmCenterId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STORITMFFC.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The FulfillmentCenter.
getFfmCenterId
in interface StoreItemFulfillmentCenterAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getFfmCenterIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STORITMFFC.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The FulfillmentCenter.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getShippingOffset() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STORITMFFC.SHIPPINGOFFSET column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
An estimate of the number of seconds it takes from the time an OrderItem is released for fulfillment until it is shipped to the customer.
getShippingOffset
in interface StoreItemFulfillmentCenterAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getShippingOffsetInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STORITMFFC.SHIPPINGOFFSET column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
An estimate of the number of seconds it takes from the time an OrderItem is released for fulfillment until it is shipped to the customer.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getStoreentId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STORITMFFC.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Store or StoreGroup for this row. Attributes in this row apply to the specified Store, or to Stores in the specified StoreGroup that do not have their own row.
getStoreentId
in interface StoreItemFulfillmentCenterAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getStoreentIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STORITMFFC.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Store or StoreGroup for this row. Attributes in this row apply to the specified Store, or to Stores in the specified StoreGroup that do not have their own row.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void setBaseItemId(java.lang.Long aBaseItemId)
This method provides access to the STORITMFFC.BASEITEM_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The BaseItem.
aBaseItemId
- java.lang.Longpublic void setBaseItemId(java.lang.String aBaseItemId)
This method provides access to the STORITMFFC.BASEITEM_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The BaseItem.
setBaseItemId
in interface StoreItemFulfillmentCenterAccessBeanData
aBaseItemId
- java.lang.Stringpublic void setFfmCenterId(java.lang.Integer aFfmCenterId)
This method provides access to the STORITMFFC.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The FulfillmentCenter.
aFfmCenterId
- java.lang.Integerpublic void setFfmCenterId(java.lang.String aFfmCenterId)
This method provides access to the STORITMFFC.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The FulfillmentCenter.
setFfmCenterId
in interface StoreItemFulfillmentCenterAccessBeanData
aFfmCenterId
- java.lang.Stringpublic void setInitKey_baseItemId(java.lang.String aInitKey_baseItemId)
Set the primary key for this object
aInitKey_baseItemId
- java.lang.Stringpublic void setInitKey_ffmCenterId(java.lang.String aInitKey_ffmCenterId)
Set the primary key for this object
aInitKey_ffmCenterId
- java.lang.Stringpublic void setInitKey_storeentId(java.lang.String aInitKey_storeentId)
Set the primary key for this object
aInitKey_storeentId
- java.lang.Stringpublic void setShippingOffset(java.lang.Integer aShippingOffset)
This method provides access to the STORITMFFC.SHIPPINGOFFSET column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
An estimate of the number of seconds it takes from the time an OrderItem is released for fulfillment until it is shipped to the customer.
aShippingOffset
- java.lang.Integerpublic void setShippingOffset(java.lang.String aShippingOffset)
This method provides access to the STORITMFFC.SHIPPINGOFFSET column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
An estimate of the number of seconds it takes from the time an OrderItem is released for fulfillment until it is shipped to the customer.
setShippingOffset
in interface StoreItemFulfillmentCenterAccessBeanData
aShippingOffset
- java.lang.Stringpublic void setStoreentId(java.lang.Integer aStoreentId)
This method provides access to the STORITMFFC.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Store or StoreGroup for this row. Attributes in this row apply to the specified Store, or to Stores in the specified StoreGroup that do not have their own row.
aStoreentId
- java.lang.Integerpublic void setStoreentId(java.lang.String aStoreentId)
This method provides access to the STORITMFFC.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Store or StoreGroup for this row. Attributes in this row apply to the specified Store, or to Stores in the specified StoreGroup that do not have their own row.
setStoreentId
in interface StoreItemFulfillmentCenterAccessBeanData
aStoreentId
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |