public class PromoDescriptionAccessBean extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean implements PromoDescriptionAccessBeanData
Constructor and Description |
---|
PromoDescriptionAccessBean()
Zero argument constructor used to initialize the access bean.
|
PromoDescriptionAccessBean(javax.ejb.EJBObject o) |
PromoDescriptionAccessBean(java.lang.Integer newPromoId, java.lang.Integer newLanguageId, java.lang.String newThumbNailPath, java.lang.String newFullImagePath, java.lang.String newShortDesc, java.lang.String newLongDesc)
This method calls the ejbCreate method to create an entry in CPPMNDESC table.
|
Modifier and Type | Method and Description |
---|---|
void | commitCopyHelper() |
protected java.lang.String | defaultJNDIName() |
PromoDescriptionAccessBean | findByPromoIdLanguageId(java.lang.Integer newPromoId, java.lang.Integer newLanguageId)
This method executes the following SQl script: SELECT T1.CPPMN_ID, T1.THUMBNAILPATH, T1.LONGDESC, T1.SHORTDESC, T1.LANGUAGE_ID, T1.FULLIMAGEPATH FROM CPPMNDESC T1 WHERE (T1.CPPMN_ID = ?) AND (T1.LANGUAGE_ID = ?)
|
java.lang.String | getFullImagePath() |
java.lang.Integer | getLanguageId() |
java.lang.String | getLongDesc() |
java.lang.Integer | getPromoId() |
java.lang.String | getShortDesc() |
java.lang.String | getThumbNailPath() |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() |
void | setFullImagePath(java.lang.String newValue) |
void | setInitKey_languageId(java.lang.Integer newValue) |
void | setInitKey_promoId(java.lang.Integer newValue) |
void | setLanguageId(java.lang.Integer newValue) |
void | setLongDesc(java.lang.String newValue) |
void | setPromoId(java.lang.Integer newValue) |
void | setShortDesc(java.lang.String newValue) |
void | setThumbNailPath(java.lang.String newValue) |
public PromoDescriptionAccessBean()
public PromoDescriptionAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public PromoDescriptionAccessBean(java.lang.Integer newPromoId, java.lang.Integer newLanguageId, java.lang.String newThumbNailPath, java.lang.String newFullImagePath, java.lang.String newShortDesc, java.lang.String newLongDesc) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
This method calls the ejbCreate method to create an entry in CPPMNDESC table.
public PromoDescriptionAccessBean findByPromoIdLanguageId(java.lang.Integer newPromoId, java.lang.Integer newLanguageId) throws javax.naming.NamingException, java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException
This method executes the following SQl script: SELECT T1.CPPMN_ID, T1.THUMBNAILPATH, T1.LONGDESC, T1.SHORTDESC, T1.LANGUAGE_ID, T1.FULLIMAGEPATH FROM CPPMNDESC T1 WHERE (T1.CPPMN_ID = ?) AND (T1.LANGUAGE_ID = ?)
public void setInitKey_languageId(java.lang.Integer newValue)
public void setInitKey_promoId(java.lang.Integer 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 getLongDesc() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setLongDesc(java.lang.String newValue)
public java.lang.Integer getLanguageId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setLanguageId(java.lang.Integer newValue)
public java.lang.String getFullImagePath() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setFullImagePath(java.lang.String newValue)
public java.lang.String getThumbNailPath() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setThumbNailPath(java.lang.String newValue)
public java.lang.String getShortDesc() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setShortDesc(java.lang.String newValue)
public java.lang.Integer getPromoId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setPromoId(java.lang.Integer newValue)