|
||||||||
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.OperatorAccessBean
This bean provides access to the OPERATOR table.
The following is a description of this table:
This table is used to define operators.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
OperatorAccessBean()
Default constructor. |
|
OperatorAccessBean(javax.ejb.EJBObject OperatorEJBObject)
Contructor for the object that maps to a corresponding ejbCreate method in the home interface of the EJB. |
|
OperatorAccessBean(java.lang.Integer anOperatorId,
java.lang.String astrOperator)
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.util.Enumeration |
findAll()
This method returns an enumeration of all the Operator Access Bean. |
java.util.Enumeration |
findByOperator(java.lang.String astrOperator)
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. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setInitKey_operatorId(java.lang.String aInitKey_operatorId)
Set the primary key for this object |
void |
setOperator(java.lang.String aOperator)
This method provides access to the OPERATOR.OPERATOR column of DB2 type CHAR(32) NOT NULL. |
void |
setOperatorId(java.lang.Integer anOperatorId)
This method provides access to the OPERATOR.OPERATOR_ID column of DB2 type INTEGER NOT NULL. |
void |
setOperatorId(java.lang.String astrOperatorId)
This method provides access to the OPERATOR.OPERATOR_ID column of DB2 type INTEGER NOT NULL. |
void |
setOperatorType(java.lang.String astrOperatorType)
This method provides access to the OPERATOR.OPERATORTYPE column of DB2 type CHAR(1) 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 OperatorAccessBean()
Default constructor. Maps to findByPrimaryKey.
public OperatorAccessBean(javax.ejb.EJBObject OperatorEJBObject) throws java.rmi.RemoteException
Contructor for the object that maps to a corresponding ejbCreate method in the home interface of the EJB.
OperatorEJBObject
- javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic OperatorAccessBean(java.lang.Integer anOperatorId, java.lang.String astrOperator) 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.
anOperatorId
- The Operator reference number. java.lang.IntegerastrOperator
- The Operator. 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.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 astrOperator) 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 = astrOperator
astrOperator
- The Operator. java.lang.Stringjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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, "<" or ">=".
getOperator
in interface OperatorAccessBeanData
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 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:
The reference number of the Operator. Unique table index. This is the primary key.
getOperatorId
in interface OperatorAccessBeanData
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 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:
The reference number of the Operator. Unique table index. This is the primary key.
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 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.
The following is a description of this column:
The operator type:
getOperatorType
in interface OperatorAccessBeanData
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 setInitKey_operatorId(java.lang.String aInitKey_operatorId)
Set the primary key for this object
aInitKey_operatorId
- The reference number of the Operator. java.lang.Stringpublic void setOperator(java.lang.String aOperator)
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, "<" or ">=".
setOperator
in interface OperatorAccessBeanData
astrOperator
- The Operator. java.lang.Stringpublic void setOperatorId(java.lang.Integer anOperatorId)
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.
anOperatorId
- The Operator reference number. java.lang.Integerpublic void setOperatorId(java.lang.String astrOperatorId)
This method provides access to the OPERATOR.OPERATOR_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The reference number of the Operator. Unique table index. This is the primary key.
setOperatorId
in interface OperatorAccessBeanData
astrOperatorId
- The reference number of the Operator. java.lang.Stringpublic void setOperatorType(java.lang.String astrOperatorType)
This method provides access to the OPERATOR.OPERATORTYPE column of DB2 type CHAR(1) NOT NULL.
The following is a description of this column:
The operator type:
setOperatorType
in interface OperatorAccessBeanData
astrOperatorType
- The Operator Type. java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |