|
||||||||
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.pvcdevices.objects.PVCBufferAccessBean
This bean provides access to the PVCBUFFER table.
The following is a description of this table:
This table is used to store the command input data which needs to be submitted over several pages of pervasive computing devices.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
PVCBufferAccessBean()
Default constructor. |
|
PVCBufferAccessBean(javax.ejb.EJBObject ejbObject)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
PVCBufferAccessBean(java.lang.Long userId,
java.lang.String url)
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). |
java.lang.String |
getCreated()
This method provides access to the PVCBUFFER.CREATED |
java.sql.Timestamp |
getCreatedInEJBType()
This method provides access to the PVCBUFFER.CREATED |
java.lang.String |
getParameters()
This method provides access to the PVCBUFFER.PARAMETERS column of DB2 type VARCHAR(1024) NULL. |
java.lang.String |
getParameters2K()
This method provides access to the PVCBUFFER.PARAMETERS2K column of DB2 type VARCHAR(2048) NULL. |
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. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setCreated(java.lang.String aCreated)
This method provides access to the PVCBUFFER.CREATED |
void |
setCreated(java.sql.Timestamp aCreated)
This method provides access to the PVCBUFFER.CREATED |
void |
setInitKey_UsersId(java.lang.Long aInitKey_UsersId)
Set the primary key for this object |
void |
setParameters(java.lang.String aParameters)
This method provides access to the PVCBUFFER.PARAMETERS column of DB2 type VARCHAR(1024) NULL. |
void |
setParameters2K(java.lang.String aParameters2K)
This method provides access to the PVCBUFFER.PARAMETERS2K column of DB2 type VARCHAR(2048) NULL. |
void |
setURL(java.lang.String aURL)
This method provides access to the PVCBUFFER.URL column of DB2 type VARCHAR(254) NOT NULL. |
void |
setUsersId(java.lang.Long aUsersId)
This method provides access to the PVCBUFFER.USERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setUsersId(java.lang.String aUsersId)
This method provides access to the PVCBUFFER.USERS_ID column of DB2 type BIGINT NOT 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 PVCBufferAccessBean()
Default constructor. Maps to findByPrimaryKey.
public PVCBufferAccessBean(javax.ejb.EJBObject ejbObject) throws java.rmi.RemoteException
Maps to a corresponding ejbCreate method in the home interface of the EJB
ejbObject
- javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic PVCBufferAccessBean(java.lang.Long userId, java.lang.String url) 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
userId
- java.lang.Longurl
- java.lang.Stringjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException 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.lang.String getCreated() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCBUFFER.CREATED
The following is a description of this column:
TimeStamp of command creation
getCreated
in interface PVCBufferAccessBeanData
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 getCreatedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCBUFFER.CREATED
The following is a description of this column:
TimeStamp of command creation
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 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) NULL.
The following is a description of this column:
Buffered name-value pairs from URL. This column is deprecated and is provided for backward compatibility only.
getParameters
in interface PVCBufferAccessBeanData
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 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) NULL.
The following is a description of this column:
Buffered name-value pairs from URL.
getParameters2K
in interface PVCBufferAccessBeanData
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 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.
getURL
in interface PVCBufferAccessBeanData
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 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.
getUsersId
in interface PVCBufferAccessBeanData
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 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.
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 setCreated(java.lang.String aCreated)
This method provides access to the PVCBUFFER.CREATED
The following is a description of this column:
TimeStamp of command creation
setCreated
in interface PVCBufferAccessBeanData
aCreated
- java.lang.Stringpublic void setCreated(java.sql.Timestamp aCreated)
This method provides access to the PVCBUFFER.CREATED
The following is a description of this column:
TimeStamp of record creation
aCreated
- java.sql.Timestamppublic void setInitKey_UsersId(java.lang.Long aInitKey_UsersId)
Set the primary key for this object
aInitKey_UsersId
- java.lang.Longpublic void setParameters(java.lang.String aParameters)
This method provides access to the PVCBUFFER.PARAMETERS column of DB2 type VARCHAR(1024) NULL.
The following is a description of this column:
Buffered name-value pairs from URL. This column is deprecated and is provided for backward compatibility only.
setParameters
in interface PVCBufferAccessBeanData
aParameters
- java.lang.Stringpublic void setParameters2K(java.lang.String aParameters2K)
This method provides access to the PVCBUFFER.PARAMETERS2K column of DB2 type VARCHAR(2048) NULL.
The following is a description of this column:
Buffered name-value pairs from URL.
setParameters2K
in interface PVCBufferAccessBeanData
aParameters2K
- java.lang.Stringpublic void setURL(java.lang.String aURL)
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.
setURL
in interface PVCBufferAccessBeanData
aURL
- java.lang.Stringpublic void setUsersId(java.lang.Long aUsersId)
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.
aUsersId
- java.lang.Longpublic void setUsersId(java.lang.String aUsersId)
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.
setUsersId
in interface PVCBufferAccessBeanData
aUsersId
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |