java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.catalog.objects.OperatorDescriptionAccessBean
This table holds the language-dependent information related
Constructor Summary | |
---|---|
OperatorDescriptionAccessBean() constructor | |
OperatorDescriptionAccessBean(java.lang.Integer arg0,
java.lang.Integer arg1) constructor | |
OperatorDescriptionAccessBean(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 |
findByLanguage(java.lang.Integer arg0) This method returns an enumeration of OperatorDescription Access Beans with the specified Language reference number. |
java.lang.String |
getDescription() This method provides access to the OPERATRDSC.DESCRIPTION column of DB2 type VARCHAR(254). |
java.lang.String |
getLanguageId() This method provides access to the OPERATRDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getLanguageIdInEJBType() This method provides access to the OPERATRDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getOperatorId() This method provides access to the OPERATRDSC.OPERATOR_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getOperatorIdInEJBType() This method provides access to the OPERATRDSC.OPERATOR_ID column of DB2 type INTEGER NOT NULL. |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setDescription(java.lang.String newValue) This method provides access to the OPERATRDSC.DESCRIPTION column of DB2 type VARCHAR(254). |
void |
setInitKey_languageId(java.lang.String newValue) Set the primary key for this object |
void |
setInitKey_operatorId(java.lang.String newValue) Set the primary key for this object |
void |
setLanguageId(java.lang.Integer newValue) This method provides access to the OPERATRDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setLanguageId(java.lang.String newValue) This method provides access to the OPERATRDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setOperatorId(java.lang.Integer newValue) This method provides access to the OPERATRDSC.OPERATOR_ID column of DB2 type INTEGER NOT NULL. |
void |
setOperatorId(java.lang.String newValue) This method provides access to the OPERATRDSC.OPERATOR_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 OperatorDescriptionAccessBean()
public OperatorDescriptionAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public OperatorDescriptionAccessBean(java.lang.Integer arg0, java.lang.Integer arg1) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
arg0
- java.lang.Integerarg1
- java.lang.Integerjavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
Method Detail |
---|
public java.util.Enumeration findByLanguage(java.lang.Integer arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an enumeration of OperatorDescription Access Beans with the specified Language reference number.
SQL:
SELECT * FROM OPERATRDSC WHERE OPERATRDSC.LANGUAGE_ID =
argLanguageId
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
- The
javax.naming.NamingException exceptionpublic void setInitKey_operatorId(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 getOperatorId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the OPERATRDSC.OPERATOR_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The internal reference number that indicates the operator related to the language specific information.
getOperatorId
in interface
OperatorDescriptionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getOperatorIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the OPERATRDSC.OPERATOR_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The internal reference number that indicates the operator related to the language specific information.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setOperatorId(java.lang.String newValue)
This method provides access to the OPERATRDSC.OPERATOR_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The internal reference number that indicates the operator related to the language specific information.
setOperatorId
in interface
OperatorDescriptionAccessBeanData
newValue
- Stringpublic void setOperatorId(java.lang.Integer newValue)
This method provides access to the OPERATRDSC.OPERATOR_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The internal reference number that indicates the operator related to the language specific information.
newValue
- java.lang.Integerpublic java.lang.String getDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the OPERATRDSC.DESCRIPTION column of DB2 type VARCHAR(254).
The following is a description of this column:
The display string for the operator. For example, &quo
getDescription
in interface
OperatorDescriptionAccessBeanData
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 OPERATRDSC.DESCRIPTION column of DB2 type VARCHAR(254).
The following is a description of this column:
The display string for the operator. For example, &quo
setDescription
in interface
OperatorDescriptionAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getLanguageId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the OPERATRDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The identifier of the Language. For a list of language components, see the LANGUAGE table.
getLanguageId
in interface
OperatorDescriptionAccessBeanData
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 OPERATRDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The identifier of the Language. 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 OPERATRDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The identifier of the Language. For a list of language components, see the LANGUAGE table.
setLanguageId
in interface
OperatorDescriptionAccessBeanData
newValue
- Stringpublic void setLanguageId(java.lang.Integer newValue)
This method provides access to the OPERATRDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The identifier of the Language. For a list of language components, see the LANGUAGE table.
newValue
- java.lang.Integer