public class UserPVCDeviceAccessBean extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean implements UserPVCDeviceAccessBeanData
Constructor and Description |
---|
UserPVCDeviceAccessBean()
Zero argument constructor used to initialize the access bean.
|
UserPVCDeviceAccessBean(javax.ejb.EJBObject o) |
UserPVCDeviceAccessBean(java.lang.Long aUserId, java.lang.Long aPVCSessionId, java.lang.Integer aPreferredTimeout, java.lang.Integer aProtect)
Maps to a corresponding ejbCreate method in the home interface of the EJB
|
UserPVCDeviceAccessBean(java.lang.Long arg1, java.lang.String arg2, java.lang.Integer arg3, java.lang.Integer arg4)
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() |
java.util.Enumeration | findByPVCSessionId(java.lang.Long aPVCSessionId)
Returns the results of the search based of the values of sessionId
|
UserPVCDeviceAccessBean | findByUserIdAndPVCSessionId(java.lang.Long userId, java.lang.Long pvcSessionId)
Returns UserPVCDevice based on the specified userId and sessionId
|
java.lang.String | getAddress1() |
java.lang.String | getAddress1Type() |
java.lang.String | getAddress2() |
java.lang.String | getAddress2Type() |
java.lang.String | getDeviceFormatId() |
java.lang.Integer | getDeviceFormatIdInEJBType() |
java.lang.String | getDeviceIdentifier() |
java.lang.String | getPreferredTimeout() |
java.lang.Integer | getPreferredTimeoutInEJBType() |
java.lang.String | getProtect() |
java.lang.Integer | getProtectInEJBType() |
java.lang.String | getPvcsessionId() |
java.lang.Long | getPvcsessionIdInEJBType() |
java.lang.String | getTransportId() |
java.lang.Integer | getTransportIdInEJBType() |
java.lang.String | getUserId() |
java.lang.Long | getUserIdInEJBType() |
java.lang.String | getUserPVCDeviceId() |
java.lang.Long | getUserPVCDeviceIdInEJBType() |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() |
void | setAddress1(java.lang.String newValue) |
void | setAddress1Type(java.lang.String newValue) |
void | setAddress2(java.lang.String newValue) |
void | setAddress2Type(java.lang.String newValue) |
void | setDeviceFormatId(java.lang.Integer newValue) |
void | setDeviceFormatId(java.lang.String newValue) |
void | setDeviceIdentifier(java.lang.String newValue) |
void | setInitKey_userPVCDeviceId(java.lang.Long newValue) |
void | setPreferredTimeout(java.lang.Integer newValue) |
void | setPreferredTimeout(java.lang.String newValue) |
void | setProtect(java.lang.Integer newValue) |
void | setProtect(java.lang.String newValue) |
void | setPvcsessionId(java.lang.Long newValue) |
void | setPvcsessionId(java.lang.String newValue) |
void | setTransportId(java.lang.Integer newValue) |
void | setTransportId(java.lang.String newValue) |
void | setUserId(java.lang.Long newValue) |
void | setUserId(java.lang.String newValue) |
void | setUserPVCDeviceId(java.lang.Long newValue) |
void | setUserPVCDeviceId(java.lang.String newValue) |
public UserPVCDeviceAccessBean()
public UserPVCDeviceAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public UserPVCDeviceAccessBean(java.lang.Long aUserId, java.lang.Long aPVCSessionId, java.lang.Integer aPreferredTimeout, java.lang.Integer aProtect) 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 aUserId, device identifier, aPreferredTimeout and aProtect
public UserPVCDeviceAccessBean(java.lang.Long arg1, java.lang.String arg2, java.lang.Integer arg3, java.lang.Integer arg4) 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 arg1, arg2, arg3, arg4
public UserPVCDeviceAccessBean findByUserIdAndPVCSessionId(java.lang.Long userId, java.lang.Long pvcSessionId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Returns UserPVCDevice based on the specified userId and sessionId
public java.util.Enumeration findByPVCSessionId(java.lang.Long aPVCSessionId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Returns the results of the search based of the values of sessionId
public void setInitKey_userPVCDeviceId(java.lang.Long 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 getDeviceFormatId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getDeviceFormatIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setDeviceFormatId(java.lang.String newValue)
public void setDeviceFormatId(java.lang.Integer newValue)
public java.lang.String getProtect() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getProtectInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setProtect(java.lang.String newValue)
public void setProtect(java.lang.Integer newValue)
public java.lang.String getAddress2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setAddress2(java.lang.String newValue)
public java.lang.String getAddress1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setAddress1(java.lang.String newValue)
public java.lang.String getUserPVCDeviceId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Long getUserPVCDeviceIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setUserPVCDeviceId(java.lang.String newValue)
public void setUserPVCDeviceId(java.lang.Long newValue)
public java.lang.String getUserId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Long getUserIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setUserId(java.lang.String newValue)
public void setUserId(java.lang.Long newValue)
public java.lang.String getDeviceIdentifier() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setDeviceIdentifier(java.lang.String newValue)
public java.lang.String getAddress1Type() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setAddress1Type(java.lang.String 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 getTransportId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getTransportIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setTransportId(java.lang.String newValue)
public void setTransportId(java.lang.Integer newValue)
public java.lang.String getAddress2Type() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setAddress2Type(java.lang.String newValue)
public java.lang.String getPreferredTimeout() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getPreferredTimeoutInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setPreferredTimeout(java.lang.String newValue)
public void setPreferredTimeout(java.lang.Integer newValue)