|
||||||||
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.ACResMemRlAccessBean
This bean provides access to the ACRESMEMRL table.
The following is a description of this table:
This table stores resource-member relationships for resources of the type of different resource categories. A combination of all the columns other than ACRESMEMRL_ID should be unique.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
ACResMemRlAccessBean()
Default constructor. |
|
ACResMemRlAccessBean(javax.ejb.EJBObject Object)
Creates an access bean for the specified EJB. |
|
ACResMemRlAccessBean(java.lang.Long aMemberId,
java.lang.Long aResourceId,
java.lang.Integer aAcRelationId,
java.lang.Integer aAcResCgryId)
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 |
findAllResMemRl()
The SQL is "SELECT * FROM ACRESMEMRL T1 WHERE 1 = 1" |
java.util.Enumeration |
findAllResMemRlByAcResCgryId(java.lang.Integer aAcResCgryId)
The SQL is "SELECT * FROM ACRESMEMRL T1 WHERE T1.ACRESCGRY_ID = ?". |
java.util.Enumeration |
findAllResMemRlByAcResCgryIdAndAcRelationId(java.lang.Integer aAcResCgryId,
java.lang.Integer aAcRelationId)
The SQL is "SELECT * FROM ACRESMEMRL T1 WHERE T1.ACRESCGRY_ID = ? AND T1.ACRELATION_ID = ?". |
java.util.Enumeration |
findAllResMemRlByMemberId(java.lang.Long aMemberId)
The SQL is "SELECT * FROM ACRESMEMRL T1 WHERE T1.MEMBER_ID = ?". |
java.lang.String |
getAcRelationId()
This method provides access to the ACRESMEMRL.ACRELATION_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL. |
java.lang.Integer |
getAcRelationIdInEJBType()
This method provides access to the ACRESMEMRL.ACRELATION_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL. |
java.lang.String |
getAcResCgryId()
This method provides access to the ACRESMEMRL.ACRESCGRY_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL. |
java.lang.Integer |
getAcResCgryIdInEJBType()
This method provides access to the ACRESMEMRL.ACRESCGRY_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL. |
java.lang.String |
getMemberId()
This method provides access to the ACRESMEMRL.MEMBER_ID column of DB2 type BIGINT NOT NULL and Oracle type NUMBER NOT NULL. |
java.lang.Long |
getMemberIdInEJBType()
This method provides access to the ACRESMEMRL.MEMBER_ID column of DB2 type BIGINT NOT NULL and Oracle type NUMBER NOT NULL. |
java.lang.String |
getResourceId()
This method provides access to the ACRESMEMRL.RESOURCEID column of DB2 type BIGINT NULL and Oracle type NUMBER NULL. |
java.lang.Long |
getResourceIdInEJBType()
This method provides access to the ACRESMEMRL.RESOURCEID column of DB2 type BIGINT NULL and Oracle type NUMBER NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setAcRelationId(java.lang.Integer aAcRelationId1)
This method provides access to the ACRESMEMRL.ACRELATION_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL. |
void |
setAcRelationId(java.lang.String aAcRelationId1)
This method provides access to the ACRESMEMRL.ACRELATION_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL. |
void |
setAcResCgryId(java.lang.Integer aAcResCgryId1)
This method provides access to the ACRESMEMRL.ACRESCGRY_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL. |
void |
setAcResCgryId(java.lang.String aAcResCgryId1)
This method provides access to the ACRESMEMRL.ACRESCGRY_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL. |
void |
setInitKey_acResMemRlId(java.lang.String aInitKey_acResMemRlId1)
Set the primary key for this object |
void |
setMemberId(java.lang.Long aMemberId1)
This method provides access to the ACRESMEMRL.MEMBER_ID column of DB2 type BIGINT NOT NULL and Oracle type NUMBER NOT NULL. |
void |
setMemberId(java.lang.String aMemberId1)
This method provides access to the ACRESMEMRL.MEMBER_ID column of DB2 type BIGINT NOT NULL and Oracle type NUMBER NOT NULL. |
void |
setResourceId(java.lang.Long aResourceId1)
This method provides access to the ACRESMEMRL.RESOURCEID column of DB2 type BIGINT NULL and Oracle type NUMBER NULL. |
void |
setResourceId(java.lang.String aResourceId1)
This method provides access to the ACRESMEMRL.RESOURCEID column of DB2 type BIGINT NULL and Oracle type NUMBER 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 ACResMemRlAccessBean()
Default constructor. Maps to findByPrimaryKey.
public ACResMemRlAccessBean(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 ACResMemRlAccessBean(java.lang.Long aMemberId, java.lang.Long aResourceId, java.lang.Integer aAcRelationId, java.lang.Integer aAcResCgryId) 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
aMemberId
- java.lang.LongaResourceId
- java.lang.LongaAcRelationId
- java.lang.IntegeraAcResCgryId
- java.lang.Integerjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException 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 findAllResMemRl() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
The SQL is "SELECT * FROM ACRESMEMRL T1 WHERE 1 = 1"
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findAllResMemRlByAcResCgryId(java.lang.Integer aAcResCgryId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
The SQL is "SELECT * FROM ACRESMEMRL T1 WHERE T1.ACRESCGRY_ID = ?".
aAcResCgryId
- java.lang.Integerjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findAllResMemRlByAcResCgryIdAndAcRelationId(java.lang.Integer aAcResCgryId, java.lang.Integer aAcRelationId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
The SQL is "SELECT * FROM ACRESMEMRL T1 WHERE T1.ACRESCGRY_ID = ? AND T1.ACRELATION_ID = ?".
aAcResCgryId
- java.lang.IntegeraAcRelationId
- java.lang.Integerjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findAllResMemRlByMemberId(java.lang.Long aMemberId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
The SQL is "SELECT * FROM ACRESMEMRL T1 WHERE T1.MEMBER_ID = ?".
aMemberId
- 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 getAcRelationId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ACRESMEMRL.ACRELATION_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
The following is a description of this column:
Relation ID. This refers to the relation in this record.
getAcRelationId
in interface ACResMemRlAccessBeanData
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 getAcRelationIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ACRESMEMRL.ACRELATION_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
The following is a description of this column:
Relation ID. This refers to the relation in this record.
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 getAcResCgryId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ACRESMEMRL.ACRESCGRY_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
The following is a description of this column:
Resource category ID that indicates the type of resource.
getAcResCgryId
in interface ACResMemRlAccessBeanData
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 getAcResCgryIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ACRESMEMRL.ACRESCGRY_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
The following is a description of this column:
Resource category ID that indicates the type of resource.
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 getMemberId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ACRESMEMRL.MEMBER_ID column of DB2 type BIGINT NOT NULL and Oracle type NUMBER NOT NULL.
The following is a description of this column:
Member ID that has a relationship with the resource.
getMemberId
in interface ACResMemRlAccessBeanData
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 getMemberIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ACRESMEMRL.MEMBER_ID column of DB2 type BIGINT NOT NULL and Oracle type NUMBER NOT NULL.
The following is a description of this column:
Member ID that has a relationship with the resource.
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 getResourceId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ACRESMEMRL.RESOURCEID column of DB2 type BIGINT NULL and Oracle type NUMBER NULL.
The following is a description of this column:
Resource ID that has this relationship with the member.
getResourceId
in interface ACResMemRlAccessBeanData
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 getResourceIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ACRESMEMRL.RESOURCEID column of DB2 type BIGINT NULL and Oracle type NUMBER NULL.
The following is a description of this column:
Resource ID that has this relationship with the member.
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 setAcRelationId(java.lang.Integer aAcRelationId1)
This method provides access to the ACRESMEMRL.ACRELATION_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
The following is a description of this column:
Relation ID. This refers to the relation in this record.
aAcRelationId1
- java.lang.Integerpublic void setAcRelationId(java.lang.String aAcRelationId1)
This method provides access to the ACRESMEMRL.ACRELATION_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
The following is a description of this column:
Relation ID. This refers to the relation in this record.
setAcRelationId
in interface ACResMemRlAccessBeanData
aAcRelationId1
- java.lang.Stringpublic void setAcResCgryId(java.lang.Integer aAcResCgryId1)
This method provides access to the ACRESMEMRL.ACRESCGRY_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
The following is a description of this column:
Resource category ID that indicates the type of resource.
aAcResCgryId1
- java.lang.Integerpublic void setAcResCgryId(java.lang.String aAcResCgryId1)
This method provides access to the ACRESMEMRL.ACRESCGRY_ID column of DB2 type INTEGER NOT NULL and Oracle type INTEGER NOT NULL.
The following is a description of this column:
Resource category ID that indicates the type of resource.
setAcResCgryId
in interface ACResMemRlAccessBeanData
aAcResCgryId1
- java.lang.Stringpublic void setInitKey_acResMemRlId(java.lang.String aInitKey_acResMemRlId1)
Set the primary key for this object
aInitKey_acResMemRlId1
- java.lang.Stringpublic void setMemberId(java.lang.Long aMemberId1)
This method provides access to the ACRESMEMRL.MEMBER_ID column of DB2 type BIGINT NOT NULL and Oracle type NUMBER NOT NULL.
The following is a description of this column:
Member ID that has a relationship with the resource.
aMemberId1
- java.lang.Longpublic void setMemberId(java.lang.String aMemberId1)
This method provides access to the ACRESMEMRL.MEMBER_ID column of DB2 type BIGINT NOT NULL and Oracle type NUMBER NOT NULL.
The following is a description of this column:
Member ID that has a relationship with the resource.
setMemberId
in interface ACResMemRlAccessBeanData
aMemberId1
- java.lang.Stringpublic void setResourceId(java.lang.Long aResourceId1)
This method provides access to the ACRESMEMRL.RESOURCEID column of DB2 type BIGINT NULL and Oracle type NUMBER NULL.
The following is a description of this column:
Resource ID that has this relationship with the member.
aResourceId1
- java.lang.Longpublic void setResourceId(java.lang.String aResourceId1)
This method provides access to the ACRESMEMRL.RESOURCEID column of DB2 type BIGINT NULL and Oracle type NUMBER NULL.
The following is a description of this column:
Resource ID that has this relationship with the member.
setResourceId
in interface ACResMemRlAccessBeanData
aResourceId1
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |