|
||||||||
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.order.objects.TradingPositionContainerXMLDefinitionAccessBean
This bean provides access to the TRDPSCNXML table.
The following is a description of this table:
This table is used to store the XML document for a given trading position container.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
TradingPositionContainerXMLDefinitionAccessBean()
Default constructor. |
|
TradingPositionContainerXMLDefinitionAccessBean(javax.ejb.EJBObject object)
Creates an access bean for the specified EJB |
|
TradingPositionContainerXMLDefinitionAccessBean(java.lang.Long aTradingPositionContainerId,
java.lang.Integer aSequence,
java.lang.String aXMLDefinition)
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 |
findByTradingPositionContainer(java.lang.Long argTradingPositionContainerId)
Retrieves all the TradingPositionContainer XML Definitions that correspond to the specified TradingPositionContainer ID in order by sequence. |
java.lang.String |
getField1()
This method provides access to the TRDPSCNXML.FIELD1 column of DB2 type INTEGER NULL. |
java.lang.Integer |
getField1InEJBType()
This method provides access to the TRDPSCNXML.FIELD1 column of DB2 type INTEGER NULL. |
java.lang.String |
getField2()
This method provides access to the TRDPSCNXML.FIELD2 column of DB2 type INTEGER NULL. |
java.lang.Integer |
getField2InEJBType()
This method provides access to the TRDPSCNXML.FIELD2 column of DB2 type INTEGER NULL. |
java.lang.String |
getSequence()
This method provides access to the TRDPSCNXML.SEQUENCE column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getSequenceInEJBType()
This method provides access to the TRDPSCNXML.SEQUENCE column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getTradingPositionContainerId()
This method provides access to the TRDPSCNXML.TRADEPOSCN_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getTradingPositionContainerIdInEJBType()
This method provides access to the TRDPSCNXML.TRADEPOSCN_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getXMLDefinition()
This method provides access to the TRDPSCNXML.XMLDEFINITION column of DB2 type LONG NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setField1(java.lang.Integer aField1)
This method provides access to the TRDPSCNXML.FIELD1 column of DB2 type INTEGER NULL. |
void |
setField1(java.lang.String aField1)
This method provides access to the TRDPSCNXML.FIELD1 column of DB2 type INTEGER NULL. |
void |
setField2(java.lang.Integer aField2)
This method provides access to the TRDPSCNXML.FIELD2 column of DB2 type INTEGER NULL. |
void |
setField2(java.lang.String aField2)
This method provides access to the TRDPSCNXML.FIELD2 column of DB2 type INTEGER NULL. |
void |
setInitKey_iSequence(java.lang.String aInitKey_iSequence)
Set the primary key for this object |
void |
setInitKey_iTradingPositionContainerId(java.lang.String aInitKey_iTradingPositionContainerId)
Set the primary key for this object |
void |
setSequence(java.lang.Integer aSequence)
This method provides access to the TRDPSCNXML.SEQUENCE column of DB2 type INTEGER NOT NULL. |
void |
setSequence(java.lang.String aSequence)
This method provides access to the TRDPSCNXML.SEQUENCE column of DB2 type INTEGER NOT NULL. |
void |
setTradingPositionContainerId(java.lang.Long aTradingPositionContainerId)
This method provides access to the TRDPSCNXML.TRADEPOSCN_ID column of DB2 type BIGINT NOT NULL. |
void |
setTradingPositionContainerId(java.lang.String aTradingPositionContainerId)
This method provides access to the TRDPSCNXML.TRADEPOSCN_ID column of DB2 type BIGINT NOT NULL. |
void |
setXMLDefinition(java.lang.String aXMLDefinition)
This method provides access to the TRDPSCNXML.XMLDEFINITION column of DB2 type LONG 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 TradingPositionContainerXMLDefinitionAccessBean()
Default constructor. Maps to findByPrimaryKey.
public TradingPositionContainerXMLDefinitionAccessBean(javax.ejb.EJBObject object) throws java.rmi.RemoteException
Creates an access bean for the specified EJB
object
- The EJB Object used for the access bean construction.java.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic TradingPositionContainerXMLDefinitionAccessBean(java.lang.Long aTradingPositionContainerId, java.lang.Integer aSequence, java.lang.String aXMLDefinition) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Maps to a corresponding ejbCreate method in the home interface of the EJB
aTradingPositionContainerId
- The internal ID of the TradingPositionContainer.aSequence
- The sequence number of the TradingPositionContainer.aXMLDefinition
- The XML definition of the TradingPositionContainer.javax.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 findByTradingPositionContainer(java.lang.Long argTradingPositionContainerId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the TradingPositionContainer XML Definitions that correspond to the specified TradingPositionContainer ID in order by sequence.
The SQL query used to fetch all the required rows from the TRDPSCNXML table is:
SELECT * FROM TRDPSCNXML T1 WHERE TRADEPOSCN_ID = ? ORDER BY SEQUENCE
argTradingPositionContainerId
- The internal ID of the TradingPositionContainerjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TRDPSCNXML.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
getField1
in interface TradingPositionContainerXMLDefinitionAccessBeanData
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 getField1InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TRDPSCNXML.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
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 getField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TRDPSCNXML.FIELD2 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
getField2
in interface TradingPositionContainerXMLDefinitionAccessBeanData
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 getField2InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TRDPSCNXML.FIELD2 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
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 getSequence() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TRDPSCNXML.SEQUENCE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Primary key. Sequence number.
getSequence
in interface TradingPositionContainerXMLDefinitionAccessBeanData
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 getSequenceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TRDPSCNXML.SEQUENCE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Primary key. Sequence number.
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 getTradingPositionContainerId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TRDPSCNXML.TRADEPOSCN_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Primary key. Trading position container ID.
getTradingPositionContainerId
in interface TradingPositionContainerXMLDefinitionAccessBeanData
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.Long getTradingPositionContainerIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TRDPSCNXML.TRADEPOSCN_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Primary key. Trading position container ID.
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 getXMLDefinition() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TRDPSCNXML.XMLDEFINITION column of DB2 type LONG NULL.
The following is a description of this column:
XML document.
getXMLDefinition
in interface TradingPositionContainerXMLDefinitionAccessBeanData
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 setField1(java.lang.Integer aField1)
This method provides access to the TRDPSCNXML.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
aField1
- java.lang.Integerpublic void setField1(java.lang.String aField1)
This method provides access to the TRDPSCNXML.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
setField1
in interface TradingPositionContainerXMLDefinitionAccessBeanData
aField1
- java.lang.Stringpublic void setField2(java.lang.Integer aField2)
This method provides access to the TRDPSCNXML.FIELD2 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
aField2
- java.lang.Integerpublic void setField2(java.lang.String aField2)
This method provides access to the TRDPSCNXML.FIELD2 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
setField2
in interface TradingPositionContainerXMLDefinitionAccessBeanData
aField2
- java.lang.Stringpublic void setInitKey_iSequence(java.lang.String aInitKey_iSequence)
Set the primary key for this object
aInitKey_iSequence
- The sequence numberpublic void setInitKey_iTradingPositionContainerId(java.lang.String aInitKey_iTradingPositionContainerId)
Set the primary key for this object
aInitKey_iTradingPositionContainerId
- The internal ID of the trading position container.public void setSequence(java.lang.Integer aSequence)
This method provides access to the TRDPSCNXML.SEQUENCE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Primary key. Sequence number.
aSequence
- java.lang.Integerpublic void setSequence(java.lang.String aSequence)
This method provides access to the TRDPSCNXML.SEQUENCE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Primary key. Sequence number.
setSequence
in interface TradingPositionContainerXMLDefinitionAccessBeanData
aSequence
- java.lang.Stringpublic void setTradingPositionContainerId(java.lang.Long aTradingPositionContainerId)
This method provides access to the TRDPSCNXML.TRADEPOSCN_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Primary key. Trading position container ID.
aTradingPositionContainerId
- java.lang.Longpublic void setTradingPositionContainerId(java.lang.String aTradingPositionContainerId)
This method provides access to the TRDPSCNXML.TRADEPOSCN_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Primary key. Trading position container ID.
setTradingPositionContainerId
in interface TradingPositionContainerXMLDefinitionAccessBeanData
aTradingPositionContainerId
- java.lang.Stringpublic void setXMLDefinition(java.lang.String aXMLDefinition)
This method provides access to the TRDPSCNXML.XMLDEFINITION column of DB2 type LONG NULL.
The following is a description of this column:
XML document.
setXMLDefinition
in interface TradingPositionContainerXMLDefinitionAccessBeanData
aXMLDefinition
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |