java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.order.objects.TradingPositionContainerXMLDefinitionAccessBean
This table is used to store the XML document for a given trading position container.
Constructor Summary | |
---|---|
TradingPositionContainerXMLDefinitionAccessBean() constructor | |
TradingPositionContainerXMLDefinitionAccessBean(javax.ejb.EJBObject o) constructor | |
TradingPositionContainerXMLDefinitionAccessBean(java.lang.Long arg0,
java.lang.Integer arg1, java.lang.String arg2) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.util.Enumeration |
findByTradingPositionContainer(java.lang.Long arg0) Retrieves all the TradingPositionContainer XML Definitions that correspond to the specified TradingPositionContainer ID in order by sequence. |
java.lang.String |
getField1() This method accesses a non-CMP field |
java.lang.Integer |
getField1InEJBType() This method accesses a non-CMP field |
java.lang.String |
getField2() This method accesses a non-CMP field |
java.lang.Integer |
getField2InEJBType() This method accesses a non-CMP field |
java.lang.String |
getSequence() This method accesses a non-CMP field |
java.lang.Integer |
getSequenceInEJBType() This method accesses a non-CMP field |
java.lang.String |
getTradingPositionContainerId() This method accesses a non-CMP field |
java.lang.Long |
getTradingPositionContainerIdInEJBType() This method accesses a non-CMP field |
java.lang.String |
getXMLDefinition() This method accesses a non-CMP field |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setField1(java.lang.Integer newValue) This method accesses a non-CMP field |
void |
setField1(java.lang.String newValue) This method accesses a non-CMP field |
void |
setField2(java.lang.Integer newValue) This method accesses a non-CMP field |
void |
setField2(java.lang.String newValue) This method accesses a non-CMP field |
void |
setInitKey_iSequence(java.lang.String newValue) Set the primary key for this object |
void |
setInitKey_iTradingPositionContainerId(java.lang.String newValue) Set the primary key for this object |
void |
setSequence(java.lang.Integer newValue) This method accesses a non-CMP field |
void |
setSequence(java.lang.String newValue) This method accesses a non-CMP field |
void |
setTradingPositionContainerId(java.lang.Long newValue) This method accesses a non-CMP field |
void |
setTradingPositionContainerId(java.lang.String newValue) This method accesses a non-CMP field |
void |
setXMLDefinition(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 TradingPositionContainerXMLDefinitionAccessBean()
public TradingPositionContainerXMLDefinitionAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public TradingPositionContainerXMLDefinitionAccessBean(java.lang.Long arg0, java.lang.Integer arg1, java.lang.String arg2) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
arg0
- java.lang.Longarg1
- java.lang.Integerarg2
- java.lang.Stringjavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
Method Detail |
---|
public java.util.Enumeration findByTradingPositionContainer(java.lang.Long arg0) 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
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public void setInitKey_iTradingPositionContainerId(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringpublic void setInitKey_iSequence(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 getTradingPositionContainerId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getTradingPositionContainerId
in interface
TradingPositionContainerXMLDefinitionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getTradingPositionContainerIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTradingPositionContainerId(java.lang.String newValue)
setTradingPositionContainerId
in interface
TradingPositionContainerXMLDefinitionAccessBeanData
public void setTradingPositionContainerId(java.lang.Long newValue)
public java.lang.String getXMLDefinition() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getXMLDefinition
in interface
TradingPositionContainerXMLDefinitionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setXMLDefinition(java.lang.String newValue)
setXMLDefinition
in interface
TradingPositionContainerXMLDefinitionAccessBeanData
public java.lang.String getField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getField2
in interface
TradingPositionContainerXMLDefinitionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getField2InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setField2(java.lang.String newValue)
setField2
in interface
TradingPositionContainerXMLDefinitionAccessBeanData
public void setField2(java.lang.Integer newValue)
public java.lang.String getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getField1
in interface
TradingPositionContainerXMLDefinitionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getField1InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setField1(java.lang.String newValue)
setField1
in interface
TradingPositionContainerXMLDefinitionAccessBeanData
public void setField1(java.lang.Integer newValue)
public java.lang.String getSequence() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getSequence
in interface
TradingPositionContainerXMLDefinitionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getSequenceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setSequence(java.lang.String newValue)
setSequence
in interface
TradingPositionContainerXMLDefinitionAccessBeanData
public void setSequence(java.lang.Integer newValue)