com.ibm.commerce.contract.objects
Class ParticipantAccessBean

java.lang.Object
  com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
      com.ibm.commerce.contract.objects.ParticipantAccessBean
All Implemented Interfaces:
ParticipantAccessBeanData

public class ParticipantAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements ParticipantAccessBeanData

This table stores information about a participant for a TradingAgreement. This access bean corresponds to the database table 'PARTICIPNT'.

See Also:
Serialized Form

Constructor Summary
ParticipantAccessBean()
Zero argument constructor used to initialize the access bean.
ParticipantAccessBean(javax.ejb.EJBObject o)
constructor
ParticipantAccessBean(java.lang.Long argTradingId, java.lang.Long argTCId, java.lang.Long argMemberId, java.lang.Integer argRole)
Constructs an Participant object with the specified argMemberId, argRole, and either argTradingId or argTCId.
Method Summary
void commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage).
protected java.lang.String defaultJNDIName()
java.util.Enumeration findAllInTCLevel(java.lang.Long argTCId)
Retrieves an Enumeration of the ParticipantAccessBeans representing all the participants that the term and condition has.
java.util.Enumeration findAllInTradingLevel(java.lang.Long argTradingId)
Retrieves an Enumeration of the ParticipantAccessBeans representing all the participants that the trading agreement has.
java.util.Enumeration findAllVisibleInTradingLevel(java.lang.Long argTradingId)
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 argTCId, java.lang.Integer argRoleId)
Retrieves an Enumeration of the ParticipantAccessBeans representing all the participants with specified term condition ID, and participant role ID.
ParticipantAccessBean findByTCMemberAndRole(java.lang.Long argTCId, java.lang.Long argMemberId, java.lang.Integer argRoleId)
Retrieves the Participant representing the participant with specified term condition ID, member ID, and participant role ID.
java.util.Enumeration findByTradingAndRole(java.lang.Long argTradingId, java.lang.Integer argRoleId)
Retrieves an Enumeration of the ParticipantAccessBeans representing all the participants with specified trading ID, and participant role ID.
ParticipantAccessBean findByTradingMemberAndRole(java.lang.Long argTradingId, java.lang.Long argMemberId, java.lang.Integer argRoleId)
Retrieves the Participant representing the participant with specified trading ID, member ID, and participant role ID.
java.util.Enumeration findNonBuyerInTCLevel(java.lang.Long argTCId)
Retrieves an Enumeration of the ParticipantAccessBeans representing all the participants with specified term condition ID.
java.lang.String getInformation()
This method accesses a non-CMP field
java.lang.String getMemberId()
This method provides access to the PARTICIPNT.MEMBER_ID column of DB2 type BIGINT.
java.lang.Long getMemberIdInEJBType()
This method provides access to the PARTICIPNT.MEMBER_ID column of DB2 type BIGINT.
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.
java.lang.Long getTcIdInEJBType()
This method provides access to the PARTICIPNT.TERMCOND_ID column of DB2 type BIGINT.
java.lang.String getTimeCreated()
This method provides access to the PARTICIPNT.TIMECREATED column of DB2 type TIMESTAMP.
java.sql.Timestamp getTimeCreatedInEJBType()
This method provides access to the PARTICIPNT.TIMECREATED column of DB2 type TIMESTAMP.
java.lang.String getTimeUpdated()
This method provides access to the PARTICIPNT.TIMEUPDATED column of DB2 type TIMESTAMP.
java.sql.Timestamp getTimeUpdatedInEJBType()
This method provides access to the PARTICIPNT.TIMEUPDATED column of DB2 type TIMESTAMP.
java.lang.String getTradingId()
This method provides access to the PARTICIPNT.TRADING_ID column of DB2 type BIGINT.
java.lang.Long getTradingIdInEJBType()
This method provides access to the PARTICIPNT.TRADING_ID column of DB2 type BIGINT.
protected void instantiateEJB()
protected boolean instantiateEJBByPrimaryKey()
void refreshCopyHelper()
Load data from the EJBObject.
void setInformation(java.lang.String newValue)
This method accesses a non-CMP field
void setInitKey_participantId(java.lang.String newValue)
Set the primary key for this object
void setMemberId(java.lang.Long newValue)
This method accesses a non-CMP field
void setMemberId(java.lang.String newValue)
This method accesses a non-CMP field
void setParticipantId(java.lang.Long newValue)
This method accesses a non-CMP field
void setParticipantId(java.lang.String newValue)
This method accesses a non-CMP field
void setRoleId(java.lang.Integer newValue)
This method accesses a non-CMP field
void setRoleId(java.lang.String newValue)
This method accesses a non-CMP field
void setTcId(java.lang.Long newValue)
This method accesses a non-CMP field
void setTcId(java.lang.String newValue)
This method accesses a non-CMP field
void setTimeCreated(java.lang.String newValue)
This method accesses a non-CMP field
void setTimeCreated(java.sql.Timestamp newValue)
This method accesses a non-CMP field
void setTimeUpdated(java.lang.String newValue)
This method accesses a non-CMP field
void setTimeUpdated(java.sql.Timestamp newValue)
This method accesses a non-CMP field
void setTradingId(java.lang.Long newValue)
This method accesses a non-CMP field
void setTradingId(java.lang.String newValue)
This method accesses a non-CMP field
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

ParticipantAccessBean

public ParticipantAccessBean()
Zero argument constructor used to initialize the access bean. This constructor corresponds to the following home interface method: public abstract com.ibm.commerce.contract.objects.Participant com.ibm.commerce.contract.objimpl.ParticipantHomeBase.findByPrimaryKey(com.ibm.commerce.contract.objects.ParticipantKey) throws java.rmi.RemoteException,javax.ejb.FinderException The home interface method properties need to be set by calling the following setter methods before calling any business methods: setInitKey_participantId( java.lang.Long )

ParticipantAccessBean

public ParticipantAccessBean(javax.ejb.EJBObject o)
                      throws java.rmi.RemoteException
constructor
Parameters:
o - javax.ejb.EJBObject
Throws:
java.rmi.RemoteException

ParticipantAccessBean

public ParticipantAccessBean(java.lang.Long argTradingId,
                             java.lang.Long argTCId,
                             java.lang.Long argMemberId,
                             java.lang.Integer argRole)
                      throws javax.naming.NamingException,
                             javax.ejb.CreateException,
                             javax.ejb.FinderException,
                             java.rmi.RemoteException

Constructs an Participant object with the specified argMemberId, argRole, and either argTradingId or argTCId.

Parameters:
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.
argRole - The Role ID of the Participant.
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
Method Detail

findByTCMemberAndRole

public ParticipantAccessBean findByTCMemberAndRole(java.lang.Long argTCId,
                                                   java.lang.Long argMemberId,
                                                   java.lang.Integer argRoleId)
                                            throws java.rmi.RemoteException,
                                                   javax.ejb.FinderException,
                                                   javax.naming.NamingException

Retrieves the Participant 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 = ?

Parameters:
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.
Returns:
The Participant representing the row that matches the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

findByTradingMemberAndRole

public ParticipantAccessBean findByTradingMemberAndRole(java.lang.Long argTradingId,
                                                        java.lang.Long argMemberId,
                                                        java.lang.Integer argRoleId)
                                                 throws java.rmi.RemoteException,
                                                        javax.ejb.FinderException,
                                                        javax.naming.NamingException

Retrieves the Participant 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 = ?

Parameters:
argTradingId - The ID of the trading agreement that the Participant belongs to.
argMemberId - The Member ID of the Participant.
argRoleId - The ID of the participant's role.
Returns:
The Participant representing the row that matches the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

findAllInTCLevel

public java.util.Enumeration findAllInTCLevel(java.lang.Long argTCId)
                                       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 = ?

Parameters:
argTCId - The ID of the Term and Condition that the Participant belongs to.
Returns:
An Enumeration of all the ParticipantAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

findAllInTradingLevel

public java.util.Enumeration findAllInTradingLevel(java.lang.Long argTradingId)
                                            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

Returns:
An Enumeration of all the ParticipantAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

findAllVisibleInTradingLevel

public java.util.Enumeration findAllVisibleInTradingLevel(java.lang.Long argTradingId)
                                                   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)
Parameters:
argTradingId - The ID of the trading agreement that the Participant belongs to.
Returns:
An Enumeration of all the ParticipantAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

findByTCAndRole

public java.util.Enumeration findByTCAndRole(java.lang.Long argTCId,
                                             java.lang.Integer argRoleId)
                                      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 = ?

Parameters:
argTCId - The ID of the Term and Condition.
argRoleId - The Participant role ID.
Returns:
An Enumeration of all the ParticipantAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

findByTradingAndRole

public java.util.Enumeration findByTradingAndRole(java.lang.Long argTradingId,
                                                  java.lang.Integer argRoleId)
                                           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 = ?

Parameters:
argTradingId - The ID of the trading agreement that the Participant belongs to.
argRoleId - The Role ID of the Participant.
Returns:
An Enumeration of all the ParticipantAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

findNonBuyerInTCLevel

public java.util.Enumeration findNonBuyerInTCLevel(java.lang.Long argTCId)
                                            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

Parameters:
argTCId - The ID of the Term and Condition that the Participant belongs to.
Returns:
The ParticipantAccessBean representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

setInitKey_participantId

public void setInitKey_participantId(java.lang.String newValue)

Set the primary key for this object

Parameters:
newValue - java.lang.String
Returns:
void

defaultJNDIName

protected java.lang.String defaultJNDIName()
Returns:
String

instantiateEJB

protected void instantiateEJB()
                       throws java.rmi.RemoteException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException
Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException

instantiateEJBByPrimaryKey

protected boolean instantiateEJBByPrimaryKey()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.naming.NamingException
Returns:
boolean
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.naming.NamingException

commitCopyHelper

public void commitCopyHelper()
                      throws java.rmi.RemoteException,
                             javax.ejb.CreateException,
                             javax.ejb.FinderException,
                             javax.naming.NamingException

Update(flush) data to the EJBObject (persistent storage).

Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

refreshCopyHelper

public void refreshCopyHelper()
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException

Load data from the EJBObject.

Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getTcId

public 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.

The following is a description of this column:

TermAndConditions ID. If null, this is a TradingAgreement level participant. In this case, either TRADING_ID or TERMCOND_ID must be null.

Specified by:
getTcId in interface ParticipantAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getTcIdInEJBType

public 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.

The following is a description of this column:

TermAndConditions ID. If null, this is a TradingAgreement level participant. In this case, either TRADING_ID or TERMCOND_ID must be null.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setTcId

public void setTcId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setTcId in interface ParticipantAccessBeanData

setTcId

public void setTcId(java.lang.Long newValue)
This method accesses a non-CMP field

getRoleId

public 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.

Specified by:
getRoleId in interface ParticipantAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getRoleIdInEJBType

public 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.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setRoleId

public void setRoleId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setRoleId in interface ParticipantAccessBeanData

setRoleId

public void setRoleId(java.lang.Integer newValue)
This method accesses a non-CMP field

getInformation

public java.lang.String getInformation()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException
This method accesses a non-CMP field
Specified by:
getInformation in interface ParticipantAccessBeanData
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setInformation

public void setInformation(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setInformation in interface ParticipantAccessBeanData

getParticipantId

public 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. This is a primary key.

Specified by:
getParticipantId in interface ParticipantAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getParticipantIdInEJBType

public 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. This is a primary key.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setParticipantId

public void setParticipantId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setParticipantId in interface ParticipantAccessBeanData

setParticipantId

public void setParticipantId(java.lang.Long newValue)
This method accesses a non-CMP field

getTradingId

public 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.

The following is a description of this column:

TradingAgreement ID. If null, this is a terms and conditions level participant. In this case, either TRADING_ID or TERMCOND_ID must be null.

Specified by:
getTradingId in interface ParticipantAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getTradingIdInEJBType

public 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.

The following is a description of this column:

TradingAgreement ID. If null, this is a terms and conditions level participant. In this case, either TRADING_ID or TERMCOND_ID must be null.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setTradingId

public void setTradingId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setTradingId in interface ParticipantAccessBeanData

setTradingId

public void setTradingId(java.lang.Long newValue)
This method accesses a non-CMP field

getTimeUpdated

public 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.

The following is a description of this column:

Time updated.

Specified by:
getTimeUpdated in interface ParticipantAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getTimeUpdatedInEJBType

public 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.

The following is a description of this column:

Time updated.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setTimeUpdated

public void setTimeUpdated(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setTimeUpdated in interface ParticipantAccessBeanData

setTimeUpdated

public void setTimeUpdated(java.sql.Timestamp newValue)
This method accesses a non-CMP field

getMemberId

public 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.

The following is a description of this column:

Member ID for the participant. If null, then there are no restrictions for this participan

Specified by:
getMemberId in interface ParticipantAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getMemberIdInEJBType

public 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.

The following is a description of this column:

Member ID for the participant. If null, then there are no restrictions for this participan

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setMemberId

public void setMemberId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setMemberId in interface ParticipantAccessBeanData

setMemberId

public void setMemberId(java.lang.Long newValue)
This method accesses a non-CMP field

getTimeCreated

public 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.

The following is a description of this column:

Time created.

Specified by:
getTimeCreated in interface ParticipantAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getTimeCreatedInEJBType

public 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.

The following is a description of this column:

Time created.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setTimeCreated

public void setTimeCreated(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setTimeCreated in interface ParticipantAccessBeanData

setTimeCreated

public void setTimeCreated(java.sql.Timestamp newValue)
This method accesses a non-CMP field

Feedback