java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.catalog.objects.OperatorAccessBean
This table is used to define operators. This access bean corresponds to the database table 'OPERATOR'.
Constructor Summary | |
OperatorAccessBean() Zero argument constructor used to initialize the access bean. |
|
OperatorAccessBean(java.lang.Integer aOperatorId, java.lang.String aOperator) Contructor for the object that maps to a corresponding ejbCreate method in the home interface of the EJB. |
|
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 argOperator) 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 accesses a non-CMP field |
void | setOperatorId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setOperatorId(java.lang.String newValue) This method accesses a non-CMP field |
void | setOperatorType(java.lang.String newValue) This method accesses a non-CMP field |
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
public OperatorAccessBean(java.lang.Integer aOperatorId, java.lang.String aOperator) 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 Operator according to the Operator reference number and the Operator.
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
public java.util.Enumeration findByOperator(java.lang.String argOperator) 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
public void setInitKey_operatorId(java.lang.String newValue)
Set the primary key for this object
protected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws 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).
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
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.
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.
public void setOperatorId(java.lang.String newValue)
public void setOperatorId(java.lang.Integer newValue)
public 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
public void setOperator(java.lang.String newValue)
public 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: &l
public void setOperatorType(java.lang.String newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.