com.ibm.commerce.likeminds.objects
Class LikeMindsServerAccessBean

com.ibm.commerce.likeminds.objects.LikeMindsServerAccessBean

public class LikeMindsServerAccessBean

This bean provides access to the LMSERVER table.

The following is a description of this table:

This table holds the LikeMinds server information.


Constructor Summary
LikeMindsServerAccessBean()
          Default constructor.
LikeMindsServerAccessBean(javax.ejb.EJBObject aLikeMindsServerBean)
          Creates an access bean for the specified EJB.
 
Method Summary
 void commitCopyHelper()
          Update(flush) data to the EJBObject (persistent storage).
 java.util.Enumeration findByStoreIdAndEngineType(java.lang.Integer aStoreId, java.lang.String aEngineType)
          Searching an Enumeration type of LikeMindsServer objects by StoreId and EngineType
 java.lang.String getEngineName()
          This method provides access to the LMSERVER.LMENGINENAME column of DB2 type VARCHAR(64) NOT NULL and Oracle type VARCHAR2(64) NOT NULL.
 java.lang.String getEngineType()
          This method provides access to the LMSERVER.LMENGINETYPE column of DB2 type VARCHAR(64) NOT NULL and Oracle type VARCHAR2(64) NOT NULL.
 java.lang.String getHostName()
          This method provides access to the LMSERVER.HOSTNAME column of DB2 type VARCHAR(128) NOT NULL and Oracle type VARCHAR2(128) NOT NULL.
 java.lang.Integer getId()
          This method provides access to the LMSERVER.LMSERVER_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
 java.lang.Integer getPort()
          This method provides access to the LMSERVER.PORT column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
 java.lang.String getSetName()
          This method provides access to the LMSERVER.LMSETNAME column of DB2 type VARCHAR(64) NOT NULL and Oracle type VARCHAR2(64) NOT NULL.
 java.lang.Integer getStoreId()
          This method provides access to the LMSERVER.STOREENT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
 void refreshCopyHelper()
          Load data from the EJBObject.
 void setEngineName(java.lang.String aEngineName1)
          This method provides access to the LMSERVER.LMENGINENAME column of DB2 type VARCHAR(64) NOT NULL and Oracle type VARCHAR2(64) NOT NULL.
 void setEngineType(java.lang.String aEngineType1)
          This method provides access to the LMSERVER.LMENGINETYPE column of DB2 type VARCHAR(64) NOT NULL and Oracle type VARCHAR2(64) NOT NULL.
 void setHostName(java.lang.String aHostName1)
          This method provides access to the LMSERVER.HOSTNAME column of DB2 type VARCHAR(128) NOT NULL and Oracle type VARCHAR2(128) NOT NULL.
 void setId(java.lang.Integer aId1)
          This method provides access to the LMSERVER.LMSERVER_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
 void setInitKey_id(java.lang.String aInitKey_id1)
          Set the primary key for this object
 void setPort(java.lang.Integer aPort1)
          This method provides access to the LMSERVER.PORT column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
 void setSetName(java.lang.String aSetName1)
          This method provides access to the LMSERVER.LMSETNAME column of DB2 type VARCHAR(64) NOT NULL and Oracle type VARCHAR2(64) NOT NULL.
 void setStoreId(java.lang.Integer aStoreId1)
          This method provides access to the LMSERVER.STOREENT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
 

Constructor Detail

LikeMindsServerAccessBean

public LikeMindsServerAccessBean()

Default constructor. Maps to findByPrimaryKey.


LikeMindsServerAccessBean

public LikeMindsServerAccessBean(javax.ejb.EJBObject aLikeMindsServerBean)
                          throws java.rmi.RemoteException

Creates an access bean for the specified EJB.

Parameters:
aLikeMindsServerBean - javax.ejb.EJBObject
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
Method Detail

commitCopyHelper

public void commitCopyHelper()
                      throws java.rmi.RemoteException,
                             javax.ejb.CreateException,
                             javax.ejb.FinderException,
                             javax.naming.NamingException

Update(flush) data to the EJBObject (persistent storage).

Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByStoreIdAndEngineType

public java.util.Enumeration findByStoreIdAndEngineType(java.lang.Integer aStoreId,
                                                        java.lang.String aEngineType)
                                                 throws java.rmi.RemoteException,
                                                        javax.ejb.FinderException,
                                                        javax.naming.NamingException

Searching an Enumeration type of LikeMindsServer objects by StoreId and EngineType

Parameters:
aStoreId - The storeId which the LikeMinds server is associated.
aEngineType - The type of LikeMinds engine, for example ClickstreamEngine.
Returns:
an Enumeration type of LikeMinds server objects
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getEngineName

public java.lang.String getEngineName()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

This method provides access to the LMSERVER.LMENGINENAME column of DB2 type VARCHAR(64) NOT NULL and Oracle type VARCHAR2(64) NOT NULL.

The following is a description of this column:

