java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.utf.objects.PAttributeDescAccessBean
This table contains personalization attribute descriptions. This access bean corresponds to the database table 'PATTRDESC'.
Constructor Summary | |
PAttributeDescAccessBean() Zero argument constructor used to initialize the access bean. |
|
PAttributeDescAccessBean(javax.ejb.EJBObject o) constructor |
|
PAttributeDescAccessBean(java.lang.Long argPattributeId, java.lang.Integer argLangId) 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 | findByAttributeAndLang(java.lang.Long argAttributeId, java.lang.Integer argLangId) Retrieves the PAttributeDescAccessBeans that match the specified PAttribute and Language. |
java.util.Enumeration | findByLang(java.lang.Integer argLangId) Retrieves the PAttributeDescAccessBeans that match the specified Language. |
java.lang.String | getLangId() This method provides access to the PATTRDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer | getLangIdInEJBType() This method provides access to the PATTRDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String | getPattributeId() This method provides access to the PATTRDESC.PATTRIBUTE_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getPattributeIdInEJBType() This method provides access to the PATTRDESC.PATTRIBUTE_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String | getShortDesc() This method provides access to the PATTRDESC.DESCRIPTION column of DB2 type VARCHAR(1024). |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setInitKey_langId(java.lang.String newValue) Set the primary key for this object |
void | setInitKey_pattributeId(java.lang.String newValue) Set the primary key for this object |
void | setLangId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setLangId(java.lang.String newValue) This method accesses a non-CMP field |
void | setPattributeId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setPattributeId(java.lang.String newValue) This method accesses a non-CMP field |
void | setShortDesc(java.lang.String newValue) This method accesses a non-CMP field |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PAttributeDescAccessBean()
public PAttributeDescAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public PAttributeDescAccessBean(java.lang.Long argPattributeId, java.lang.Integer argLangId) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Creates an access bean with the specified attributes.
Method Detail |
public java.util.Enumeration findByAttributeAndLang(java.lang.Long argAttributeId, java.lang.Integer argLangId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the PAttributeDescAccessBeans that match the specified PAttribute and Language.
The SQL query used to fetch all the required row from the PATTRDESC table is: SELECT * FROM PATTRDESC T1 WHERE T1.PATTRIBUTE_ID = ? AND T1.LANGUAGE_ID = ?
public java.util.Enumeration findByLang(java.lang.Integer argLangId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the PAttributeDescAccessBeans that match the specified Language.
The SQL query used to fetch all the required row from the PATTRDESC table is: SELECT * FROM PATTRDESC T1 WHERE T1.LANGUAGE_ID = ?
public void setInitKey_langId(java.lang.String newValue)
Set the primary key for this object
public void setInitKey_pattributeId(java.lang.String 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 getShortDesc() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PATTRDESC.DESCRIPTION column of DB2 type VARCHAR(1024).
The following is a description of this column:
A brief description of the personalization attribute.
public void setShortDesc(java.lang.String newValue)
public java.lang.String getLangId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PATTRDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Language this description pertains to. For a list of language components, see the LANGUAGE table.
public java.lang.Integer getLangIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PATTRDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Language this description pertains to. For a list of language components, see the LANGUAGE table.
public void setLangId(java.lang.String newValue)
public void setLangId(java.lang.Integer newValue)
public java.lang.String getPattributeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PATTRDESC.PATTRIBUTE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The identifier of the personalization attribute.
public java.lang.Long getPattributeIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PATTRDESC.PATTRIBUTE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The identifier of the personalization attribute.
public void setPattributeId(java.lang.String newValue)
public void setPattributeId(java.lang.Long newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.