java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.pvcdevices.objects.PVCBindingAccessBean
This table represents a relation between a customer and a terminal for pervasive computing.
Constructor Summary | |
---|---|
PVCBindingAccessBean() constructor | |
PVCBindingAccessBean(javax.ejb.EJBObject o) constructor | |
PVCBindingAccessBean(java.lang.Long arg0,
java.lang.Long arg1) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
PVCBindingAccessBean |
findActiveByPVCSessionId(java.lang.Long arg0) Returns PVCBinding found by the search on provided value of PVCSessionId |
PVCBindingAccessBean |
findActiveByUserId(java.lang.Long arg0) Returns PVCBinding found by the search based on aUserId |
PVCBindingAccessBean |
findActiveByUserIdAndPVCSessionId(java.lang.Long arg0,
java.lang.Long arg1) Returns PVCBinding found by the search based on aUserId and PVCSessionId |
java.util.Enumeration |
findByPVCSessionIdAndStatus(java.lang.Long arg0,
java.lang.String arg1) Returns results of the search based on the provided values of SessioID and Status |
java.util.Enumeration |
findByUserIdAndStatus(java.lang.Long arg0,
java.lang.String arg1) 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 provides access to the PVCBINDING.CREATED column of DB2 type TIMESTAMP NOT NULL. |
void |
setCreated(java.sql.Timestamp newValue) This method provides access to the PVCBINDING.CREATED column of DB2 type TIMESTAMP NOT NULL. |
void |
setInitKey_PVCBindingId(java.lang.Long newValue) Set the primary key for this object |
void |
setPVCBindingId(java.lang.Long newValue) This method provides access to the PVCBINDING.PVCBINDING_ID column of DB2 type BIGINT NOT NULL. |
void |
setPVCBindingId(java.lang.String newValue) This method provides access to the PVCBINDING.PVCBINDING_ID column of DB2 type BIGINT NOT NULL. |
void |
setPVCSessionId(java.lang.Long newValue) This method provides access to the PVCBINDING.PVCSESSION_ID column of DB2 type BIGINT NOT NULL. |
void |
setPVCSessionId(java.lang.String newValue) This method provides access to the PVCBINDING.PVCSESSION_ID column of DB2 type BIGINT NOT NULL. |
void |
setStatus(java.lang.String newValue) This method provides access to the PVCBINDING.STATUS column of DB2 type CHAR(1) NOT NULL. |
void |
setUsersId(java.lang.Long newValue) This method provides access to the PVCBINDING.USERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setUsersId(java.lang.String newValue) This method provides access to the PVCBINDING.USERS_ID column of DB2 type BIGINT NOT NULL. |
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
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public PVCBindingAccessBean(java.lang.Long arg0, java.lang.Long arg1) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
arg0
- java.lang.Longarg1
- java.lang.Longjavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
Method Detail |
---|
public PVCBindingAccessBean findActiveByPVCSessionId(java.lang.Long arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Returns PVCBinding found by the search on provided value of PVCSessionId
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public PVCBindingAccessBean findActiveByUserId(java.lang.Long arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Returns PVCBinding found by the search based on aUserId
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public PVCBindingAccessBean findActiveByUserIdAndPVCSessionId(java.lang.Long arg0, java.lang.Long arg1) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Returns PVCBinding found by the search based on aUserId and PVCSessionId
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByPVCSessionIdAndStatus(java.lang.Long arg0, java.lang.String arg1) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Returns results of the search based on the provided values of SessioID and Status
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByUserIdAndStatus(java.lang.Long arg0, java.lang.String arg1) 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
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public void setInitKey_PVCBindingId(java.lang.Long newValue)
Set the primary key for this object
newValue
- java.lang.Longprotected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
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).
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
Load data from the EJBObject.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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:
Identifier of the terminal.
getPVCSessionId
in interface
PVCBindingAccessBeanData
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
This method provides access to the PVCBINDING.PVCSESSION_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Identifier of the terminal.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setPVCSessionId(java.lang.String newValue)
This method provides access to the PVCBINDING.PVCSESSION_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Identifier of the terminal.
setPVCSessionId
in interface
PVCBindingAccessBeanData
newValue
- Stringpublic void setPVCSessionId(java.lang.Long newValue)
This method provides access to the PVCBINDING.PVCSESSION_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Identifier of the terminal.
newValue
- java.lang.Longpublic 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.
getCreated
in interface
PVCBindingAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCreated(java.lang.String newValue)
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.
setCreated
in interface
PVCBindingAccessBeanData
newValue
- Stringpublic void setCreated(java.sql.Timestamp newValue)
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.
newValue
- java.sql.Timestamppublic 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:&l
getStatus
in interface
PVCBindingAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setStatus(java.lang.String newValue)
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:&l
setStatus
in interface
PVCBindingAccessBeanData
newValue
- java.lang.Stringpublic 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:
Reference number of a customer who is allowed to log in using a terminal corresponding to PVCSESSION_ID.
getUsersId
in interface
PVCBindingAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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:
Reference number of a customer who is allowed to log in using a terminal corresponding to PVCSESSION_ID.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setUsersId(java.lang.String newValue)
This method provides access 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 log in using a terminal corresponding to PVCSESSION_ID.
setUsersId
in interface
PVCBindingAccessBeanData
newValue
- Stringpublic void setUsersId(java.lang.Long newValue)
This method provides access 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 log in using a terminal corresponding to PVCSESSION_ID.
newValue
- java.lang.Longpublic 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:
Reference number of a record.
getPVCBindingId
in interface
PVCBindingAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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:
Reference number of a record.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setPVCBindingId(java.lang.String newValue)
This method provides access 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.
setPVCBindingId
in interface
PVCBindingAccessBeanData
newValue
- Stringpublic void setPVCBindingId(java.lang.Long newValue)
This method provides access 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.
newValue
- java.lang.Long