|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.catalog.objects.CatalogGroupAttributeAccessBean
This bean provides access to the CATGRPATTR table.
The following is a description of this table:
This table holds descriptive Attributes for Catalog Groups. These Attributes are only used for descriptive purposes.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
CatalogGroupAttributeAccessBean()
Default constructor. |
|
CatalogGroupAttributeAccessBean(javax.ejb.EJBObject catGrpAttrEJBObj)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
CatalogGroupAttributeAccessBean(java.lang.Long attributeRefNum,
java.lang.Integer languageID)
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). |
java.util.Enumeration |
findByCatalogGroup(java.lang.Long anCatGrpID,
java.lang.Integer anLanguageID)
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) NULL. |
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) NULL. |
java.lang.String |
getSequence()
This method provides access to the CATGRPATTR.SEQUENCE column of DB2 type DOUBLE NULL. |
java.lang.Double |
getSequenceInEJBType()
This method provides access to the CATGRPATTR.SEQUENCE column of DB2 type DOUBLE NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setCatalogGroupReferenceNumber(java.lang.Long anCatalogGroupReferenceNumber)
This method provides access to the CATGRPATTR.CATGROUP_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatalogGroupReferenceNumber(java.lang.String astrCatalogGroupReferenceNumber)
This method provides access to the CATGRPATTR.CATGROUP_ID column of DB2 type BIGINT NOT NULL. |
void |
setDescription(java.lang.String astrDescription)
This method provides access to the CATGRPATTR.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
void |
setInitKey_attributeReferenceNumber(java.lang.String aInitKey_attributeReferenceNumber)
Set the primary key for this object |
void |
setInitKey_language_id(java.lang.String aInitKey_language_id)
Set the primary key for this object |
void |
setName(java.lang.String astrName)
This method provides access to the CATGRPATTR.NAME column of DB2 type VARCHAR(254) NOT NULL. |
void |
setOid(java.lang.String astrOid)
This method provides access to the CATGRPATTR.OID column of DB2 type CHAR(32) NULL. |
void |
setSequence(java.lang.Double adSequence)
This method provides access to the CATGRPATTR.SEQUENCE column of DB2 type DOUBLE NULL. |
void |
setSequence(java.lang.String astrSequence)
This method provides access to the CATGRPATTR.SEQUENCE column of DB2 type DOUBLE NULL. |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean |
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CatalogGroupAttributeAccessBean()
Default constructor. Maps to findByPrimaryKey.
public CatalogGroupAttributeAccessBean(javax.ejb.EJBObject catGrpAttrEJBObj) throws java.rmi.RemoteException
Maps to a corresponding ejbCreate method in the home interface of the EJB
catGrpAttrEJBObj
- The catalog group attribute EJB object. javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic CatalogGroupAttributeAccessBean(java.lang.Long attributeRefNum, java.lang.Integer languageID) 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.
attributeRefNum
- The attribute reference number. java.lang.LonglanguageID
- The language ID. java.lang.Integerjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByCatalogGroup(java.lang.Long anCatGrpID, java.lang.Integer anLanguageID) 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
anCatGrpID
- The catalog group ID. java.lang.LonganLanguageID
- The language ID. java.lang.Integerjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 reference number of the Catalog Group described by this Attribute.
getCatalogGroupReferenceNumber
in interface CatalogGroupAttributeAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 Catalog Group reference number described by this Attribute.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
The following is a description of this column:
The description of this Catalog Group Attribute.
getDescription
in interface CatalogGroupAttributeAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 Catalog Group Attribute.
getName
in interface CatalogGroupAttributeAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
The following is a description of this column:
The Object Identifier. Reserved for IBM internal use.
getOid
in interface CatalogGroupAttributeAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL.
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
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL.
The following is a description of this column:
The sequence number that is used to determine the display order.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void setCatalogGroupReferenceNumber(java.lang.Long anCatalogGroupReferenceNumber)
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 reference number of the Catalog Group described by this Attribute.
anCatalogGroupReferenceNumber
- java.lang.Longpublic void setCatalogGroupReferenceNumber(java.lang.String astrCatalogGroupReferenceNumber)
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
astrCatalogGroupReferenceNumber
- The Catalog Group reference number. java.lang.Stringpublic void setDescription(java.lang.String astrDescription)
This method provides access to the CATGRPATTR.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The description of this Catalog Group Attribute.
setDescription
in interface CatalogGroupAttributeAccessBeanData
astrDescription
- This description of the Catalog Group Attribute. java.lang.Stringpublic void setInitKey_attributeReferenceNumber(java.lang.String aInitKey_attributeReferenceNumber)
Set the primary key for this object
aInitKey_attributeReferenceNumber
- The Catalog Group Attribute reference number. java.lang.Stringpublic void setInitKey_language_id(java.lang.String aInitKey_language_id)
Set the primary key for this object
aInitKey_language_id
- The Language reference number. java.lang.Stringpublic void setName(java.lang.String astrName)
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 Catalog Group Attribute.
setName
in interface CatalogGroupAttributeAccessBeanData
astrName
- The language dependent name of this Catalog Group Attribute. java.lang.Stringpublic void setOid(java.lang.String astrOid)
This method provides access to the CATGRPATTR.OID column of DB2 type CHAR(32) NULL.
The following is a description of this column:
The Object Identifier. Reserved for IBM internal use.
setOid
in interface CatalogGroupAttributeAccessBeanData
astrOid
- The Object Identifier. java.lang.Stringpublic void setSequence(java.lang.Double adSequence)
This method provides access to the CATGRPATTR.SEQUENCE column of DB2 type DOUBLE NULL.
The following is a description of this column:
The sequence number that is used to determine the display order.
adSequence
- The sequence of this Catalog Group Attribute. java.lang.Doublepublic void setSequence(java.lang.String astrSequence)
This method provides access to the CATGRPATTR.SEQUENCE column of DB2 type DOUBLE NULL.
The following is a description of this column:
The sequence number that is used to determine the display order.
setSequence
in interface CatalogGroupAttributeAccessBeanData
astrSequence
- The sequence number of the Catalog Group Attribute. java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |