|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.pvcdevices.objects.PVCBindingAccessBean
This bean provides access to the PVCBINDING table.
The following is a description of this table:
Represents relation between a customer and a terminal for pervasive computing.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
PVCBindingAccessBean()
Default constructor. |
|
PVCBindingAccessBean(javax.ejb.EJBObject ejbObject)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
PVCBindingAccessBean(java.lang.Long pvcSessionId,
java.lang.Long userId)
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). |
PVCBindingAccessBean |
findActiveByPVCSessionId(java.lang.Long pvcSessionId)
Returns PVCBindingAccessBean found by the search on provided value of PVCSessionId |
PVCBindingAccessBean |
findActiveByUserId(java.lang.Long userId)
Returns PVCBindingAccessBean found by the search based on userId |
PVCBindingAccessBean |
findActiveByUserIdAndPVCSessionId(java.lang.Long userId,
java.lang.Long pvcSessionId)
Returns PVCBindingAccessBean found by the search based on userId and PVCSessionId |
java.util.Enumeration |
findByPVCSessionIdAndStatus(java.lang.Long sessionId,
java.lang.String status)
Returns results of the search based on the provided values of SessioID and Status |
java.util.Enumeration |
findByUserIdAndStatus(java.lang.Long userId,
java.lang.String status)
Returns results of the search based on the values of the current user's ID and status |
java.lang.String |
getCreated()
This method provides access to the PVCBINDING.CREATED |
java.sql.Timestamp |
getCreatedInEJBType()
Get the Time stamp value of the CREATED field in the PVCBINDING table |
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 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. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setCreated(java.lang.String aCreated)
This method provides access to the PVCBINDING.CREATED |
void |
setCreated(java.sql.Timestamp aCreated)
This method provides access to the PVCBINDING.CREATED |
void |
setInitKey_PVCBindingId(java.lang.Long aInitKey_PVCBindingId)
Set the primary key for this object |
void |
setPVCBindingId(java.lang.Long aPVCBindingId)
This method provides access to the PVCBINDING.PVCBINDING_ID column of DB2 type BIGINT NOT NULL. |
void |
setPVCBindingId(java.lang.String aPVCBindingId)
This method provides access to the PVCBINDING.PVCBINDING_ID column of DB2 type BIGINT NOT NULL. |
void |
setPVCSessionId(java.lang.Long aPVCSessionId)
This method provides access to the PVCBINDING.PVCSESSION_ID column of DB2 type BIGINT NOT NULL. |
void |
setPVCSessionId(java.lang.String aPVCSessionId)
This method provides access to the PVCBINDING.PVCSESSION_ID column of DB2 type BIGINT NOT NULL. |
void |
setStatus(java.lang.String aStatus)
This method provides access to the PVCBINDING.STATUS column of DB2 type CHAR NOT NULL. |
void |
setUsersId(java.lang.Long aUsersId)
This method provides access to the PVCBINDING.USERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setUsersId(java.lang.String aUsersId)
This method provides access to the PVCBINDING.USERS_ID column of DB2 type BIGINT NOT NULL. |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean |
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PVCBindingAccessBean()
Default constructor. Maps to findByPrimaryKey.
public PVCBindingAccessBean(javax.ejb.EJBObject ejbObject) throws java.rmi.RemoteException
Maps to a corresponding ejbCreate method in the home interface of the EJB
ejbObject
- javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic PVCBindingAccessBean(java.lang.Long pvcSessionId, java.lang.Long userId) 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 userId and PVCSessionID
pvcSessionId
- java.lang.Long - pvc session IDuserId
- java.lang.Long - user Idjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
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 PVCBindingAccessBean findActiveByPVCSessionId(java.lang.Long pvcSessionId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Returns PVCBindingAccessBean found by the search on provided value of PVCSessionId
pvcSessionId
- java.lang.Long - the pvc session idjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic PVCBindingAccessBean findActiveByUserId(java.lang.Long userId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Returns PVCBindingAccessBean found by the search based on userId
userId
- java.lang.Long - the user Idjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic PVCBindingAccessBean findActiveByUserIdAndPVCSessionId(java.lang.Long userId, java.lang.Long pvcSessionId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Returns PVCBindingAccessBean found by the search based on userId and PVCSessionId
userId
- java.lang.Long - the user IdpvcSessionId
- java.lang.Long - the pvc session Idjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByPVCSessionIdAndStatus(java.lang.Long sessionId, java.lang.String status) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Returns results of the search based on the provided values of SessioID and Status
sessionId
- java.lang.Long - the session Idstatus
- java.lang.String - the statusjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByUserIdAndStatus(java.lang.Long userId, java.lang.String status) 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 status
userId
- java.lang.Long - user Idstatus
- java.lang.String - status valuejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
The following is a description of this column:
The creation time stamp
getCreated
in interface PVCBindingAccessBeanData
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
Get the Time stamp value of the CREATED field in the PVCBINDING table
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 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
- 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
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
- 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 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
- 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
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
- 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 provides access to the PVCBINDING.STATUS column of DB2 type CHAR NOT NULL.
The following is a description of this column:
Valid values: A (active record), S (superceded)
getStatus
in interface PVCBindingAccessBeanData
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 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 login using a terminal corresponding to PVCSESSION_ID.
getUsersId
in interface PVCBindingAccessBeanData
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
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 login using a terminal corresponding to 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 void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
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 setCreated(java.lang.String aCreated)
This method provides access to the PVCBINDING.CREATED
The following is a description of this column:
The creation time stamp
setCreated
in interface PVCBindingAccessBeanData
aCreated
- java.lang.Stringpublic void setCreated(java.sql.Timestamp aCreated)
This method provides access to the PVCBINDING.CREATED
The following is a description of this column:
The creation time stamp
aCreated
- java.sql.Timestamppublic void setInitKey_PVCBindingId(java.lang.Long aInitKey_PVCBindingId)
Set the primary key for this object
aInitKey_PVCBindingId
- java.lang.Longpublic void setPVCBindingId(java.lang.Long aPVCBindingId)
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.
aPVCBindingId
- java.lang.Longpublic void setPVCBindingId(java.lang.String aPVCBindingId)
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
aPVCBindingId
- java.lang.Stringpublic void setPVCSessionId(java.lang.Long aPVCSessionId)
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.
aPVCSessionId
- java.lang.Longpublic void setPVCSessionId(java.lang.String aPVCSessionId)
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
aPVCSessionId
- java.lang.Stringpublic void setStatus(java.lang.String aStatus)
This method provides access to the PVCBINDING.STATUS column of DB2 type CHAR NOT NULL.
setStatus
in interface PVCBindingAccessBeanData
aStatus
- java.lang.Stringpublic void setUsersId(java.lang.Long aUsersId)
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 login using a terminal corresponding to PVCSESSION_ID.
aUsersId
- java.lang.Longpublic void setUsersId(java.lang.String aUsersId)
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 login using a terminal corresponding to PVCSESSION_ID.
setUsersId
in interface PVCBindingAccessBeanData
aUsersId
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |