|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.likeminds.objects.LikeMindsEventMapAccessBean
This bean provides access to the LMEVENTMAP table.
The following is a description of this table:
LikeMinds event information. This information is also stored in the LikeMinds server database.
Constructor Summary | |
LikeMindsEventMapAccessBean()
Default constructor. |
|
LikeMindsEventMapAccessBean(javax.ejb.EJBObject aLMEventMapEntityBean)
Creates an access bean for the specified EJB. |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
LikeMindsEventMapAccessBean |
findByStoreIdAndEventNameAndSetName(java.lang.Integer aStoreId,
java.lang.String aEventName,
java.lang.String aSetName)
Searching a LikeMindsEventMap Object by StoreId, EventName and SetName |
java.util.Enumeration |
findByStoreIdAndSetName(java.lang.Integer aStoreId,
java.lang.String aSetName)
Searching an enumeration type of LikeMindsEventMap objects by StoreId and SetName |
java.lang.String |
getExternalEventDescription()
This method provides access to the LMEVENTMAP.EXTEVENTDESC column of DB2 type VARCHAR(254) NULL and Oracle type VARCHAR2(254) NULL. |
java.lang.String |
getExternalEventName()
This method provides access to the LMEVENTMAP.EXTEVENTNAME column of DB2 type VARCHAR(64) NOT NULL and Oracle type VARCHAR2(64) NOT NULL. |
java.lang.Integer |
getId()
This method provides access to the LMEVENTMAP.LMEVENTMAP_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL. |
java.lang.String |
getSetName()
This method provides access to the LMEVENTMAP.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 LMEVENTMAP.STOREENT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL. |
java.lang.Integer |
getTransactionTypeId()
This method provides access to the LMEVENTMAP.LMTXTYPEID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setExternalEventDescription(java.lang.String aExternalEventDescription1)
This method provides access to the LMEVENTMAP.EXTEVENTDESC column of DB2 type VARCHAR(254) NULL and Oracle type VARCHAR2(254) NULL. |
void |
setExternalEventName(java.lang.String aExternalEventName1)
This method provides access to the LMEVENTMAP.EXTEVENTNAME column of DB2 type VARCHAR(64) NOT NULL and Oracle type VARCHAR2(64) NOT NULL. |
void |
setId(java.lang.Integer aId1)
This method provides access to the LMEVENTMAP.LMEVENTMAP_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 |
setSetName(java.lang.String aSetName1)
This method provides access to the LMEVENTMAP.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 LMEVENTMAP.STOREENT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL. |
void |
setTransactionTypeId(java.lang.Integer aTransactionTypeId1)
This method provides access to the LMEVENTMAP.LMTXTYPEID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL. |
Constructor Detail |
public LikeMindsEventMapAccessBean()
Default constructor. Maps to findByPrimaryKey.
public LikeMindsEventMapAccessBean(javax.ejb.EJBObject aLMEventMapEntityBean) throws java.rmi.RemoteException
Creates an access bean for the specified EJB.
aLMEventMapEntityBean
- 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 LikeMindsEventMapAccessBean findByStoreIdAndEventNameAndSetName(java.lang.Integer aStoreId, java.lang.String aEventName, java.lang.String aSetName) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Searching a LikeMindsEventMap Object by StoreId, EventName and SetName
aStoreId
- The store id for the eventaEventName
- The event nameaSetName
- The name of the transaction set to which the event belongsjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByStoreIdAndSetName(java.lang.Integer aStoreId, java.lang.String aSetName) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Searching an enumeration type of LikeMindsEventMap objects by StoreId and SetName
aStoreId
- java.lang.IntegeraSetName
- java.lang.Stringjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getExternalEventDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the LMEVENTMAP.EXTEVENTDESC column of DB2 type VARCHAR(254) NULL and Oracle type VARCHAR2(254) NULL.
The following is a description of this column:
Get the description of the event.
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 getExternalEventName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the LMEVENTMAP.EXTEVENTNAME 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 event.
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 LMEVENTMAP.LMEVENTMAP_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 event.
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 LMEVENTMAP.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 to which the event belongs.
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 LMEVENTMAP.STOREENT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
The following is a description of this column:
The storeent ID for the event.
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 getTransactionTypeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the LMEVENTMAP.LMTXTYPEID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
The following is a description of this column:
The transaction type ID. This value must match the value of the trx_type_id in the wcs_trx_type table of the LikeMinds database.
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 setExternalEventDescription(java.lang.String aExternalEventDescription1)
This method provides access to the LMEVENTMAP.EXTEVENTDESC column of DB2 type VARCHAR(254) NULL and Oracle type VARCHAR2(254) NULL.
The following is a description of this column:
The description of the event.
aExternalEventDescription1
- The description of a external eventpublic void setExternalEventName(java.lang.String aExternalEventName1)
This method provides access to the LMEVENTMAP.EXTEVENTNAME 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 event.
aExternalEventName1
- The external event namepublic void setId(java.lang.Integer aId1)
This method provides access to the LMEVENTMAP.LMEVENTMAP_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
The following is a description of this column:
Set the ID of the event.
aId1
- java.lang.Integerpublic void setInitKey_id(java.lang.String aInitKey_id1)
Set the primary key for this object
aInitKey_id1
- The primary key to inital the LikeMindsEventMap object.public void setSetName(java.lang.String aSetName1)
This method provides access to the LMEVENTMAP.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 to which the event belongs.
aSetName1
- java.lang.Stringpublic void setStoreId(java.lang.Integer aStoreId1)
This method provides access to the LMEVENTMAP.STOREENT_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
The following is a description of this column:
The storeent ID for the event.
aStoreId1
- The ID of the store for the event.public void setTransactionTypeId(java.lang.Integer aTransactionTypeId1)
This method provides access to the LMEVENTMAP.LMTXTYPEID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
The following is a description of this column:
The transaction type ID. This value must match the value of the trx_type_id in the wcs_trx_type table of the LikeMinds database.
aTransactionTypeId1
- The Id of the transaction type
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |