|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.pvcdevices.beans.PVCBindingDataBean
This bean provides data from the PVCBINDING table.
Fields inherited from interface com.ibm.commerce.security.Delegator |
COPYRIGHT |
Constructor Summary | |
PVCBindingDataBean()
Default constructor |
Method Summary | |
CommandContext |
getCommandContext()
Gets the command context set within this bean. |
java.lang.String |
getCreated()
This method returns value corresponding to the PVCBINDING.CREATED |
java.sql.Timestamp |
getCreatedInEJBType()
Returns value of the type Timestamp corresponding to the record time creation |
java.lang.String |
getDataBeanKeyPVCBindingId()
Retrieve its primary key. |
Protectable |
getDelegate()
Retrieves access control information. |
java.lang.String |
getPVCBindingId()
This method returns value corresponding to the PVCBINDING.PVCBINDING_ID |
java.lang.Long |
getPVCBindingIdInEJBType()
Returns value of the type Long corresponding to the PVCBinding_ID |
java.lang.String |
getPVCSessionId()
This method returns value corresponding to the PVCBINDING.PVCSESSION_ID |
java.lang.Long |
getPVCSessionIdInEJBType()
Returns value of the type Long corresponding to the PVCSESSION_ID |
TypedProperty |
getRequestProperties()
Gets the request property set within this bean. |
java.lang.String |
getStatus()
This method returns value corresponding to the PVCBINDING.STATUS |
java.lang.String |
getUsersId()
This method returns value corresponding to the PVCBINDING.USERS_ID |
java.lang.Long |
getUsersIdInEJBType()
Returns values of the type Long corresponding to the USERS_ID |
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 value corresponding to the PVCBINDING.CREATED |
void |
setDataBeanKeyPVCBindingId(java.lang.String aDataBeanKeyPVCBindingId)
Set its primary key for fetching. |
void |
setPVCBindingId(java.lang.Long aPVCBindingId)
This method provides sets value corresponding to the PVCBINDING.PVCBINDING_ID column of DB2 type BIGINT NOT NULL. |
void |
setPVCSessionId(java.lang.Long aPVCSessionId)
This method sets value corresponding to the PVCBINDING.PVCSESSION_ID |
void |
setRequestProperties(TypedProperty aRequestProperties)
Sets the request property within this bean. |
void |
setStatus(java.lang.String aStatus)
This method provides access to the PVCBINDING.STATUS |
void |
setUsersId(java.lang.Long aUsersId)
This method sets value corresponding to the PVCBINDING.USERS_ID column of DB2 type BIGINT NOT NULL. |
Constructor Detail |
public PVCBindingDataBean()
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 returns value corresponding to the PVCBINDING.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
Returns value of the type Timestamp corresponding to the record time 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 getDataBeanKeyPVCBindingId()
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 getPVCBindingId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns value corresponding to the PVCBINDING.PVCBINDING_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 getPVCBindingIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Returns value of the type Long corresponding to the PVCBinding_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 getPVCSessionId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns value corresponding to the PVCBINDING.PVCSESSION_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 getPVCSessionIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Returns value of the type Long corresponding to the PVCSESSION_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 TypedProperty getRequestProperties()
Gets the request property set within this bean.
public java.lang.String getStatus() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns value corresponding to the PVCBINDING.STATUS
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 returns value corresponding to the PVCBINDING.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 values of the type Long corresponding to the 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 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 value corresponding to the PVCBINDING.CREATED
The following is a description of this column:
Record creation time
aCreated
- java.sql.Timestamp - creation time timestamppublic void setDataBeanKeyPVCBindingId(java.lang.String aDataBeanKeyPVCBindingId)
Set its primary key for fetching.
aDataBeanKeyPVCBindingId
- java.lang.String - The primary keypublic void setPVCBindingId(java.lang.Long aPVCBindingId)
This method provides sets value corresponding to the PVCBINDING.PVCBINDING_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Reference number of a record.
aPVCBindingId
- java.lang.Long - PVCBindingIdpublic void setPVCSessionId(java.lang.Long aPVCSessionId)
This method sets value corresponding to the PVCBINDING.PVCSESSION_ID
aPVCSessionId
- java.lang.Long - PVCSessionID valuepublic 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 setStatus(java.lang.String aStatus)
This method provides access to the PVCBINDING.STATUS
aStatus
- java.lang.String - status value to be setpublic void setUsersId(java.lang.Long aUsersId)
This method sets value corresponding to the PVCBINDING.USERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Reference number of a customer who is allowed to login using a terminal corresponding to PVCSESSION_ID.
aUsersId
- java.lang.Long - userId value
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |