public class VendorDescriptionAccessBean extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean implements VendorDescriptionAccessBeanData
Constructor and Description |
---|
VendorDescriptionAccessBean()
Zero argument constructor used to initialize the access bean.
|
VendorDescriptionAccessBean(javax.ejb.EJBObject o) |
VendorDescriptionAccessBean(java.lang.Long newVendorId, java.lang.Integer newLanguageId, java.lang.Integer newStAddressId)
Maps to a corresponding ejbCreate method in the home interface of the EJB
|
Modifier and Type | Method and Description |
---|---|
void | commitCopyHelper() |
protected java.lang.String | defaultJNDIName() |
java.util.Enumeration | findByStoreentIdAndLanguageIdSortedByVendorName(java.lang.Long storeentId, java.lang.Integer languageId)
Retrieves language specific information about a vendor with the specified STOREENT_ID and LANGUAGE_ID
The SQL query used to fetch the requested row from the VENDORDESC and VENDORtables is: SELECT * FROM VENDORDESC T1,VENDOR WHERE VENDOR.VENDOR_ID = T1.VENDOR_ID AND VENDOR.STOREENT_ID = ? AND T1.LANGUAGE_ID = ? ORDER BY T1.VENDORNAME |
java.util.Enumeration | findByVendorId(java.lang.Long vendorId)
Retrieves language specific information about a vendor with the specified VENDOR_ID.
|
java.lang.String | getDescription() |
java.lang.String | getLanguageId() |
java.lang.Integer | getLanguageIdInEJBType() |
java.lang.String | getLastupdate() |
java.sql.Timestamp | getLastupdateInEJBType() |
java.lang.String | getStAddressId() |
java.lang.Integer | getStAddressIdInEJBType() |
java.lang.String | getVendorId() |
java.lang.Long | getVendorIdInEJBType() |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() |
void | setDescription(java.lang.String newValue) |
void | setInitKey_languageId(java.lang.String newValue) |
void | setInitKey_vendorId(java.lang.String newValue) |
void | setLanguageId(java.lang.Integer newValue) |
void | setLanguageId(java.lang.String newValue) |
void | setLastupdate(java.lang.String newValue) |
void | setLastupdate(java.sql.Timestamp newValue) |
void | setStAddressId(java.lang.Integer newValue) |
void | setStAddressId(java.lang.String newValue) |
void | setVendorId(java.lang.Long newValue) |
void | setVendorId(java.lang.String newValue) |
public VendorDescriptionAccessBean()
public VendorDescriptionAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public VendorDescriptionAccessBean(java.lang.Long newVendorId, java.lang.Integer newLanguageId, java.lang.Integer newStAddressId) 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
public java.util.Enumeration findByStoreentIdAndLanguageIdSortedByVendorName(java.lang.Long storeentId, java.lang.Integer languageId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves language specific information about a vendor with the specified STOREENT_ID and LANGUAGE_ID
The SQL query used to fetch the requested row from the VENDORDESC and VENDORtables is:
SELECT * FROM VENDORDESC T1,VENDOR WHERE VENDOR.VENDOR_ID = T1.VENDOR_ID AND VENDOR.STOREENT_ID = ? AND T1.LANGUAGE_ID = ? ORDER BY T1.VENDORNAME
public java.util.Enumeration findByVendorId(java.lang.Long vendorId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves language specific information about a vendor with the specified VENDOR_ID.
The SQL query used to fetch the requested row from the VENDORDESC table is:
SELECT * FROM VENDORDESC T1 WHERE T1.VENDOR_ID = ?
public void setInitKey_vendorId(java.lang.String newValue)
public void setInitKey_languageId(java.lang.String newValue)
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
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.String getDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setDescription(java.lang.String newValue)
public java.lang.String getLanguageId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getLanguageIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setLanguageId(java.lang.String newValue)
public void setLanguageId(java.lang.Integer newValue)
public java.lang.String getLastupdate() throws 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
public void setLastupdate(java.lang.String newValue)
public void setLastupdate(java.sql.Timestamp newValue)
public java.lang.String getVendorId() throws 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
public void setVendorId(java.lang.String newValue)
public void setVendorId(java.lang.Long newValue)
public java.lang.String getStAddressId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getStAddressIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setStAddressId(java.lang.String newValue)
public void setStAddressId(java.lang.Integer newValue)