public class PolicyDescriptionBean extends PolicyDescriptionBeanBase implements javax.ejb.EntityBean
This bean provides access to the POLICYDESC table.
The following is a description of this table:
The policy description table. This bean accesses the database table POLICYDESC
Constructor and Description |
---|
PolicyDescriptionBean() |
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.PolicyDescriptionKey | ejbCreate(java.lang.Long argPolicyId, java.lang.Integer argLanguageId, java.lang.String argShortDescription)
Constructs an PolicyDescriptionAccessBean object with the specified business policy ID, language ID, and the short description.
|
void | ejbLoad() |
void | ejbPassivate() |
void | ejbPostCreate(java.lang.Long argPolicyId, java.lang.Integer argLanguageId, java.lang.String argShortDescription)
The post create method for the bean.
|
void | ejbRemove()
Called by the container when the EJB is removed.
|
void | ejbStore()
Called by the container when the EJB is persisted.
|
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.PolicyDescriptionKey ejbCreate(java.lang.Long argPolicyId, java.lang.Integer argLanguageId, java.lang.String argShortDescription) throws javax.ejb.CreateException
public void ejbLoad()
public void ejbPassivate()
public void ejbPostCreate(java.lang.Long argPolicyId, java.lang.Integer argLanguageId, java.lang.String argShortDescription)
public void ejbRemove() throws javax.ejb.RemoveException
public void ejbStore()