|
||||||||
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.ExpectedInventoryRecordsAccessBean
This bean provides access to the RA table.
The following is a description of this table:
Records general information about inventory expected from a vendor. "RA" stands for Replenishment Advisement. However, the term "Expected Inventory Record" is used to mean the same thing.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
ExpectedInventoryRecordsAccessBean()
Default constructor. |
|
ExpectedInventoryRecordsAccessBean(javax.ejb.EJBObject object)
Creates an access bean for the specified EJB |
|
ExpectedInventoryRecordsAccessBean(java.lang.Long VendorId,
java.lang.Integer StoreId,
java.sql.Timestamp OrderDate,
java.sql.Timestamp CreateTime)
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 |
findByAll()
Retrieves all the Expected Inventory Records The SQL query used to fetch the requested row from the RA table is: SELECT * FROM RA T1 WHERE 1=1 |
java.util.Enumeration |
findByExpectedInventoryRecordsIdAndMarkForDelete(java.lang.Long aDByExpectedInventoryRecordsIdAndMarkForDelete)
Retrieves all the Expected Inventory Records with the specified RAID and have not been deleted The SQL query used to fetch the requested row from the RA table is: SELECT * FROM RA T1 WHERE T1.RAID = ? AND T1.MARKFORDELETE = 0 |
java.util.Enumeration |
findByVendorIdSortedByExpectedInventoryRecordsId(java.lang.Long VendorId)
Retrieves all the Open Expected Inventory Records with the specified VENDOR_ID The SQL query used to fetch the requested row from the RA table is: SELECT * FROM RA T1 WHERE T1.VENDOR_ID = ? AND T1.OPENINDICATOR = 'Y' ORDER BY T1.RA_ID |
java.lang.String |
getCreateTime()
This method provides access to the RA.CREATETIME column of DB2 type TIMESTAMP NOT NULL. |
java.sql.Timestamp |
getCreateTimeInEJBType()
This method provides access to the RA.CREATETIME column of DB2 type TIMESTAMP NOT NULL. |
java.lang.String |
getDateClosed()
This method provides access to the RA.DATECLOSED column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getDateClosedInEJBType()
This method provides access to the RA.DATECLOSED column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getExpectedInventoryRecordsId()
This method provides access to the RA.RA_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getExpectedInventoryRecordsIdInEJBType()
This method provides access to the RA.RA_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getExternalId()
This method provides access to the RA.EXTERNALID column of DB2 type CHAR(20) NULL. |
java.lang.String |
getLastupdate()
This method provides access to the RA.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getLastupdateInEJBType()
This method provides access to the RA.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getMarkForDelete()
This method provides access to the RA.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getMarkForDeleteInEJBType()
This method provides access to the RA.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getOpenIndicator()
This method provides access to the RA.OPENINDICATOR column of DB2 type CHAR(1) NULL. |
java.lang.String |
getOrderDate()
This method provides access to the RA.ORDERDATE column of DB2 type TIMESTAMP NOT NULL. |
java.sql.Timestamp |
getOrderDateInEJBType()
This method provides access to the RA.ORDERDATE column of DB2 type TIMESTAMP NOT NULL. |
java.lang.String |
getStoreId()
This method provides access to the RA.STORE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getStoreIdInEJBType()
This method provides access to the RA.STORE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getVendorId()
This method provides access to the RA.VENDOR_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getVendorIdInEJBType()
This method provides access to the RA.VENDOR_ID column of DB2 type BIGINT NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setCreateTime(java.lang.String aCreateTime)
This method provides access to the RA.CREATETIME column of DB2 type TIMESTAMP NOT NULL. |
void |
setCreateTime(java.sql.Timestamp aCreateTime)
This method provides access to the RA.CREATETIME column of DB2 type TIMESTAMP NOT NULL. |
void |
setDateClosed(java.lang.String aDateClosed)
This method provides access to the RA.DATECLOSED column of DB2 type TIMESTAMP NULL. |
void |
setDateClosed(java.sql.Timestamp aDateClosed)
This method provides access to the RA.DATECLOSED column of DB2 type TIMESTAMP NULL. |
void |
setExpectedInventoryRecordsId(java.lang.Long aExpectedInventoryRecordsId)
This method provides access to the RA.RA_ID column of DB2 type BIGINT NOT NULL. |
void |
setExpectedInventoryRecordsId(java.lang.String aExpectedInventoryRecordsId)
This method provides access to the RA.RA_ID column of DB2 type BIGINT NOT NULL. |
void |
setExternalId(java.lang.String aExternalId)
This method provides access to the RA.EXTERNALID column of DB2 type CHAR(20) NULL. |
void |
setInitKey_expectedInventoryRecordsId(java.lang.String aInitKey_expectedInventoryRecordsId)
Set the primary key for this object |
void |
setLastupdate(java.lang.String aLastupdate)
This method provides access to the RA.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setLastupdate(java.sql.Timestamp aLastupdate)
This method provides access to the RA.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setMarkForDelete(java.lang.Integer aMarkForDelete)
This method provides access to the RA.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
void |
setMarkForDelete(java.lang.String aMarkForDelete)
This method provides access to the RA.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
void |
setOpenIndicator(java.lang.String aOpenIndicator)
This method provides access to the RA.OPENINDICATOR column of DB2 type CHAR(1) NULL. |
void |
setOrderDate(java.lang.String aOrderDate)
This method provides access to the RA.ORDERDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setOrderDate(java.sql.Timestamp aOrderDate)
This method provides access to the RA.ORDERDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setStoreId(java.lang.Integer aStoreId)
This method provides access to the RA.STORE_ID column of DB2 type INTEGER NOT NULL. |
void |
setStoreId(java.lang.String aStoreId)
This method provides access to the RA.STORE_ID column of DB2 type INTEGER NOT NULL. |
void |
setVendorId(java.lang.Long aVendorId)
This method provides access to the RA.VENDOR_ID column of DB2 type BIGINT NOT NULL. |
void |
setVendorId(java.lang.String aVendorId)
This method provides access to the RA.VENDOR_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 ExpectedInventoryRecordsAccessBean()
Default constructor. Maps to findByPrimaryKey.
public ExpectedInventoryRecordsAccessBean(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 ExpectedInventoryRecordsAccessBean(java.lang.Long VendorId, java.lang.Integer StoreId, java.sql.Timestamp OrderDate, java.sql.Timestamp CreateTime) 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
VendorId
- - java.lang.LongStoreId
- - java.lang.IntegerOrderDate
- - java.sql.TimestampCreateTime
- - java.sql.Timestampjavax.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 findByAll() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the Expected Inventory Records
The SQL query used to fetch the requested row from the
RA table is:
SELECT * FROM RA T1 WHERE 1=1
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByExpectedInventoryRecordsIdAndMarkForDelete(java.lang.Long aDByExpectedInventoryRecordsIdAndMarkForDelete) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the Expected Inventory Records with the specified RAID and have not been deleted
The SQL query used to fetch the requested row from the
RA table is:
SELECT * FROM RA T1 WHERE T1.RAID = ? AND T1.MARKFORDELETE = 0
ExpectedInventoryRecordsId
- - 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.util.Enumeration findByVendorIdSortedByExpectedInventoryRecordsId(java.lang.Long VendorId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the Open Expected Inventory Records with the specified VENDOR_ID
The SQL query used to fetch the requested row from the
RA table is:
SELECT * FROM RA T1 WHERE T1.VENDOR_ID = ? AND T1.OPENINDICATOR = 'Y' ORDER BY T1.RA_ID
VendorId
- - 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 getCreateTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RA.CREATETIME column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The date and time the row was created.
getCreateTime
in interface ExpectedInventoryRecordsAccessBeanData
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 getCreateTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RA.CREATETIME column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The date and time the row was created.
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 getDateClosed() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RA.DATECLOSED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The date this record was closed.
getDateClosed
in interface ExpectedInventoryRecordsAccessBeanData
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 getDateClosedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RA.DATECLOSED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The date this record was closed.
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 getExpectedInventoryRecordsId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RA.RA_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Unique identifier.
getExpectedInventoryRecordsId
in interface ExpectedInventoryRecordsAccessBeanData
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 getExpectedInventoryRecordsIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RA.RA_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 getExternalId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RA.EXTERNALID column of DB2 type CHAR(20) NULL.
The following is a description of this column:
An external identifier, usually supplied by the vendor, that can be used to reference this record.
getExternalId
in interface ExpectedInventoryRecordsAccessBeanData
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 RA.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time of the last update.
getLastupdate
in interface ExpectedInventoryRecordsAccessBeanData
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 RA.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time of the 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 getMarkForDelete() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RA.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates if this row has been marked for deletion:
0 = No.
1 = Yes, this row has been marked for deletion and should not be used.
getMarkForDelete
in interface ExpectedInventoryRecordsAccessBeanData
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 getMarkForDeleteInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RA.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates if this row has been marked for deletion:
0 = No.
1 = Yes, this row has been marked for deletion and should not be used.
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 getOpenIndicator() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RA.OPENINDICATOR column of DB2 type CHAR(1) NULL.
The following is a description of this column:
Y = Expected inventory may still be received and allocated to backorders. N = No further inventory will be received. Expected inventory may not be allocated to backorders.
getOpenIndicator
in interface ExpectedInventoryRecordsAccessBeanData
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 getOrderDate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RA.ORDERDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Date the order was created with the vendor.
getOrderDate
in interface ExpectedInventoryRecordsAccessBeanData
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 getOrderDateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RA.ORDERDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Date the order was created with the vendor.
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 getStoreId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RA.STORE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Store that owns the order.
getStoreId
in interface ExpectedInventoryRecordsAccessBeanData
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 getStoreIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RA.STORE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Store that owns the order.
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 getVendorId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RA.VENDOR_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Vendor that will be supplying the inventory for the order.
getVendorId
in interface ExpectedInventoryRecordsAccessBeanData
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 getVendorIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RA.VENDOR_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Vendor that will be supplying the inventory for the order.
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 setCreateTime(java.lang.String aCreateTime)
This method provides access to the RA.CREATETIME column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The date and time the row was created.
setCreateTime
in interface ExpectedInventoryRecordsAccessBeanData
aCreateTime
- java.lang.Stringpublic void setCreateTime(java.sql.Timestamp aCreateTime)
This method provides access to the RA.CREATETIME column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The date and time the row was created.
aCreateTime
- java.sql.Timestamppublic void setDateClosed(java.lang.String aDateClosed)
This method provides access to the RA.DATECLOSED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The date this record was closed.
setDateClosed
in interface ExpectedInventoryRecordsAccessBeanData
aDateClosed
- java.lang.Stringpublic void setDateClosed(java.sql.Timestamp aDateClosed)
This method provides access to the RA.DATECLOSED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The date this record was closed.
aDateClosed
- java.sql.Timestamppublic void setExpectedInventoryRecordsId(java.lang.Long aExpectedInventoryRecordsId)
This method provides access to the RA.RA_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Unique identifier.
aExpectedInventoryRecordsId
- java.lang.Longpublic void setExpectedInventoryRecordsId(java.lang.String aExpectedInventoryRecordsId)
This method provides access to the RA.RA_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Unique identifier.
setExpectedInventoryRecordsId
in interface ExpectedInventoryRecordsAccessBeanData
aExpectedInventoryRecordsId
- java.lang.Stringpublic void setExternalId(java.lang.String aExternalId)
This method provides access to the RA.EXTERNALID column of DB2 type CHAR(20) NULL.
The following is a description of this column:
An external identifier, usually supplied by the vendor, that can be used to reference this record.
setExternalId
in interface ExpectedInventoryRecordsAccessBeanData
aExternalId
- java.lang.Stringpublic void setInitKey_expectedInventoryRecordsId(java.lang.String aInitKey_expectedInventoryRecordsId)
Set the primary key for this object
aInitKey_expectedInventoryRecordsId
- java.lang.Stringpublic void setLastupdate(java.lang.String aLastupdate)
This method provides access to the RA.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time of the last update.
setLastupdate
in interface ExpectedInventoryRecordsAccessBeanData
aLastupdate
- java.lang.Stringpublic void setLastupdate(java.sql.Timestamp aLastupdate)
This method provides access to the RA.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time of the last update.
aLastupdate
- java.sql.Timestamppublic void setMarkForDelete(java.lang.Integer aMarkForDelete)
This method provides access to the RA.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates if this row has been marked for deletion:
0 = No.
1 = Yes, this row has been marked for deletion and should not be used.
aMarkForDelete
- java.lang.Integerpublic void setMarkForDelete(java.lang.String aMarkForDelete)
This method provides access to the RA.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates if this row has been marked for deletion:
0 = No.
1 = Yes, this row has been marked for deletion and should not be used.
setMarkForDelete
in interface ExpectedInventoryRecordsAccessBeanData
aMarkForDelete
- java.lang.Stringpublic void setOpenIndicator(java.lang.String aOpenIndicator)
This method provides access to the RA.OPENINDICATOR column of DB2 type CHAR(1) NULL.
The following is a description of this column:
Y = Expected inventory may still be received and allocated to backorders. N = No further inventory will be received. Expected inventory may not be allocated to backorders.
setOpenIndicator
in interface ExpectedInventoryRecordsAccessBeanData
aOpenIndicator
- java.lang.Stringpublic void setOrderDate(java.lang.String aOrderDate)
This method provides access to the RA.ORDERDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Date the order was created with the vendor.
setOrderDate
in interface ExpectedInventoryRecordsAccessBeanData
aOrderDate
- java.lang.Stringpublic void setOrderDate(java.sql.Timestamp aOrderDate)
This method provides access to the RA.ORDERDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Date the order was created with the vendor.
aOrderDate
- java.sql.Timestamppublic void setStoreId(java.lang.Integer aStoreId)
This method provides access to the RA.STORE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Store that owns the order.
aStoreId
- java.lang.Integerpublic void setStoreId(java.lang.String aStoreId)
This method provides access to the RA.STORE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Store that owns the order.
setStoreId
in interface ExpectedInventoryRecordsAccessBeanData
aStoreId
- java.lang.Stringpublic void setVendorId(java.lang.Long aVendorId)
This method provides access to the RA.VENDOR_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Vendor that will be supplying the inventory for the order.
aVendorId
- java.lang.Longpublic void setVendorId(java.lang.String aVendorId)
This method provides access to the RA.VENDOR_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Vendor that will be supplying the inventory for the order.
setVendorId
in interface ExpectedInventoryRecordsAccessBeanData
aVendorId
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |