|
||||||||
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.negotiation.objects.ForumMessageAccessBean
This bean provides access to the FORUMMSG table.
The following is a description of this table:
This table contains forum messages sent between the administrator and a customer.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
ForumMessageAccessBean()
Zero argument constructor used to initialize the access bean. |
|
ForumMessageAccessBean(javax.ejb.EJBObject object)
Creates an access bean for the specified EJB |
|
ForumMessageAccessBean(java.lang.Long forumId,
java.lang.Long posterId,
java.lang.Long rootId,
java.lang.Long parentId)
Creates an access bean with the specified attributes. |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.util.Enumeration |
findByForumAndTarget(java.lang.Long forumId,
java.lang.Long targetId,
java.lang.String status,
java.lang.String viewStatus,
com.ibm.commerce.negotiation.util.SortingAttribute sort)
Retrieves all forum messages with the specified attributes. |
java.util.Enumeration |
findChildrenMsg(java.lang.Long parentMsgId,
com.ibm.commerce.negotiation.util.SortingAttribute sort)
Retrieves all forum messages with the specified parent message. |
java.util.Enumeration |
findRootMsg(java.lang.Long forumId,
java.lang.Long targetId,
java.lang.String status,
com.ibm.commerce.negotiation.util.SortingAttribute sort)
Retrieves all forum messages with the specified attributes. |
java.lang.String |
getAction()
This method provides access to the FORUMMSG.ACTION column of DB2 type CHAR(4) NULL. |
java.lang.String |
getActionRemark()
This method provides access to the FORUMMSG.ACTREMARK column of DB2 type LONG NULL. |
java.lang.String |
getField1()
This method provides access to the FORUMMSG.FIELD1 column of DB2 type BIGINT NULL. |
java.lang.Long |
getField1InEJBType()
This method provides access to the FORUMMSG.FIELD1 column of DB2 type BIGINT NULL. |
java.lang.String |
getField2()
This method provides access to the FORUMMSG.FIELD2 column of DB2 type BIGINT NULL. |
java.lang.Long |
getField2InEJBType()
This method provides access to the FORUMMSG.FIELD2 column of DB2 type BIGINT NULL. |
java.lang.String |
getField3()
This method provides access to the FORUMMSG.FIELD3 column of DB2 type BIGINT NULL. |
java.lang.Long |
getField3InEJBType()
This method provides access to the FORUMMSG.FIELD3 column of DB2 type BIGINT NULL. |
java.lang.String |
getForumId()
This method provides access to the FORUMMSG.FORUM_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getForumIdInEJBType()
This method provides access to the FORUMMSG.FORUM_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getId()
This method provides access to the FORUMMSG.MSG_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getIdInEJBType()
This method provides access to the FORUMMSG.MSG_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getMsgBody()
This method provides access to the FORUMMSG.MSGBODY column of DB2 type LONG NULL. |
java.lang.String |
getMsgStatus()
This method provides access to the FORUMMSG.MSGSTATUS column of DB2 type CHAR(4) NULL. |
java.lang.String |
getMsgSubject()
This method provides access to the FORUMMSG.MSGSUBJ column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getParentMsgId()
This method provides access to the FORUMMSG.PARENTMSG_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getParentMsgIdInEJBType()
This method provides access to the FORUMMSG.PARENTMSG_ID column of DB2 type BIGINT NULL. |
java.lang.String |
getPosterId()
This method provides access to the FORUMMSG.POSTER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getPosterIdInEJBType()
This method provides access to the FORUMMSG.POSTER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getPostTime()
This method provides access to the FORUMMSG.POSTTIME column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getPostTimeInEJBType()
This method provides access to the FORUMMSG.POSTTIME column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getRootMsgId()
This method provides access to the FORUMMSG.ROOTMSG_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getRootMsgIdInEJBType()
This method provides access to the FORUMMSG.ROOTMSG_ID column of DB2 type BIGINT NULL. |
java.lang.String |
getTargetId()
This method provides access to the FORUMMSG.TARGET_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getTargetIdInEJBType()
This method provides access to the FORUMMSG.TARGET_ID column of DB2 type BIGINT NULL. |
java.lang.String |
getViewStatus()
This method provides access to the FORUMMSG.VIEWSTATUS column of DB2 type CHAR(4) NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setAction(java.lang.String aAction1)
This method provides access to the FORUMMSG.ACTION column of DB2 type CHAR(4) NULL. |
void |
setActionRemark(java.lang.String aActionRemark1)
This method provides access to the FORUMMSG.ACTREMARK column of DB2 type LONG NULL. |
void |
setField1(java.lang.Long aField11)
This method provides access to the FORUMMSG.FIELD1 column of DB2 type BIGINT NULL. |
void |
setField1(java.lang.String aField11)
This method provides access to the FORUMMSG.FIELD1 column of DB2 type BIGINT NULL. |
void |
setField2(java.lang.Long aField21)
This method provides access to the FORUMMSG.FIELD2 column of DB2 type BIGINT NULL. |
void |
setField2(java.lang.String aField21)
This method provides access to the FORUMMSG.FIELD2 column of DB2 type BIGINT NULL. |
void |
setField3(java.lang.Long aField31)
This method provides access to the FORUMMSG.FIELD3 column of DB2 type BIGINT NULL. |
void |
setField3(java.lang.String aField31)
This method provides access to the FORUMMSG.FIELD3 column of DB2 type BIGINT NULL. |
void |
setForumId(java.lang.Long aForumId1)
This method provides access to the FORUMMSG.FORUM_ID column of DB2 type BIGINT NOT NULL. |
void |
setForumId(java.lang.String aForumId1)
This method provides access to the FORUMMSG.FORUM_ID column of DB2 type BIGINT NOT NULL. |
void |
setId(java.lang.Long aId1)
This method provides access to the FORUMMSG.MSG_ID column of DB2 type BIGINT NOT NULL. |
void |
setId(java.lang.String aId1)
This method provides access to the FORUMMSG.MSG_ID column of DB2 type BIGINT NOT NULL. |
void |
setInitKey_id(java.lang.Long aInitKey_id1)
Set the primary key for this object |
void |
setMsgBody(java.lang.String aMsgBody1)
This method provides access to the FORUMMSG.MSGBODY column of DB2 type LONG NULL. |
void |
setMsgStatus(java.lang.String aMsgStatus1)
This method provides access to the FORUMMSG.MSGSTATUS column of DB2 type CHAR(4) NULL. |
void |
setMsgSubject(java.lang.String aMsgSubject1)
This method provides access to the FORUMMSG.MSGSUBJ column of DB2 type VARCHAR(254) NULL. |
void |
setParentMsgId(java.lang.Long aParentMsgId1)
This method provides access to the FORUMMSG.PARENTMSG_ID column of DB2 type BIGINT NULL. |
void |
setParentMsgId(java.lang.String aParentMsgId1)
This method provides access to the FORUMMSG.PARENTMSG_ID column of DB2 type BIGINT NULL. |
void |
setPosterId(java.lang.Long aPosterId1)
This method provides access to the FORUMMSG.POSTER_ID column of DB2 type BIGINT NOT NULL. |
void |
setPosterId(java.lang.String aPosterId1)
This method provides access to the FORUMMSG.POSTER_ID column of DB2 type BIGINT NOT NULL. |
void |
setPostTime(java.lang.String aPostTime1)
This method provides access to the FORUMMSG.POSTTIME column of DB2 type TIMESTAMP NULL. |
void |
setPostTime(java.sql.Timestamp aPostTime1)
This method provides access to the FORUMMSG.POSTTIME column of DB2 type TIMESTAMP NULL. |
void |
setRootMsgId(java.lang.Long aRootMsgId1)
This method provides access to the FORUMMSG.ROOTMSG_ID column of DB2 type BIGINT NULL. |
void |
setRootMsgId(java.lang.String aRootMsgId1)
This method provides access to the FORUMMSG.ROOTMSG_ID column of DB2 type BIGINT NULL. |
void |
setTargetId(java.lang.Long aTargetId1)
This method provides access to the FORUMMSG.TARGET_ID column of DB2 type BIGINT NULL. |
void |
setTargetId(java.lang.String aTargetId1)
This method provides access to the FORUMMSG.TARGET_ID column of DB2 type BIGINT NULL. |
void |
setViewStatus(java.lang.String aViewStatus1)
This method provides access to the FORUMMSG.VIEWSTATUS column of DB2 type CHAR(4) 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 ForumMessageAccessBean()
Zero argument constructor used to initialize the access bean. This constructor corresponds to the following home interface method:
public abstract com.ibm.commerce.negotiation.objects.ForumMessage com.ibm.commerce.negotiation.objimpl.ForumMessageHomeBase.findByPrimaryKey(com.ibm.commerce.negotiation.objects.ForumMessageKey) 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:
public ForumMessageAccessBean(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 exception.public ForumMessageAccessBean(java.lang.Long forumId, java.lang.Long posterId, java.lang.Long rootId, java.lang.Long parentId) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Creates an access bean with the specified attributes.
forumId
- The forum to which this message belongs.posterId
- The id of the user who posted the message.rootId
- The id of the root of the message chain.parentId
- The id of the parent message.Method 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 findByForumAndTarget(java.lang.Long forumId, java.lang.Long targetId, java.lang.String status, java.lang.String viewStatus, com.ibm.commerce.negotiation.util.SortingAttribute sort) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all forum messages with the specified attributes.
The SQL query used to fetch all the required rows from the FORUMMSG table is:
SELECT * FROM FORUMMSG T1 WHERE T1.FORUM_ID=? AND T1.TARGET_ID=? AND T1.MSGSTATUS=? AND T1.VIEWSTATUS=?
forumId
- The forum to which this message belongs.targetId
- The target id. If this message relates to an auction, this will be an auction ID.status
- The message status. Valid values: A=active, D=deleted.viewStatus
- The view status.sort
- The sorting attribute. This is a set of column names and the order in which they are each to be
sorted (ascending, descending). This is used to build an ORDER BY clause.public java.util.Enumeration findChildrenMsg(java.lang.Long parentMsgId, com.ibm.commerce.negotiation.util.SortingAttribute sort) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all forum messages with the specified parent message.
The SQL query used to fetch all the required rows from the FORUMMSG table is:
SELECT * FROM FORUMMSG T1 WHERE T1.PARENTMSG_ID=?
parentMsgId
- The id of the parent message.sort
- The sorting attribute. This is a set of column names and the order in which they are each to be
sorted (ascending, descending). This is used to build an ORDER BY clause.public java.util.Enumeration findRootMsg(java.lang.Long forumId, java.lang.Long targetId, java.lang.String status, com.ibm.commerce.negotiation.util.SortingAttribute sort) throws javax.ejb.FinderException, java.rmi.RemoteException, javax.naming.NamingException
Retrieves all forum messages with the specified attributes.
The SQL query used to fetch all the required rows from the FORUMMSG table is:
SELECT * FROM FORUMMSG T1 WHERE T1.FORUM_ID=? AND T1.TARGET_ID=? AND T1.MSGSTATUS=? AND T1.ROOTMSG_ID=T1.MSG_ID
forumId
- The forum to which this message belongs.targetId
- The target id. If this message relates to an auction, this will be an auction ID.status
- The message status. Valid values: A=active, D=deleted.sort
- The sorting attribute. This is a set of column names and the order in which they are each to be
sorted (ascending, descending). This is used to build an ORDER BY clause.public java.lang.String getAction() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the FORUMMSG.ACTION column of DB2 type CHAR(4) NULL.
The following is a description of this column:
Action performed by the administrator. Valid values: N=no action, A=administrator has responded, S=message changed to public.
getAction
in interface ForumMessageAccessBeanData
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 getActionRemark() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the FORUMMSG.ACTREMARK column of DB2 type LONG NULL.
The following is a description of this column:
Reserved for IBM internal use.
getActionRemark
in interface ForumMessageAccessBeanData
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 getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the FORUMMSG.FIELD1 column of DB2 type BIGINT NULL.
The following is a description of this column:
Customizable.
getField1
in interface ForumMessageAccessBeanData
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 getField1InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the FORUMMSG.FIELD1 column of DB2 type BIGINT NULL.
The following is a description of this column:
Customizable.
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 getField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the FORUMMSG.FIELD2 column of DB2 type BIGINT NULL.
The following is a description of this column:
Customizable.
getField2
in interface ForumMessageAccessBeanData
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 getField2InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the FORUMMSG.FIELD2 column of DB2 type BIGINT NULL.
The following is a description of this column:
Customizable.
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 getField3() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the FORUMMSG.FIELD3 column of DB2 type BIGINT NULL.
The following is a description of this column:
Customizable.
getField3
in interface ForumMessageAccessBeanData
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 getField3InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the FORUMMSG.FIELD3 column of DB2 type BIGINT NULL.
The following is a description of this column:
Customizable.
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 getForumId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the FORUMMSG.FORUM_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Indicates which to which forum this message belongs.
getForumId
in interface ForumMessageAccessBeanData
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 getForumIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the FORUMMSG.FORUM_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Indicates which to which forum this message belongs.
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 getId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the FORUMMSG.MSG_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Forum message ID. Primary key to this table.
getId
in interface ForumMessageAccessBeanData
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 getIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the FORUMMSG.MSG_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Forum message ID. Primary key to this table.
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 getMsgBody() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the FORUMMSG.MSGBODY column of DB2 type LONG NULL.
The following is a description of this column:
Message content.
getMsgBody
in interface ForumMessageAccessBeanData
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 getMsgStatus() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the FORUMMSG.MSGSTATUS column of DB2 type CHAR(4) NULL.
The following is a description of this column:
Message status. Valid values: A=active, D=deleted.
getMsgStatus
in interface ForumMessageAccessBeanData
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 getMsgSubject() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the FORUMMSG.MSGSUBJ column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Message subject.
getMsgSubject
in interface ForumMessageAccessBeanData
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 getParentMsgId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the FORUMMSG.PARENTMSG_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Parent message ID. The ID of the parent message.
getParentMsgId
in interface ForumMessageAccessBeanData
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 getParentMsgIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the FORUMMSG.PARENTMSG_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Parent message ID. The ID of the parent message.
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 getPosterId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the FORUMMSG.POSTER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
ID of the user who posted the message.
getPosterId
in interface ForumMessageAccessBeanData
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 getPosterIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the FORUMMSG.POSTER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
ID of the user who posted the message.
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 getPostTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the FORUMMSG.POSTTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Date and time of the message.
getPostTime
in interface ForumMessageAccessBeanData
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 getPostTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the FORUMMSG.POSTTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Date and time of the message.
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 getRootMsgId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the FORUMMSG.ROOTMSG_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
ID of the root of the message chain.
getRootMsgId
in interface ForumMessageAccessBeanData
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 getRootMsgIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the FORUMMSG.ROOTMSG_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
ID of the root of the message chain.
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 getTargetId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the FORUMMSG.TARGET_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
If this message relates to an auction, this field will contain an auction ID.
getTargetId
in interface ForumMessageAccessBeanData
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 getTargetIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the FORUMMSG.TARGET_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
If this message relates to an auction, this field will contain an auction 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 getViewStatus() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the FORUMMSG.VIEWSTATUS column of DB2 type CHAR(4) NULL.
The following is a description of this column:
View status. Valid values: P=message is public, I=message is private.
getViewStatus
in interface ForumMessageAccessBeanData
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 setAction(java.lang.String aAction1)
This method provides access to the FORUMMSG.ACTION column of DB2 type CHAR(4) NULL.
The following is a description of this column:
Action performed by the administrator. Valid values: N=no action, A=administrator has responded, S=message changed to public.
setAction
in interface ForumMessageAccessBeanData
aAction1
- java.lang.Stringpublic void setActionRemark(java.lang.String aActionRemark1)
This method provides access to the FORUMMSG.ACTREMARK column of DB2 type LONG NULL.
The following is a description of this column:
Reserved for IBM internal use.
setActionRemark
in interface ForumMessageAccessBeanData
aActionRemark1
- java.lang.Stringpublic void setField1(java.lang.Long aField11)
This method provides access to the FORUMMSG.FIELD1 column of DB2 type BIGINT NULL.
The following is a description of this column:
Customizable.
aField11
- java.lang.Longpublic void setField1(java.lang.String aField11)
This method provides access to the FORUMMSG.FIELD1 column of DB2 type BIGINT NULL.
The following is a description of this column:
Customizable.
setField1
in interface ForumMessageAccessBeanData
aField11
- java.lang.Stringpublic void setField2(java.lang.Long aField21)
This method provides access to the FORUMMSG.FIELD2 column of DB2 type BIGINT NULL.
The following is a description of this column:
Customizable.
aField21
- java.lang.Longpublic void setField2(java.lang.String aField21)
This method provides access to the FORUMMSG.FIELD2 column of DB2 type BIGINT NULL.
The following is a description of this column:
Customizable.
setField2
in interface ForumMessageAccessBeanData
aField21
- java.lang.Stringpublic void setField3(java.lang.Long aField31)
This method provides access to the FORUMMSG.FIELD3 column of DB2 type BIGINT NULL.
The following is a description of this column:
Customizable.
aField31
- java.lang.Longpublic void setField3(java.lang.String aField31)
This method provides access to the FORUMMSG.FIELD3 column of DB2 type BIGINT NULL.
The following is a description of this column:
Customizable.
setField3
in interface ForumMessageAccessBeanData
aField31
- java.lang.Stringpublic void setForumId(java.lang.Long aForumId1)
This method provides access to the FORUMMSG.FORUM_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Indicates which to which forum this message belongs.
aForumId1
- java.lang.Longpublic void setForumId(java.lang.String aForumId1)
This method provides access to the FORUMMSG.FORUM_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Indicates which to which forum this message belongs.
setForumId
in interface ForumMessageAccessBeanData
aForumId1
- java.lang.Stringpublic void setId(java.lang.Long aId1)
This method provides access to the FORUMMSG.MSG_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Forum message ID. Primary key to this table.
aId1
- java.lang.Longpublic void setId(java.lang.String aId1)
This method provides access to the FORUMMSG.MSG_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Forum message ID. Primary key to this table.
setId
in interface ForumMessageAccessBeanData
aId1
- java.lang.Stringpublic void setInitKey_id(java.lang.Long aInitKey_id1)
Set the primary key for this object
aInitKey_id1
- java.lang.Longpublic void setMsgBody(java.lang.String aMsgBody1)
This method provides access to the FORUMMSG.MSGBODY column of DB2 type LONG NULL.
The following is a description of this column:
Message content.
setMsgBody
in interface ForumMessageAccessBeanData
aMsgBody1
- java.lang.Stringpublic void setMsgStatus(java.lang.String aMsgStatus1)
This method provides access to the FORUMMSG.MSGSTATUS column of DB2 type CHAR(4) NULL.
The following is a description of this column:
Message status. Valid values: A=active, D=deleted.
setMsgStatus
in interface ForumMessageAccessBeanData
aMsgStatus1
- java.lang.Stringpublic void setMsgSubject(java.lang.String aMsgSubject1)
This method provides access to the FORUMMSG.MSGSUBJ column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Message subject.
setMsgSubject
in interface ForumMessageAccessBeanData
aMsgSubject1
- java.lang.Stringpublic void setParentMsgId(java.lang.Long aParentMsgId1)
This method provides access to the FORUMMSG.PARENTMSG_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Parent message ID. The ID of the parent message.
aParentMsgId1
- java.lang.Longpublic void setParentMsgId(java.lang.String aParentMsgId1)
This method provides access to the FORUMMSG.PARENTMSG_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Parent message ID. The ID of the parent message.
setParentMsgId
in interface ForumMessageAccessBeanData
aParentMsgId1
- java.lang.Stringpublic void setPosterId(java.lang.Long aPosterId1)
This method provides access to the FORUMMSG.POSTER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
ID of the user who posted the message.
aPosterId1
- java.lang.Longpublic void setPosterId(java.lang.String aPosterId1)
This method provides access to the FORUMMSG.POSTER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
ID of the user who posted the message.
setPosterId
in interface ForumMessageAccessBeanData
aPosterId1
- java.lang.Stringpublic void setPostTime(java.lang.String aPostTime1)
This method provides access to the FORUMMSG.POSTTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Date and time of the message.
setPostTime
in interface ForumMessageAccessBeanData
aPostTime1
- java.lang.Stringpublic void setPostTime(java.sql.Timestamp aPostTime1)
This method provides access to the FORUMMSG.POSTTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Date and time of the message.
aPostTime1
- java.sql.Timestamppublic void setRootMsgId(java.lang.Long aRootMsgId1)
This method provides access to the FORUMMSG.ROOTMSG_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
ID of the root of the message chain.
aRootMsgId1
- java.lang.Longpublic void setRootMsgId(java.lang.String aRootMsgId1)
This method provides access to the FORUMMSG.ROOTMSG_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
ID of the root of the message chain.
setRootMsgId
in interface ForumMessageAccessBeanData
aRootMsgId1
- java.lang.Stringpublic void setTargetId(java.lang.Long aTargetId1)
This method provides access to the FORUMMSG.TARGET_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
If this message relates to an auction, this field will contain an auction ID.
aTargetId1
- java.lang.Longpublic void setTargetId(java.lang.String aTargetId1)
This method provides access to the FORUMMSG.TARGET_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
If this message relates to an auction, this field will contain an auction ID.
setTargetId
in interface ForumMessageAccessBeanData
aTargetId1
- java.lang.Stringpublic void setViewStatus(java.lang.String aViewStatus1)
This method provides access to the FORUMMSG.VIEWSTATUS column of DB2 type CHAR(4) NULL.
The following is a description of this column:
View status. Valid values: P=message is public, I=message is private.
setViewStatus
in interface ForumMessageAccessBeanData
aViewStatus1
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |