java.lang.Objectcom.ibm.commerce.base.objects.ECEntityBean
com.ibm.commerce.contract.objimpl.TradingAgreementBeanBase
com.ibm.commerce.contract.objects.TradingAgreementBean
This bean provides access to the TRADING table.
The following is a description of this table:
Each row in this table represents a trading agreement.
Field Summary |
Fields inherited from class com.ibm.commerce.contract.objimpl.TradingAgreementBeanBase |
accountId, creditAllowedFlag, endTime, markForDelete, referenceCount, referenceId, startTime, state, tradingId, tradingType |
Constructor Summary | |
TradingAgreementBean() |
Method Summary | |
java.util.Hashtable | _copyFromEJB() |
void | _copyToEJB(java.util.Hashtable h) Method _copyToEJB. |
protected java.util.Vector | _getLinks() Method _getLinks. |
protected void | _initLinks() Method _initLinks. |
protected void | _removeLinks() Method _removeLinks. |
void | ejbActivate() |
com.ibm.commerce.contract.objects.TradingAgreementKey | ejbCreate(java.lang.Integer argType) Constructs a TradingAgreementAccessBean object with the specified trading type. |
com.ibm.commerce.contract.objects.TradingAgreementKey | ejbCreate(java.lang.Integer argType, java.sql.Timestamp argStartTime, java.sql.Timestamp argEndTime) Constructs a TradingAgreementAccessBean object with the specified trading type. |
void | ejbLoad() |
void | ejbPassivate() |
void | ejbPostCreate(java.lang.Integer argType) Method ejbPostCreate. |
void | ejbPostCreate(java.lang.Integer argType, java.sql.Timestamp argStartTime, java.sql.Timestamp argEndTime) The post create method for the bean. |
void | ejbRemove() |
void | ejbStore() |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TradingAgreementBean()
Method Detail |
public java.util.Hashtable _copyFromEJB()
public void _copyToEJB(java.util.Hashtable h)
protected java.util.Vector _getLinks()
protected void _initLinks()
protected void _removeLinks() throws javax.ejb.RemoveException
public void ejbActivate()
public com.ibm.commerce.contract.objects.TradingAgreementKey ejbCreate(java.lang.Integer argType) throws javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public com.ibm.commerce.contract.objects.TradingAgreementKey ejbCreate(java.lang.Integer argType, java.sql.Timestamp argStartTime, java.sql.Timestamp argEndTime) throws javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void ejbLoad()
public void ejbPassivate()
public void ejbPostCreate(java.lang.Integer argType)
public void ejbPostCreate(java.lang.Integer argType, java.sql.Timestamp argStartTime, java.sql.Timestamp argEndTime)
public void ejbRemove() throws javax.ejb.RemoveException
public void ejbStore()
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.