java.lang.Object | +--com.ibm.commerce.base.objects.ECEntityBean | +--com.ibm.commerce.contract.objimpl.PolicyDescriptionBeanBase | +--com.ibm.commerce.contract.objects.PolicyDescriptionBean
This bean provides access to the POLICYDESC table.
The following is a description of this table:
The policy description table.
Field Summary |
---|
Fields inherited from class com.ibm.commerce.contract.objimpl. PolicyDescriptionBeanBase |
languageId,
policyId,
shortDescription,
timeCreated,
timeUpdated |
Constructor Summary | |
---|---|
PolicyDescriptionBean() |
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.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() |
void |
ejbStore() |
Methods inherited from class com.ibm.commerce.contract.objimpl. PolicyDescriptionBeanBase |
getLanguageId,
getLongDescription,
getPolicyId,
getShortDescription,
getTimeCreated,
getTimeUpdated,
setLanguageId,
setLongDescription,
setPolicyId,
setShortDescription,
setTimeCreated,
setTimeUpdated |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public PolicyDescriptionBean()
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.PolicyDescriptionKey ejbCreate(java.lang.Long argPolicyId, java.lang.Integer argLanguageId, java.lang.String argShortDescription) throws javax.ejb.CreateException
PolicyDescriptionBeanBase
ejbCreate
in class
PolicyDescriptionBeanBase
argPolicyId
- The business policy ID.argLanguageId
- The language ID.argShortDescription
- The short description of the business
policy.javax.ejb.CreateException
PolicyDescriptionBeanBase.ejbCreate(Long, Integer,
String)
public void ejbLoad()
com.ibm.commerce.base.objects.ECEntityBean#ejbLoad()
public void ejbPassivate()
javax.ejb.EntityBean#ejbPassivate()
public void ejbPostCreate(java.lang.Long argPolicyId, java.lang.Integer argLanguageId, java.lang.String argShortDescription)
argPolicyId
- The ID of the business policy.argLanguageId
- The language ID.argShortDescription
- The short description of the business
policy.public void ejbRemove() throws javax.ejb.RemoveException
javax.ejb.RemoveException
javax.ejb.EntityBean#ejbRemove()
public void ejbStore()
com.ibm.commerce.base.objects.ECEntityBean#ejbStore()