|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.pvcdevices.beans.PVCDeviceSpecDataBean
This bean provides data from the PVCDEVSPEC table.
Fields inherited from interface com.ibm.commerce.security.Delegator |
COPYRIGHT |
Constructor Summary | |
PVCDeviceSpecDataBean()
Default constructor |
Method Summary | |
CommandContext |
getCommandContext()
Gets the command context set within this bean. |
java.lang.String |
getContentDirectory()
This method returns value corresponding to the PVCDEVSPEC.CONTENTDIR |
java.lang.String |
getDataBeanKeySpecId()
Retrieve its primary key. |
Protectable |
getDelegate()
Retrieves access control information. |
java.lang.String |
getDescription()
This method returns value corresponding to the PVCDEVSPEC.DESCRIPTION |
java.lang.String |
getDocumentFormat()
This method returns value corresponding to the PVCDEVSPEC.DOCUMENTFORMAT |
java.lang.String |
getDocumentVersion()
This method returns value corresponding to the PVCDEVSPEC.DOCUMENTVERSION |
java.lang.String |
getImageFormat()
This method returns value corresponding to the PVCDEVSPEC.IMAGEFORMAT |
java.lang.String |
getLcdColors()
This method returns value corresponding to the PVCDEVSPEC.LCDCOLORS |
java.lang.Integer |
getLcdColorsInEJBType()
Returns Integer value corresponding to the LCDCOLORS |
java.lang.String |
getLcdHeight()
This method returns value corresponding to the PVCDEVSPEC.LCDHEIGHT |
java.lang.Integer |
getLcdHeightInEJBType()
Returns Integer value corresponding to the LCDHEIGHT |
java.lang.String |
getLcdMomochrome()
This method returns value corresponding to the PVCDEVSPEC.LCDMONOCHROME |
java.lang.String |
getLcdWidth()
This method returns value corresponding to the PVCDEVSPEC.LCDWIDTH |
java.lang.Integer |
getLcdWidthInEJBType()
Returns Integer values corresponding to the LCDWIDTH |
java.lang.String |
getMaxContentLength()
This method returns value corresponding to the PVCDEVSPEC.MAXCONTENTLENGTH |
java.lang.Integer |
getMaxContentLengthInEJBType()
This method returns value corresponding to the PVCDEVSPEC.MAXCONTENTLENGTH |
java.lang.String |
getMaxUrlLength()
This method returns value corresponding to the PVCDEVSPEC.MAXURLLENGTH |
java.lang.Integer |
getMaxUrlLengthInEJBType()
Returns Integer value corresponding to the MAXURLLENGTH |
TypedProperty |
getRequestProperties()
Gets the request property set within this bean. |
java.lang.String |
getSessionType()
This method returns value corresponding to the PVCDEVSPEC.SESSIONTYPE |
java.lang.String |
getSoundFormat()
This method returns value corresponding to the PVCDEVSPEC.SOUNDFORMAT |
java.lang.String |
getSpecId()
This method gets value corresponding to the PVCDEVSPEC.SPEC_ID |
java.lang.Integer |
getSpecIdInEJBType()
Returns Integer value corresponding to the SPEC_ID |
java.lang.String |
getSpecName()
This method returns value corresponding to the PVCDEVSPEC.SPECNAME |
void |
populate()
Retrieves data from the database. |
void |
setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean. |
void |
setContentDirectory(java.lang.String aContentDirectory)
This method sets value corresponding to the PVCDEVSPEC.CONTENTDIR |
void |
setDataBeanKeySpecId(java.lang.String aDataBeanKeySpecId)
Set its primary key for fetching. |
void |
setDescription(java.lang.String aDescription)
This method sets value corresponding to the PVCDEVSPEC.DESCRIPTION |
void |
setDocumentFormat(java.lang.String aDocumentFormat)
This method sets value corresponding to the PVCDEVSPEC.DOCUMENTFORMAT |
void |
setDocumentVersion(java.lang.String aDocumentVersion)
This method sets value corresponding to the PVCDEVSPEC.DOCUMENTVERSION |
void |
setImageFormat(java.lang.String aImageFormat)
This method sets value corresponding to the PVCDEVSPEC.IMAGEFORMAT |
void |
setLcdColors(java.lang.Integer aLcdColors)
This method sets value corresponding to the PVCDEVSPEC.LCDCOLORS |
void |
setLcdHeight(java.lang.Integer aLcdHeight)
This method sets value corresponding to the PVCDEVSPEC.LCDHEIGHT |
void |
setLcdMomochrome(java.lang.String aLcdMomochrome)
This method sets value corresponding to the PVCDEVSPEC.LCDMONOCHROME |
void |
setLcdWidth(java.lang.Integer aLcdWidth)
This method sets value corresponding to the PVCDEVSPEC.LCDWIDTH |
void |
setMaxContentLength(java.lang.Integer aMaxContentLength)
This method sets value corresponding to the PVCDEVSPEC.MAXCONTENTLENGTH |
void |
setMaxUrlLength(java.lang.Integer aMaxUrlLength)
This method sets value corresponding to the PVCDEVSPEC.MAXURLLENGTH |
void |
setRequestProperties(TypedProperty aRequestProperties)
Sets the request property within this bean. |
void |
setSessionType(java.lang.String aSessionType)
This method sets value corresponding to the PVCDEVSPEC.SESSIONTYPE |
void |
setSoundFormat(java.lang.String aSoundFormat)
This method sets value corresponding to the PVCDEVSPEC.SOUNDFORMAT |
void |
setSpecId(java.lang.Integer aSpecId)
This method sets value corresponding to the PVCDEVSPEC.SPEC_ID |
void |
setSpecName(java.lang.String aSpecName)
This method sets value corresponding to the PVCDEVSPEC.SPECNAME |
Constructor Detail |
public PVCDeviceSpecDataBean()
Default constructor
Method Detail |
public CommandContext getCommandContext()
Gets the command context set within this bean.
public java.lang.String getContentDirectory() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns value corresponding to the PVCDEVSPEC.CONTENTDIR
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 getDataBeanKeySpecId()
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 value corresponding to the PVCDEVSPEC.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 getDocumentFormat() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns value corresponding to the PVCDEVSPEC.DOCUMENTFORMAT
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 getDocumentVersion() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns value corresponding to the PVCDEVSPEC.DOCUMENTVERSION
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 getImageFormat() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns value corresponding to the PVCDEVSPEC.IMAGEFORMAT
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 getLcdColors() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns value corresponding to the PVCDEVSPEC.LCDCOLORS
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 getLcdColorsInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Returns Integer value corresponding to the LCDCOLORS
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 getLcdHeight() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns value corresponding to the PVCDEVSPEC.LCDHEIGHT
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 getLcdHeightInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Returns Integer value corresponding to the LCDHEIGHT
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 getLcdMomochrome() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns value corresponding to the PVCDEVSPEC.LCDMONOCHROME
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 getLcdWidth() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns value corresponding to the PVCDEVSPEC.LCDWIDTH
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 getLcdWidthInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Returns Integer values corresponding to the LCDWIDTH
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 getMaxContentLength() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns value corresponding to the PVCDEVSPEC.MAXCONTENTLENGTH
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 getMaxContentLengthInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns value corresponding to the PVCDEVSPEC.MAXCONTENTLENGTH
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 getMaxUrlLength() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns value corresponding to the PVCDEVSPEC.MAXURLLENGTH
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 getMaxUrlLengthInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Returns Integer value corresponding to the MAXURLLENGTH
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 value corresponding to the PVCDEVSPEC.SESSIONTYPE
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 getSoundFormat() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns value corresponding to the PVCDEVSPEC.SOUNDFORMAT
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 getSpecId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method gets value corresponding to the PVCDEVSPEC.SPEC_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 getSpecIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Returns Integer value corresponding to the SPEC_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 getSpecName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns value corresponding to the PVCDEVSPEC.SPECNAME
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 setContentDirectory(java.lang.String aContentDirectory)
This method sets value corresponding to the PVCDEVSPEC.CONTENTDIR
aContentDirectory
- java.lang.String - content directorypublic void setDataBeanKeySpecId(java.lang.String aDataBeanKeySpecId)
Set its primary key for fetching.
aDataBeanKeySpecId
- java.lang.String - primary keypublic void setDescription(java.lang.String aDescription)
This method sets value corresponding to the PVCDEVSPEC.DESCRIPTION
aDescription
- java.lang.String - the descriptionpublic void setDocumentFormat(java.lang.String aDocumentFormat)
This method sets value corresponding to the PVCDEVSPEC.DOCUMENTFORMAT
aDocumentFormat
- java.lang.String - document formatpublic void setDocumentVersion(java.lang.String aDocumentVersion)
This method sets value corresponding to the PVCDEVSPEC.DOCUMENTVERSION
aDocumentVersion
- java.lang.String - the document versionpublic void setImageFormat(java.lang.String aImageFormat)
This method sets value corresponding to the PVCDEVSPEC.IMAGEFORMAT
aImageFormat
- java.lang.String - the image formatpublic void setLcdColors(java.lang.Integer aLcdColors)
This method sets value corresponding to the PVCDEVSPEC.LCDCOLORS
aLcdColors
- java.lang.Integer - the LCD colorspublic void setLcdHeight(java.lang.Integer aLcdHeight)
This method sets value corresponding to the PVCDEVSPEC.LCDHEIGHT
aLcdHeight
- java.lang.Integer - LCD heightpublic void setLcdMomochrome(java.lang.String aLcdMomochrome)
This method sets value corresponding to the PVCDEVSPEC.LCDMONOCHROME
aLcdMomochrome
- java.lang.String - LCD monochrome valuepublic void setLcdWidth(java.lang.Integer aLcdWidth)
This method sets value corresponding to the PVCDEVSPEC.LCDWIDTH
aLcdWidth
- java.lang.Integer - LCD widthpublic void setMaxContentLength(java.lang.Integer aMaxContentLength)
This method sets value corresponding to the PVCDEVSPEC.MAXCONTENTLENGTH
aMaxContentLength
- java.lang.Integer - the maximum content lengthpublic void setMaxUrlLength(java.lang.Integer aMaxUrlLength)
This method sets value corresponding to the PVCDEVSPEC.MAXURLLENGTH
aMaxUrlLength
- java.lang.Integer - the maximum length for URLpublic 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 value corresponding to the PVCDEVSPEC.SESSIONTYPE
aSessionType
- java.lang.String - the session typepublic void setSoundFormat(java.lang.String aSoundFormat)
This method sets value corresponding to the PVCDEVSPEC.SOUNDFORMAT
aSoundFormat
- java.lang.String - sound formatpublic void setSpecId(java.lang.Integer aSpecId)
This method sets value corresponding to the PVCDEVSPEC.SPEC_ID
aSpecId
- java.lang.Integer - the specification IDpublic void setSpecName(java.lang.String aSpecName)
This method sets value corresponding to the PVCDEVSPEC.SPECNAME
aSpecName
- java.lang.String - the spec. name
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |