public class TradingPositionContainerAccessBean extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean implements TradingPositionContainerAccessBeanData
Constructor and Description |
---|
TradingPositionContainerAccessBean()
Zero argument constructor used to initialize the access bean.
|
TradingPositionContainerAccessBean(javax.ejb.EJBObject o) |
TradingPositionContainerAccessBean(org.w3c.dom.Element argPLElement)
Maps to a corresponding ejbCreate method in the home interface of the EJB
|
TradingPositionContainerAccessBean(java.lang.Long anMemberId, java.lang.String astrName)
Maps to a corresponding ejbCreate method in the home interface of the EJB
|
Modifier and Type | Method and Description |
---|---|
void | commitCopyHelper() |
protected java.lang.String | defaultJNDIName() |
java.util.Enumeration | findAll()
Retrieves all the Trading Position Containers.
|
java.util.Enumeration | findByName(java.lang.String aName)
Retrieves all the Trading Position Containers that is of the specified name.
|
java.util.Enumeration | findByNameAndMemberId(java.lang.String aName, java.lang.Long aMemberId)
Retrieves all the Trading Position Containers with the specified name owned by the specified member.
|
java.util.Enumeration | findByType(java.lang.String aType)
Retrieves all the Trading Position Containers that is of the specified type.
|
java.lang.String | getDescription() |
java.lang.String | getFlags() |
java.lang.Integer | getFlagsInEJBType() |
java.lang.String | getMarkForDelete() |
java.lang.Integer | getMarkForDeleteInEJBType() |
java.lang.String | getMemberId() |
java.lang.Long | getMemberIdInEJBType() |
java.lang.String | getName() |
java.lang.String | getPrecedence() |
java.lang.Double | getPrecedenceInEJBType() |
java.lang.String | getProductSetId() |
java.lang.Integer | getProductSetIdInEJBType() |
java.lang.String | getTradingPositionContainerId() |
java.lang.Long | getTradingPositionContainerIdInEJBType() |
java.lang.String | getType() |
java.lang.String | getXMLDefinition()
Retrieves all the XML Definitions for this trading position container.
|
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() |
void | setDescription(java.lang.String newValue) |
void | setFlags(java.lang.Integer newValue) |
void | setFlags(java.lang.String newValue) |
void | setInitKey_tradingPositionContainerId(java.lang.String newValue) |
void | setMarkForDelete(java.lang.Integer newValue) |
void | setMarkForDelete(java.lang.String newValue) |
void | setMemberId(java.lang.Long newValue) |
void | setMemberId(java.lang.String newValue) |
void | setName(java.lang.String newValue) |
void | setPrecedence(java.lang.Double newValue) |
void | setPrecedence(java.lang.String newValue) |
void | setProductSetId(java.lang.Integer newValue) |
void | setProductSetId(java.lang.String newValue) |
void | setType(java.lang.String newValue) |
void | setXMLDefinition(org.w3c.dom.Element aXMLDefinition)
Sets the XML definition String for this Trading Position Container.
|
void | setXMLDefinition(java.lang.String aXMLDefinition)
Sets the XML definition String for this Trading Position Container.
|
public TradingPositionContainerAccessBean()
public TradingPositionContainerAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public TradingPositionContainerAccessBean(java.lang.Long anMemberId, java.lang.String astrName) 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
public TradingPositionContainerAccessBean(org.w3c.dom.Element argPLElement) 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
public java.util.Enumeration findAll() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the Trading Position Containers.
The SQL query used to fetch all the rows from the TRADEPOSCN table is:
SELECT * FROM TRADEPOSCN WHERE 1 = 1
public java.util.Enumeration findByName(java.lang.String aName) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the Trading Position Containers that is of the specified name.
The SQL query used to fetch all the rows from the TRADEPOSCN table is:
SELECT * FROM TRADEPOSCN T1 WHERE (T1.NAME = ?)
public java.util.Enumeration findByNameAndMemberId(java.lang.String aName, java.lang.Long aMemberId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the Trading Position Containers with the specified name owned by the specified member.
The SQL query used to fetch all the rows from the TRADEPOSCN table is:
SELECT * FROM TRADEPOSCN T1 WHERE (T1.NAME = ?) AND (T1.MEMBER_ID = ?)
public java.util.Enumeration findByType(java.lang.String aType) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the Trading Position Containers that is of the specified type.
The SQL query used to fetch all the rows from the TRADEPOSCN table is:
SELECT * FROM TRADEPOSCN T1 WHERE (T1.TYPE = ?)
public void setInitKey_tradingPositionContainerId(java.lang.String newValue)
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
public void refreshCopyHelper() throws 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
public java.lang.Long getTradingPositionContainerIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.String getDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setDescription(java.lang.String newValue)
public java.lang.String getMarkForDelete() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getMarkForDeleteInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setMarkForDelete(java.lang.String newValue)
public void setMarkForDelete(java.lang.Integer newValue)
public java.lang.String getProductSetId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getProductSetIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setProductSetId(java.lang.String newValue)
public void setProductSetId(java.lang.Integer newValue)
public java.lang.String getPrecedence() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Double getPrecedenceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setPrecedence(java.lang.String newValue)
public void setPrecedence(java.lang.Double newValue)
public java.lang.String getFlags() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getFlagsInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setFlags(java.lang.String newValue)
public void setFlags(java.lang.Integer newValue)
public java.lang.String getMemberId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Long getMemberIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setMemberId(java.lang.String newValue)
public void setMemberId(java.lang.Long newValue)
public java.lang.String getType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setType(java.lang.String newValue)
public java.lang.String getName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setName(java.lang.String newValue)
public java.lang.String getXMLDefinition() throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Retrieves all the XML Definitions for this trading position container.
public void setXMLDefinition(java.lang.String aXMLDefinition) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
Sets the XML definition String for this Trading Position Container.
public void setXMLDefinition(org.w3c.dom.Element aXMLDefinition) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
Sets the XML definition String for this Trading Position Container.