|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.accesscontrol.objects.AccLogMainAccessBean
This bean provides access to the ACCLOGMAIN table.
The following is a description of this table:
This table contains information about access violation. Entries are created only if a violation has occurred. There will only be one entry per request. Detailed information is stored in the ACCLOGSUB table.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
AccLogMainAccessBean()
Default constructor. |
|
AccLogMainAccessBean(javax.ejb.EJBObject Object)
Creates an access bean for the specified EJB |
|
AccLogMainAccessBean(java.lang.Long accLogMainId,
java.lang.Integer storeEntId,
java.lang.Long userId)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
AccLogMainAccessBean(java.lang.Long accLogMainId,
java.lang.Integer storeEntId,
java.lang.Long userId,
java.lang.String threadId,
java.lang.String hostName)
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). |
java.util.Enumeration |
findByHostName(java.lang.String aHostName)
The SQL is "SELECT * FROM ACCLOGMAIN T1 WHERE T1.HOSTNAME = ?". |
java.util.Enumeration |
findByStoreEntId(java.lang.Long aStoreEntId)
The SQL is "SELECT * FROM ACCLOGMAIN T1 WHERE T1.STOREENT_ID = ?". |
java.util.Enumeration |
findByThreadId(java.lang.String aThreadId)
The SQL is "SELECT * FROM ACCLOGMAIN T1 WHERE T1.THREADID = ?". |
java.util.Enumeration |
findByUserId(java.lang.Long aUserId)
The SQL is "SELECT * FROM ACCLOGMAIN T1 WHERE T1.USERS_ID = ?". |
java.lang.String |
getAccLogMainId()
This method provides access to the ACCLOGMAIN.ACCLOGMAIN_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getAccLogMainIdInEJBType()
This method provides access to the ACCLOGMAIN.ACCLOGMAIN_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getHostName()
This method provides access to the ACCLOGMAIN.HOSTNAME column of DB2 type VARCHAR(64) NULL. |
java.lang.String |
getStoreentId()
This method provides access to the ACCLOGMAIN.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getStoreentIdInEJBType()
This method provides access to the ACCLOGMAIN.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getThreadId()
This method provides access to the ACCLOGMAIN.THREADID column of DB2 type VARCHAR(32) NULL. |
java.lang.String |
getUsersId()
This method provides access to the ACCLOGMAIN.USERS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getUsersIdInEJBType()
This method provides access to the ACCLOGMAIN.USERS_ID column of DB2 type BIGINT NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setAccLogMainId(java.lang.Long aAccLogMainId)
This method provides access to the ACCLOGMAIN.ACCLOGMAIN_ID column of DB2 type BIGINT NOT NULL. |
void |
setAccLogMainId(java.lang.String aAccLogMainId)
This method provides access to the ACCLOGMAIN.ACCLOGMAIN_ID column of DB2 type BIGINT NOT NULL. |
void |
setHostName(java.lang.String aHostName)
This method provides access to the ACCLOGMAIN.HOSTNAME column of DB2 type VARCHAR(64) NULL. |
void |
setInitKey_accLogMainId(java.lang.String aInitKey_accLogMainId)
Set the primary key for this object |
void |
setStoreentId(java.lang.Integer aStoreentId)
This method provides access to the ACCLOGMAIN.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setStoreentId(java.lang.String aStoreentId)
This method provides access to the ACCLOGMAIN.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setThreadId(java.lang.String aThreadId)
This method provides access to the ACCLOGMAIN.THREADID column of DB2 type VARCHAR(32) NULL. |
void |
setUsersId(java.lang.Long aUsersId)
This method provides access to the ACCLOGMAIN.USERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setUsersId(java.lang.String aUsersId)
This method provides access to the ACCLOGMAIN.USERS_ID column of DB2 type BIGINT NOT NULL. |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean |
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AccLogMainAccessBean()
Default constructor. Maps to findByPrimaryKey.
public AccLogMainAccessBean(javax.ejb.EJBObject Object) throws java.rmi.RemoteException
Creates an access bean for the specified EJB
object
- javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic AccLogMainAccessBean(java.lang.Long accLogMainId, java.lang.Integer storeEntId, java.lang.Long userId) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Maps to a corresponding ejbCreate method in the home interface of the EJB
accLogMainId
- java.lang.LongstoreEntId
- java.lang.IntegeruserId
- java.lang.Longjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic AccLogMainAccessBean(java.lang.Long accLogMainId, java.lang.Integer storeEntId, java.lang.Long userId, java.lang.String threadId, java.lang.String hostName) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Maps to a corresponding ejbCreate method in the home interface of the EJB
accLogMainId
- java.lang.LongstoreEntId
- java.lang.IntegeruserId
- java.lang.LongthreadId
- java.lang.StringhostName
- java.lang.Stringjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException 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).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
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 findByHostName(java.lang.String aHostName) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
The SQL is "SELECT * FROM ACCLOGMAIN T1 WHERE T1.HOSTNAME = ?".
aHostName
- 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.util.Enumeration findByStoreEntId(java.lang.Long aStoreEntId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
The SQL is "SELECT * FROM ACCLOGMAIN T1 WHERE T1.STOREENT_ID = ?".
aStoreEntId
- java.lang.Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByThreadId(java.lang.String aThreadId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
The SQL is "SELECT * FROM ACCLOGMAIN T1 WHERE T1.THREADID = ?".
aThreadId
- 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.util.Enumeration findByUserId(java.lang.Long aUserId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
The SQL is "SELECT * FROM ACCLOGMAIN T1 WHERE T1.USERS_ID = ?".
aUserId
- java.lang.Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getAccLogMainId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ACCLOGMAIN.ACCLOGMAIN_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The primary key.
getAccLogMainId
in interface AccLogMainAccessBeanData
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.Long getAccLogMainIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ACCLOGMAIN.ACCLOGMAIN_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The primary key.
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 ACCLOGMAIN.HOSTNAME column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
The name of the host where the request originated.
getHostName
in interface AccLogMainAccessBeanData
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 getStoreentId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ACCLOGMAIN.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The ID of the store as specified in the request.
getStoreentId
in interface AccLogMainAccessBeanData
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 getStoreentIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ACCLOGMAIN.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The ID of the store as specified in the request.
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 getThreadId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ACCLOGMAIN.THREADID column of DB2 type VARCHAR(32) NULL.
The following is a description of this column:
The ID of the thread in which the request was handled.
getThreadId
in interface AccLogMainAccessBeanData
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 getUsersId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ACCLOGMAIN.USERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The ID of the user executing the request.
getUsersId
in interface AccLogMainAccessBeanData
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.Long getUsersIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ACCLOGMAIN.USERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The ID of the user executing the request.
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.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
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 setAccLogMainId(java.lang.Long aAccLogMainId)
This method provides access to the ACCLOGMAIN.ACCLOGMAIN_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The primary key.
aAccLogMainId
- java.lang.Longpublic void setAccLogMainId(java.lang.String aAccLogMainId)
This method provides access to the ACCLOGMAIN.ACCLOGMAIN_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The primary key.
setAccLogMainId
in interface AccLogMainAccessBeanData
aAccLogMainId
- java.lang.Stringpublic void setHostName(java.lang.String aHostName)
This method provides access to the ACCLOGMAIN.HOSTNAME column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
The name of the host where the request originated.
setHostName
in interface AccLogMainAccessBeanData
aHostName
- java.lang.Stringpublic void setInitKey_accLogMainId(java.lang.String aInitKey_accLogMainId)
Set the primary key for this object
aInitKey_accLogMainId
- java.lang.Stringpublic void setStoreentId(java.lang.Integer aStoreentId)
This method provides access to the ACCLOGMAIN.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The ID of the store as specified in the request.
aStoreentId
- java.lang.Integerpublic void setStoreentId(java.lang.String aStoreentId)
This method provides access to the ACCLOGMAIN.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The ID of the store as specified in the request.
setStoreentId
in interface AccLogMainAccessBeanData
aStoreentId
- java.lang.Stringpublic void setThreadId(java.lang.String aThreadId)
This method provides access to the ACCLOGMAIN.THREADID column of DB2 type VARCHAR(32) NULL.
The following is a description of this column:
The ID of the thread in which the request was handled.
setThreadId
in interface AccLogMainAccessBeanData
aThreadId
- java.lang.Stringpublic void setUsersId(java.lang.Long aUsersId)
This method provides access to the ACCLOGMAIN.USERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The ID of the user executing the request.
aUsersId
- java.lang.Longpublic void setUsersId(java.lang.String aUsersId)
This method provides access to the ACCLOGMAIN.USERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The ID of the user executing the request.
setUsersId
in interface AccLogMainAccessBeanData
aUsersId
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |