java.lang.Object | +--com.ibm.commerce.base.objects.ECEntityBean | +--com.ibm.commerce.contract.objimpl.ParticipantBeanBase | +--com.ibm.commerce.contract.objects.ParticipantBean
This bean provides access to the PARTICIPNT table.
The following is a description of this table:
The trading Participant table.
Field Summary |
---|
Fields inherited from class com.ibm.commerce.contract.objimpl. ParticipantBeanBase |
memberId,
participantId,
roleId,
tcId,
timeCreated,
timeUpdated,
tradingId |
Constructor Summary | |
---|---|
ParticipantBean() |
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.ParticipantKey |
ejbCreate(java.lang.Long argTradingId, java.lang.Long argTCId,
java.lang.Long argMemberId, java.lang.Integer argRoleId) Constructs an ParticipantAccessBean object with the specified memberId, participantRoleId, and either tradingId or tcId. |
void |
ejbLoad() |
void |
ejbPassivate() |
void |
ejbPostCreate(java.lang.Long argTradingId, java.lang.Long argTCId,
java.lang.Long argMemberId, java.lang.Integer argRoleId) The post create method for the bean. |
void |
ejbRemove() |
void |
ejbStore() |
Methods inherited from class com.ibm.commerce.contract.objimpl. ParticipantBeanBase |
getInformation,
getMemberId,
getParticipantId,
getRoleId,
getTcId,
getTimeCreated,
getTimeUpdated,
getTradingId,
setInformation,
setMemberId,
setParticipantId,
setRoleId,
setTcId,
setTimeCreated,
setTimeUpdated,
setTradingId |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public ParticipantBean()
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
javax.ejb.RemoveException
- The javax.ejb.RemoveException
exception.public void ejbActivate()
javax.ejb.EntityBean#ejbActivate()
public com.ibm.commerce.contract.objects.ParticipantKey ejbCreate(java.lang.Long argTradingId, java.lang.Long argTCId, java.lang.Long argMemberId, java.lang.Integer argRoleId) throws javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
ParticipantBeanBase
ejbCreate
in class
ParticipantBeanBase
argTradingId
- The ID of the trading agreement that the
Participant belongs to.argTCId
- The ID of the Term and Condition that the
Participant belongs to.argMemberId
- The Member ID of the Participant.argRoleId
- The Role ID of the Participant.javax.naming.NamingException
- The
javax.naming.NamingException exception.javax.ejb.CreateException
javax.ejb.FinderException
ParticipantBeanBase.ejbCreate(Long, Long, Long,
Integer)
public void ejbLoad()
com.ibm.commerce.base.objects.ECEntityBean#ejbLoad()
public void ejbPassivate()
javax.ejb.EntityBean#ejbPassivate()
public void ejbPostCreate(java.lang.Long argTradingId, java.lang.Long argTCId, java.lang.Long argMemberId, java.lang.Integer argRoleId)
argTradingId
- The ID of the trading agreement.argTCId
- The ID of the terms and conditions.argMemberId
- The member ID.argRoleId
- The role ID.public void ejbRemove() throws javax.ejb.RemoveException
javax.ejb.RemoveException
javax.ejb.EntityBean#ejbRemove()
public void ejbStore()
com.ibm.commerce.base.objects.ECEntityBean#ejbStore()