|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.contract.objects.ParticipantAccessBean
This bean provides access to the PARTICIPNT table.
The following is a description of this table:
The trading Participant table.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
ParticipantAccessBean()
Default constructor. |
|
ParticipantAccessBean(javax.ejb.EJBObject Object)
Creates an access bean for the specified EJB |
|
ParticipantAccessBean(java.lang.Long tradingId,
java.lang.Long tcId,
java.lang.Long memberId,
java.lang.Integer participantRoleId)
Constructs an ParticipantAccessBean object with the specified memberId, participantRoleId, and either tradingId or tcId. |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.util.Enumeration |
findAllInTCLevel(java.lang.Long tcId)
Retrieves an Enumeration of the ParticipantAccessBeans representing all the participants that the term and condition has. |
java.util.Enumeration |
findAllInTradingLevel(java.lang.Long aDAllInTradingLevel)
Retrieves an Enumeration of the ParticipantAccessBeans representing all the participants that the trading agreement has. |
java.util.Enumeration |
findAllVisibleInTradingLevel(java.lang.Long tradingId)
Retrieves an Enumeration of the ParticipantAccessBeans representing all the participants with the specified trading ID, whose participant role is neither Creator nor Seller . |
java.util.Enumeration |
findByTCAndRole(java.lang.Long tcId,
java.lang.Integer participantRoleId)
Retrieves an Enumeration of the ParticipantAccessBeans representing all the participants with specified term condition ID, and participant role ID. |
ParticipantAccessBean |
findByTCMemberAndRole(java.lang.Long tcId,
java.lang.Long memberId,
java.lang.Integer participantRoleId)
Retrieves the ParticipantAccessBean representing the participant with specified term condition ID, member ID, and participant role ID. |
java.util.Enumeration |
findByTradingAndRole(java.lang.Long tradingId,
java.lang.Integer participantRoleId)
Retrieves an Enumeration of the ParticipantAccessBeans representing all the participants with specified trading ID, and participant role ID. |
ParticipantAccessBean |
findByTradingMemberAndRole(java.lang.Long tradingId,
java.lang.Long memberId,
java.lang.Integer participantRoleId)
Retrieves the ParticipantAccessBean representing the participant with specified trading ID, member ID, and participant role ID. |
java.util.Enumeration |
findNonBuyerInTCLevel(java.lang.Long tcId)
Retrieves an Enumeration of the ParticipantAccessBeans representing all the participants with specified term condition ID. |
java.lang.String |
getInformation()
This method provides access to the PARTICIPNT.INFORMATION column of DB2 type LONG NULL. |
java.lang.String |
getMemberId()
This method provides access to the PARTICIPNT.MEMBER_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getMemberIdInEJBType()
This method provides access to the PARTICIPNT.MEMBER_ID column of DB2 type BIGINT NULL. |
java.lang.String |
getParticipantId()
This method provides access to the PARTICIPNT.PARTICIPNT_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getParticipantIdInEJBType()
This method provides access to the PARTICIPNT.PARTICIPNT_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getRoleId()
This method provides access to the PARTICIPNT.PARTROLE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getRoleIdInEJBType()
This method provides access to the PARTICIPNT.PARTROLE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getTcId()
This method provides access to the PARTICIPNT.TERMCOND_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getTcIdInEJBType()
This method provides access to the PARTICIPNT.TERMCOND_ID column of DB2 type BIGINT NULL. |
java.lang.String |
getTimeCreated()
This method provides access to the PARTICIPNT.TIMECREATED column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getTimeCreatedInEJBType()
This method provides access to the PARTICIPNT.TIMECREATED column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getTimeUpdated()
This method provides access to the PARTICIPNT.TIMEUPDATED column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getTimeUpdatedInEJBType()
This method provides access to the PARTICIPNT.TIMEUPDATED column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getTradingId()
This method provides access to the PARTICIPNT.TRADING_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getTradingIdInEJBType()
This method provides access to the PARTICIPNT.TRADING_ID column of DB2 type BIGINT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setInformation(java.lang.String aInformation)
This method provides access to the PARTICIPNT.INFORMATION column of DB2 type LONG NULL. |
void |
setInitKey_participantId(java.lang.String aInitKey_participantId)
Set the primary key for this object |
void |
setMemberId(java.lang.Long aMemberId)
This method provides access to the PARTICIPNT.MEMBER_ID column of DB2 type BIGINT NULL. |
void |
setMemberId(java.lang.String aMemberId)
This method provides access to the PARTICIPNT.MEMBER_ID column of DB2 type BIGINT NULL. |
void |
setParticipantId(java.lang.Long aParticipantId)
This method provides access to the PARTICIPNT.PARTICIPNT_ID column of DB2 type BIGINT NOT NULL. |
void |
setParticipantId(java.lang.String aParticipantId)
This method provides access to the PARTICIPNT.PARTICIPNT_ID column of DB2 type BIGINT NOT NULL. |
void |
setRoleId(java.lang.Integer aRoleId)
This method provides access to the PARTICIPNT.PARTROLE_ID column of DB2 type INTEGER NOT NULL. |
void |
setRoleId(java.lang.String aRoleId)
This method provides access to the PARTICIPNT.PARTROLE_ID column of DB2 type INTEGER NOT NULL. |
void |
setTcId(java.lang.Long aTcId)
This method provides access to the PARTICIPNT.TERMCOND_ID column of DB2 type BIGINT NULL. |
void |
setTcId(java.lang.String aTcId)
This method provides access to the PARTICIPNT.TERMCOND_ID column of DB2 type BIGINT NULL. |
void |
setTimeCreated(java.lang.String aTimeCreated)
This method provides access to the PARTICIPNT.TIMECREATED column of DB2 type TIMESTAMP NULL. |
void |
setTimeCreated(java.sql.Timestamp aTimeCreated)
This method provides access to the PARTICIPNT.TIMECREATED column of DB2 type TIMESTAMP NULL. |
void |
setTimeUpdated(java.lang.String aTimeUpdated)
This method provides access to the PARTICIPNT.TIMEUPDATED column of DB2 type TIMESTAMP NULL. |
void |
setTimeUpdated(java.sql.Timestamp aTimeUpdated)
This method provides access to the PARTICIPNT.TIMEUPDATED column of DB2 type TIMESTAMP NULL. |
void |
setTradingId(java.lang.Long aTradingId)
This method provides access to the PARTICIPNT.TRADING_ID column of DB2 type BIGINT NULL. |
void |
setTradingId(java.lang.String aTradingId)
This method provides access to the PARTICIPNT.TRADING_ID column of DB2 type BIGINT NULL. |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean |
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ParticipantAccessBean()
Default constructor. Maps to findByPrimaryKey.
public ParticipantAccessBean(javax.ejb.EJBObject Object) throws java.rmi.RemoteException
Creates an access bean for the specified EJB
object
- The EJB Object used for the access bean construction.java.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic ParticipantAccessBean(java.lang.Long tradingId, java.lang.Long tcId, java.lang.Long memberId, java.lang.Integer participantRoleId) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
Constructs an ParticipantAccessBean object with the specified memberId, participantRoleId, and either tradingId or tcId.
tradingId
- The ID of the trading agreement that the Participant belongs to.tcId
- The ID of the Term and Condition that the Participant belongs to.memberId
- The Member ID of the Participant.participantRoleId
- The Role ID of the Participant.javax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findAllInTCLevel(java.lang.Long tcId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves an Enumeration of the ParticipantAccessBeans representing all the participants that the term and condition has.
The SQL query used to fetch all the required rows from the PARTICIPNT table is:
select * from participnt T1 where T1.termcond_id = ?
tcId
- The ID of the Term and Condition that the Participant belongs to.java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findAllInTradingLevel(java.lang.Long aDAllInTradingLevel) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves an Enumeration of the ParticipantAccessBeans representing all the participants that the trading agreement has.
The SQL query used to fetch all the required rows from the PARTICIPNT table is:
select * from participnt T1 where T1.trading_id = ? and termcond_id is NULL
tradingId
- The ID of the trading agreement that the Participant belongs to.java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findAllVisibleInTradingLevel(java.lang.Long tradingId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves an Enumeration of the ParticipantAccessBeans representing all the participants with the specified trading ID, whose participant role is neither Creator nor Seller .
The SQL query used to fetch all the required rows from the PARTICIPNT table is: select * from participnt T1 where T1.trading_id = ? and termcond_id is NULL and partrole_id not in (0,1)tradingId
- The ID of the trading agreement that the Participant belongs to.java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByTCAndRole(java.lang.Long tcId, java.lang.Integer participantRoleId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves an Enumeration of the ParticipantAccessBeans representing all the participants with specified term condition ID, and participant role ID.
The SQL query used to fetch all the required rows from the PARTICIPNT table is:
select * from participnt T1 where T1.trading_id = ? and termcond_id is NULL and member_id= ? and partrole_id = ?
tcId
- The ID of the Term and Condition.participantRoleId
- The Participant role ID.java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic ParticipantAccessBean findByTCMemberAndRole(java.lang.Long tcId, java.lang.Long memberId, java.lang.Integer participantRoleId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the ParticipantAccessBean representing the participant with specified term condition ID, member ID, and participant role ID.
The SQL query used to fetch all the required row from the PARTICIPNT table is:
select * from participnt T1 where T1.trading_id = ? and termcond_id is NULL and member_id= ? and partrole_id = ?
tcId
- The ID of the Term and Condition that the Participant belongs to.memberId
- The Member ID of the Participant.participantRoleId
- The Role ID of the Participant.java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByTradingAndRole(java.lang.Long tradingId, java.lang.Integer participantRoleId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves an Enumeration of the ParticipantAccessBeans representing all the participants with specified trading ID, and participant role ID.
The SQL query used to fetch all the required rows from the PARTICIPNT table is:
select * from participnt T1 where T1.trading_id = ? and partrole_id = ?
tradingId
- The ID of the trading agreement that the Participant belongs to.participantRoleId
- The Role ID of the Participant.java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic ParticipantAccessBean findByTradingMemberAndRole(java.lang.Long tradingId, java.lang.Long memberId, java.lang.Integer participantRoleId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the ParticipantAccessBean representing the participant with specified trading ID, member ID, and participant role ID.
The SQL query used to fetch all the required row from the PARTICIPNT table is:
select * from participnt T1 where T1.trading_id = ? and termcond_id is NULL and member_id= ? and partrole_id = ?
tradingId
- The ID of the trading agreement that the Participant belongs to.memberId
- The Member ID of the Participant.participantRoleId
- The ID of the participant's role.java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findNonBuyerInTCLevel(java.lang.Long tcId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves an Enumeration of the ParticipantAccessBeans representing all the participants with specified term condition ID.
The SQL query used to fetch all the required rows from the PARTICIPNT table is:
select * from participnt T1 where T1.termcond_id = ? and partrole_id != 2
tcId
- The ID of the Term and Condition that the Participant belongs to.java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getInformation() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PARTICIPNT.INFORMATION column of DB2 type LONG NULL.
The following is a description of this column:
Information about the participant.
getInformation
in interface ParticipantAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getMemberId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PARTICIPNT.MEMBER_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Member ID for the Participant (UI). If null, imply no restriction.
getMemberId
in interface ParticipantAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getMemberIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PARTICIPNT.MEMBER_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Member ID for the Participant (UI). If null, imply no restriction.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getParticipantId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PARTICIPNT.PARTICIPNT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Participant ID (primary key).
getParticipantId
in interface ParticipantAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getParticipantIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PARTICIPNT.PARTICIPNT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Participant ID (primary key).
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getRoleId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PARTICIPNT.PARTROLE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Participant role ID.
getRoleId
in interface ParticipantAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getRoleIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PARTICIPNT.PARTROLE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Participant role ID.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getTcId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PARTICIPNT.TERMCOND_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
TermAndConditions ID. If null, this is a Trading agreement level participant. Either TRADING_ID or TERMCOND_ID has to be null.
getTcId
in interface ParticipantAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getTcIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PARTICIPNT.TERMCOND_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
TermAndConditions ID. If null, this is a Trading agreement level participant. Either TRADING_ID or TERMCOND_ID has to be null.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getTimeCreated() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PARTICIPNT.TIMECREATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time created.
getTimeCreated
in interface ParticipantAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.sql.Timestamp getTimeCreatedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PARTICIPNT.TIMECREATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time created.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getTimeUpdated() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PARTICIPNT.TIMEUPDATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time updated.
getTimeUpdated
in interface ParticipantAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.sql.Timestamp getTimeUpdatedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PARTICIPNT.TIMEUPDATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time updated.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getTradingId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PARTICIPNT.TRADING_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Trading agreement ID. If null, this is a terms and conditions level participant. Either TRADING_ID or TERMCOND_ID has to be null.
getTradingId
in interface ParticipantAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getTradingIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PARTICIPNT.TRADING_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Trading agreement ID. If null, this is a terms and conditions level participant. Either TRADING_ID or TERMCOND_ID has to be null.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void setInformation(java.lang.String aInformation)
This method provides access to the PARTICIPNT.INFORMATION column of DB2 type LONG NULL.
The following is a description of this column:
Information about the participant.
setInformation
in interface ParticipantAccessBeanData
aInformation
- java.lang.Stringpublic void setInitKey_participantId(java.lang.String aInitKey_participantId)
Set the primary key for this object
aInitKey_participantId
- The ID of the Participant.public void setMemberId(java.lang.Long aMemberId)
This method provides access to the PARTICIPNT.MEMBER_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Member ID for the Participant (UI). If null, imply no restriction.
aMemberId
- The Member ID of the Participant.public void setMemberId(java.lang.String aMemberId)
This method provides access to the PARTICIPNT.MEMBER_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Member ID for the Participant (UI). If null, imply no restriction.
setMemberId
in interface ParticipantAccessBeanData
aMemberId
- The Member ID of the Participant.public void setParticipantId(java.lang.Long aParticipantId)
This method provides access to the PARTICIPNT.PARTICIPNT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Participant ID (primary key).
aParticipantId
- The ID of the Participant.public void setParticipantId(java.lang.String aParticipantId)
This method provides access to the PARTICIPNT.PARTICIPNT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Participant ID (primary key).
setParticipantId
in interface ParticipantAccessBeanData
aParticipantId
- The ID of the Participant.public void setRoleId(java.lang.Integer aRoleId)
This method provides access to the PARTICIPNT.PARTROLE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Participant role ID.
aRoleId
- The Participant role ID.public void setRoleId(java.lang.String aRoleId)
This method provides access to the PARTICIPNT.PARTROLE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Participant role ID.
setRoleId
in interface ParticipantAccessBeanData
aRoleId
- The Participant role ID.public void setTcId(java.lang.Long aTcId)
This method provides access to the PARTICIPNT.TERMCOND_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
TermAndConditions ID. If null, this is a Trading agreement level participant. Either TRADING_ID or TERMCOND_ID has to be null.
aTcId
- The ID of the Term and Condition that the Participant belongs to.public void setTcId(java.lang.String aTcId)
This method provides access to the PARTICIPNT.TERMCOND_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
TermAndConditions ID. If null, this is a Trading agreement level participant. Either TRADING_ID or TERMCOND_ID has to be null.
setTcId
in interface ParticipantAccessBeanData
aTcId
- The ID of the Term and Condition that the Participant belongs to.public void setTimeCreated(java.lang.String aTimeCreated)
This method provides access to the PARTICIPNT.TIMECREATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time created.
setTimeCreated
in interface ParticipantAccessBeanData
aTimeCreated
- The time the Participant was created.public void setTimeCreated(java.sql.Timestamp aTimeCreated)
This method provides access to the PARTICIPNT.TIMECREATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time created.
aTimeCreated
- The time the Participant was created.public void setTimeUpdated(java.lang.String aTimeUpdated)
This method provides access to the PARTICIPNT.TIMEUPDATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time updated.
setTimeUpdated
in interface ParticipantAccessBeanData
aTimeUpdated
- Time updated.public void setTimeUpdated(java.sql.Timestamp aTimeUpdated)
This method provides access to the PARTICIPNT.TIMEUPDATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time updated.
aTimeUpdated
- The time the Participant was most recently updated.public void setTradingId(java.lang.Long aTradingId)
This method provides access to the PARTICIPNT.TRADING_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Trading agreement ID. If null, this is a terms and conditions level participant. Either TRADING_ID or TERMCOND_ID has to be null.
aTradingId
- The ID of the Trading Agreement that the Participant belongs to.public void setTradingId(java.lang.String aTradingId)
This method provides access to the PARTICIPNT.TRADING_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Trading agreement ID. If null, this is a terms and conditions level participant. Either TRADING_ID or TERMCOND_ID has to be null.
setTradingId
in interface ParticipantAccessBeanData
aTradingId
- The ID of the trading agreement that the Participant belongs to
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |