java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.pvcdevices.objects.PVCBindingAccessBean
This table represents a relationship between a customer and a terminal for pervasive computing. This access bean corresponds to the database table 'PVCBINDING'.
Constructor Summary | |
PVCBindingAccessBean() Zero argument constructor used to initialize the access bean. |
|
PVCBindingAccessBean(javax.ejb.EJBObject o) constructor |
|
PVCBindingAccessBean(java.lang.Long arg1, java.lang.Long arg2) Maps to a corresponding ejbCreate method in the home interface of the EJB |
Method Summary | |
void | commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected java.lang.String | defaultJNDIName() |
PVCBindingAccessBean | findActiveByPVCSessionId(java.lang.Long aPVCSessionId) Returns PVCBinding found by the search on provided value of PVCSessionId |
PVCBindingAccessBean | findActiveByUserId(java.lang.Long aUserId) Returns PVCBinding found by the search based on aUserId |
PVCBindingAccessBean | findActiveByUserIdAndPVCSessionId(java.lang.Long aUserId, java.lang.Long aPVCSessionId) Returns PVCBinding found by the search based on aUserId and PVCSessionId |
java.util.Enumeration | findByPVCSessionIdAndStatus(java.lang.Long aPVCSessionId, java.lang.String aStatus) Returns results of the search based on the provided values of SessioID and Status |
java.util.Enumeration | findByUserIdAndStatus(java.lang.Long aUserId, java.lang.String aStatus) Returns results of the search based on the values of the current user's ID and aStatus |
java.lang.String | getCreated() This method provides access to the PVCBINDING.CREATED column of DB2 type TIMESTAMP NOT NULL. |
java.sql.Timestamp | getCreatedInEJBType() This method provides access to the PVCBINDING.CREATED column of DB2 type TIMESTAMP NOT NULL. |
java.lang.String | getPVCBindingId() This method provides access to the PVCBINDING.PVCBINDING_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getPVCBindingIdInEJBType() This method provides access to the PVCBINDING.PVCBINDING_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String | getPVCSessionId() This method provides access to the PVCBINDING.PVCSESSION_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getPVCSessionIdInEJBType() This method provides access to the PVCBINDING.PVCSESSION_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String | getStatus() This method provides access to the PVCBINDING.STATUS column of DB2 type CHAR(1) NOT NULL. |
java.lang.String | getUsersId() This method provides access to the PVCBINDING.USERS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getUsersIdInEJBType() This method provides access to the PVCBINDING.USERS_ID column of DB2 type BIGINT NOT NULL. |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setCreated(java.lang.String newValue) This method accesses a non-CMP field |
void | setCreated(java.sql.Timestamp newValue) This method accesses a non-CMP field |
void | setInitKey_PVCBindingId(java.lang.Long newValue) Set the primary key for this object |
void | setPVCBindingId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setPVCBindingId(java.lang.String newValue) This method accesses a non-CMP field |
void | setPVCSessionId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setPVCSessionId(java.lang.String newValue) This method accesses a non-CMP field |
void | setStatus(java.lang.String newValue) This method accesses a non-CMP field |
void | setUsersId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setUsersId(java.lang.String newValue) This method accesses a non-CMP field |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PVCBindingAccessBean()
public PVCBindingAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public PVCBindingAccessBean(java.lang.Long arg1, java.lang.Long arg2) 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
Bean is created based on the provided arg2 and PVCSessionID
Method Detail |
public PVCBindingAccessBean findActiveByPVCSessionId(java.lang.Long aPVCSessionId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Returns PVCBinding found by the search on provided value of PVCSessionId
public PVCBindingAccessBean findActiveByUserId(java.lang.Long aUserId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Returns PVCBinding found by the search based on aUserId
public PVCBindingAccessBean findActiveByUserIdAndPVCSessionId(java.lang.Long aUserId, java.lang.Long aPVCSessionId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Returns PVCBinding found by the search based on aUserId and PVCSessionId
public java.util.Enumeration findByPVCSessionIdAndStatus(java.lang.Long aPVCSessionId, java.lang.String aStatus) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Returns results of the search based on the provided values of SessioID and Status
public java.util.Enumeration findByUserIdAndStatus(java.lang.Long aUserId, java.lang.String aStatus) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Returns results of the search based on the values of the current user's ID and aStatus
public void setInitKey_PVCBindingId(java.lang.Long newValue)
Set the primary key for this object
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
Update(flush) data to the EJBObject (persistent storage).
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
public java.lang.String getPVCSessionId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCBINDING.PVCSESSION_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The identifier of the terminal used for pervasive computing.
public java.lang.Long getPVCSessionIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCBINDING.PVCSESSION_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The identifier of the terminal used for pervasive computing.
public void setPVCSessionId(java.lang.String newValue)
public void setPVCSessionId(java.lang.Long newValue)
public java.lang.String getCreated() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCBINDING.CREATED column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The date and time this record was created.
public java.sql.Timestamp getCreatedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCBINDING.CREATED column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The date and time this record was created.
public void setCreated(java.lang.String newValue)
public void setCreated(java.sql.Timestamp newValue)
public java.lang.String getStatus() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCBINDING.STATUS column of DB2 type CHAR(1) NOT NULL.
The following is a description of this column:
The status of the binding. Valid values are as follows:&l
public void setStatus(java.lang.String newValue)
public java.lang.String getUsersId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCBINDING.USERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of a customer who is allowed to log in using a terminal corresponding to the PVCSESSION_ID.
public java.lang.Long getUsersIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCBINDING.USERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of a customer who is allowed to log in using a terminal corresponding to the PVCSESSION_ID.
public void setUsersId(java.lang.String newValue)
public void setUsersId(java.lang.Long newValue)
public java.lang.String getPVCBindingId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCBINDING.PVCBINDING_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of a record.
public java.lang.Long getPVCBindingIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCBINDING.PVCBINDING_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of a record.
public void setPVCBindingId(java.lang.String newValue)
public void setPVCBindingId(java.lang.Long newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.