com.ibm.commerce.contract.objects
Class StoreContractBean

java.lang.Object
  com.ibm.commerce.base.objects.ECEntityBean
      com.ibm.commerce.contract.objimpl.StoreContractBeanBase
          com.ibm.commerce.contract.objects.StoreContractBean

public class StoreContractBean
extends StoreContractBeanBase

This bean provides access to the STORECNTR table.

The following is a description of this table:

Each row of this table indicates that a Contract is deployed in a Store.

See Also:
Serialized Form

Field Summary
Fields inherited from class com.ibm.commerce.contract.objimpl.StoreContractBeanBase
contractReferenceNumber, storeId
Constructor Summary
StoreContractBean()
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.StoreContractKey ejbCreate(StoreContractKey key)
Constructs an StoreContractAccessBean object with the specified StoreContractKey.
void ejbLoad()
void ejbPassivate()
void ejbPostCreate(StoreContractKey key)
Method ejbPostCreate.
void ejbRemove()
void ejbStore()
Methods inherited from class com.ibm.commerce.contract.objimpl.StoreContractBeanBase
getContractReferenceNumber, getStoreId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

StoreContractBean

public StoreContractBean()
Method Detail

_copyFromEJB

public java.util.Hashtable _copyFromEJB()
See Also:
com.ibm.commerce.base.objects.ECEntityBean#_copyFromEJB()

_copyToEJB

public void _copyToEJB(java.util.Hashtable h)
Method _copyToEJB.
Parameters:
h -

_getLinks

protected java.util.Vector _getLinks()
Method _getLinks.
Returns:
Vector

_initLinks

protected void _initLinks()
Method _initLinks.

_removeLinks

protected void _removeLinks()
                     throws javax.ejb.RemoveException
Method _removeLinks.
Throws:
RemoveException

ejbActivate

public void ejbActivate()
See Also:
javax.ejb.EntityBean#ejbActivate()

ejbCreate

public com.ibm.commerce.contract.objects.StoreContractKey ejbCreate(StoreContractKey key)
                                                             throws javax.ejb.CreateException
Description copied from class: StoreContractBeanBase
Constructs an StoreContractAccessBean object with the specified StoreContractKey.
Overrides:
ejbCreate in class StoreContractBeanBase
Parameters:
key - The key associated with the StoreContract bean.
Returns:
The StoreContractKey object.
Throws:
javax.ejb.CreateException
See Also:
StoreContractBeanBase.ejbCreate(StoreContractKey)

ejbLoad

public void ejbLoad()
See Also:
com.ibm.commerce.base.objects.ECEntityBean#ejbLoad()

ejbPassivate

public void ejbPassivate()
See Also:
javax.ejb.EntityBean#ejbPassivate()

ejbPostCreate

public void ejbPostCreate(StoreContractKey key)
Method ejbPostCreate.
Parameters:
key -

ejbRemove

public void ejbRemove()
               throws javax.ejb.RemoveException
Throws:
javax.ejb.RemoveException
See Also:
javax.ejb.EntityBean#ejbRemove()

ejbStore

public void ejbStore()
See Also:
com.ibm.commerce.base.objects.ECEntityBean#ejbStore()

Feedback