java.lang.Object | +--com.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.
Constructor Summary | |
---|---|
CatalogGroupAttributeAccessBean() constructor | |
CatalogGroupAttributeAccessBean(javax.ejb.EJBObject o) constructor | |
CatalogGroupAttributeAccessBean(java.lang.Long arg0,
java.lang.Integer arg1) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.util.Enumeration |
findByCatalogGroup(java.lang.Long arg0,
java.lang.Integer arg1) 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 provides access to the CATGRPATTR.CATGROUP_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatalogGroupReferenceNumber(java.lang.String newValue) This method provides access to the CATGRPATTR.CATGROUP_ID column of DB2 type BIGINT NOT NULL. |
void |
setDescription(java.lang.String newValue) This method provides access to the CATGRPATTR.DESCRIPTION column of DB2 type VARCHAR(254). |
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 provides access to the CATGRPATTR.NAME column of DB2 type VARCHAR(254) NOT NULL. |
void |
setOid(java.lang.String newValue) This method provides access to the CATGRPATTR.OID column of DB2 type CHAR(32). |
void |
setSequence(java.lang.Double newValue) This method provides access to the CATGRPATTR.SEQUENCE column of DB2 type DOUBLE. |
void |
setSequence(java.lang.String newValue) This method provides access to the CATGRPATTR.SEQUENCE column of DB2 type DOUBLE. |
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
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public CatalogGroupAttributeAccessBean(java.lang.Long arg0, java.lang.Integer arg1) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
arg0
- java.lang.Longarg1
- java.lang.Integerjavax.naming.NamingException
javax.ejb.CreateException
javax.ejb.FinderException
java.rmi.RemoteException
Method Detail |
---|
public java.util.Enumeration findByCatalogGroup(java.lang.Long arg0, java.lang.Integer arg1) 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
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public void setInitKey_language_id(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringpublic void setInitKey_attributeReferenceNumber(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringprotected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
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).
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
Load data from the EJBObject.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
getDescription
in interface
CatalogGroupAttributeAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setDescription(java.lang.String newValue)
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.
setDescription
in interface
CatalogGroupAttributeAccessBeanData
newValue
- java.lang.Stringpublic 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.
getCatalogGroupReferenceNumber
in interface
CatalogGroupAttributeAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCatalogGroupReferenceNumber(java.lang.String newValue)
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.
setCatalogGroupReferenceNumber
in interface
CatalogGroupAttributeAccessBeanData
newValue
- Stringpublic void setCatalogGroupReferenceNumber(java.lang.Long newValue)
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.
newValue
- java.lang.Longpublic 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.
getOid
in interface
CatalogGroupAttributeAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setOid(java.lang.String newValue)
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.
setOid
in interface
CatalogGroupAttributeAccessBeanData
newValue
- java.lang.Stringpublic 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.
getSequence
in interface
CatalogGroupAttributeAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setSequence(java.lang.String newValue)
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.
setSequence
in interface
CatalogGroupAttributeAccessBeanData
newValue
- Stringpublic void setSequence(java.lang.Double newValue)
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.
newValue
- java.lang.Doublepublic 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.
getName
in interface
CatalogGroupAttributeAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setName(java.lang.String newValue)
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.
setName
in interface
CatalogGroupAttributeAccessBeanData
newValue
- java.lang.String