The name of the LikeMinds engine.

Returns:
The name of the LikeMinds engine
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getEngineType

public java.lang.String getEngineType()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

This method provides access to the LMSERVER.LMENGINETYPE column of DB2 type VARCHAR(64) NOT NULL and Oracle type VARCHAR2(64) NOT NULL.

The following is a description of this column:

The type of LikeMinds engine, for example ClickstreamEngine.

Returns:
The type of LikeMinds engine, for example ClickstreamEngine
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getHostName

public java.lang.String getHostName()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException

This method provides access to the LMSERVER.HOSTNAME column of DB2 type VARCHAR(128) NOT NULL and Oracle type VARCHAR2(128) NOT NULL.

The following is a description of this column:

The host name of the LikeMinds server.

Returns:
The host name of the LikeMinds server
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getId

public java.lang.Integer getId()
                        throws java.rmi.RemoteException,
                               javax.ejb.CreateException,
                               javax.ejb.FinderException,
                               javax.naming.NamingException

This method provides access to the LMSERVER.LMSERVER_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.

The following is a description of this column:

The ID of the LikeMinds server.

Returns:
The ID of the LikeMinds server
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getPort

public java.lang.Integer getPort()
                          throws java.rmi.RemoteException,
                                 javax.ejb.CreateException,
                                 javax.ejb.FinderException,
                                 javax.naming.NamingException

This method provides access to the LMSERVER.PORT column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.

The following is a description of this column:

The port number of the LikeMinds server.

Returns:
The port number of the LikeMinds server. java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getSetName

public java.lang.String getSetName()
                            throws java.rmi.RemoteException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   javax.naming.NamingException

This method provides access to the LMSERVER.LMSETNAME column of DB2 type VARCHAR(64) NOT NULL and Oracle type VARCHAR2(64) NOT NULL.

The following is a description of this column:

The name of the transaction set used on the LikeMinds server.

Returns:
The name of the transaction set used on the LikeMinds server
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getStoreId

public java.lang.Integer getStoreId()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException

This method provides access to the LMSERVER.STOREENT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.

The following is a description of this column:

The ID of the store with which this server is associated.

Returns:
the store ID
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

refreshCopyHelper

public void refreshCopyHelper()
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException

Load data from the EJBObject.

Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

setEngineName

public void setEngineName(java.lang.String aEngineName1)

This method provides access to the LMSERVER.LMENGINENAME column of DB2 type VARCHAR(64) NOT NULL and Oracle type VARCHAR2(64) NOT NULL.

The following is a description of this column:

The name of the LikeMinds engine.

Parameters:
aEngineName1 - The name of the LikeMinds engine
Returns:
void

setEngineType

public void setEngineType(java.lang.String aEngineType1)

This method provides access to the LMSERVER.LMENGINETYPE column of DB2 type VARCHAR(64) NOT NULL and Oracle type VARCHAR2(64) NOT NULL.

The following is a description of this column:

The type of LikeMinds engine, for example ClickstreamEngine.

Parameters:
aEngineType1 - The type of LikeMinds engine, for example ClickstreamEngine
Returns:
void

setHostName

public void setHostName(java.lang.String aHostName1)

This method provides access to the LMSERVER.HOSTNAME column of DB2 type VARCHAR(128) NOT NULL and Oracle type VARCHAR2(128) NOT NULL.

The following is a description of this column:

The host name of the LikeMinds server.

Parameters:
aHostName1 - The host name of the LikeMinds server
Returns:
void

setId

public void setId(java.lang.Integer aId1)

This method provides access to the LMSERVER.LMSERVER_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.

The following is a description of this column:

The ID of the LikeMinds server.

Parameters:
aId1 - The ID of the LikeMinds server java.lang.Integer
Returns:
void

setInitKey_id

public void setInitKey_id(java.lang.String aInitKey_id1)

Set the primary key for this object

Parameters:
aInitKey_id1 - The primary key for this object java.lang.String
Returns:
void

setPort

public void setPort(java.lang.Integer aPort1)

This method provides access to the LMSERVER.PORT column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.

The following is a description of this column:

The port number of the LikeMinds server.

Parameters:
aPort1 - The port number of the LikeMinds server.
Returns:
void

setSetName

public void setSetName(java.lang.String aSetName1)

This method provides access to the LMSERVER.LMSETNAME column of DB2 type VARCHAR(64) NOT NULL and Oracle type VARCHAR2(64) NOT NULL.

The following is a description of this column:

The name of the transaction set used on the LikeMinds server.

Parameters:
aSetName1 - The name of the transaction set used on the LikeMinds server
Returns:
void

setStoreId

public void setStoreId(java.lang.Integer aStoreId1)

This method provides access to the LMSERVER.STOREENT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.

The following is a description of this column:

The ID of the store with which this server is associated.

Parameters:
aStoreId1 - The ID of the store with which this server is associated
Returns:
void