java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.inventory.objects.ReplenishmentAdvisementAccessBean
Records general information about inventory expected from a vendor. &quo
Constructor Summary | |
---|---|
ReplenishmentAdvisementAccessBean() constructor | |
ReplenishmentAdvisementAccessBean(javax.ejb.EJBObject o) constructor | |
ReplenishmentAdvisementAccessBean(java.lang.Long arg0,
java.lang.Integer arg1, java.sql.Timestamp arg2) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.util.Enumeration |
findByAll() |
java.util.Enumeration |
findByRaidAndMarkForDelete(java.lang.Long arg0) |
java.util.Enumeration |
findByVendorIdSortedByRaid(java.lang.Long arg0) |
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. |
java.sql.Timestamp |
getDateClosedInEJBType() This method provides access to the RA.DATECLOSED column of DB2 type TIMESTAMP. |
java.lang.String |
getExternalId() This method provides access to the RA.EXTERNALID column of DB2 type CHAR(20). |
java.lang.String |
getLastupdate() This method provides access to the RA.LASTUPDATE column of DB2 type TIMESTAMP. |
java.sql.Timestamp |
getLastupdateInEJBType() This method provides access to the RA.LASTUPDATE column of DB2 type TIMESTAMP. |
java.lang.String |
getMarkForDelete() This method provides access to the RA.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.Integer |
getMarkForDeleteInEJBType() This method provides access to the RA.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.String |
getOpenIndicator() This method provides access to the RA.OPENINDICATOR column of DB2 type CHAR(1). |
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 |
getRaId() This method provides access to the RA.RA_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getRaIdInEJBType() This method provides access to the RA.RA_ID column of DB2 type BIGINT 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. |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setCreateTime(java.lang.String newValue) This method provides access to the RA.CREATETIME column of DB2 type TIMESTAMP NOT NULL. |
void |
setCreateTime(java.sql.Timestamp newValue) This method provides access to the RA.CREATETIME column of DB2 type TIMESTAMP NOT NULL. |
void |
setDateClosed(java.lang.String newValue) This method provides access to the RA.DATECLOSED column of DB2 type TIMESTAMP. |
void |
setDateClosed(java.sql.Timestamp newValue) This method provides access to the RA.DATECLOSED column of DB2 type TIMESTAMP. |
void |
setExternalId(java.lang.String newValue) This method provides access to the RA.EXTERNALID column of DB2 type CHAR(20). |
void |
setInitKey_raId(java.lang.String newValue) Set the primary key for this object |
void |
setLastupdate(java.lang.String newValue) This method provides access to the RA.LASTUPDATE column of DB2 type TIMESTAMP. |
void |
setLastupdate(java.sql.Timestamp newValue) This method provides access to the RA.LASTUPDATE column of DB2 type TIMESTAMP. |
void |
setMarkForDelete(java.lang.Integer newValue) This method provides access to the RA.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setMarkForDelete(java.lang.String newValue) This method provides access to the RA.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setOpenIndicator(java.lang.String newValue) This method provides access to the RA.OPENINDICATOR column of DB2 type CHAR(1). |
void |
setOrderDate(java.lang.String newValue) This method provides access to the RA.ORDERDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setOrderDate(java.sql.Timestamp newValue) This method provides access to the RA.ORDERDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setRaId(java.lang.Long newValue) This method provides access to the RA.RA_ID column of DB2 type BIGINT NOT NULL. |
void |
setRaId(java.lang.String newValue) This method provides access to the RA.RA_ID column of DB2 type BIGINT NOT NULL. |
void |
setStoreId(java.lang.Integer newValue) This method provides access to the RA.STORE_ID column of DB2 type INTEGER NOT NULL. |
void |
setStoreId(java.lang.String newValue) This method provides access to the RA.STORE_ID column of DB2 type INTEGER NOT NULL. |
void |
setVendorId(java.lang.Long newValue) This method provides access to the RA.VENDOR_ID column of DB2 type BIGINT NOT NULL. |
void |
setVendorId(java.lang.String newValue) This method provides access to the RA.VENDOR_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 ReplenishmentAdvisementAccessBean()
public ReplenishmentAdvisementAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public ReplenishmentAdvisementAccessBean(java.lang.Long arg0, java.lang.Integer arg1, java.sql.Timestamp arg2) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
arg0
- java.lang.Longarg1
- java.lang.Integerarg2
- java.sql.Timestampjavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
Method Detail |
---|
public java.util.Enumeration findByAll() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException
public java.util.Enumeration findByRaidAndMarkForDelete(java.lang.Long arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
arg0
- java.lang.Longjava.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException
public java.util.Enumeration findByVendorIdSortedByRaid(java.lang.Long arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
arg0
- java.lang.Longjava.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException
public void setInitKey_raId(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 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
ReplenishmentAdvisementAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setOrderDate(java.lang.String newValue)
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
ReplenishmentAdvisementAccessBeanData
newValue
- Stringpublic void setOrderDate(java.sql.Timestamp newValue)
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.
newValue
- java.sql.Timestamppublic java.lang.String getRaId() 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.
getRaId
in interface
ReplenishmentAdvisementAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getRaIdInEJBType() 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setRaId(java.lang.String newValue)
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.
setRaId
in interface
ReplenishmentAdvisementAccessBeanData
newValue
- Stringpublic void setRaId(java.lang.Long newValue)
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.
newValue
- java.lang.Longpublic 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).
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
ReplenishmentAdvisementAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setOpenIndicator(java.lang.String newValue)
This method provides access to the RA.OPENINDICATOR column of DB2 type CHAR(1).
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
ReplenishmentAdvisementAccessBeanData
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 RA.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The time of the last update.
getLastupdate
in interface
ReplenishmentAdvisementAccessBeanData
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 RA.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The time of the 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 RA.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The time of the last update.
setLastupdate
in interface
ReplenishmentAdvisementAccessBeanData
newValue
- Stringpublic void setLastupdate(java.sql.Timestamp newValue)
This method provides access to the RA.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The time of the last update.
newValue
- java.sql.Timestamppublic 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 DEFAULT 0.
The following is a description of this column:
Indicates if this row has been marked for deletion:&l
getMarkForDelete
in interface
ReplenishmentAdvisementAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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 DEFAULT 0.
The following is a description of this column:
Indicates if this row has been marked for deletion:&l
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setMarkForDelete(java.lang.String newValue)
This method provides access to the RA.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Indicates if this row has been marked for deletion:&l
setMarkForDelete
in interface
ReplenishmentAdvisementAccessBeanData
newValue
- Stringpublic void setMarkForDelete(java.lang.Integer newValue)
This method provides access to the RA.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Indicates if this row has been marked for deletion:&l
newValue
- java.lang.Integerpublic 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
ReplenishmentAdvisementAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCreateTime(java.lang.String newValue)
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
ReplenishmentAdvisementAccessBeanData
newValue
- Stringpublic void setCreateTime(java.sql.Timestamp newValue)
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.
newValue
- java.sql.Timestamppublic 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
ReplenishmentAdvisementAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setStoreId(java.lang.String newValue)
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
ReplenishmentAdvisementAccessBeanData
newValue
- Stringpublic void setStoreId(java.lang.Integer newValue)
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.
newValue
- java.lang.Integerpublic 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
ReplenishmentAdvisementAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setVendorId(java.lang.String newValue)
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
ReplenishmentAdvisementAccessBeanData
newValue
- Stringpublic void setVendorId(java.lang.Long newValue)
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.
newValue
- java.lang.Longpublic 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).
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
ReplenishmentAdvisementAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setExternalId(java.lang.String newValue)
This method provides access to the RA.EXTERNALID column of DB2 type CHAR(20).
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
ReplenishmentAdvisementAccessBeanData
newValue
- java.lang.Stringpublic 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.
The following is a description of this column:
The date this record was closed.
getDateClosed
in interface
ReplenishmentAdvisementAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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.
The following is a description of this column:
The date this record was closed.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setDateClosed(java.lang.String newValue)
This method provides access to the RA.DATECLOSED column of DB2 type TIMESTAMP.
The following is a description of this column:
The date this record was closed.
setDateClosed
in interface
ReplenishmentAdvisementAccessBeanData
newValue
- Stringpublic void setDateClosed(java.sql.Timestamp newValue)
This method provides access to the RA.DATECLOSED column of DB2 type TIMESTAMP.
The following is a description of this column:
The date this record was closed.
newValue
- java.sql.Timestamp