public class BaseItemDescriptionAccessBean extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean implements BaseItemDescriptionAccessBeanData
Constructor and Description |
---|
BaseItemDescriptionAccessBean()
Zero argument constructor used to initialize the access bean.
|
BaseItemDescriptionAccessBean(javax.ejb.EJBObject o) |
BaseItemDescriptionAccessBean(com.ibm.commerce.context.content.objects.EntityCreationData baseItemDescriptionEntityCreationData)
Constructor for the object that maps to a corresponding ejbCreate method in the home interface of the EJB.
|
BaseItemDescriptionAccessBean(java.lang.Long newBaseItemId, java.lang.Integer newLanguageId)
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 | findByBaseItemId(java.lang.Long baseItemId)
Finds by Base Item reference number.
|
java.util.Enumeration | findByStoreentIdAndLanguageIdSortedByShortDescription(java.lang.Integer storeentId, java.lang.Integer languageId)
Retrieves all the base item descriptions with the specified LANGUAGE_ID and STOREENT_ID
The SQL query used to fetch the requested row from the BASEITMDSC table is: SELECT * FROM BASEITMDSC T1 WHERE STOREITEM.BASEITEM_ID = T1.BASEITEM_ID AND STOREITEM.STOREENT_ID = ? AND T1.LANGUAGE_ID = ? AND STOREITEM.TRACKINVENTORY = 'Y' ORDER BY T1.SHORTDESCRIPTION |
java.lang.String | getBaseItemId() |
java.lang.Long | getBaseItemIdInEJBType() |
java.lang.String | getLanguageId() |
java.lang.Integer | getLanguageIdInEJBType() |
java.lang.String | getLastUpdate() |
java.sql.Timestamp | getLastUpdateInEJBType() |
java.lang.String | getLongDescription() |
java.lang.String | getShortdescription() |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() |
void | setBaseItemId(java.lang.Long newValue) |
void | setBaseItemId(java.lang.String newValue) |
void | setInitKey_baseItemId(java.lang.String newValue) |
void | setInitKey_languageId(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 | setLongDescription(java.lang.String newValue) |
void | setShortdescription(java.lang.String newValue) |
public BaseItemDescriptionAccessBean()
public BaseItemDescriptionAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public BaseItemDescriptionAccessBean(java.lang.Long newBaseItemId, java.lang.Integer newLanguageId) 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 BaseItemDescriptionAccessBean(com.ibm.commerce.context.content.objects.EntityCreationData baseItemDescriptionEntityCreationData) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
Constructor for the object that maps to a corresponding ejbCreate method in the home interface of the EJB. Creates an access to the BaseItem according to the BaseItemDescriptionEntityCreationData.
public java.util.Enumeration findByStoreentIdAndLanguageIdSortedByShortDescription(java.lang.Integer storeentId, java.lang.Integer languageId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the base item descriptions with the specified LANGUAGE_ID and STOREENT_ID
The SQL query used to fetch the requested row from the BASEITMDSC table is:
SELECT * FROM BASEITMDSC T1 WHERE STOREITEM.BASEITEM_ID = T1.BASEITEM_ID AND STOREITEM.STOREENT_ID = ? AND T1.LANGUAGE_ID = ? AND STOREITEM.TRACKINVENTORY = 'Y' ORDER BY T1.SHORTDESCRIPTION
public void setInitKey_baseItemId(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 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 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 getBaseItemId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Long getBaseItemIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setBaseItemId(java.lang.String newValue)
public void setBaseItemId(java.lang.Long newValue)
public java.lang.String getLongDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setLongDescription(java.lang.String newValue)
public java.lang.String getShortdescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setShortdescription(java.lang.String newValue)
public java.util.Enumeration findByBaseItemId(java.lang.Long baseItemId) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException