java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.inventory.objects.DistributionArrangementAccessBean
Each row of this table represents a DistributionArrangement, enabling a Store to sell its own inventory.
Constructor Summary | |
---|---|
DistributionArrangementAccessBean() constructor | |
DistributionArrangementAccessBean(javax.ejb.EJBObject o) constructor | |
DistributionArrangementAccessBean(java.lang.Long arg0,
java.lang.Integer arg1, java.lang.Integer arg2, java.sql.Timestamp arg3,
java.sql.Timestamp arg4) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.util.Enumeration |
findByWholeSaleStoreIdAndBaseItemId(java.lang.Integer arg0,
java.lang.Long arg1)
Retrieves all the DistributionArrangements with the specified
WHOLESALESTORE_ID and BASEITEM_ID
The SQL query used to fetch the requested row from the
DISTARRANG table
is:SELECT * FROM DISTARRANG T1 WHERE T1.WHOLESALESTORE_ID = ? AND BASEITEM_ID = ? |
java.lang.String |
getBaseItemId() This method provides access to the DISTARRANG.BASEITEM_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getBaseItemIdInEJBType() This method provides access to the DISTARRANG.BASEITEM_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getDistArrangId() This method provides access to the DISTARRANG.DISTARRANG_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getDistArrangIdInEJBType() This method provides access to the DISTARRANG.DISTARRANG_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getEndDate() This method provides access to the DISTARRANG.ENDDATE column of DB2 type TIMESTAMP NOT NULL. |
java.sql.Timestamp |
getEndDateInEJBType() This method provides access to the DISTARRANG.ENDDATE column of DB2 type TIMESTAMP NOT NULL. |
java.lang.String |
getField1() This method provides access to the DISTARRANG.FIELD1 column of DB2 type VARCHAR(254). |
java.lang.String |
getField2() This method provides access to the DISTARRANG.FIELD2 column of DB2 type VARCHAR(254). |
java.lang.String |
getField3() This method provides access to the DISTARRANG.FIELD3 column of DB2 type VARCHAR(254). |
java.lang.String |
getLastupdate() This method provides access to the DISTARRANG.LASTUPDATE column of DB2 type TIMESTAMP. |
java.sql.Timestamp |
getLastupdateInEJBType() This method provides access to the DISTARRANG.LASTUPDATE column of DB2 type TIMESTAMP. |
java.lang.String |
getMerchantStoreId() This method provides access to the DISTARRANG.MERCHANTSTORE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getMerchantStoreIdInEJBType() This method provides access to the DISTARRANG.MERCHANTSTORE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getPickingMethod() This method provides access to the DISTARRANG.PICKINGMETHOD column of DB2 type CHAR(1). |
java.lang.String |
getStartDate() This method provides access to the DISTARRANG.STARTDATE column of DB2 type TIMESTAMP NOT NULL. |
java.sql.Timestamp |
getStartDateInEJBType() This method provides access to the DISTARRANG.STARTDATE column of DB2 type TIMESTAMP NOT NULL. |
java.lang.String |
getWholeSaleStoreId() This method provides access to the DISTARRANG.WHOLESALESTORE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getWholeSaleStoreIdInEJBType() This method provides access to the DISTARRANG.WHOLESALESTORE_ID column of DB2 type INTEGER NOT NULL. |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setBaseItemId(java.lang.Long newValue) This method provides access to the DISTARRANG.BASEITEM_ID column of DB2 type BIGINT NOT NULL. |
void |
setBaseItemId(java.lang.String newValue) This method provides access to the DISTARRANG.BASEITEM_ID column of DB2 type BIGINT NOT NULL. |
void |
setDistArrangId(java.lang.Long newValue) This method provides access to the DISTARRANG.DISTARRANG_ID column of DB2 type BIGINT NOT NULL. |
void |
setDistArrangId(java.lang.String newValue) This method provides access to the DISTARRANG.DISTARRANG_ID column of DB2 type BIGINT NOT NULL. |
void |
setEndDate(java.lang.String newValue) This method provides access to the DISTARRANG.ENDDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setEndDate(java.sql.Timestamp newValue) This method provides access to the DISTARRANG.ENDDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setField1(java.lang.String newValue) This method provides access to the DISTARRANG.FIELD1 column of DB2 type VARCHAR(254). |
void |
setField2(java.lang.String newValue) This method provides access to the DISTARRANG.FIELD2 column of DB2 type VARCHAR(254). |
void |
setField3(java.lang.String newValue) This method provides access to the DISTARRANG.FIELD3 column of DB2 type VARCHAR(254). |
void |
setInitKey_distArrangId(java.lang.String newValue) Set the primary key for this object |
void |
setLastupdate(java.lang.String newValue) This method provides access to the DISTARRANG.LASTUPDATE column of DB2 type TIMESTAMP. |
void |
setLastupdate(java.sql.Timestamp newValue) This method provides access to the DISTARRANG.LASTUPDATE column of DB2 type TIMESTAMP. |
void |
setMerchantStoreId(java.lang.Integer newValue) This method provides access to the DISTARRANG.MERCHANTSTORE_ID column of DB2 type INTEGER NOT NULL. |
void |
setMerchantStoreId(java.lang.String newValue) This method provides access to the DISTARRANG.MERCHANTSTORE_ID column of DB2 type INTEGER NOT NULL. |
void |
setPickingMethod(java.lang.String newValue) This method provides access to the DISTARRANG.PICKINGMETHOD column of DB2 type CHAR(1). |
void |
setStartDate(java.lang.String newValue) This method provides access to the DISTARRANG.STARTDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setStartDate(java.sql.Timestamp newValue) This method provides access to the DISTARRANG.STARTDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setWholeSaleStoreId(java.lang.Integer newValue) This method provides access to the DISTARRANG.WHOLESALESTORE_ID column of DB2 type INTEGER NOT NULL. |
void |
setWholeSaleStoreId(java.lang.String newValue) This method provides access to the DISTARRANG.WHOLESALESTORE_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 DistributionArrangementAccessBean()
public DistributionArrangementAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public DistributionArrangementAccessBean(java.lang.Long arg0, java.lang.Integer arg1, java.lang.Integer arg2, java.sql.Timestamp arg3, java.sql.Timestamp arg4) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
arg0
- java.lang.Longarg1
- java.lang.Integerarg2
- java.lang.Integerarg3
- java.sql.Timestamparg4
- java.sql.Timestampjavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
Method Detail |
---|
public java.util.Enumeration findByWholeSaleStoreIdAndBaseItemId(java.lang.Integer arg0, java.lang.Long arg1) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the DistributionArrangements with the specified
WHOLESALESTORE_ID and BASEITEM_ID
The SQL query used to fetch the requested row from the
DISTARRANG table
is:
SELECT * FROM DISTARRANG T1 WHERE T1.WHOLESALESTORE_ID = ? AND BASEITEM_ID =
?
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public void setInitKey_distArrangId(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 getDistArrangId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the DISTARRANG.DISTARRANG_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated primary key.
getDistArrangId
in interface
DistributionArrangementAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getDistArrangIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the DISTARRANG.DISTARRANG_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated primary key.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setDistArrangId(java.lang.String newValue)
This method provides access to the DISTARRANG.DISTARRANG_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated primary key.
setDistArrangId
in interface
DistributionArrangementAccessBeanData
newValue
- Stringpublic void setDistArrangId(java.lang.Long newValue)
This method provides access to the DISTARRANG.DISTARRANG_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated primary key.
newValue
- java.lang.Longpublic java.lang.String getPickingMethod() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the DISTARRANG.PICKINGMETHOD column of DB2 type CHAR(1).
The following is a description of this column:
Determines the sequence in which inventory is picked from the RECEIPT table under this arrangement:&l
getPickingMethod
in interface
DistributionArrangementAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setPickingMethod(java.lang.String newValue)
This method provides access to the DISTARRANG.PICKINGMETHOD column of DB2 type CHAR(1).
The following is a description of this column:
Determines the sequence in which inventory is picked from the RECEIPT table under this arrangement:&l
setPickingMethod
in interface
DistributionArrangementAccessBeanData
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 DISTARRANG.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The time this DistributionArrangement was most recently updated.
getLastupdate
in interface
DistributionArrangementAccessBeanData
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 DISTARRANG.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The time this DistributionArrangement was most recently 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 DISTARRANG.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The time this DistributionArrangement was most recently updated.
setLastupdate
in interface
DistributionArrangementAccessBeanData
newValue
- Stringpublic void setLastupdate(java.sql.Timestamp newValue)
This method provides access to the DISTARRANG.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The time this DistributionArrangement was most recently updated.
newValue
- java.sql.Timestamppublic java.lang.String getBaseItemId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the DISTARRANG.BASEITEM_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The product covered by this distribution arrangement.
getBaseItemId
in interface
DistributionArrangementAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getBaseItemIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the DISTARRANG.BASEITEM_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The product covered by this distribution arrangement.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setBaseItemId(java.lang.String newValue)
This method provides access to the DISTARRANG.BASEITEM_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The product covered by this distribution arrangement.
setBaseItemId
in interface
DistributionArrangementAccessBeanData
newValue
- Stringpublic void setBaseItemId(java.lang.Long newValue)
This method provides access to the DISTARRANG.BASEITEM_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The product covered by this distribution arrangement.
newValue
- java.lang.Longpublic java.lang.String getStartDate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the DISTARRANG.STARTDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The time this DistributionArrangement begins being effective.
getStartDate
in interface
DistributionArrangementAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.sql.Timestamp getStartDateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the DISTARRANG.STARTDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The time this DistributionArrangement begins being effective.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setStartDate(java.lang.String newValue)
This method provides access to the DISTARRANG.STARTDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The time this DistributionArrangement begins being effective.
setStartDate
in interface
DistributionArrangementAccessBeanData
newValue
- Stringpublic void setStartDate(java.sql.Timestamp newValue)
This method provides access to the DISTARRANG.STARTDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The time this DistributionArrangement begins being effective.
newValue
- java.sql.Timestamppublic java.lang.String getField3() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the DISTARRANG.FIELD3 column of DB2 type VARCHAR(254).
The following is a description of this column:
Customizable.
getField3
in interface
DistributionArrangementAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setField3(java.lang.String newValue)
This method provides access to the DISTARRANG.FIELD3 column of DB2 type VARCHAR(254).
The following is a description of this column:
Customizable.
setField3
in interface
DistributionArrangementAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the DISTARRANG.FIELD2 column of DB2 type VARCHAR(254).
The following is a description of this column:
Customizable.
getField2
in interface
DistributionArrangementAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setField2(java.lang.String newValue)
This method provides access to the DISTARRANG.FIELD2 column of DB2 type VARCHAR(254).
The following is a description of this column:
Customizable.
setField2
in interface
DistributionArrangementAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the DISTARRANG.FIELD1 column of DB2 type VARCHAR(254).
The following is a description of this column:
Customizable.
getField1
in interface
DistributionArrangementAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setField1(java.lang.String newValue)
This method provides access to the DISTARRANG.FIELD1 column of DB2 type VARCHAR(254).
The following is a description of this column:
Customizable.
setField1
in interface
DistributionArrangementAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getWholeSaleStoreId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the DISTARRANG.WHOLESALESTORE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The wholesale Store that owns the inventory that can be sold by the merchant Store.
getWholeSaleStoreId
in interface
DistributionArrangementAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getWholeSaleStoreIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the DISTARRANG.WHOLESALESTORE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The wholesale Store that owns the inventory that can be sold by the merchant Store.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setWholeSaleStoreId(java.lang.String newValue)
This method provides access to the DISTARRANG.WHOLESALESTORE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The wholesale Store that owns the inventory that can be sold by the merchant Store.
setWholeSaleStoreId
in interface
DistributionArrangementAccessBeanData
newValue
- Stringpublic void setWholeSaleStoreId(java.lang.Integer newValue)
This method provides access to the DISTARRANG.WHOLESALESTORE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The wholesale Store that owns the inventory that can be sold by the merchant Store.
newValue
- java.lang.Integerpublic java.lang.String getMerchantStoreId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the DISTARRANG.MERCHANTSTORE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The merchant Store that can sell from the inventory of the wholesale Store. The value of this column must be the same as the value of the WHOLESALESTORE_ID column.
getMerchantStoreId
in interface
DistributionArrangementAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getMerchantStoreIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the DISTARRANG.MERCHANTSTORE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The merchant Store that can sell from the inventory of the wholesale Store. The value of this column must be the same as the value of the WHOLESALESTORE_ID column.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setMerchantStoreId(java.lang.String newValue)
This method provides access to the DISTARRANG.MERCHANTSTORE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The merchant Store that can sell from the inventory of the wholesale Store. The value of this column must be the same as the value of the WHOLESALESTORE_ID column.
setMerchantStoreId
in interface
DistributionArrangementAccessBeanData
newValue
- Stringpublic void setMerchantStoreId(java.lang.Integer newValue)
This method provides access to the DISTARRANG.MERCHANTSTORE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The merchant Store that can sell from the inventory of the wholesale Store. The value of this column must be the same as the value of the WHOLESALESTORE_ID column.
newValue
- java.lang.Integerpublic java.lang.String getEndDate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the DISTARRANG.ENDDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The time this DistributionArrangement stops being effective.
getEndDate
in interface
DistributionArrangementAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.sql.Timestamp getEndDateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the DISTARRANG.ENDDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The time this DistributionArrangement stops being effective.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setEndDate(java.lang.String newValue)
This method provides access to the DISTARRANG.ENDDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The time this DistributionArrangement stops being effective.
setEndDate
in interface
DistributionArrangementAccessBeanData
newValue
- Stringpublic void setEndDate(java.sql.Timestamp newValue)
This method provides access to the DISTARRANG.ENDDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The time this DistributionArrangement stops being effective.
newValue
- java.sql.Timestamp