|
||||||||
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.TradingPositionContainerAccessBean
This bean provides access to the TRADEPOSCN table.
The following is a description of this table:
This table represents a TradingPositionContainer, which can contain TradingPositions and can be make available to all customers, or to only customers in certain groups through the trading agreements or contracts.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
TradingPositionContainerAccessBean()
Default constructor. |
|
TradingPositionContainerAccessBean(javax.ejb.EJBObject object)
Creates an access bean for the specified EJB |
|
TradingPositionContainerAccessBean(org.w3c.dom.Element aPLElement)
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 |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
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()
This method provides access to the TRADEPOSCN.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getFlags()
This method provides access to the TRADEPOSCN.FLAGS column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getFlagsInEJBType()
This method provides access to the TRADEPOSCN.FLAGS column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getMarkForDelete()
This method provides access to the TRADEPOSCN.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getMarkForDeleteInEJBType()
This method provides access to the TRADEPOSCN.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getMemberId()
This method provides access to the TRADEPOSCN.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getMemberIdInEJBType()
This method provides access to the TRADEPOSCN.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getName()
This method provides access to the TRADEPOSCN.NAME column of DB2 type VARCHAR(254) NOT NULL. |
java.lang.String |
getPrecedence()
This method provides access to the TRADEPOSCN.PRECEDENCE column of DB2 type FLOAT NOT NULL. |
java.lang.Double |
getPrecedenceInEJBType()
This method provides access to the TRADEPOSCN.PRECEDENCE column of DB2 type FLOAT NOT NULL. |
java.lang.String |
getProductSetId()
This method provides access to the TRADEPOSCN.PRODUCTSET_ID column of DB2 type INTEGER NULL. |
java.lang.Integer |
getProductSetIdInEJBType()
This method provides access to the TRADEPOSCN.PRODUCTSET_ID column of DB2 type INTEGER NULL. |
java.lang.String |
getTradingPositionContainerId()
This method provides access to the TRADEPOSCN.TRADEPOSCN_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getTradingPositionContainerIdInEJBType()
This method provides access to the TRADEPOSCN.TRADEPOSCN_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getType()
This method provides access to the TRADEPOSCN.TYPE column of DB2 type CHAR(1) NULL. |
java.lang.String |
getXMLDefinition()
Retrieves all the XML Definitions for this trading position container. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setDescription(java.lang.String aDescription)
This method provides access to the TRADEPOSCN.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
void |
setFlags(java.lang.Integer aFlags)
This method provides access to the TRADEPOSCN.FLAGS column of DB2 type INTEGER NOT NULL. |
void |
setFlags(java.lang.String aFlags)
This method provides access to the TRADEPOSCN.FLAGS column of DB2 type INTEGER NOT NULL. |
void |
setInitKey_tradingPositionContainerId(java.lang.String aInitKey_tradingPositionContainerId)
Set the primary key for this object |
void |
setMarkForDelete(java.lang.Integer aMarkForDelete)
This method provides access to the TRADEPOSCN.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
void |
setMarkForDelete(java.lang.String aMarkForDelete)
This method provides access to the TRADEPOSCN.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
void |
setMemberId(java.lang.Long aMemberId)
This method provides access to the TRADEPOSCN.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setMemberId(java.lang.String aMemberId)
This method provides access to the TRADEPOSCN.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setName(java.lang.String aName)
This method provides access to the TRADEPOSCN.NAME column of DB2 type VARCHAR(254) NOT NULL. |
void |
setPrecedence(java.lang.Double aPrecedence)
This method provides access to the TRADEPOSCN.PRECEDENCE column of DB2 type FLOAT NOT NULL. |
void |
setPrecedence(java.lang.String aPrecedence)
This method provides access to the TRADEPOSCN.PRECEDENCE column of DB2 type FLOAT NOT NULL. |
void |
setProductSetId(java.lang.Integer aProductSetId)
This method provides access to the TRADEPOSCN.PRODUCTSET_ID column of DB2 type INTEGER NULL. |
void |
setProductSetId(java.lang.String aProductSetId)
This method provides access to the TRADEPOSCN.PRODUCTSET_ID column of DB2 type INTEGER NULL. |
void |
setType(java.lang.String aType)
This method provides access to the TRADEPOSCN.TYPE column of DB2 type CHAR(1) NULL. |
void |
setXMLDefinition(java.lang.String aXMLDefinition)
Sets the XML definition String for this Trading Position Container. |
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 TradingPositionContainerAccessBean()
Default constructor. Maps to findByPrimaryKey.
public TradingPositionContainerAccessBean(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 TradingPositionContainerAccessBean(org.w3c.dom.Element aPLElement) 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
aPLElement
- The Price List element that makes up 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 exceptionpublic 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
anMemberId
- The member ID of the owner of the TradingPositionContainer.astrName
- The name of the TradingPositionContainer unique to the owner.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 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
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 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 = ?)
aName
- The name of the Trading Position Container.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 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 = ?)
aName
- The name of the Trading Position Container unique to the owner.aMemberId
- The member ID of the owner of the Trading Position Container.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 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 = ?)
aType
- The type of the Trading Position Container.java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TRADEPOSCN.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A brief description of the TradingPositionContainer, suitable for display to an administrator managing TradingPositionContainers.
getDescription
in interface TradingPositionContainerAccessBeanData
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 getFlags() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TRADEPOSCN.FLAGS column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Bit flag indicating special processing to be performed by task commands that find prices for customers. Refer to TRADEPOSCN table: details for more information.
getFlags
in interface TradingPositionContainerAccessBeanData
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 getFlagsInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TRADEPOSCN.FLAGS column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Bit flag indicating special processing to be performed by task commands that find prices for customers. Refer to TRADEPOSCN table: details for more information.
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 getMarkForDelete() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TRADEPOSCN.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates if this TradingPositionContainer is marked for deletion:
0 = No.
1 = Yes, the TradingPositionContainer has been marked for deletion and should not be used.
getMarkForDelete
in interface TradingPositionContainerAccessBeanData
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 getMarkForDeleteInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TRADEPOSCN.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates if this TradingPositionContainer is marked for deletion:
0 = No.
1 = Yes, the TradingPositionContainer has been marked for deletion and should not be used.
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 getMemberId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TRADEPOSCN.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The owner of the TradingPositionContainer.
getMemberId
in interface TradingPositionContainerAccessBeanData
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 getMemberIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TRADEPOSCN.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The owner of the TradingPositionContainer.
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 getName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TRADEPOSCN.NAME column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
A mnemonic name for the TradingPositionContainer, unique for a particular owner.
getName
in interface TradingPositionContainerAccessBeanData
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 getPrecedence() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TRADEPOSCN.PRECEDENCE column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
When more than one Trading Position Containers are qualified at a particular time, the one with the highest precedence is used.
getPrecedence
in interface TradingPositionContainerAccessBeanData
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.Double getPrecedenceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TRADEPOSCN.PRECEDENCE column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
When more than one Trading Position Containers are qualified at a particular time, the one with the highest precedence is used.
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 getProductSetId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TRADEPOSCN.PRODUCTSET_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The ProductSet that specifies the list of products contained in the TradingPositionContainer.
getProductSetId
in interface TradingPositionContainerAccessBeanData
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 getProductSetIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TRADEPOSCN.PRODUCTSET_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The ProductSet the specifies the list of products contained in the TradingPositionContainer.
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 TRADEPOSCN.TRADEPOSCN_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
getTradingPositionContainerId
in interface TradingPositionContainerAccessBeanData
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 TRADEPOSCN.TRADEPOSCN_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique 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 getType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TRADEPOSCN.TYPE column of DB2 type CHAR(1) NULL.
The following is a description of this column:
The kind of the Trading Position Container.
S = standard price list which contains the base prices for the products in the store catalog.
C = custom price list which specifies the list of products and their customized prices.
getType
in interface TradingPositionContainerAccessBeanData
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 javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Retrieves all the XML Definitions for this trading position container.
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 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 setDescription(java.lang.String aDescription)
This method provides access to the TRADEPOSCN.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A brief description of the TradingPositionContainer, suitable for display to an administrator managing TradingPositionContainers.
setDescription
in interface TradingPositionContainerAccessBeanData
aDescription
- java.lang.Stringpublic void setFlags(java.lang.Integer aFlags)
This method provides access to the TRADEPOSCN.FLAGS column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Bit flag indicating special processing to be performed by task commands that find prices for customers. Refer to TRADEPOSCN table: details for more information.
aFlags
- java.lang.Integerpublic void setFlags(java.lang.String aFlags)
This method provides access to the TRADEPOSCN.FLAGS column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Bit flag indicating special processing to be performed by task commands that find prices for customers. Refer to TRADEPOSCN table: details for more information.
setFlags
in interface TradingPositionContainerAccessBeanData
aFlags
- java.lang.Stringpublic void setInitKey_tradingPositionContainerId(java.lang.String aInitKey_tradingPositionContainerId)
Set the primary key for this object
aInitKey_tradingPositionContainerId
- The internal ID of the Trading Position Container.public void setMarkForDelete(java.lang.Integer aMarkForDelete)
This method provides access to the TRADEPOSCN.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates if this TradingPositionContainer is marked for deletion:
0 = No.
1 = Yes, the TradingPositionContainer has been marked for deletion and should not be used.
aMarkForDelete
- java.lang.Integerpublic void setMarkForDelete(java.lang.String aMarkForDelete)
This method provides access to the TRADEPOSCN.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates if this TradingPositionContainer is marked for deletion:
0 = No.
1 = Yes, the TradingPositionContainer has been marked for deletion and should not be used.
setMarkForDelete
in interface TradingPositionContainerAccessBeanData
aMarkForDelete
- java.lang.Stringpublic void setMemberId(java.lang.Long aMemberId)
This method provides access to the TRADEPOSCN.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The owner of the TradingPositionContainer.
aMemberId
- java.lang.Longpublic void setMemberId(java.lang.String aMemberId)
This method provides access to the TRADEPOSCN.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The owner of the TradingPositionContainer.
setMemberId
in interface TradingPositionContainerAccessBeanData
aMemberId
- java.lang.Stringpublic void setName(java.lang.String aName)
This method provides access to the TRADEPOSCN.NAME column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
A mnemonic name for the TradingPositionContainer, unique for a particular owner.
setName
in interface TradingPositionContainerAccessBeanData
aName
- java.lang.Stringpublic void setPrecedence(java.lang.Double aPrecedence)
This method provides access to the TRADEPOSCN.PRECEDENCE column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
When more than one Trading Position Containers are qualified at a particular time, the one with the highest precedence is used.
aPrecedence
- java.lang.Doublepublic void setPrecedence(java.lang.String aPrecedence)
This method provides access to the TRADEPOSCN.PRECEDENCE column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
When more than one Trading Position Containers are qualified at a particular time, the one with the highest precedence is used.
setPrecedence
in interface TradingPositionContainerAccessBeanData
aPrecedence
- java.lang.Stringpublic void setProductSetId(java.lang.Integer aProductSetId)
This method provides access to the TRADEPOSCN.PRODUCTSET_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The ProductSet that specifies the list of products contained in the TradingPositionContainer.
aProductSetId
- java.lang.Integerpublic void setProductSetId(java.lang.String aProductSetId)
This method provides access to the TRADEPOSCN.PRODUCTSET_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The ProductSet the specifies the list of products contained in the TradingPositionContainer.
setProductSetId
in interface TradingPositionContainerAccessBeanData
aProductSetId
- java.lang.Stringpublic void setType(java.lang.String aType)
This method provides access to the TRADEPOSCN.TYPE column of DB2 type CHAR(1) NULL.
The following is a description of this column:
The kind of the Trading Position Container.
S = standard price list which contains the base prices for the products in the store catalog.
C = custom price list which specifies the list of products and their customized prices.
setType
in interface TradingPositionContainerAccessBeanData
aType
- java.lang.Stringpublic 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.
aXMLDefinition
- The XML definition String for this Trading Position Container.javax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |