|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.likeminds.objects.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 |
public LikeMindsServerAccessBean()
Default constructor. Maps to findByPrimaryKey.
public LikeMindsServerAccessBean(javax.ejb.EJBObject aLikeMindsServerBean) throws java.rmi.RemoteException
Creates an access bean for the specified EJB.
aLikeMindsServerBean
- javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
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.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
aStoreId
- The storeId which the LikeMinds server is associated.aEngineType
- The type of LikeMinds engine, for example ClickstreamEngine.java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
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 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.
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 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.
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 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.
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 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.
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 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.
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 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.
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 refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
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 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.
aEngineName1
- The name of the LikeMinds enginepublic 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.
aEngineType1
- The type of LikeMinds engine, for example ClickstreamEnginepublic 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.
aHostName1
- The host name of the LikeMinds serverpublic 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.
aId1
- The ID of the LikeMinds server java.lang.Integerpublic void setInitKey_id(java.lang.String aInitKey_id1)
Set the primary key for this object
aInitKey_id1
- The primary key for this object java.lang.Stringpublic 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.
aPort1
- The port number of the LikeMinds server.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.
aSetName1
- The name of the transaction set used on the LikeMinds serverpublic 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.
aStoreId1
- The ID of the store with which this server is associated
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |