|
||||||||
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.ProductSetDescriptionAccessBean
This bean provides access to the PRODSETDSC table.
The following is a description of this table:
This table holds the language-dependent information related to ProductSets.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
ProductSetDescriptionAccessBean()
Default constructor. |
|
ProductSetDescriptionAccessBean(javax.ejb.EJBObject ProductSetDescriptionEJBObject)
Constructor to the object that maps to a corresponding ejbCreate method in the home interface of the EJB |
|
ProductSetDescriptionAccessBean(java.lang.Integer anProductSetId,
java.lang.Integer anLanguageId)
Contructor for the object that maps to a corresponding ejbCreate method in the home interface of the EJB. |
|
ProductSetDescriptionAccessBean(java.lang.Integer anProductSetId,
java.lang.Integer anLanguageId,
java.lang.String astrDescription)
Contructor for the object that 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.lang.String |
getDescription()
This method provides access to the PRODSETDSC.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getLanguage_id()
This method provides access to the PRODSETDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getLanguage_idInEJBType()
This method provides access to the PRODSETDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getProductSetId()
This method provides access to the PRODSETDSC.PRODUCTSET_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getProductSetIdInEJBType()
This method provides access to the PRODSETDSC.PRODUCTSET_ID column of DB2 type INTEGER NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setDescription(java.lang.String astrDescription)
This method provides access to the PRODSETDSC.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
void |
setInitKey_language_id(java.lang.String aInitKey_language_id)
Set the primary key for this object |
void |
setInitKey_productSetId(java.lang.String aInitKey_productSetId)
Set the primary key for this object |
void |
setLanguage_id(java.lang.Integer anLanguage_id)
This method provides access to the PRODSETDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setLanguage_id(java.lang.String astrLanguage_id)
This method provides access to the PRODSETDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setProductSetId(java.lang.Integer anProductSetId)
This method provides access to the PRODSETDSC.PRODUCTSET_ID column of DB2 type INTEGER NOT NULL. |
void |
setProductSetId(java.lang.String astrProductSetId)
This method provides access to the PRODSETDSC.PRODUCTSET_ID column of DB2 type INTEGER NOT 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 ProductSetDescriptionAccessBean()
Default constructor. Maps to findByPrimaryKey.
public ProductSetDescriptionAccessBean(javax.ejb.EJBObject ProductSetDescriptionEJBObject) throws java.rmi.RemoteException
Constructor to the object that maps to a corresponding ejbCreate method in the home interface of the EJB
ProductSetDescriptionEJBObject
- javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic ProductSetDescriptionAccessBean(java.lang.Integer anProductSetId, java.lang.Integer anLanguageId) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Contructor for the object that maps to a corresponding ejbCreate method in the home interface of the EJB. Creates an access to the ProductSetDescription Access Bean according to the ProductSet reference number and the Language reference number.
anProductSetId
- The ProductSet reference number. java.lang.IntegeranLanguageId
- The Language reference number. java.lang.Integerjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionpublic ProductSetDescriptionAccessBean(java.lang.Integer anProductSetId, java.lang.Integer anLanguageId, java.lang.String astrDescription) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Contructor for the object that maps to a corresponding ejbCreate method in the home interface of the EJB. Creates an access to the ProductSetDescription Access Bean according to the ProductSet reference number, the Language reference number, and the description of the ProductSet.
anProductSetId
- The ProductSet reference number. java.lang.IntegeranLanguageId
- The Language reference number. java.lang.IntegerastrDescription
- The description for the ProductSet java.lang.Stringjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException 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.lang.String getDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PRODSETDSC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The language specific description of the ProductSet.
getDescription
in interface ProductSetDescriptionAccessBeanData
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 getLanguage_id() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PRODSETDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Language ID. For a list of language components, see the LANGUAGE table.
getLanguage_id
in interface ProductSetDescriptionAccessBeanData
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.Integer getLanguage_idInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PRODSETDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Language ID. For a list of language components, see the LANGUAGE table.
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 getProductSetId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PRODSETDSC.PRODUCTSET_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The reference number of the ProductSet.
getProductSetId
in interface ProductSetDescriptionAccessBeanData
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.Integer getProductSetIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PRODSETDSC.PRODUCTSET_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The reference number of the ProductSet.
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 setDescription(java.lang.String astrDescription)
This method provides access to the PRODSETDSC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The language specific description of the ProductSet.
setDescription
in interface ProductSetDescriptionAccessBeanData
astrDescription
- The description of the ProductSet. 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 setInitKey_productSetId(java.lang.String aInitKey_productSetId)
Set the primary key for this object
aInitKey_productSetId
- The ProductSet reference number. java.lang.Stringpublic void setLanguage_id(java.lang.Integer anLanguage_id)
This method provides access to the PRODSETDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Language ID. For a list of language components, see the LANGUAGE table.
anLanguage_id
- The Language reference number. java.lang.Integerpublic void setLanguage_id(java.lang.String astrLanguage_id)
This method provides access to the PRODSETDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Language ID. For a list of language components, see the LANGUAGE table.
setLanguage_id
in interface ProductSetDescriptionAccessBeanData
astrLanguage_id
- The Language reference number. java.lang.Stringpublic void setProductSetId(java.lang.Integer anProductSetId)
This method provides access to the PRODSETDSC.PRODUCTSET_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The reference number of the ProductSet.
anProductSetId
- The ProductSet reference number. java.lang.Integerpublic void setProductSetId(java.lang.String astrProductSetId)
This method provides access to the PRODSETDSC.PRODUCTSET_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The reference number of the ProductSet.
setProductSetId
in interface ProductSetDescriptionAccessBeanData
astrProductSetId
- The ProductSet reference number. java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |