|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.pvcdevices.beans.PVCSessionDataBean
This bean provides data from the PVCSESSION table.
Fields inherited from interface com.ibm.commerce.security.Delegator |
COPYRIGHT |
Constructor Summary | |
PVCSessionDataBean()
Default constructor |
Method Summary | |
CommandContext |
getCommandContext()
Gets the command context set within this bean. |
java.lang.String |
getDataBeanKeyPVCSessionId()
Retrieve its primary key. |
Protectable |
getDelegate()
Retrieves access control information. |
java.lang.String |
getGuestId()
This method returns the data corresponding to the PVCSESSION.GUEST_ID |
java.lang.Long |
getGuestIdInEJBType()
This method returns the data corresponding to the PVCSESSION.GUEST_ID |
java.lang.String |
getLastVisted()
This method returns the data corresponding to the PVCSESSION.LASTVISITED |
java.sql.Timestamp |
getLastVistedInEJBType()
This method returns the data corresponding to the PVCSESSION.LASTVISITED |
java.lang.String |
getPVCSessionId()
This method returns the data corresponding to the PVCSESSION.PVCSESSION_ID |
java.lang.Long |
getPVCSessionIdInEJBType()
Returns Long value corresponding to the SESSIONTYPE |
java.lang.String |
getRegisterId()
This method returns the data corresponding to the PVCSESSION.REGISTER_ID |
java.lang.Long |
getRegisterIdInEJBType()
Returns LOong value corresponding to the REGISTER_ID |
TypedProperty |
getRequestProperties()
Gets the request property set within this bean. |
java.lang.String |
getSessionType()
This method returns the data corresponding to the PVCSESSION.SESSIONTYPE |
java.lang.String |
getStatus()
This method returns the data corresponding to the PVCSESSION.STATUS |
java.lang.Integer |
getStatusInEJBType()
Returns the Integer value corresponding to the STATUS |
java.lang.String |
getTerminalId()
This method returns the data corresponding to the PVCSESSION.TERMINAL_ID |
void |
populate()
Retrieves data from the database. |
void |
setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean. |
void |
setDataBeanKeyPVCSessionId(java.lang.String aDataBeanKeyPVCSessionId)
Set its primary key for fetching. |
void |
setGuestId(java.lang.Long aGuestId)
This method sets the data corresponding to the PVCSESSION.GUEST_ID |
void |
setLastVisted(java.sql.Timestamp aLastVisted)
This method sets the data corresponding to the PVCSESSION.LASTVISITED |
void |
setPVCSessionId(java.lang.Long aPVCSessionId)
This method sets the data corresponding to the PVCSESSION.PVCSESSION_ID |
void |
setRegisterId(java.lang.Long aRegisterId)
This method sets the data corresponding to the PVCSESSION.REGISTERED_ID |
void |
setRequestProperties(TypedProperty aRequestProperties)
Sets the request property within this bean. |
void |
setSessionType(java.lang.String aSessionType)
This method sets the data corresponding to the PVCSESSION.SESSIONTYPE |
void |
setStatus(java.lang.Integer aStatus)
This method sets the data corresponding to the PVCSESSION.STATUS |
void |
setTerminalId(java.lang.String aTerminalId)
This method sets the data corresponding to the PVCSESSION.TERMINAL_ID |
Constructor Detail |
public PVCSessionDataBean()
Default constructor
Method Detail |
public CommandContext getCommandContext()
Gets the command context set within this bean.
public java.lang.String getDataBeanKeyPVCSessionId()
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 getGuestId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns the data corresponding to the PVCSESSION.GUEST_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 getGuestIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns the data corresponding to the PVCSESSION.GUEST_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 getLastVisted() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns the data corresponding to the PVCSESSION.LASTVISITED
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 getLastVistedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns the data corresponding to the PVCSESSION.LASTVISITED
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 the data corresponding to the PVCSESSION.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 Long value corresponding to the SESSIONTYPE
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 getRegisterId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns the data corresponding to the PVCSESSION.REGISTER_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 getRegisterIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Returns LOong value corresponding to the REGISTER_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 getSessionType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns the data corresponding to the PVCSESSION.SESSIONTYPE
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 getStatus() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns the data corresponding to the PVCSESSION.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.Integer getStatusInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Returns the Integer value corresponding to the 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 getTerminalId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns the data corresponding to the PVCSESSION.TERMINAL_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 setDataBeanKeyPVCSessionId(java.lang.String aDataBeanKeyPVCSessionId)
Set its primary key for fetching.
aDataBeanKeyPVCSessionId
- java.lang.String - primary keypublic void setGuestId(java.lang.Long aGuestId)
This method sets the data corresponding to the PVCSESSION.GUEST_ID
aGuestId
- java.lang.Long - guestIdpublic void setLastVisted(java.sql.Timestamp aLastVisted)
This method sets the data corresponding to the PVCSESSION.LASTVISITED
aLastVisted
- java.sql.Timestamp -creation timestamppublic void setPVCSessionId(java.lang.Long aPVCSessionId)
This method sets the data corresponding to the PVCSESSION.PVCSESSION_ID
aPVCSessionId
- java.lang.Long - pvcsession idpublic void setRegisterId(java.lang.Long aRegisterId)
This method sets the data corresponding to the PVCSESSION.REGISTERED_ID
aRegisterId
- java.lang.Long - register idpublic 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 setSessionType(java.lang.String aSessionType)
This method sets the data corresponding to the PVCSESSION.SESSIONTYPE
aSessionType
- java.lang.String - the session typepublic void setStatus(java.lang.Integer aStatus)
This method sets the data corresponding to the PVCSESSION.STATUS
aStatus
- java.lang.Integer - the statuspublic void setTerminalId(java.lang.String aTerminalId)
This method sets the data corresponding to the PVCSESSION.TERMINAL_ID
aTerminalId
- java.lang.String - the terminal id
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |