java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.pvcdevices.objects.PVCDeviceSpecAccessBean
This table represents minimum specification of pervasive computing devices which are categorized by PVCMDLSPEC. Records of this table will be set in the appropriate adapter. This access bean corresponds to the database table 'PVCDEVSPEC'.
Constructor Summary | |
PVCDeviceSpecAccessBean() Zero argument constructor used to initialize the access bean. |
|
PVCDeviceSpecAccessBean(javax.ejb.EJBObject o) constructor |
|
PVCDeviceSpecAccessBean(java.lang.String specName, java.lang.String contentDir) Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
PVCDeviceSpecAccessBean(java.lang.String arg1, java.lang.String arg2, java.lang.String arg3) 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). |
protected java.lang.String | defaultJNDIName() |
PVCDeviceSpecAccessBean | findByStoreentSessionTypeAndModelName(java.lang.Integer storeentId, java.lang.String sessionType, java.lang.String modelName) Returns all the PvC Device specifications that match the specified store, session type and model. |
java.lang.String | getContentDirectory() This method provides access to the PVCDEVSPEC.CONTENTDIR column of DB2 type VARCHAR(80) NOT NULL. |
java.lang.String | getDescription() This method provides access to the PVCDEVSPEC.DESCRIPTION column of DB2 type VARCHAR(128). |
java.lang.String | getDocumentFormat() This method provides access to the PVCDEVSPEC.DOCUMENTFORMAT column of DB2 type VARCHAR(80). |
java.lang.String | getDocumentVersion() This method provides access to the PVCDEVSPEC.DOCUMENTVERSION column of DB2 type VARCHAR(8). |
java.lang.String | getImageFormat() This method provides access to the PVCDEVSPEC.IMAGEFORMAT column of DB2 type VARCHAR(80). |
java.lang.String | getLcdColors() This method provides access to the PVCDEVSPEC.LCDCOLORS column of DB2 type INTEGER. |
java.lang.Integer | getLcdColorsInEJBType() This method provides access to the PVCDEVSPEC.LCDCOLORS column of DB2 type INTEGER. |
java.lang.String | getLcdHeight() This method provides access to the PVCDEVSPEC.LCDHEIGHT column of DB2 type INTEGER. |
java.lang.Integer | getLcdHeightInEJBType() This method provides access to the PVCDEVSPEC.LCDHEIGHT column of DB2 type INTEGER. |
java.lang.String | getLcdMomochrome() This method provides access to the PVCDEVSPEC.LCDMONOCHROME column of DB2 type CHAR(1). |
java.lang.String | getLcdWidth() This method provides access to the PVCDEVSPEC.LCDWIDTH column of DB2 type INTEGER. |
java.lang.Integer | getLcdWidthInEJBType() This method provides access to the PVCDEVSPEC.LCDWIDTH column of DB2 type INTEGER. |
java.lang.String | getMaxContentLength() This method provides access to the PVCDEVSPEC.MAXCONTENTLENGTH column of DB2 type INTEGER. |
java.lang.Integer | getMaxContentLengthInEJBType() This method provides access to the PVCDEVSPEC.MAXCONTENTLENGTH column of DB2 type INTEGER. |
java.lang.String | getMaxUrlLength() This method provides access to the PVCDEVSPEC.MAXURLLENGTH column of DB2 type INTEGER. |
java.lang.Integer | getMaxUrlLengthInEJBType() This method provides access to the PVCDEVSPEC.MAXURLLENGTH column of DB2 type INTEGER. |
java.lang.String | getSessionType() This method provides access to the PVCDEVSPEC.SESSIONTYPE column of DB2 type VARCHAR(32). |
java.lang.String | getSoundFormat() This method provides access to the PVCDEVSPEC.SOUNDFORMAT column of DB2 type VARCHAR(80). |
java.lang.String | getSpecId() This method provides access to the PVCDEVSPEC.SPEC_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer | getSpecIdInEJBType() This method provides access to the PVCDEVSPEC.SPEC_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String | getSpecName() This method provides access to the PVCDEVSPEC.SPECNAME column of DB2 type VARCHAR(80) NOT NULL. |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setContentDirectory(java.lang.String newValue) This method accesses a non-CMP field |
void | setDescription(java.lang.String newValue) This method accesses a non-CMP field |
void | setDocumentFormat(java.lang.String newValue) This method accesses a non-CMP field |
void | setDocumentVersion(java.lang.String newValue) This method accesses a non-CMP field |
void | setImageFormat(java.lang.String newValue) This method accesses a non-CMP field |
void | setInitKey_specId(java.lang.String newValue) Set the primary key for this object |
void | setLcdColors(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setLcdColors(java.lang.String newValue) This method accesses a non-CMP field |
void | setLcdHeight(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setLcdHeight(java.lang.String newValue) This method accesses a non-CMP field |
void | setLcdMomochrome(java.lang.String newValue) This method accesses a non-CMP field |
void | setLcdWidth(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setLcdWidth(java.lang.String newValue) This method accesses a non-CMP field |
void | setMaxContentLength(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setMaxContentLength(java.lang.String newValue) This method accesses a non-CMP field |
void | setMaxUrlLength(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setMaxUrlLength(java.lang.String newValue) This method accesses a non-CMP field |
void | setSessionType(java.lang.String newValue) This method accesses a non-CMP field |
void | setSoundFormat(java.lang.String newValue) This method accesses a non-CMP field |
void | setSpecId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setSpecId(java.lang.String newValue) This method accesses a non-CMP field |
void | setSpecName(java.lang.String newValue) This method accesses a non-CMP field |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PVCDeviceSpecAccessBean()
public PVCDeviceSpecAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public PVCDeviceSpecAccessBean(java.lang.String specName, java.lang.String contentDir) 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 specName and Content Directory
public PVCDeviceSpecAccessBean(java.lang.String arg1, java.lang.String arg2, java.lang.String arg3) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
Maps to a corresponding ejbCreate method in the home interface of the EJB
Provided parameters are arg1, arg2 and arg3
Method Detail |
public PVCDeviceSpecAccessBean findByStoreentSessionTypeAndModelName(java.lang.Integer storeentId, java.lang.String sessionType, java.lang.String modelName) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
public void setInitKey_specId(java.lang.String newValue)
Set the primary key for this object
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
Update(flush) data to the EJBObject (persistent storage).
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
public java.lang.String getDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCDEVSPEC.DESCRIPTION column of DB2 type VARCHAR(128).
The following is a description of this column:
Short description of the device specification.
public void setDescription(java.lang.String newValue)
public java.lang.String getContentDirectory() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCDEVSPEC.CONTENTDIR column of DB2 type VARCHAR(80) NOT NULL.
The following is a description of this column:
Directory which contains contents for device models of this specification.
public void setContentDirectory(java.lang.String newValue)
public java.lang.String getMaxContentLength() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCDEVSPEC.MAXCONTENTLENGTH column of DB2 type INTEGER.
The following is a description of this column:
The maximum content length in bytes.
public java.lang.Integer getMaxContentLengthInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCDEVSPEC.MAXCONTENTLENGTH column of DB2 type INTEGER.
The following is a description of this column:
The maximum content length in bytes.
public void setMaxContentLength(java.lang.String newValue)
public void setMaxContentLength(java.lang.Integer newValue)
public java.lang.String getLcdMomochrome() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCDEVSPEC.LCDMONOCHROME column of DB2 type CHAR(1).
The following is a description of this column:
Specifies whether the LCD panel has a monochromatic display. Valid values are as follows:&l
public void setLcdMomochrome(java.lang.String newValue)
public java.lang.String getDocumentFormat() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCDEVSPEC.DOCUMENTFORMAT column of DB2 type VARCHAR(80).
The following is a description of this column:
The supported document format. For example, HTML, CHTML, HDML, WML, or MML.
public void setDocumentFormat(java.lang.String newValue)
public java.lang.String getSpecId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCDEVSPEC.SPEC_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reference number to identify the specification.
public java.lang.Integer getSpecIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCDEVSPEC.SPEC_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reference number to identify the specification.
public void setSpecId(java.lang.String newValue)
public void setSpecId(java.lang.Integer newValue)
public java.lang.String getMaxUrlLength() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCDEVSPEC.MAXURLLENGTH column of DB2 type INTEGER.
The following is a description of this column:
The maximum URL length in bytes.
public java.lang.Integer getMaxUrlLengthInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCDEVSPEC.MAXURLLENGTH column of DB2 type INTEGER.
The following is a description of this column:
The maximum URL length in bytes.
public void setMaxUrlLength(java.lang.String newValue)
public void setMaxUrlLength(java.lang.Integer newValue)
public java.lang.String getLcdWidth() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCDEVSPEC.LCDWIDTH column of DB2 type INTEGER.
The following is a description of this column:
Width of the LCD panel in pixels.
public java.lang.Integer getLcdWidthInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCDEVSPEC.LCDWIDTH column of DB2 type INTEGER.
The following is a description of this column:
Width of the LCD panel in pixels.
public void setLcdWidth(java.lang.String newValue)
public void setLcdWidth(java.lang.Integer newValue)
public java.lang.String getSoundFormat() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCDEVSPEC.SOUNDFORMAT column of DB2 type VARCHAR(80).
The following is a description of this column:
Supported sound formats. For example, WAV or MIDI.
public void setSoundFormat(java.lang.String newValue)
public java.lang.String getSessionType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCDEVSPEC.SESSIONTYPE column of DB2 type VARCHAR(32).
The following is a description of this column:
Type of carrier. For example, iMode. This column is &l
public void setSessionType(java.lang.String newValue)
public java.lang.String getImageFormat() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCDEVSPEC.IMAGEFORMAT column of DB2 type VARCHAR(80).
The following is a description of this column:
The supported image formats. For example, JPG, GIF, or BMP.
public void setImageFormat(java.lang.String newValue)
public java.lang.String getDocumentVersion() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCDEVSPEC.DOCUMENTVERSION column of DB2 type VARCHAR(8).
The following is a description of this column:
The supported document version. For example 1.0, 2.0, or 3.0.
public void setDocumentVersion(java.lang.String newValue)
public java.lang.String getSpecName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCDEVSPEC.SPECNAME column of DB2 type VARCHAR(80) NOT NULL.
The following is a description of this column:
Name of the specification.
public void setSpecName(java.lang.String newValue)
public java.lang.String getLcdColors() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCDEVSPEC.LCDCOLORS column of DB2 type INTEGER.
The following is a description of this column:
Number of colors the LCD panel can display.
public java.lang.Integer getLcdColorsInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCDEVSPEC.LCDCOLORS column of DB2 type INTEGER.
The following is a description of this column:
Number of colors the LCD panel can display.
public void setLcdColors(java.lang.String newValue)
public void setLcdColors(java.lang.Integer newValue)
public java.lang.String getLcdHeight() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCDEVSPEC.LCDHEIGHT column of DB2 type INTEGER.
The following is a description of this column:
Height of the LCD panel in pixels.
public java.lang.Integer getLcdHeightInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCDEVSPEC.LCDHEIGHT column of DB2 type INTEGER.
The following is a description of this column:
Height of the LCD panel in pixels.
public void setLcdHeight(java.lang.String newValue)
public void setLcdHeight(java.lang.Integer newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.