public class TermConditionDescriptionBean extends TermConditionDescriptionBeanBase implements javax.ejb.EntityBean
This bean provides access to the TCDESC table.
The following is a description of this table:
This table stores descriptions for terms and conditions for a contract. This bean accesses the database table TCDESC
Constructor and Description |
---|
TermConditionDescriptionBean() |
Modifier and Type | Method and Description |
---|---|
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() |
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.TermConditionDescriptionKey ejbCreate(java.lang.Long argTcId, java.lang.Integer argLanguageId) throws javax.ejb.CreateException
public void ejbLoad()
public void ejbPassivate()
public void ejbPostCreate(java.lang.Long argTcId, java.lang.Integer argLanguageId)
public void ejbRemove() throws javax.ejb.RemoveException
public void ejbStore()