java.lang.Object | +--com.ibm.commerce.base.objects.ECEntityBean | +--com.ibm.commerce.contract.objimpl.TermConditionDescriptionBeanBase | +--com.ibm.commerce.contract.objects.TermConditionDescriptionBean
This bean provides access to the TERMCOND table.
The following is a description of this table:
This table contains terms and conditions used in trading agreements (business accounts, contracts, RFQs). To see how columns are used by different terms and conditions, refer to TERMCOND column mapping in the online help.
Field Summary |
---|
Fields inherited from class com.ibm.commerce.contract.objimpl. TermConditionDescriptionBeanBase |
languageId,
lastUpdate,
shortDescription,
tcId,
timeCreated |
Constructor Summary | |
---|---|
TermConditionDescriptionBean() |
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.TermConditionDescriptionKey |
ejbCreate(java.lang.Long argTcId,
java.lang.Integer argLanguageId) Constructs an TermConditionDescriptionAccessBean object with the specified term condition ID, and language ID . |
void |
ejbLoad() |
void |
ejbPassivate() |
void |
ejbPostCreate(java.lang.Long argTcId,
java.lang.Integer argLanguageId) The post create method for the bean. |
void |
ejbRemove() |
void |
ejbStore() |
Methods inherited from class com.ibm.commerce.contract.objimpl. TermConditionDescriptionBeanBase |
getLanguageId,
getLastUpdate,
getLongDescription,
getShortDescription,
getTcId,
getTimeCreated,
setLanguageId,
setLastUpdate,
setLongDescription,
setShortDescription,
setTcId,
setTimeCreated |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public TermConditionDescriptionBean()
Method Detail |
---|
public java.util.Hashtable _copyFromEJB()
com.ibm.commerce.base.objects.ECEntityBean#_copyFromEJB()
public void _copyToEJB(java.util.Hashtable h)
h
-protected java.util.Vector _getLinks()
protected void _initLinks()
protected void _removeLinks() throws javax.ejb.RemoveException
RemoveException
public void ejbActivate()
javax.ejb.EntityBean#ejbActivate()
public com.ibm.commerce.contract.objects.TermConditionDescriptionKey ejbCreate(java.lang.Long argTcId, java.lang.Integer argLanguageId) throws javax.ejb.CreateException
TermConditionDescriptionBeanBase
ejbCreate
in class
TermConditionDescriptionBeanBase
argTcId
- The ID of the terms and conditions.argLanguageId
- The language ID.javax.ejb.CreateException
TermConditionDescriptionBeanBase.ejbCreate(Long,
Integer)
public void ejbLoad()
com.ibm.commerce.base.objects.ECEntityBean#ejbLoad()
public void ejbPassivate()
javax.ejb.EntityBean#ejbPassivate()
public void ejbPostCreate(java.lang.Long argTcId, java.lang.Integer argLanguageId)
argTcId
- The ID of the terms and conditions.argLanguageId
- The language ID.public void ejbRemove() throws javax.ejb.RemoveException
javax.ejb.RemoveException
javax.ejb.EntityBean#ejbRemove()
public void ejbStore()
com.ibm.commerce.base.objects.ECEntityBean#ejbStore()