|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.pvcdevices.beans.PVCDeviceModelDataBean
This bean provides access to the PVCDEVMDL table.
Fields inherited from interface com.ibm.commerce.security.Delegator |
COPYRIGHT |
Constructor Summary | |
PVCDeviceModelDataBean()
Default constructor |
Method Summary | |
CommandContext |
getCommandContext()
Gets the command context set within this bean. |
java.lang.String |
getDataBeanKeyDeviceModelId()
Retrieve its primary key. |
Protectable |
getDelegate()
Retrieves access control information. |
java.lang.String |
getDescription()
This method returns data corresponding to the PVCDEVMDL.DESCRIPTION |
java.lang.String |
getDeviceModelId()
This method returns data corresponding to the PVCDEVMDL.MODEL_ID |
java.lang.Integer |
getDeviceModelIdInEJBType()
Returns Integer value corresponding to the MODEL_IC |
java.lang.String |
getDevModelName()
This method returns data corresponding to the PVCDEVMDL.DEVMDLNAME |
java.lang.String |
getModelName()
This method returns data corresponding to the PVCDEVMDL.MODELNAME |
TypedProperty |
getRequestProperties()
Gets the request property set within this bean. |
java.lang.String |
getSessionType()
This method returns data corresponding to the PVCDEVMDL.SESSION_TYPE |
java.lang.String |
getVendorName()
This method returns data corresponding to the PVCDEVMDL.VENDOR |
void |
populate()
Retrieves data from the database. |
void |
setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean. |
void |
setDataBeanKeyDeviceModelId(java.lang.String aDataBeanKeyDeviceModelId)
Set its primary key for fetching. |
void |
setDescription(java.lang.String aDescription)
This method sets data corresponding to the PVCDEVMDL.DESCRIPTION |
void |
setDeviceModelId(java.lang.Integer aDeviceModelId)
This method sets data corresponding to the PVCDEVMDL.MODEL_ID |
void |
setDevModelName(java.lang.String aDevModelName)
This method sets data corresponding to the PVCDEVMDL.DEVMDLNAME |
void |
setModelName(java.lang.String aModelName)
This method sets data corresponding to the PVCDEVMDL.MODELNAME |
void |
setRequestProperties(TypedProperty aRequestProperties)
Sets the request property within this bean. |
void |
setSessionType(java.lang.String aSessionType)
This method sets data corresponding to the PVCDEVMDL.SESSION_TYPE |
void |
setVendorName(java.lang.String aVendorName)
This method sets data corresponding to the PVCDEVMDL.VENDOR |
Constructor Detail |
public PVCDeviceModelDataBean()
Default constructor
Method Detail |
public CommandContext getCommandContext()
Gets the command context set within this bean.
public java.lang.String getDataBeanKeyDeviceModelId()
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 getDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns data corresponding to the PVCDEVMDL.DESCRIPTION
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 getDeviceModelId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns data corresponding to the PVCDEVMDL.MODEL_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 getDeviceModelIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Returns Integer value corresponding to the MODEL_IC
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 getDevModelName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns data corresponding to the PVCDEVMDL.DEVMDLNAME
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 getModelName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns data corresponding to the PVCDEVMDL.MODELNAME
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 getSessionType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns data corresponding to the PVCDEVMDL.SESSION_TYPE
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 getVendorName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns data corresponding to the PVCDEVMDL.VENDOR
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 setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
aCommandContext
- com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyDeviceModelId(java.lang.String aDataBeanKeyDeviceModelId)
Set its primary key for fetching.
aDataBeanKeyDeviceModelId
- java.lang.String - primary keypublic void setDescription(java.lang.String aDescription)
This method sets data corresponding to the PVCDEVMDL.DESCRIPTION
aDescription
- java.lang.String - value for Descriptionpublic void setDeviceModelId(java.lang.Integer aDeviceModelId)
This method sets data corresponding to the PVCDEVMDL.MODEL_ID
aDeviceModelId
- java.lang.Integer - device model idpublic void setDevModelName(java.lang.String aDevModelName)
This method sets data corresponding to the PVCDEVMDL.DEVMDLNAME
aDevModelName
- java.lang.String - device model namepublic void setModelName(java.lang.String aModelName)
This method sets data corresponding to the PVCDEVMDL.MODELNAME
aModelName
- java.lang.String - model namepublic 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 setSessionType(java.lang.String aSessionType)
This method sets data corresponding to the PVCDEVMDL.SESSION_TYPE
aSessionType
- java.lang.String - sessionTypepublic void setVendorName(java.lang.String aVendorName)
This method sets data corresponding to the PVCDEVMDL.VENDOR
aVendorName
- java.lang.String - vendor name
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |