java.lang.Object | +--com.ibm.commerce.base.objects.ECEntityBean | +--com.ibm.commerce.contract.objimpl.PolicyCommandBeanBase | +--com.ibm.commerce.contract.objects.PolicyCommandBean
This bean provides access to the POLICYCMD table.
The following is a description of this table:
The business policy to command relationship table.
Field Summary |
---|
Fields inherited from class com.ibm.commerce.contract.objimpl. PolicyCommandBeanBase |
businessCmdClass,
policyId,
properties |
Constructor Summary | |
---|---|
PolicyCommandBean() |
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.PolicyCommandKey |
ejbCreate(java.lang.Long argPolicyId,
java.lang.String argBusinesCmdClass) Constructs an PolicyCommandAccessBean object with the specified business policy ID, and the name of the specified business command class. |
void |
ejbLoad() |
void |
ejbPassivate() |
void |
ejbPostCreate(java.lang.Long argPolicyId,
java.lang.String argBusinesCmdClass) The post create method for the bean. |
void |
ejbRemove() |
void |
ejbStore() |
Methods inherited from class com.ibm.commerce.contract.objimpl. PolicyCommandBeanBase |
getBusinessCmdClass,
getPolicyId,
getProperties,
setProperties |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public PolicyCommandBean()
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.PolicyCommandKey ejbCreate(java.lang.Long argPolicyId, java.lang.String argBusinesCmdClass) throws javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
PolicyCommandBeanBase
ejbCreate
in class
PolicyCommandBeanBase
argPolicyId
- The ID of the business policy.argBusinesCmdClass
- The name of the business policy command
class.javax.naming.NamingException
- The
javax.naming.NamingExceptionexception.javax.ejb.CreateException
javax.ejb.FinderException
PolicyCommandBeanBase.ejbCreate(Long,
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.String argBusinesCmdClass)
argPolicyId
- The ID of the business policy.argBusinesCmdClass
- The name of the business
class.public void ejbRemove() throws javax.ejb.RemoveException
javax.ejb.RemoveException
javax.ejb.EntityBean#ejbRemove()
public void ejbStore()
com.ibm.commerce.base.objects.ECEntityBean#ejbStore()