java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.catalog.objects.ClassificationCodeDescriptionAccessBean
This table contains the language specific information of
Constructor Summary | |
---|---|
ClassificationCodeDescriptionAccessBean() constructor | |
ClassificationCodeDescriptionAccessBean(javax.ejb.EJBObject o) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.util.Enumeration |
findByClassificationCode(java.lang.Long arg0) Finds the classification argClassificationCodes with the classification argClassificationCode ID |
java.lang.String |
getClassificationCodeId() This method provides access to the CLSFCODEDS.CLASIFCODE_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getClassificationCodeIdInEJBType() This method provides access to the CLSFCODEDS.CLASIFCODE_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getDescription() This method provides access to the CLSFCODEDS.DESCRIPTION column of DB2 type VARCHAR(254) NOT NULL. |
java.lang.String |
getLanguageId() This method provides access to the CLSFCODEDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getLanguageIdInEJBType() This method provides access to the CLSFCODEDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setClassificationCodeId(java.lang.Long newValue) This method provides access to the CLSFCODEDS.CLASIFCODE_ID column of DB2 type BIGINT NOT NULL. |
void |
setClassificationCodeId(java.lang.String newValue) This method provides access to the CLSFCODEDS.CLASIFCODE_ID column of DB2 type BIGINT NOT NULL. |
void |
setDescription(java.lang.String newValue) This method provides access to the CLSFCODEDS.DESCRIPTION column of DB2 type VARCHAR(254) NOT NULL. |
void |
setInitKey_classificationCodeId(java.lang.String newValue) Set the primary key for this object |
void |
setInitKey_languageId(java.lang.String newValue) Set the primary key for this object |
void |
setLanguageId(java.lang.Integer newValue) This method provides access to the CLSFCODEDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setLanguageId(java.lang.String newValue) This method provides access to the CLSFCODEDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public ClassificationCodeDescriptionAccessBean()
public ClassificationCodeDescriptionAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
Method Detail |
---|
public java.util.Enumeration findByClassificationCode(java.lang.Long arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Finds the classification argClassificationCodes with the classification argClassificationCode ID
SQL:
SELECT CLASIFCODE_ID, DESCRIPTION, LANGUAGE_ID FROM CLSFCODEDS WHERE
CLASIFCODE_ID = argClassificationCode
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public void setInitKey_classificationCodeId(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringpublic void setInitKey_languageId(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 CLSFCODEDS.DESCRIPTION column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
Description of the product classification code.
getDescription
in interface
ClassificationCodeDescriptionAccessBeanData
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 CLSFCODEDS.DESCRIPTION column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
Description of the product classification code.
setDescription
in interface
ClassificationCodeDescriptionAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getClassificationCodeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CLSFCODEDS.CLASIFCODE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Classification code reference number.
getClassificationCodeId
in interface
ClassificationCodeDescriptionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getClassificationCodeIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CLSFCODEDS.CLASIFCODE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Classification code reference number.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setClassificationCodeId(java.lang.String newValue)
This method provides access to the CLSFCODEDS.CLASIFCODE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Classification code reference number.
setClassificationCodeId
in interface
ClassificationCodeDescriptionAccessBeanData
newValue
- Stringpublic void setClassificationCodeId(java.lang.Long newValue)
This method provides access to the CLSFCODEDS.CLASIFCODE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Classification code reference number.
newValue
- java.lang.Longpublic java.lang.String getLanguageId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CLSFCODEDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Language reference number. For a list of language components, see the LANGUAGE table.
getLanguageId
in interface
ClassificationCodeDescriptionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getLanguageIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CLSFCODEDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Language reference number. For a list of language components, see the LANGUAGE table.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setLanguageId(java.lang.String newValue)
This method provides access to the CLSFCODEDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Language reference number. For a list of language components, see the LANGUAGE table.
setLanguageId
in interface
ClassificationCodeDescriptionAccessBeanData
newValue
- Stringpublic void setLanguageId(java.lang.Integer newValue)
This method provides access to the CLSFCODEDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Language reference number. For a list of language components, see the LANGUAGE table.
newValue
- java.lang.Integer