|
||||||||
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.AvailableReceiptAccessBean
This bean provides access to the RCPTAVAIL table.
The following is a description of this table:
Defines which DistributionArrangements have access to received inventory.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
AvailableReceiptAccessBean()
Default constructor. |
|
AvailableReceiptAccessBean(javax.ejb.EJBObject object)
Creates an access bean for the specified EJB |
|
AvailableReceiptAccessBean(java.lang.Long ReceiptId,
java.lang.Long DistArrangId)
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.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 NULL. |
java.sql.Timestamp |
getLastUpdateInEJBType()
This method provides access to the RCPTAVAIL.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getPrecedence()
This method provides access to the RCPTAVAIL.PRECEDENCE column of DB2 type INTEGER NULL. |
java.lang.Integer |
getPrecedenceInEJBType()
This method provides access to the RCPTAVAIL.PRECEDENCE column of DB2 type INTEGER NULL. |
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. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setDistArrangId(java.lang.Long aDistArrangId)
This method provides access to the RCPTAVAIL.DISTARRANG_ID column of DB2 type BIGINT NOT NULL. |
void |
setDistArrangId(java.lang.String aDistArrangId)
This method provides access to the RCPTAVAIL.DISTARRANG_ID column of DB2 type BIGINT NOT NULL. |
void |
setInitKey_rcptAvailId(java.lang.String aInitKey_rcptAvailId)
Set the primary key for this object |
void |
setLastUpdate(java.lang.String aLastUpdate)
This method provides access to the RCPTAVAIL.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setLastUpdate(java.sql.Timestamp aLastUpdate)
This method provides access to the RCPTAVAIL.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setPrecedence(java.lang.Integer aPrecedence)
This method provides access to the RCPTAVAIL.PRECEDENCE column of DB2 type INTEGER NULL. |
void |
setPrecedence(java.lang.String aPrecedence)
This method provides access to the RCPTAVAIL.PRECEDENCE column of DB2 type INTEGER NULL. |
void |
setRcptAvailId(java.lang.Long aRcptAvailId)
This method provides access to the RCPTAVAIL.RCPTAVAIL_ID column of DB2 type BIGINT NOT NULL. |
void |
setRcptAvailId(java.lang.String aRcptAvailId)
This method provides access to the RCPTAVAIL.RCPTAVAIL_ID column of DB2 type BIGINT NOT NULL. |
void |
setReceiptId(java.lang.Long aReceiptId)
This method provides access to the RCPTAVAIL.RECEIPT_ID column of DB2 type BIGINT NOT NULL. |
void |
setReceiptId(java.lang.String aReceiptId)
This method provides access to the RCPTAVAIL.RECEIPT_ID column of DB2 type BIGINT 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 AvailableReceiptAccessBean()
Default constructor. Maps to findByPrimaryKey.
public AvailableReceiptAccessBean(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 AvailableReceiptAccessBean(java.lang.Long ReceiptId, java.lang.Long DistArrangId) 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
ReceiptId
- - java.lang.LongDistArrangId
- - java.lang.Longjavax.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.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 = ?
ReceiptId
- - java.lang.Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
- 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 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
- 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 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 NULL.
The following is a description of this column:
Timestamp of last update.
getLastUpdate
in interface AvailableReceiptAccessBeanData
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.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 NULL.
The following is a description of this column:
Timestamp of last update.
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 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 NULL.
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
- 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 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 NULL.
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
- 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 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
- 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 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
- 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 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
- 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 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
- 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 setDistArrangId(java.lang.Long aDistArrangId)
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.
aDistArrangId
- java.lang.Longpublic void setDistArrangId(java.lang.String aDistArrangId)
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
aDistArrangId
- java.lang.Stringpublic void setInitKey_rcptAvailId(java.lang.String aInitKey_rcptAvailId)
Set the primary key for this object
aInitKey_rcptAvailId
- java.lang.Stringpublic void setLastUpdate(java.lang.String aLastUpdate)
This method provides access to the RCPTAVAIL.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Timestamp of last update.
setLastUpdate
in interface AvailableReceiptAccessBeanData
aLastUpdate
- java.lang.Stringpublic void setLastUpdate(java.sql.Timestamp aLastUpdate)
This method provides access to the RCPTAVAIL.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Timestamp of last update.
aLastUpdate
- java.sql.Timestamppublic void setPrecedence(java.lang.Integer aPrecedence)
This method provides access to the RCPTAVAIL.PRECEDENCE column of DB2 type INTEGER NULL.
The following is a description of this column:
Represents the order in which inventory should be picked. Picking starts with the lowest number first.
aPrecedence
- java.lang.Integerpublic void setPrecedence(java.lang.String aPrecedence)
This method provides access to the RCPTAVAIL.PRECEDENCE column of DB2 type INTEGER NULL.
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
aPrecedence
- java.lang.Stringpublic void setRcptAvailId(java.lang.Long aRcptAvailId)
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.
aRcptAvailId
- java.lang.Longpublic void setRcptAvailId(java.lang.String aRcptAvailId)
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
aRcptAvailId
- java.lang.Stringpublic void setReceiptId(java.lang.Long aReceiptId)
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.
aReceiptId
- java.lang.Longpublic void setReceiptId(java.lang.String aReceiptId)
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
aReceiptId
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |