java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.catalog.objects.CatalogGroupAttributeAccessBean
This table holds descriptive attributes for CatalogGroups. These attributes are only used for descriptive purposes. This access bean corresponds to the database table 'CATGRPATTR'.
Constructor Summary | |
CatalogGroupAttributeAccessBean() Zero argument constructor used to initialize the access bean. |
|
CatalogGroupAttributeAccessBean(javax.ejb.EJBObject o) constructor |
|
CatalogGroupAttributeAccessBean(java.lang.Long catalogId, java.lang.Integer argLanguage_id) Maps to a corresponding ejbCreate method in the home interface of the EJB. |
Method Summary | |
void | commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected java.lang.String | defaultJNDIName() |
java.util.Enumeration | findByCatalogGroup(java.lang.Long catalogGroupReferenceNumber, java.lang.Integer lauguage_id) Finds the catalog group attribute with the attribute reference number and language. |
java.lang.String | getCatalogGroupReferenceNumber() This method provides access to the CATGRPATTR.CATGROUP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getCatalogGroupReferenceNumberInEJBType() This method provides access to the CATGRPATTR.CATGROUP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String | getDescription() This method provides access to the CATGRPATTR.DESCRIPTION column of DB2 type VARCHAR(254). |
java.lang.String | getName() This method provides access to the CATGRPATTR.NAME column of DB2 type VARCHAR(254) NOT NULL. |
java.lang.String | getOid() This method provides access to the CATGRPATTR.OID column of DB2 type CHAR(32). |
java.lang.String | getSequence() This method provides access to the CATGRPATTR.SEQUENCE column of DB2 type DOUBLE. |
java.lang.Double | getSequenceInEJBType() This method provides access to the CATGRPATTR.SEQUENCE column of DB2 type DOUBLE. |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setCatalogGroupReferenceNumber(java.lang.Long newValue) This method accesses a non-CMP field |
void | setCatalogGroupReferenceNumber(java.lang.String newValue) This method accesses a non-CMP field |
void | setDescription(java.lang.String newValue) This method accesses a non-CMP field |
void | setInitKey_attributeReferenceNumber(java.lang.String newValue) Set the primary key for this object |
void | setInitKey_language_id(java.lang.String newValue) Set the primary key for this object |
void | setName(java.lang.String newValue) This method accesses a non-CMP field |
void | setOid(java.lang.String newValue) This method accesses a non-CMP field |
void | setSequence(java.lang.Double newValue) This method accesses a non-CMP field |
void | setSequence(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 CatalogGroupAttributeAccessBean()
public CatalogGroupAttributeAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public CatalogGroupAttributeAccessBean(java.lang.Long catalogId, java.lang.Integer argLanguage_id) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
Maps to a corresponding ejbCreate method in the home interface of the EJB. Creates an access to the catalog group attribute according to the attribute reference number and language ID.
Method Detail |
public java.util.Enumeration findByCatalogGroup(java.lang.Long catalogGroupReferenceNumber, java.lang.Integer lauguage_id) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Finds the catalog group attribute with the attribute reference number and language.
SQL:
SELECT DESCRIPTION, CATGRPATTR_ID, OID, LANGUAGE_ID, NAME, CATGROUP_ID, SEQUENCE FROM CATGRPATTR WHERE CATGROUP_ID = catGrpID AND LANGUAGE_ID = languageID
public void setInitKey_language_id(java.lang.String newValue)
Set the primary key for this object
public void setInitKey_attributeReferenceNumber(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 getDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATGRPATTR.DESCRIPTION column of DB2 type VARCHAR(254).
The following is a description of this column:
The description of this CatalogGroup Attribute.
public void setDescription(java.lang.String newValue)
public java.lang.String getCatalogGroupReferenceNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATGRPATTR.CATGROUP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The CatalogEntryGroup described by this Attribute.
public java.lang.Long getCatalogGroupReferenceNumberInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATGRPATTR.CATGROUP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The CatalogEntryGroup described by this Attribute.
public void setCatalogGroupReferenceNumber(java.lang.String newValue)
public void setCatalogGroupReferenceNumber(java.lang.Long newValue)
public java.lang.String getOid() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATGRPATTR.OID column of DB2 type CHAR(32).
The following is a description of this column:
Reserved for IBM internal use.
public void setOid(java.lang.String newValue)
public java.lang.String getSequence() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATGRPATTR.SEQUENCE column of DB2 type DOUBLE.
The following is a description of this column:
The sequence number that is used to determine the display order.
public java.lang.Double getSequenceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATGRPATTR.SEQUENCE column of DB2 type DOUBLE.
The following is a description of this column:
The sequence number that is used to determine the display order.
public void setSequence(java.lang.String newValue)
public void setSequence(java.lang.Double newValue)
public java.lang.String getName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATGRPATTR.NAME column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
The language-dependent name of this CatalogGroup Attribute.
public void setName(java.lang.String newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.