|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.pvcdevices.beans.UserPVCDeviceDataBean
This bean provides data from the USERPVCDEV table.
Fields inherited from interface com.ibm.commerce.security.Delegator |
COPYRIGHT |
Constructor Summary | |
UserPVCDeviceDataBean()
Default constructor |
Method Summary | |
java.lang.String |
getAddress1()
This method returns data corresponding to the USERPVCDEV.ADDRESS1 |
java.lang.String |
getAddress1Type()
This method returns data corresponding to the USERPVCDEV.ADDRESS1TYPE |
java.lang.String |
getAddress2()
This method returns data corresponding to the USERPVCDEV.ADDRESS2 |
java.lang.String |
getAddress2Type()
This method returns data corresponding to the USERPVCDEV.ADDRESS2TYPE |
CommandContext |
getCommandContext()
Gets the command context set within this bean. |
java.lang.String |
getDataBeanKeyUserPVCDeviceId()
Retrieve its primary key. |
Protectable |
getDelegate()
Retrieves access control information. |
java.lang.String |
getDeviceFormatId()
This method returns data corresponding to the USERPVCDEV.DEVICEFMT_ID |
java.lang.Integer |
getDeviceFormatIdInEJBType()
Returns Integer value corresponding to the DEVICEFMT_ID |
java.lang.String |
getDeviceIdentifier()
This method returns data corresponding to the USERPVCDEV.DEVICEIDENTIFIER |
java.lang.String |
getPreferredTimeout()
This method returns data corresponding to the USERPVCDEV.PREFERREDTIMEOUT |
java.lang.Integer |
getPreferredTimeoutInEJBType()
Returns Integer value corresponding to the PREFERREDTIMEOUT |
java.lang.String |
getProtect()
This method returns data corresponding to the USERPVCDEV.PROTECT |
java.lang.Integer |
getProtectInEJBType()
returns integer value corresponding to the PROTECT field |
java.lang.String |
getPvcsessionId()
This method returns data corresponding to the USERPVCDEV.PVCSESSION_ID |
java.lang.Long |
getPvcsessionIdInEJBType()
Returns Long value corresponding to the PVCSESSION_ID |
TypedProperty |
getRequestProperties()
Gets the request property set within this bean. |
java.lang.String |
getTransportId()
This method returns data corresponding to the USERPVCDEV.TRANSPORT_ID |
java.lang.Integer |
getTransportIdInEJBType()
Returns Integer value corresponding to the TRANSPORT_ID |
java.lang.String |
getUserId()
This method returns data corresponding to the USERPVCDEV.USER_ID |
java.lang.Long |
getUserIdInEJBType()
Returns Long value corresponding to the USER_ID |
java.lang.String |
getUserPVCDeviceId()
This method returns data corresponding to the USERPVCDEV.USERPVCDEV_ID |
java.lang.Long |
getUserPVCDeviceIdInEJBType()
Returns Long value corresponding to the USERPVCDEV_ID |
void |
populate()
Retrieves data from the database. |
void |
setAddress1(java.lang.String aAddress1)
This method sets data corresponding to the USERPVCDEV.ADDRESS1 |
void |
setAddress1Type(java.lang.String aAddress1Type)
This method sets data corresponding to the USERPVCDEV.ADDRESS1TYPE |
void |
setAddress2(java.lang.String aAddress2)
This method sets data corresponding to the USERPVCDEV.ADDRESS2 |
void |
setAddress2Type(java.lang.String aAddress2Type)
This method sets data corresponding to the USERPVCDEV.ADDRESS2TYPE |
void |
setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean. |
void |
setDataBeanKeyUserPVCDeviceId(java.lang.String aDataBeanKeyUserPVCDeviceId)
Set its primary key for fetching. |
void |
setDeviceFormatId(java.lang.Integer aDeviceFormatId)
This method sets data corresponding to the USERPVCDEV.DEVICEFMT_ID |
void |
setDeviceIdentifier(java.lang.String aDeviceIdentifier)
This method sets data corresponding to the USERPVCDEV.DEVICEIDENTIFIER |
void |
setPreferredTimeout(java.lang.Integer aPreferredTimeout)
This method sets data corresponding to the USERPVCDEV.PREFERREDTIMEOUT |
void |
setProtect(java.lang.Integer aProtect)
This method sets data corresponding to the USERPVCDEV.PROTECT |
void |
setPvcsessionId(java.lang.Long aPvcsessionId)
This method sets data corresponding to the USERPVCDEV.PVCSESSION_ID |
void |
setRequestProperties(TypedProperty aRequestProperties)
Sets the request property within this bean. |
void |
setTransportId(java.lang.Integer aTransportId)
This method sets data corresponding to the USERPVCDEV.TRANSPORT_ID |
void |
setUserId(java.lang.Long aUserId)
This method sets data corresponding to the USERPVCDEV.USER_ID |
void |
setUserPVCDeviceId(java.lang.Long aUserPVCDeviceId)
This method sets data corresponding to the USERPVCDEV.USERPVCDEV_ID |
Constructor Detail |
public UserPVCDeviceDataBean()
Default constructor
Method Detail |
public java.lang.String getAddress1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns data corresponding to the USERPVCDEV.ADDRESS1
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 getAddress1Type() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns data corresponding to the USERPVCDEV.ADDRESS1TYPE
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 getAddress2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns data corresponding to the USERPVCDEV.ADDRESS2
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 getAddress2Type() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns data corresponding to the USERPVCDEV.ADDRESS2TYPE
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 CommandContext getCommandContext()
Gets the command context set within this bean.
public java.lang.String getDataBeanKeyUserPVCDeviceId()
Retrieve its primary key.
public Protectable getDelegate() throws java.lang.Exception
Retrieves access control information.
getDelegate
in interface Delegator
java.lang.Exception
- The java.lang.Exception exceptionpublic java.lang.String getDeviceFormatId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns data corresponding to the USERPVCDEV.DEVICEFMT_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 java.lang.Integer getDeviceFormatIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Returns Integer value corresponding to the DEVICEFMT_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 java.lang.String getDeviceIdentifier() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns data corresponding to the USERPVCDEV.DEVICEIDENTIFIER
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 getPreferredTimeout() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns data corresponding to the USERPVCDEV.PREFERREDTIMEOUT
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.Integer getPreferredTimeoutInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Returns Integer value corresponding to the PREFERREDTIMEOUT
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 getProtect() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns data corresponding to the USERPVCDEV.PROTECT
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.Integer getProtectInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
returns integer value corresponding to the PROTECT field
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 returns data corresponding to the USERPVCDEV.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 java.lang.Long getPvcsessionIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Returns Long value corresponding to the 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 TypedProperty getRequestProperties()
Gets the request property set within this bean.
public java.lang.String getTransportId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns data corresponding to the USERPVCDEV.TRANSPORT_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 java.lang.Integer getTransportIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Returns Integer value corresponding to the TRANSPORT_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 java.lang.String getUserId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns data corresponding to the USERPVCDEV.USER_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 java.lang.Long getUserIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Returns Long value corresponding to the USER_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 java.lang.String getUserPVCDeviceId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns data corresponding to the USERPVCDEV.USERPVCDEV_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 java.lang.Long getUserPVCDeviceIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Returns Long value corresponding to the USERPVCDEV_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 populate() throws java.lang.Exception
Retrieves data from the database.
java.lang.Exception
- The java.lang.Exception exceptionpublic void setAddress1(java.lang.String aAddress1)
This method sets data corresponding to the USERPVCDEV.ADDRESS1
aAddress1
- java.lang.String - the address1 valuepublic void setAddress1Type(java.lang.String aAddress1Type)
This method sets data corresponding to the USERPVCDEV.ADDRESS1TYPE
aAddress1Type
- java.lang.String - the Address1Type valuepublic void setAddress2(java.lang.String aAddress2)
This method sets data corresponding to the USERPVCDEV.ADDRESS2
aAddress2
- java.lang.String - the address2 valuepublic void setAddress2Type(java.lang.String aAddress2Type)
This method sets data corresponding to the USERPVCDEV.ADDRESS2TYPE
aAddress2Type
- java.lang.String - value for Address2Typepublic void setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
aCommandContext
- com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyUserPVCDeviceId(java.lang.String aDataBeanKeyUserPVCDeviceId)
Set its primary key for fetching.
aDataBeanKeyUserPVCDeviceId
- java.lang.String - primary keypublic void setDeviceFormatId(java.lang.Integer aDeviceFormatId)
This method sets data corresponding to the USERPVCDEV.DEVICEFMT_ID
aDeviceFormatId
- java.lang.Integer - device format idpublic void setDeviceIdentifier(java.lang.String aDeviceIdentifier)
This method sets data corresponding to the USERPVCDEV.DEVICEIDENTIFIER
aDeviceIdentifier
- java.lang.String - the device indentifierpublic void setPreferredTimeout(java.lang.Integer aPreferredTimeout)
This method sets data corresponding to the USERPVCDEV.PREFERREDTIMEOUT
aPreferredTimeout
- java.lang.Integer - the preferred timeoutpublic void setProtect(java.lang.Integer aProtect)
This method sets data corresponding to the USERPVCDEV.PROTECT
aProtect
- java.lang.Integer - the value for PROTECTpublic void setPvcsessionId(java.lang.Long aPvcsessionId)
This method sets data corresponding to the USERPVCDEV.PVCSESSION_ID
aPvcsessionId
- java.lang.Long - PVC session IDpublic void setRequestProperties(TypedProperty aRequestProperties) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
Sets the request property within this bean.
aRequestProperties
- com.ibm.commerce.datatype.TypedPropertyjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionpublic void setTransportId(java.lang.Integer aTransportId)
This method sets data corresponding to the USERPVCDEV.TRANSPORT_ID
aTransportId
- java.lang.Integer - transport idpublic void setUserId(java.lang.Long aUserId)
This method sets data corresponding to the USERPVCDEV.USER_ID
aUserId
- java.lang.Long - the user idpublic void setUserPVCDeviceId(java.lang.Long aUserPVCDeviceId)
This method sets data corresponding to the USERPVCDEV.USERPVCDEV_ID
aUserPVCDeviceId
- java.lang.Long - user pvc device id
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |