java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.pvcdevices.objects.PVCBufferAccessBean
This table stores the command input data which needs to be submitted over several pages of pervasive computing devices. This access bean corresponds to the database table 'PVCBUFFER'.
Constructor Summary | |
PVCBufferAccessBean() Zero argument constructor used to initialize the access bean. |
|
PVCBufferAccessBean(javax.ejb.EJBObject o) constructor |
|
PVCBufferAccessBean(java.lang.Long arg1, java.lang.String arg2) Maps to a corresponding ejbCreate method in the home interface of the EJB |
Method Summary | |
void | commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected java.lang.String | defaultJNDIName() |
java.lang.String | getCreated() This method provides access to the PVCBUFFER.CREATED column of DB2 type TIMESTAMP. |
java.sql.Timestamp | getCreatedInEJBType() This method provides access to the PVCBUFFER.CREATED column of DB2 type TIMESTAMP. |
java.lang.String | getParameters() This method provides access to the PVCBUFFER.PARAMETERS column of DB2 type VARCHAR(1024). |
java.lang.String | getParameters2K() This method provides access to the PVCBUFFER.PARAMETERS2K column of DB2 type VARCHAR(2048). |
java.lang.String | getURL() This method provides access to the PVCBUFFER.URL column of DB2 type VARCHAR(254) NOT NULL. |
java.lang.String | getUsersId() This method provides access to the PVCBUFFER.USERS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getUsersIdInEJBType() This method provides access to the PVCBUFFER.USERS_ID column of DB2 type BIGINT NOT NULL. |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setCreated(java.lang.String newValue) This method accesses a non-CMP field |
void | setCreated(java.sql.Timestamp newValue) This method accesses a non-CMP field |
void | setInitKey_UsersId(java.lang.Long newValue) Set the primary key for this object |
void | setParameters(java.lang.String newValue) This method accesses a non-CMP field |
void | setParameters2K(java.lang.String newValue) This method accesses a non-CMP field |
void | setURL(java.lang.String newValue) This method accesses a non-CMP field |
void | setUsersId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setUsersId(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 |
public PVCBufferAccessBean()
public PVCBufferAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public PVCBufferAccessBean(java.lang.Long arg1, java.lang.String arg2) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Maps to a corresponding ejbCreate method in the home interface of the EJB
Parameters provided are ID of the current user and URL of the buffered command
Method Detail |
public void setInitKey_UsersId(java.lang.Long newValue)
Set the primary key for this object
protected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
public java.lang.String getURL() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCBUFFER.URL column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
URL of command that is currently being buffered.
public void setURL(java.lang.String newValue)
public java.lang.String getParameters() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCBUFFER.PARAMETERS column of DB2 type VARCHAR(1024).
The following is a description of this column:
Buffered name-value pairs from URL. This column is &l
public void setParameters(java.lang.String newValue)
public java.lang.String getCreated() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCBUFFER.CREATED column of DB2 type TIMESTAMP.
The following is a description of this column:
Creation date and time.
public java.sql.Timestamp getCreatedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCBUFFER.CREATED column of DB2 type TIMESTAMP.
The following is a description of this column:
Creation date and time.
public void setCreated(java.lang.String newValue)
public void setCreated(java.sql.Timestamp newValue)
public java.lang.String getParameters2K() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCBUFFER.PARAMETERS2K column of DB2 type VARCHAR(2048).
The following is a description of this column:
Buffered name-value pairs from URL.
public void setParameters2K(java.lang.String newValue)
public java.lang.String getUsersId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCBUFFER.USERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Reference number of customer who is owner of this record.
public java.lang.Long getUsersIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCBUFFER.USERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Reference number of customer who is owner of this record.
public void setUsersId(java.lang.String newValue)
public void setUsersId(java.lang.Long newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.