java.lang.Objectcom.ibm.commerce.base.objects.ECEntityBean
com.ibm.commerce.contract.objimpl.ContractDisplayBeanBase
com.ibm.commerce.contract.objects.ContractDisplayBean
Provides access to the CNTRDISPLY table.
The following is a description of this table:
The contract display table.
Field Summary |
Fields inherited from class com.ibm.commerce.contract.objimpl.ContractDisplayBeanBase |
contractId, devicefmtId, displayPageName, participantRoleId, referenceNumber |
Constructor Summary | |
ContractDisplayBean() |
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.ContractDisplayKey | ejbCreate(java.lang.Long argContractId, java.lang.Integer argDevicefmtId, java.lang.Integer argParticipantRoleId) Constructs an ContractDisplayAccessBean object with the specified contract ID, device format ID, and the contract participant role ID |
void | ejbLoad() |
void | ejbPassivate() |
void | ejbPostCreate(java.lang.Long argContractId, java.lang.Integer argDevicefmtId, java.lang.Integer argParticipantRoleId) The postCreate method for the ContractDisplay bean. |
void | ejbRemove() |
void | ejbStore() |
Methods inherited from class com.ibm.commerce.contract.objimpl.ContractDisplayBeanBase |
getContractId, getDevicefmtId, getDisplayPageName, getParticipantRoleId, getReferenceNumber, setDisplayPageName, setParticipantRoleId, setReferenceNumber |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ContractDisplayBean()
Method Detail |
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.ContractDisplayKey ejbCreate(java.lang.Long argContractId, java.lang.Integer argDevicefmtId, java.lang.Integer argParticipantRoleId) throws javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Constructs an ContractDisplayAccessBean object with the specified contract ID, device format ID, and the contract participant role ID
public void ejbLoad()
public void ejbPassivate()
public void ejbPostCreate(java.lang.Long argContractId, java.lang.Integer argDevicefmtId, java.lang.Integer argParticipantRoleId)
public void ejbRemove() throws javax.ejb.RemoveException
public void ejbStore()
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.