com.ibm.commerce.pvcdevices.beans
Class PVCBufferDataBean

com.ibm.commerce.pvcdevices.beans.PVCBufferDataBean
All Implemented Interfaces:
Delegator

public class PVCBufferDataBean
implements Delegator

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

PVCBufferDataBean

public PVCBufferDataBean()

Default constructor

Method Detail

getCommandContext

public CommandContext getCommandContext()

Gets the command context set within this bean.

Returns:
com.ibm.commerce.command.CommandContext

getCreated

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

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCreatedInEJBType

public 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

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

getDataBeanKeyUsersId

public java.lang.String getDataBeanKeyUsersId()

Retrieve its primary key.

Returns:
java.lang.String

getDelegate

public Protectable getDelegate()
                        throws java.lang.Exception

Retrieves access control information.

Specified by:
getDelegate in interface Delegator
Returns:
com.ibm.commerce.security.Protectable
Throws:
java.lang.Exception - The java.lang.Exception exception

getParameter

public java.lang.String getParameter(java.lang.String aParameter)

Gets specific parameter of the buffered command

Parameters:
aParameter - java.lang.String
Returns:
java.lang.String

getParameters

public 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

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getParameters2K

public 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

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getRequestProperties

public TypedProperty getRequestProperties()

Gets the request property set within this bean.

Returns:
com.ibm.commerce.datatype.TypedProperty

getURL

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

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getUsersId

public 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

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getUsersIdInEJBType

public 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

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

populate

public void populate()
              throws java.lang.Exception

Retrieves data from the database.

Returns:
void
Throws:
java.lang.Exception - The java.lang.Exception exception

setCommandContext

public void setCommandContext(CommandContext aCommandContext)

Sets the command context within this bean.

Parameters:
aCommandContext - com.ibm.commerce.command.CommandContext
Returns:
void

setCreated

public void setCreated(java.sql.Timestamp aCreated)

This method sets the value corresponding to the PVCBUFFER.CREATED

Parameters:
aCreated - java.sql.Timestamp - creation timestamp
Returns:
void

setDataBeanKeyUsersId

public void setDataBeanKeyUsersId(java.lang.String aDataBeanKeyUsersId)

Set its primary key for fetching.

Parameters:
aDataBeanKeyUsersId - java.lang.String - primary key
Returns:
void

setParameters

public void setParameters(java.lang.String aParameters)

This method sets the value corresponding to the PVCBUFFER.PARAMETERS

Parameters:
aParameters - java.lang.String - value to be assigned
Returns:
void

setParameters2K

public void setParameters2K(java.lang.String aParameters2K)

This method sets the value corresponding to the PVCBUFFER.PARAMETERS2K

Parameters:
aParameters2K - java.lang.String - value to be assigned
Returns:
void

setRequestProperties

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

Sets the request property within this bean.

Parameters:
aRequestProperties - com.ibm.commerce.datatype.TypedProperty
Returns:
void
Throws:
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

setURL

public void setURL(java.lang.String aURL)

This method sets the value corresponding to the PVCBUFFER.URL column of DB2 type VARCHAR(254) NOT NULL.

Parameters:
aURL - java.lang.String - URL value to be set
Returns:
void

setUsersId

public void setUsersId(java.lang.Long aUsersId)

This method sets the value corresponding to the PVCBUFFER.USERS_ID

Parameters:
aUsersId - java.lang.Long - userId value to be set
Returns:
void