java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.inventory.objects.AvailableReceiptAccessBean
Defines which DistributionArrangements have access to received inventory. This access bean corresponds to the database table 'RCPTAVAIL'.
Constructor Summary | |
AvailableReceiptAccessBean() Zero argument constructor used to initialize the access bean. |
|
AvailableReceiptAccessBean(javax.ejb.EJBObject o) constructor |
|
AvailableReceiptAccessBean(java.lang.Long newReceiptId, java.lang.Long newDistArrangId) 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). |
protected java.lang.String | defaultJNDIName() |
java.util.Enumeration | findByReceiptId(java.lang.Long receiptId)
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 accesses a non-CMP field |
void | setDistArrangId(java.lang.String newValue) This method accesses a non-CMP field |
void | setInitKey_rcptAvailId(java.lang.String newValue) Set the primary key for this object |
void | setLastUpdate(java.lang.String newValue) This method accesses a non-CMP field |
void | setLastUpdate(java.sql.Timestamp newValue) This method accesses a non-CMP field |
void | setPrecedence(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setPrecedence(java.lang.String newValue) This method accesses a non-CMP field |
void | setRcptAvailId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setRcptAvailId(java.lang.String newValue) This method accesses a non-CMP field |
void | setReceiptId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setReceiptId(java.lang.String newValue) This method accesses a non-CMP field |
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
public AvailableReceiptAccessBean(java.lang.Long newReceiptId, java.lang.Long newDistArrangId) 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
Method Detail |
public java.util.Enumeration findByReceiptId(java.lang.Long receiptId) 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 = ?
public void setInitKey_rcptAvailId(java.lang.String newValue)
Set the primary key for this object
protected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws 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).
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
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.
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.
public void setLastUpdate(java.lang.String newValue)
public void setLastUpdate(java.sql.Timestamp newValue)
public 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.
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.
public void setDistArrangId(java.lang.String newValue)
public void setDistArrangId(java.lang.Long newValue)
public 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.
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.
public void setRcptAvailId(java.lang.String newValue)
public void setRcptAvailId(java.lang.Long newValue)
public 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.
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.
public void setReceiptId(java.lang.String newValue)
public void setReceiptId(java.lang.Long newValue)
public 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.
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.
public void setPrecedence(java.lang.String newValue)
public void setPrecedence(java.lang.Integer newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.