java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.contract.objects.PolicyTCRelationAccessBean
This table stores information about which business policy is referenced by a specific term or condition.
Constructor Summary | |
---|---|
PolicyTCRelationAccessBean() constructor | |
PolicyTCRelationAccessBean(javax.ejb.EJBObject o) constructor | |
PolicyTCRelationAccessBean(java.lang.Long arg0,
java.lang.Long arg1) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.util.Enumeration |
findByPolicy(java.lang.Long arg0) Retrieves an Enumeration of PolicyTCRelationAccessBeans representing all business policy and term conation relationships with the specified business policy ID. |
java.util.Enumeration |
findByTC(java.lang.Long arg0) Retrieves all business policy and the Terms and Conditions relationships with the specified term condition ID. |
java.util.Enumeration |
findByTCAndPolicyType(java.lang.Long arg0,
java.lang.String arg1) Retrieves an Enumeration of PolicyTCRelationAccessBeans representing all business policy and term condition relationships with the specified term condition ID, and the business policy type. |
java.lang.String |
getPolicyReferenceNumber() This method provides access to the POLICYTC.POLICY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getPolicyReferenceNumberInEJBType() This method provides access to the POLICYTC.POLICY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getTcReferenceNumber() This method provides access to the POLICYTC.TERMCOND_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getTcReferenceNumberInEJBType() This method provides access to the POLICYTC.TERMCOND_ID column of DB2 type BIGINT NOT NULL. |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setInitKey_policyReferenceNumber(java.lang.String newValue) Set the primary key for this object |
void |
setInitKey_tcReferenceNumber(java.lang.String newValue) Set the primary key for this object |
void |
setPolicyReferenceNumber(java.lang.Long newValue) This method provides access to the POLICYTC.POLICY_ID column of DB2 type BIGINT NOT NULL. |
void |
setPolicyReferenceNumber(java.lang.String newValue) This method provides access to the POLICYTC.POLICY_ID column of DB2 type BIGINT NOT NULL. |
void |
setTcReferenceNumber(java.lang.Long newValue) This method provides access to the POLICYTC.TERMCOND_ID column of DB2 type BIGINT NOT NULL. |
void |
setTcReferenceNumber(java.lang.String newValue) This method provides access to the POLICYTC.TERMCOND_ID column of DB2 type BIGINT NOT NULL. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public PolicyTCRelationAccessBean()
public PolicyTCRelationAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public PolicyTCRelationAccessBean(java.lang.Long arg0, java.lang.Long arg1) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
arg0
- java.lang.Longarg1
- java.lang.Longjavax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
Method Detail |
---|
public java.util.Enumeration findByPolicy(java.lang.Long arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves an Enumeration of PolicyTCRelationAccessBeans representing all business policy and term conation relationships with the specified business policy ID.
The SQL query used to fetch the required rows from the POLICYTC table is:
select * from policytc T1 where T1.policy_id = ?
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByTC(java.lang.Long arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all business policy and the Terms and Conditions relationships with the specified term condition ID.
The SQL query used to fetch the required rows from the POLICYTC table is:
select * from policytc T1 where T1.termcond_id = ?
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByTCAndPolicyType(java.lang.Long arg0, java.lang.String arg1) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves an Enumeration of PolicyTCRelationAccessBeans representing all business policy and term condition relationships with the specified term condition ID, and the business policy type.
The SQL query used to fetch the required rows from the POLICYTC table is:
select * from policytc T1 where T1.termcond_id = ? and policy_id in (select policy_id from policy where policytype_id = ?)
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public void setInitKey_policyReferenceNumber(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringpublic void setInitKey_tcReferenceNumber(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringprotected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.naming.NamingException
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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.String getPolicyReferenceNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the POLICYTC.POLICY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The policy ID.
getPolicyReferenceNumber
in interface
PolicyTCRelationAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getPolicyReferenceNumberInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the POLICYTC.POLICY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The policy ID.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setPolicyReferenceNumber(java.lang.String newValue)
This method provides access to the POLICYTC.POLICY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The policy ID.
setPolicyReferenceNumber
in interface
PolicyTCRelationAccessBeanData
newValue
- Stringpublic void setPolicyReferenceNumber(java.lang.Long newValue)
This method provides access to the POLICYTC.POLICY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The policy ID.
newValue
- java.lang.Longpublic java.lang.String getTcReferenceNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the POLICYTC.TERMCOND_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The terms and conditions ID.
getTcReferenceNumber
in interface
PolicyTCRelationAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getTcReferenceNumberInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the POLICYTC.TERMCOND_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The terms and conditions ID.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTcReferenceNumber(java.lang.String newValue)
This method provides access to the POLICYTC.TERMCOND_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The terms and conditions ID.
setTcReferenceNumber
in interface
PolicyTCRelationAccessBeanData
newValue
- Stringpublic void setTcReferenceNumber(java.lang.Long newValue)
This method provides access to the POLICYTC.TERMCOND_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The terms and conditions ID.
newValue
- java.lang.Long