java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.utf.objects.PAttrProdAccessBean
The relationship table between the PATTRIBUTE and CATENTRY tables. This access bean corresponds to the database table 'PATTRPROD'.
Constructor Summary | |
PAttrProdAccessBean() Zero argument constructor used to initialize the access bean. |
|
PAttrProdAccessBean(javax.ejb.EJBObject o) constructor |
|
PAttrProdAccessBean(java.lang.Long argAttributeId, java.lang.Long argCatentryId) Creates an access bean with the specified attributes. |
Method Summary | |
void | commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected java.lang.String | defaultJNDIName() |
java.util.Enumeration | findByAttributeId(java.lang.Long argAttributeId) Retrieves the PAttrProdAccessBeans that match the specified Language. |
java.util.Enumeration | findByCatentryId(java.lang.Long argCatentryId) Retrieves the PAttrProdAccessBeans that match the specified Language. |
java.lang.String | getAttributeId() This method provides access to the PATTRPROD.PATTRIBUTE_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getAttributeIdInEJBType() This method provides access to the PATTRPROD.PATTRIBUTE_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String | getCatentryId() This method provides access to the PATTRPROD.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getCatentryIdInEJBType() This method provides access to the PATTRPROD.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setAttributeId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setAttributeId(java.lang.String newValue) This method accesses a non-CMP field |
void | setCatentryId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setCatentryId(java.lang.String newValue) This method accesses a non-CMP field |
void | setInitKey_attributeId(java.lang.Long newValue) Set the primary key for this object |
void | setInitKey_catentryId(java.lang.Long newValue) Set the primary key for this object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PAttrProdAccessBean()
public PAttrProdAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public PAttrProdAccessBean(java.lang.Long argAttributeId, java.lang.Long argCatentryId) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Creates an access bean with the specified attributes.
Method Detail |
public java.util.Enumeration findByAttributeId(java.lang.Long argAttributeId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the PAttrProdAccessBeans that match the specified Language.
The SQL query used to fetch all the required row from the PATTRPROD table is: SELECT * FROM PATTRPROD T1 WHERE T1.PATTRIBUTE_ID = ?
public java.util.Enumeration findByCatentryId(java.lang.Long argCatentryId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the PAttrProdAccessBeans that match the specified Language.
The SQL query used to fetch all the required row from the PATTRPROD table is: SELECT * FROM PATTRPROD T1 WHERE T1.CATENTRY_ID = ?
public void setInitKey_attributeId(java.lang.Long newValue)
Set the primary key for this object
public void setInitKey_catentryId(java.lang.Long newValue)
Set the primary key for this object
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
Update(flush) data to the EJBObject (persistent storage).
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
public java.lang.String getAttributeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PATTRPROD.PATTRIBUTE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the personalization attribute.
public java.lang.Long getAttributeIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PATTRPROD.PATTRIBUTE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the personalization attribute.
public void setAttributeId(java.lang.String newValue)
public void setAttributeId(java.lang.Long newValue)
public java.lang.String getCatentryId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PATTRPROD.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the CatalogEntry.
public java.lang.Long getCatentryIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PATTRPROD.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the CatalogEntry.
public void setCatentryId(java.lang.String newValue)
public void setCatentryId(java.lang.Long newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.