|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.pvcdevices.beans.PVCBufferDataBean
This bean provides data from the PVCBUFFER table.
Fields inherited from interface com.ibm.commerce.security.Delegator |
COPYRIGHT |
Constructor Summary | |
PVCBufferDataBean()
Default constructor |
Method Summary | |
CommandContext |
getCommandContext()
Gets the command context set within this bean. |
java.lang.String |
getCreated()
This method gets the value corresponding to the PVCBUFFER.CREATED |
java.sql.Timestamp |
getCreatedInEJBType()
Gets the timestamp value of the record creation |
java.lang.String |
getDataBeanKeyUsersId()
Retrieve its primary key. |
Protectable |
getDelegate()
Retrieves access control information. |
java.lang.String |
getParameter(java.lang.String aParameter)
Gets specific parameter of the buffered command |
java.lang.String |
getParameters()
This method gets the value corresponding to the PVCBUFFER.PARAMETERS |
java.lang.String |
getParameters2K()
This method gets the value corresponding to the PVCBUFFER.PARAMETERS2K |
TypedProperty |
getRequestProperties()
Gets the request property set within this bean. |
java.lang.String |
getURL()
This method gets the value corresponding to the PVCBUFFER.URL |
java.lang.String |
getUsersId()
This method gets the value corresponding to the PVCBUFFER.USERS_ID |
java.lang.Long |
getUsersIdInEJBType()
Returns the Long value corresponding to the USERS_ID field |
void |
populate()
Retrieves data from the database. |
void |
setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean. |
void |
setCreated(java.sql.Timestamp aCreated)
This method sets the value corresponding to the PVCBUFFER.CREATED |
void |
setDataBeanKeyUsersId(java.lang.String aDataBeanKeyUsersId)
Set its primary key for fetching. |
void |
setParameters(java.lang.String aParameters)
This method sets the value corresponding to the PVCBUFFER.PARAMETERS |
void |
setParameters2K(java.lang.String aParameters2K)
This method sets the value corresponding to the PVCBUFFER.PARAMETERS2K |
void |
setRequestProperties(TypedProperty aRequestProperties)
Sets the request property within this bean. |
void |
setURL(java.lang.String aURL)
This method sets the value corresponding to the PVCBUFFER.URL column of DB2 type VARCHAR(254) NOT NULL. |
void |
setUsersId(java.lang.Long aUsersId)
This method sets the value corresponding to the PVCBUFFER.USERS_ID |
Constructor Detail |
public PVCBufferDataBean()
Default constructor
Method Detail |
public CommandContext getCommandContext()
Gets the command context set within this bean.
public java.lang.String getCreated() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method gets the value corresponding to the PVCBUFFER.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.sql.Timestamp getCreatedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Gets the timestamp value of the record 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 getDataBeanKeyUsersId()
Retrieve its primary key.
public Protectable getDelegate() throws java.lang.Exception
Retrieves access control information.
getDelegate
in interface Delegator
java.lang.Exception
- The java.lang.Exception exceptionpublic java.lang.String getParameter(java.lang.String aParameter)
Gets specific parameter of the buffered command
aParameter
- java.lang.Stringpublic java.lang.String getParameters() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method gets the value corresponding to the PVCBUFFER.PARAMETERS
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 gets the value corresponding to the PVCBUFFER.PARAMETERS2K
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 TypedProperty getRequestProperties()
Gets the request property set within this bean.
public java.lang.String getURL() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method gets the value corresponding to the PVCBUFFER.URL
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 gets the value corresponding to the PVCBUFFER.USERS_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.Long getUsersIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Returns the Long value corresponding to the USERS_ID field
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 populate() throws java.lang.Exception
Retrieves data from the database.
java.lang.Exception
- The java.lang.Exception exceptionpublic void setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
aCommandContext
- com.ibm.commerce.command.CommandContextpublic void setCreated(java.sql.Timestamp aCreated)
This method sets the value corresponding to the PVCBUFFER.CREATED
aCreated
- java.sql.Timestamp - creation timestamppublic void setDataBeanKeyUsersId(java.lang.String aDataBeanKeyUsersId)
Set its primary key for fetching.
aDataBeanKeyUsersId
- java.lang.String - primary keypublic void setParameters(java.lang.String aParameters)
This method sets the value corresponding to the PVCBUFFER.PARAMETERS
aParameters
- java.lang.String - value to be assignedpublic void setParameters2K(java.lang.String aParameters2K)
This method sets the value corresponding to the PVCBUFFER.PARAMETERS2K
aParameters2K
- java.lang.String - value to be assignedpublic void setRequestProperties(TypedProperty aRequestProperties) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
Sets the request property within this bean.
aRequestProperties
- com.ibm.commerce.datatype.TypedPropertyjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionpublic void setURL(java.lang.String aURL)
This method sets the value corresponding to the PVCBUFFER.URL column of DB2 type VARCHAR(254) NOT NULL.
aURL
- java.lang.String - URL value to be setpublic void setUsersId(java.lang.Long aUsersId)
This method sets the value corresponding to the PVCBUFFER.USERS_ID
aUsersId
- java.lang.Long - userId value to be set
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |