public class PVCSessionAccessBean extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean implements PVCSessionAccessBeanData
Constructor and Description |
---|
PVCSessionAccessBean()
Zero argument constructor used to initialize the access bean.
|
PVCSessionAccessBean(javax.ejb.EJBObject o) |
PVCSessionAccessBean(java.lang.String aSessionType, java.lang.String aTerminalId)
Maps to a corresponding ejbCreate method in the home interface of the EJB
|
Modifier and Type | Method and Description |
---|---|
void | commitCopyHelper() |
protected java.lang.String | defaultJNDIName() |
PVCSessionAccessBean | findBySessionTypeAndTerminalId(java.lang.String aSessionId, java.lang.String aTerminalId)
Returns PVCSession based on the provided values of aSessionId and aTerminalId
|
java.lang.String | getGuestId() |
java.lang.Long | getGuestIdInEJBType() |
java.lang.String | getLastVisted() |
java.sql.Timestamp | getLastVistedInEJBType() |
java.lang.String | getPVCSessionId() |
java.lang.Long | getPVCSessionIdInEJBType() |
java.lang.String | getRegisterId() |
java.lang.Long | getRegisterIdInEJBType() |
java.lang.String | getSessionType() |
java.lang.String | getStatus() |
java.lang.Integer | getStatusInEJBType() |
java.lang.String | getTerminalId() |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() |
void | setGuestId(java.lang.Long newValue) |
void | setGuestId(java.lang.String newValue) |
void | setInitKey_PVCSessionId(java.lang.String newValue) |
void | setLastVisted(java.lang.String newValue) |
void | setLastVisted(java.sql.Timestamp newValue) |
void | setPVCSessionId(java.lang.Long newValue) |
void | setPVCSessionId(java.lang.String newValue) |
void | setRegisterId(java.lang.Long newValue) |
void | setRegisterId(java.lang.String newValue) |
void | setSessionType(java.lang.String newValue) |
void | setStatus(java.lang.Integer newValue) |
void | setStatus(java.lang.String newValue) |
void | setTerminalId(java.lang.String newValue) |
public PVCSessionAccessBean()
public PVCSessionAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public PVCSessionAccessBean(java.lang.String aSessionType, java.lang.String aTerminalId) 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
Provided parameters are Session Type and Terminal Id
public PVCSessionAccessBean findBySessionTypeAndTerminalId(java.lang.String aSessionId, java.lang.String aTerminalId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Returns PVCSession based on the provided values of aSessionId and aTerminalId
public void setInitKey_PVCSessionId(java.lang.String newValue)
protected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.String getTerminalId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setTerminalId(java.lang.String newValue)
public java.lang.String getLastVisted() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.sql.Timestamp getLastVistedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setLastVisted(java.lang.String newValue)
public void setLastVisted(java.sql.Timestamp newValue)
public java.lang.String getPVCSessionId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Long getPVCSessionIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setPVCSessionId(java.lang.String newValue)
public void setPVCSessionId(java.lang.Long newValue)
public java.lang.String getRegisterId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Long getRegisterIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setRegisterId(java.lang.String newValue)
public void setRegisterId(java.lang.Long newValue)
public java.lang.String getSessionType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setSessionType(java.lang.String newValue)
public java.lang.String getStatus() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getStatusInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setStatus(java.lang.String newValue)
public void setStatus(java.lang.Integer newValue)
public java.lang.String getGuestId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Long getGuestIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setGuestId(java.lang.String newValue)
public void setGuestId(java.lang.Long newValue)