java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.inventory.objects.AvailableReceiptAccessBean
Defines which DistributionArrangements have access to received inventory.
Constructor Summary | |
---|---|
AvailableReceiptAccessBean() constructor | |
AvailableReceiptAccessBean(javax.ejb.EJBObject o) constructor | |
AvailableReceiptAccessBean(java.lang.Long arg0,
java.lang.Long arg1) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.util.Enumeration |
findByReceiptId(java.lang.Long arg0)
Retrieves the AvailableReceiptAccessBean representing the receipts
available with the specified receipt ID
The SQL query used to fetch the requested row from the
RCPTAVAIL table
is:SELECT * FROM RCPTAVAIL T1 WHERE T1.RECEIPT_ID = ? |
java.lang.String |
getDistArrangId() This method provides access to the RCPTAVAIL.DISTARRANG_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getDistArrangIdInEJBType() This method provides access to the RCPTAVAIL.DISTARRANG_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getLastUpdate() This method provides access to the RCPTAVAIL.LASTUPDATE column of DB2 type TIMESTAMP. |
java.sql.Timestamp |
getLastUpdateInEJBType() This method provides access to the RCPTAVAIL.LASTUPDATE column of DB2 type TIMESTAMP. |
java.lang.String |
getPrecedence() This method provides access to the RCPTAVAIL.PRECEDENCE column of DB2 type INTEGER. |
java.lang.Integer |
getPrecedenceInEJBType() This method provides access to the RCPTAVAIL.PRECEDENCE column of DB2 type INTEGER. |
java.lang.String |
getRcptAvailId() This method provides access to the RCPTAVAIL.RCPTAVAIL_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getRcptAvailIdInEJBType() This method provides access to the RCPTAVAIL.RCPTAVAIL_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getReceiptId() This method provides access to the RCPTAVAIL.RECEIPT_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getReceiptIdInEJBType() This method provides access to the RCPTAVAIL.RECEIPT_ID column of DB2 type BIGINT NOT NULL. |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setDistArrangId(java.lang.Long newValue) This method provides access to the RCPTAVAIL.DISTARRANG_ID column of DB2 type BIGINT NOT NULL. |
void |
setDistArrangId(java.lang.String newValue) This method provides access to the RCPTAVAIL.DISTARRANG_ID column of DB2 type BIGINT NOT NULL. |
void |
setInitKey_rcptAvailId(java.lang.String newValue) Set the primary key for this object |
void |
setLastUpdate(java.lang.String newValue) This method provides access to the RCPTAVAIL.LASTUPDATE column of DB2 type TIMESTAMP. |
void |
setLastUpdate(java.sql.Timestamp newValue) This method provides access to the RCPTAVAIL.LASTUPDATE column of DB2 type TIMESTAMP. |
void |
setPrecedence(java.lang.Integer newValue) This method provides access to the RCPTAVAIL.PRECEDENCE column of DB2 type INTEGER. |
void |
setPrecedence(java.lang.String newValue) This method provides access to the RCPTAVAIL.PRECEDENCE column of DB2 type INTEGER. |
void |
setRcptAvailId(java.lang.Long newValue) This method provides access to the RCPTAVAIL.RCPTAVAIL_ID column of DB2 type BIGINT NOT NULL. |
void |
setRcptAvailId(java.lang.String newValue) This method provides access to the RCPTAVAIL.RCPTAVAIL_ID column of DB2 type BIGINT NOT NULL. |
void |
setReceiptId(java.lang.Long newValue) This method provides access to the RCPTAVAIL.RECEIPT_ID column of DB2 type BIGINT NOT NULL. |
void |
setReceiptId(java.lang.String newValue) This method provides access to the RCPTAVAIL.RECEIPT_ID column of DB2 type BIGINT NOT NULL. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public AvailableReceiptAccessBean()
public AvailableReceiptAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public AvailableReceiptAccessBean(java.lang.Long arg0, java.lang.Long arg1) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
arg0
- java.lang.Longarg1
- java.lang.Longjavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
Method Detail |
---|
public java.util.Enumeration findByReceiptId(java.lang.Long arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the AvailableReceiptAccessBean representing the receipts available
with the specified receipt ID
The SQL query used to fetch the requested row from the
RCPTAVAIL table
is:
SELECT * FROM RCPTAVAIL T1 WHERE T1.RECEIPT_ID = ?
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public void setInitKey_rcptAvailId(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 getLastUpdate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RCPTAVAIL.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
Timestamp of last update.
getLastUpdate
in interface
AvailableReceiptAccessBeanData
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 RCPTAVAIL.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
Timestamp of 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 RCPTAVAIL.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
Timestamp of last update.
setLastUpdate
in interface
AvailableReceiptAccessBeanData
newValue
- Stringpublic void setLastUpdate(java.sql.Timestamp newValue)
This method provides access to the RCPTAVAIL.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
Timestamp of last update.
newValue
- java.sql.Timestamppublic java.lang.String getDistArrangId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RCPTAVAIL.DISTARRANG_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Indicates the DistributionArrangement under which this receipt is available.
getDistArrangId
in interface
AvailableReceiptAccessBeanData
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 RCPTAVAIL.DISTARRANG_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Indicates the DistributionArrangement under which this receipt is available.
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 RCPTAVAIL.DISTARRANG_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Indicates the DistributionArrangement under which this receipt is available.
setDistArrangId
in interface
AvailableReceiptAccessBeanData
newValue
- Stringpublic void setDistArrangId(java.lang.Long newValue)
This method provides access to the RCPTAVAIL.DISTARRANG_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Indicates the DistributionArrangement under which this receipt is available.
newValue
- java.lang.Longpublic java.lang.String getRcptAvailId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RCPTAVAIL.RCPTAVAIL_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Unique identifier.
getRcptAvailId
in interface
AvailableReceiptAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getRcptAvailIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RCPTAVAIL.RCPTAVAIL_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Unique identifier.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setRcptAvailId(java.lang.String newValue)
This method provides access to the RCPTAVAIL.RCPTAVAIL_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Unique identifier.
setRcptAvailId
in interface
AvailableReceiptAccessBeanData
newValue
- Stringpublic void setRcptAvailId(java.lang.Long newValue)
This method provides access to the RCPTAVAIL.RCPTAVAIL_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Unique identifier.
newValue
- java.lang.Longpublic java.lang.String getReceiptId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RCPTAVAIL.RECEIPT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Indicates which receipt is available under the DistributionArrangement.
getReceiptId
in interface
AvailableReceiptAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getReceiptIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RCPTAVAIL.RECEIPT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Indicates which receipt is available under the DistributionArrangement.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setReceiptId(java.lang.String newValue)
This method provides access to the RCPTAVAIL.RECEIPT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Indicates which receipt is available under the DistributionArrangement.
setReceiptId
in interface
AvailableReceiptAccessBeanData
newValue
- Stringpublic void setReceiptId(java.lang.Long newValue)
This method provides access to the RCPTAVAIL.RECEIPT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Indicates which receipt is available under the DistributionArrangement.
newValue
- java.lang.Longpublic java.lang.String getPrecedence() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RCPTAVAIL.PRECEDENCE column of DB2 type INTEGER.
The following is a description of this column:
Represents the order in which inventory should be picked. Picking starts with the lowest number first.
getPrecedence
in interface
AvailableReceiptAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getPrecedenceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RCPTAVAIL.PRECEDENCE column of DB2 type INTEGER.
The following is a description of this column:
Represents the order in which inventory should be picked. Picking starts with the lowest number first.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setPrecedence(java.lang.String newValue)
This method provides access to the RCPTAVAIL.PRECEDENCE column of DB2 type INTEGER.
The following is a description of this column:
Represents the order in which inventory should be picked. Picking starts with the lowest number first.
setPrecedence
in interface
AvailableReceiptAccessBeanData
newValue
- Stringpublic void setPrecedence(java.lang.Integer newValue)
This method provides access to the RCPTAVAIL.PRECEDENCE column of DB2 type INTEGER.
The following is a description of this column:
Represents the order in which inventory should be picked. Picking starts with the lowest number first.
newValue
- java.lang.Integer