java.lang.Objectcom.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. This access bean corresponds to the database table 'TRDPSCNXML'.
Constructor Summary | |
TradingPositionContainerXMLDefinitionAccessBean() Zero argument constructor used to initialize the access bean. |
|
TradingPositionContainerXMLDefinitionAccessBean(javax.ejb.EJBObject o) constructor |
|
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). |
protected java.lang.String | defaultJNDIName() |
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 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
public 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
Method Detail |
public 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
public void setInitKey_iTradingPositionContainerId(java.lang.String newValue)
Set the primary key for this object
public void setInitKey_iSequence(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 getTradingPositionContainerId() throws 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
public void setTradingPositionContainerId(java.lang.String newValue)
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
public void setXMLDefinition(java.lang.String newValue)
public java.lang.String getField2() throws 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
public void setField2(java.lang.String newValue)
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
public java.lang.Integer getField1InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setField1(java.lang.String newValue)
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
public java.lang.Integer getSequenceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setSequence(java.lang.String newValue)
public void setSequence(java.lang.Integer newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.