java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.catalog.objects.OperatorAccessBean
This table is used to define operators.
Constructor Summary | |
---|---|
OperatorAccessBean() constructor | |
OperatorAccessBean(java.lang.Integer arg0,
java.lang.String arg1) constructor | |
OperatorAccessBean(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 |
findAll() This method returns an enumeration of all the Operator Access Bean. |
java.util.Enumeration |
findByOperator(java.lang.String arg0) This method returns an enumeration of the Operator Access Bean with the specified Operator. |
java.lang.String |
getOperator() This method provides access to the OPERATOR.OPERATOR column of DB2 type CHAR(32) NOT NULL. |
java.lang.String |
getOperatorId() This method provides access to the OPERATOR.OPERATOR_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getOperatorIdInEJBType() This method provides access to the OPERATOR.OPERATOR_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getOperatorType() This method provides access to the OPERATOR.OPERATORTYPE column of DB2 type CHAR(1) NOT NULL DEFAULT '1'. |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setInitKey_operatorId(java.lang.String newValue) Set the primary key for this object |
void |
setOperator(java.lang.String newValue) This method provides access to the OPERATOR.OPERATOR column of DB2 type CHAR(32) NOT NULL. |
void |
setOperatorId(java.lang.Integer newValue) This method provides access to the OPERATOR.OPERATOR_ID column of DB2 type INTEGER NOT NULL. |
void |
setOperatorId(java.lang.String newValue) This method provides access to the OPERATOR.OPERATOR_ID column of DB2 type INTEGER NOT NULL. |
void |
setOperatorType(java.lang.String newValue) This method provides access to the OPERATOR.OPERATORTYPE column of DB2 type CHAR(1) NOT NULL DEFAULT '1'. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public OperatorAccessBean()
public OperatorAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public OperatorAccessBean(java.lang.Integer arg0, java.lang.String arg1) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
arg0
- java.lang.Integerarg1
- java.lang.Stringjavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
Method Detail |
---|
public java.util.Enumeration findAll() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an enumeration of all the Operator Access Bean.
SQL: SELECT * FROM OPERATOR
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
- The
javax.naming.NamingException exceptionpublic java.util.Enumeration findByOperator(java.lang.String arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an enumeration of the Operator Access Bean with the specified Operator.
SQL:
SELECT * FROM OPERATOR WHERE OPERATOR.OPERATOR = argOperator
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.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 OPERATOR.OPERATOR_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Unique table index. This is the primary key.
getOperatorId
in interface
OperatorAccessBeanData
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 OPERATOR.OPERATOR_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Unique table index. This is the primary key.
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 OPERATOR.OPERATOR_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Unique table index. This is the primary key.
setOperatorId
in interface
OperatorAccessBeanData
newValue
- Stringpublic void setOperatorId(java.lang.Integer newValue)
This method provides access to the OPERATOR.OPERATOR_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Unique table index. This is the primary key.
newValue
- java.lang.Integerpublic java.lang.String getOperator() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the OPERATOR.OPERATOR column of DB2 type CHAR(32) NOT NULL.
The following is a description of this column:
The operator. For example, &quo
getOperator
in interface
OperatorAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setOperator(java.lang.String newValue)
This method provides access to the OPERATOR.OPERATOR column of DB2 type CHAR(32) NOT NULL.
The following is a description of this column:
The operator. For example, &quo
setOperator
in interface
OperatorAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getOperatorType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the OPERATOR.OPERATORTYPE column of DB2 type CHAR(1) NOT NULL DEFAULT '1'.
The following is a description of this column:
The operator type:
getOperatorType
in interface
OperatorAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setOperatorType(java.lang.String newValue)
This method provides access to the OPERATOR.OPERATORTYPE column of DB2 type CHAR(1) NOT NULL DEFAULT '1'.
The following is a description of this column:
The operator type:
setOperatorType
in interface
OperatorAccessBeanData
newValue
- java.lang.String