public class CatalogDescriptionAccessBean extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean implements CatalogDescriptionAccessBeanData
Constructor and Description |
---|
CatalogDescriptionAccessBean()
Zero argument constructor used to initialize the access bean.
|
CatalogDescriptionAccessBean(javax.ejb.EJBObject o) |
CatalogDescriptionAccessBean(com.ibm.commerce.context.content.objects.EntityCreationData entityCreationData)
Contructor for the object that maps to a corresponding ejbCreate method in the home interface of the EJB.
|
CatalogDescriptionAccessBean(java.lang.Long arg1, java.lang.Integer arg2)
Maps to a corresponding ejbCreate method in the home interface of the EJB.
|
CatalogDescriptionAccessBean(java.lang.Long argCatalogReferenceNumber, java.lang.Integer argLanguage_id, java.lang.String argName)
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 | findByCatalogId(java.lang.Long catalogId)
Finds the record by catalog id.
|
java.util.Collection | findByCatalogIdsAndLanguageId(java.lang.Long[] arCatalogIds, java.lang.Integer nLanguageId)
Finds the catalog description with the catalog IDs and the language ID.
|
java.lang.Long | getCatalogReferenceNumber()
getCatalogReferenceNumber
|
java.lang.String | getFullIImage() |
java.lang.String | getLanguage_id()
getLanguage_id
|
java.lang.Integer | getLanguage_idInEJBType()
getLanguage_idInEJBType
|
java.lang.String | getLongDescription() |
java.lang.String | getName() |
java.lang.String | getShortDescription() |
java.lang.String | getThumbNail() |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() |
void | setCatalogReferenceNumber(java.lang.Long newValue)
setCatalogReferenceNumber
|
void | setFullIImage(java.lang.String newValue) |
void | setInitKey_catalogReferenceNumber(java.lang.String newValue) |
void | setInitKey_language_id(java.lang.String newValue) |
void | setLanguage_id(java.lang.Integer newValue)
setLanguage_id
|
void | setLanguage_id(java.lang.String newValue)
setLanguage_id
|
void | setLongDescription(java.lang.String newValue) |
void | setName(java.lang.String newValue) |
void | setShortDescription(java.lang.String newValue) |
void | setThumbNail(java.lang.String newValue) |
public CatalogDescriptionAccessBean()
public CatalogDescriptionAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public CatalogDescriptionAccessBean(java.lang.Long arg1, java.lang.Integer arg2) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Maps to a corresponding ejbCreate method in the home interface of the EJB. Creates an access to the catalog description according to the catalog reference number and the language ID
public CatalogDescriptionAccessBean(java.lang.Long argCatalogReferenceNumber, java.lang.Integer argLanguage_id, java.lang.String argName) 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. Creates an access to the catalog description according to the catalog reference number, the language reference, and the language dependent name of the Catalog.
public CatalogDescriptionAccessBean(com.ibm.commerce.context.content.objects.EntityCreationData entityCreationData) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
Contructor for the object that maps to a corresponding ejbCreate method in the home interface of the EJB. Creates an access to the catalog description according to the CatalogEntityCreationData.
public void setInitKey_language_id(java.lang.String newValue)
public void setInitKey_catalogReferenceNumber(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 getFullIImage() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setFullIImage(java.lang.String 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 getThumbNail() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setThumbNail(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.lang.String getName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setName(java.lang.String newValue)
public java.lang.Long getCatalogReferenceNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCatalogReferenceNumber(java.lang.Long newValue)
public java.lang.String getLanguage_id() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setLanguage_id(java.lang.Integer newValue)
public java.lang.Integer getLanguage_idInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setLanguage_id(java.lang.String newValue)
public java.util.Enumeration findByCatalogId(java.lang.Long catalogId) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
SQL:
SELECT * FROM CATALOGDSC WHERE CATALOGDSC.CATALOG_ID = catalogId
public java.util.Collection findByCatalogIdsAndLanguageId(java.lang.Long[] arCatalogIds, java.lang.Integer nLanguageId) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
Finds the catalog description with the catalog IDs and the language ID.
SQL:
SELECT * FROM CATALOGDSC WHERE LANGUAGE_ID = nLanguageId AND CATALOG_ID IN (arCatalogIds)